﻿2025-08-20T18:51:06.5909280Z Current runner version: '2.328.0'
2025-08-20T18:51:06.5940883Z ##[group]Runner Image Provisioner
2025-08-20T18:51:06.5941746Z Hosted Compute Agent
2025-08-20T18:51:06.5942432Z Version: 20250818.377
2025-08-20T18:51:06.5943048Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:51:06.5943742Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:51:06.5944398Z ##[endgroup]
2025-08-20T18:51:06.5945131Z ##[group]VM Image
2025-08-20T18:51:06.5945758Z - OS: Linux (arm64)
2025-08-20T18:51:06.5946321Z - Source: Partner
2025-08-20T18:51:06.5946928Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T18:51:06.5947574Z - Version: 20250728.24.1
2025-08-20T18:51:06.5948541Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T18:51:06.5949610Z ##[endgroup]
2025-08-20T18:51:06.5950878Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:51:06.5953906Z Attestations: write
2025-08-20T18:51:06.5954563Z Contents: write
2025-08-20T18:51:06.5955826Z Metadata: read
2025-08-20T18:51:06.5956404Z Packages: write
2025-08-20T18:51:06.5957007Z ##[endgroup]
2025-08-20T18:51:06.5960423Z Secret source: Actions
2025-08-20T18:51:06.5961361Z Prepare workflow directory
2025-08-20T18:51:06.6332206Z Prepare all required actions
2025-08-20T18:51:06.6371011Z Getting action download info
2025-08-20T18:51:06.9401116Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T18:51:07.5825805Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T18:51:07.9131418Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T18:51:08.0703614Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T18:51:08.4238978Z Getting action download info
2025-08-20T18:51:08.5643838Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T18:51:08.8350867Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T18:51:09.1082019Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/berty/official)
2025-08-20T18:51:09.1717048Z ##[group]Run ##Presets
2025-08-20T18:51:09.1717636Z [36;1m##Presets[0m
2025-08-20T18:51:09.1717942Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:09.1718378Z [36;1m#-------------#[0m
2025-08-20T18:51:09.1718829Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T18:51:09.1719343Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:09.1719786Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.1720168Z [36;1m  fi[0m
2025-08-20T18:51:09.1720590Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T18:51:09.1721096Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:09.1721565Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.1722012Z [36;1m  fi[0m
2025-08-20T18:51:09.1722347Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T18:51:09.1722934Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:09.1723389Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.1723791Z [36;1m  fi[0m
2025-08-20T18:51:09.1724125Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T18:51:09.1724554Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:09.1725195Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T18:51:09.1725577Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:09.1725999Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.1726717Z [36;1m     else[0m
2025-08-20T18:51:09.1727092Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.1727480Z [36;1m     fi[0m
2025-08-20T18:51:09.1727833Z [36;1m  fi[0m
2025-08-20T18:51:09.1728085Z [36;1mfi[0m
2025-08-20T18:51:09.1761414Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:09.1762237Z env:
2025-08-20T18:51:09.1763208Z   GH_TOKEN: ***
2025-08-20T18:51:09.1763554Z ##[endgroup]
2025-08-20T18:51:09.1998017Z ##[group]Run ##Presets
2025-08-20T18:51:09.1998574Z [36;1m##Presets[0m
2025-08-20T18:51:09.1999098Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:09.1999410Z [36;1m#-------------#[0m
2025-08-20T18:51:09.1999816Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T18:51:09.2000417Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T18:51:09.2001004Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T18:51:09.2001506Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T18:51:09.2001982Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T18:51:09.2002521Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T18:51:09.2002963Z [36;1m  exit 1[0m
2025-08-20T18:51:09.2003226Z [36;1mfi[0m
2025-08-20T18:51:09.2030309Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:09.2030680Z env:
2025-08-20T18:51:09.2031257Z   RO_GHTOKEN: ***
2025-08-20T18:51:09.2031732Z   RO_GLTOKEN: ***
2025-08-20T18:51:09.2032982Z   MINISIGN_KEY: ***
2025-08-20T18:51:09.2033291Z ##[endgroup]
2025-08-20T18:51:09.2173068Z ##[group]Run ##Presets
2025-08-20T18:51:09.2173702Z [36;1m##Presets[0m
2025-08-20T18:51:09.2173979Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:09.2174341Z [36;1m#-------------#[0m
2025-08-20T18:51:09.2174879Z [36;1m##Host Triplet[0m
2025-08-20T18:51:09.2175364Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:51:09.2175856Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T18:51:09.2176252Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:51:09.2176638Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T18:51:09.2177071Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T18:51:09.2177510Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T18:51:09.2177958Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T18:51:09.2178365Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T18:51:09.2178700Z [36;1m   fi[0m
2025-08-20T18:51:09.2179211Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:51:09.2179652Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T18:51:09.2180105Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:51:09.2180517Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T18:51:09.2180882Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T18:51:09.2181220Z [36;1m fi[0m
2025-08-20T18:51:09.2181591Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2182038Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2182534Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2182951Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2183345Z [36;1m##Debug[0m
2025-08-20T18:51:09.2183676Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T18:51:09.2184088Z [36;1m   export DEBUG="1"[0m
2025-08-20T18:51:09.2184443Z [36;1m else[0m
2025-08-20T18:51:09.2185008Z [36;1m   export DEBUG="0"[0m
2025-08-20T18:51:09.2185318Z [36;1m fi[0m
2025-08-20T18:51:09.2185719Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2186080Z [36;1m##Docker Platform[0m
2025-08-20T18:51:09.2186798Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T18:51:09.2187229Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T18:51:09.2187633Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T18:51:09.2188143Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T18:51:09.2188557Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T18:51:09.2188964Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T18:51:09.2189423Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T18:51:09.2189837Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T18:51:09.2190241Z [36;1m fi[0m
2025-08-20T18:51:09.2190622Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2191123Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2191549Z [36;1m##GHCRPKG_URL[0m
2025-08-20T18:51:09.2192085Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/berty/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:51:09.2192658Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T18:51:09.2193129Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2193514Z [36;1m##Logs[0m
2025-08-20T18:51:09.2194006Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T18:51:09.2194338Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T18:51:09.2194862Z [36;1m else[0m
2025-08-20T18:51:09.2195242Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T18:51:09.2195597Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T18:51:09.2195931Z [36;1m fi[0m
2025-08-20T18:51:09.2196611Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2197098Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2197546Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T18:51:09.2198071Z [36;1m PKG_FAMILY_LOCAL="$(echo "berty" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:51:09.2198556Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T18:51:09.2199008Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2199430Z [36;1m##Rebuild[0m
2025-08-20T18:51:09.2199768Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T18:51:09.2200182Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T18:51:09.2200526Z [36;1m else[0m
2025-08-20T18:51:09.2200800Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T18:51:09.2201226Z [36;1m fi[0m
2025-08-20T18:51:09.2201590Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2202026Z [36;1m ##SBUILD_URL[0m
2025-08-20T18:51:09.2202751Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T18:51:09.2203369Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T18:51:09.2204284Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T18:51:09.2205420Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:51:09.2205868Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T18:51:09.2206471Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T18:51:09.2206980Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T18:51:09.2207474Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2207837Z [36;1m    exit 1[0m
2025-08-20T18:51:09.2208175Z [36;1m   else[0m
2025-08-20T18:51:09.2208493Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T18:51:09.2208901Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2209302Z [36;1m    #Check for x_exec.host[0m
2025-08-20T18:51:09.2210089Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T18:51:09.2210514Z [36;1m      #check if supported[0m
2025-08-20T18:51:09.2210957Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T18:51:09.2211630Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T18:51:09.2212133Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T18:51:09.2212580Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2213000Z [36;1m         exit 1[0m
2025-08-20T18:51:09.2213288Z [36;1m       fi[0m
2025-08-20T18:51:09.2213628Z [36;1m      #get build system[0m
2025-08-20T18:51:09.2214088Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T18:51:09.2214551Z [36;1m       export BUILD_SYS[0m
2025-08-20T18:51:09.2215298Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2215746Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T18:51:09.2216214Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2216646Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2217058Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T18:51:09.2217561Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2217963Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.2218314Z [36;1m       fi[0m
2025-08-20T18:51:09.2218889Z [36;1m     fi[0m
2025-08-20T18:51:09.2219195Z [36;1m   fi[0m
2025-08-20T18:51:09.2219585Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T18:51:09.2245194Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:09.2245748Z ##[endgroup]
2025-08-20T18:51:09.8097637Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:51:09.8098527Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:51:09.8098813Z 
2025-08-20T18:51:09.8972319Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:51:09.8972869Z 100  3586  100  3586    0     0  40222      0 --:--:-- --:--:-- --:--:-- 40292
2025-08-20T18:51:09.8984703Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:51:09.9176588Z ##[group]Run ##Presets
2025-08-20T18:51:09.9177041Z [36;1m##Presets[0m
2025-08-20T18:51:09.9177336Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:09.9177815Z [36;1m#-------------#[0m
2025-08-20T18:51:09.9178111Z [36;1m##Debug?[0m
2025-08-20T18:51:09.9178440Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:51:09.9178886Z [36;1m  set -x[0m
2025-08-20T18:51:09.9179157Z [36;1mfi[0m
2025-08-20T18:51:09.9179524Z [36;1m#-------------#[0m
2025-08-20T18:51:09.9179837Z [36;1m##CoreUtils[0m
2025-08-20T18:51:09.9180132Z [36;1msudo apt update -y[0m
2025-08-20T18:51:09.9180617Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T18:51:09.9181690Z [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-20T18:51:09.9182777Z [36;1m##tmp[0m
2025-08-20T18:51:09.9183147Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T18:51:09.9183539Z [36;1m#GH ENV[0m
2025-08-20T18:51:09.9183883Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.9184263Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.9184832Z [36;1m#-------------#[0m
2025-08-20T18:51:09.9185205Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T18:51:09.9185778Z [36;1msudo apt update -y[0m
2025-08-20T18:51:09.9186149Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T18:51:09.9186493Z [36;1m##Setup Minisign[0m
2025-08-20T18:51:09.9186849Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T18:51:09.9187587Z [36;1mecho "***[0m
2025-08-20T18:51:09.9188986Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T18:51:09.9189355Z [36;1m##User-Agent[0m
2025-08-20T18:51:09.9190247Z [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-20T18:51:09.9191148Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:09.9220296Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:09.9220645Z env:
2025-08-20T18:51:09.9221111Z   CROSS_COMPILING: NO
2025-08-20T18:51:09.9221446Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:51:09.9221787Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:51:09.9222144Z   ON_QEMU: NO
2025-08-20T18:51:09.9222430Z   DEBUG: 0
2025-08-20T18:51:09.9222731Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:51:09.9223092Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:51:09.9223459Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:51:09.9223879Z   KEEP_LOGS: YES
2025-08-20T18:51:09.9224165Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:51:09.9224456Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:51:09.9225188Z   SBUILD_REBUILD: false
2025-08-20T18:51:09.9225863Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:51:09.9226580Z   BUILD_SYS: docker://go
2025-08-20T18:51:09.9226900Z   BUILD_ON_HOST: FALSE
2025-08-20T18:51:09.9227201Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:51:09.9227541Z ##[endgroup]
2025-08-20T18:51:09.9521600Z 
2025-08-20T18:51:09.9522330Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:51:09.9522717Z 
2025-08-20T18:51:10.1064954Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T18:51:10.1280980Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T18:51:10.1906348Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:51:10.2046118Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T18:51:10.2135077Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T18:51:10.2535426Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T18:51:10.2653325Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T18:51:10.2682169Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T18:51:10.2705667Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T18:51:10.2747629Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T18:51:10.3022373Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T18:51:10.3659351Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T18:51:10.4508740Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T18:51:10.4686414Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T18:51:10.4862706Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T18:51:10.5125431Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T18:51:10.5307079Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T18:51:10.5497174Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T18:51:10.5852511Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T18:51:10.6026868Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T18:51:10.6188430Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T18:51:10.6914514Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T18:51:10.7078802Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T18:51:10.7242158Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T18:51:10.7408740Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T18:51:10.7575075Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T18:51:10.7739559Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T18:51:10.7904545Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T18:51:10.8072458Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T18:51:10.8238176Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T18:51:10.8401977Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T18:51:10.8570435Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T18:51:10.8782277Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T18:51:10.8954791Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T18:51:10.9126565Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T18:51:10.9314435Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T18:51:11.0054332Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T18:51:11.0223401Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T18:51:11.0466083Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T18:51:11.0643369Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T18:51:11.0805089Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T18:51:11.0969208Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T18:51:11.1132818Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T18:51:19.3162763Z Fetched 11.9 MB in 1s (9208 kB/s)
2025-08-20T18:51:20.1090289Z Reading package lists...
2025-08-20T18:51:20.3612420Z Building dependency tree...
2025-08-20T18:51:20.3620989Z Reading state information...
2025-08-20T18:51:20.3908689Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:51:20.3999599Z 
2025-08-20T18:51:20.4000490Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:51:20.4117305Z 
2025-08-20T18:51:20.4117720Z Reading package lists...
2025-08-20T18:51:20.6584494Z Building dependency tree...
2025-08-20T18:51:20.6635847Z Reading state information...
2025-08-20T18:51:20.9302271Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:51:20.9302892Z bc set to manually installed.
2025-08-20T18:51:20.9303414Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:51:20.9303824Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T18:51:20.9304241Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:51:20.9872887Z The following NEW packages will be installed:
2025-08-20T18:51:20.9878927Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T18:51:20.9880799Z   moreutils
2025-08-20T18:51:20.9886976Z The following packages will be upgraded:
2025-08-20T18:51:20.9894357Z   jq libjq1
2025-08-20T18:51:21.0072230Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T18:51:21.0807608Z Need to get 936 kB of archives.
2025-08-20T18:51:21.1286649Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T18:51:21.1287364Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T18:51:21.1288030Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T18:51:21.1614078Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T18:51:21.1941238Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T18:51:21.2112468Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T18:51:21.2308171Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T18:51:21.2472464Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T18:51:21.2655116Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T18:51:21.5883439Z Fetched 936 kB in 0s (3509 kB/s)
2025-08-20T18:51:21.6617439Z Selecting previously unselected package fdupes.
2025-08-20T18:51:21.7728233Z (Reading database ... 
2025-08-20T18:51:21.7728851Z (Reading database ... 5%
2025-08-20T18:51:21.7729124Z (Reading database ... 10%
2025-08-20T18:51:21.7729367Z (Reading database ... 15%
2025-08-20T18:51:21.7729657Z (Reading database ... 20%
2025-08-20T18:51:21.7729960Z (Reading database ... 25%
2025-08-20T18:51:21.7730188Z (Reading database ... 30%
2025-08-20T18:51:21.7730464Z (Reading database ... 35%
2025-08-20T18:51:21.7730701Z (Reading database ... 40%
2025-08-20T18:51:21.7730950Z (Reading database ... 45%
2025-08-20T18:51:21.7731179Z (Reading database ... 50%
2025-08-20T18:51:22.0642856Z (Reading database ... 55%
2025-08-20T18:51:22.5742781Z (Reading database ... 60%
2025-08-20T18:51:23.0443995Z (Reading database ... 65%
2025-08-20T18:51:23.5653973Z (Reading database ... 70%
2025-08-20T18:51:24.0827138Z (Reading database ... 75%
2025-08-20T18:51:24.6360123Z (Reading database ... 80%
2025-08-20T18:51:25.1685385Z (Reading database ... 85%
2025-08-20T18:51:25.7015361Z (Reading database ... 90%
2025-08-20T18:51:26.2134387Z (Reading database ... 95%
2025-08-20T18:51:26.2135348Z (Reading database ... 100%
2025-08-20T18:51:26.2135694Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T18:51:26.2177240Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T18:51:26.2300513Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T18:51:26.3377072Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:51:26.3706245Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:51:26.5003919Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:51:26.5449037Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:51:26.6221211Z Selecting previously unselected package libio-pty-perl.
2025-08-20T18:51:26.6412391Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T18:51:26.6498695Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:51:26.7411981Z Selecting previously unselected package libipc-run-perl.
2025-08-20T18:51:26.7594729Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T18:51:26.7681760Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T18:51:26.8573874Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T18:51:26.8758174Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T18:51:26.8852874Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T18:51:26.9537496Z Selecting previously unselected package moreutils.
2025-08-20T18:51:26.9726955Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T18:51:26.9827422Z Unpacking moreutils (0.69-1) ...
2025-08-20T18:51:27.1027351Z Selecting previously unselected package dos2unix.
2025-08-20T18:51:27.1200950Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T18:51:27.1301633Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T18:51:27.4228418Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:51:27.4542760Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:51:27.4830133Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T18:51:27.5125352Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T18:51:27.5488035Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T18:51:27.5754439Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:51:27.6040279Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T18:51:27.6370862Z Setting up moreutils (0.69-1) ...
2025-08-20T18:51:27.6617143Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:51:41.7410350Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:51:43.1934579Z Reading package lists...
2025-08-20T18:51:43.4555528Z Building dependency tree...
2025-08-20T18:51:43.4563149Z Reading state information...
2025-08-20T18:51:43.8059201Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:51:43.8059903Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:51:43.8060227Z apt-utils set to manually installed.
2025-08-20T18:51:43.8060558Z ca-certificates is already the newest version (20240203).
2025-08-20T18:51:43.8061038Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:51:43.8061426Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:51:43.8061814Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:51:43.8062176Z moreutils is already the newest version (0.69-1).
2025-08-20T18:51:43.8062555Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:51:43.8063012Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:51:43.8063367Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:51:43.8064274Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T18:51:43.8064978Z tmux set to manually installed.
2025-08-20T18:51:43.8065325Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:51:43.8065714Z The following additional packages will be installed:
2025-08-20T18:51:43.8066154Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T18:51:43.8066659Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T18:51:43.8067659Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:51:43.8068123Z   uuid-runtime
2025-08-20T18:51:43.8077365Z Suggested packages:
2025-08-20T18:51:43.8077856Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T18:51:43.8078315Z   util-linux-extra util-linux-locales
2025-08-20T18:51:43.8078580Z Recommended packages:
2025-08-20T18:51:43.8078876Z   unattended-upgrades
2025-08-20T18:51:43.8661448Z The following NEW packages will be installed:
2025-08-20T18:51:43.8662069Z   rename
2025-08-20T18:51:43.8666420Z The following packages will be upgraded:
2025-08-20T18:51:43.8667602Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T18:51:43.8674707Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T18:51:43.8675455Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:51:43.8676497Z   software-properties-common util-linux uuid-runtime
2025-08-20T18:51:43.8899599Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:51:44.0328667Z Need to get 4390 kB of archives.
2025-08-20T18:51:44.0329129Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T18:51:44.0329745Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T18:51:44.0986542Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T18:51:44.1806086Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T18:51:44.1974262Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T18:51:44.2142382Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T18:51:44.2306863Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T18:51:44.2473617Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T18:51:44.2648143Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T18:51:44.2821357Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T18:51:44.2991130Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T18:51:44.3181278Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T18:51:44.3351541Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T18:51:44.3533698Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T18:51:44.3716255Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T18:51:44.3936102Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T18:51:44.4107080Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T18:51:44.4303359Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T18:51:44.4471997Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T18:51:44.4646350Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T18:51:44.5375962Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T18:51:44.6138646Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T18:51:44.7752604Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T18:51:44.9736683Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T18:51:45.1793074Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T18:51:45.3712363Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T18:51:45.3881537Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T18:51:45.4046275Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T18:51:45.6865576Z Fetched 4390 kB in 2s (2925 kB/s)
2025-08-20T18:51:45.9700834Z (Reading database ... 
2025-08-20T18:51:45.9701462Z (Reading database ... 5%
2025-08-20T18:51:45.9701725Z (Reading database ... 10%
2025-08-20T18:51:45.9702001Z (Reading database ... 15%
2025-08-20T18:51:45.9702255Z (Reading database ... 20%
2025-08-20T18:51:45.9703250Z (Reading database ... 25%
2025-08-20T18:51:45.9703697Z (Reading database ... 30%
2025-08-20T18:51:45.9703962Z (Reading database ... 35%
2025-08-20T18:51:45.9704211Z (Reading database ... 40%
2025-08-20T18:51:45.9704532Z (Reading database ... 45%
2025-08-20T18:51:45.9704964Z (Reading database ... 50%
2025-08-20T18:51:45.9725346Z (Reading database ... 55%
2025-08-20T18:51:45.9817685Z (Reading database ... 60%
2025-08-20T18:51:45.9859810Z (Reading database ... 65%
2025-08-20T18:51:45.9875716Z (Reading database ... 70%
2025-08-20T18:51:45.9896465Z (Reading database ... 75%
2025-08-20T18:51:45.9931227Z (Reading database ... 80%
2025-08-20T18:51:46.0131363Z (Reading database ... 85%
2025-08-20T18:51:46.0151832Z (Reading database ... 90%
2025-08-20T18:51:46.0266215Z (Reading database ... 95%
2025-08-20T18:51:46.0266539Z (Reading database ... 100%
2025-08-20T18:51:46.0266886Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:46.0308581Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:46.0718049Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:46.2173896Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:46.3164204Z (Reading database ... 
2025-08-20T18:51:46.3164833Z (Reading database ... 5%
2025-08-20T18:51:46.3165126Z (Reading database ... 10%
2025-08-20T18:51:46.3165374Z (Reading database ... 15%
2025-08-20T18:51:46.3165669Z (Reading database ... 20%
2025-08-20T18:51:46.3165948Z (Reading database ... 25%
2025-08-20T18:51:46.3166168Z (Reading database ... 30%
2025-08-20T18:51:46.3166438Z (Reading database ... 35%
2025-08-20T18:51:46.3166682Z (Reading database ... 40%
2025-08-20T18:51:46.3166933Z (Reading database ... 45%
2025-08-20T18:51:46.3167233Z (Reading database ... 50%
2025-08-20T18:51:46.3189159Z (Reading database ... 55%
2025-08-20T18:51:46.3279091Z (Reading database ... 60%
2025-08-20T18:51:46.3322735Z (Reading database ... 65%
2025-08-20T18:51:46.3337888Z (Reading database ... 70%
2025-08-20T18:51:46.3358761Z (Reading database ... 75%
2025-08-20T18:51:46.3393997Z (Reading database ... 80%
2025-08-20T18:51:46.3579024Z (Reading database ... 85%
2025-08-20T18:51:46.3598384Z (Reading database ... 90%
2025-08-20T18:51:46.3703261Z (Reading database ... 95%
2025-08-20T18:51:46.3703865Z (Reading database ... 100%
2025-08-20T18:51:46.3704239Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:46.3743530Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:46.4110766Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:46.5971880Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:47.2559136Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:51:47.3196819Z (Reading database ... 
2025-08-20T18:51:47.3197156Z (Reading database ... 5%
2025-08-20T18:51:47.3197423Z (Reading database ... 10%
2025-08-20T18:51:47.3197727Z (Reading database ... 15%
2025-08-20T18:51:47.3197949Z (Reading database ... 20%
2025-08-20T18:51:47.3198214Z (Reading database ... 25%
2025-08-20T18:51:47.3199165Z (Reading database ... 30%
2025-08-20T18:51:47.3199414Z (Reading database ... 35%
2025-08-20T18:51:47.3199732Z (Reading database ... 40%
2025-08-20T18:51:47.3199988Z (Reading database ... 45%
2025-08-20T18:51:47.3200258Z (Reading database ... 50%
2025-08-20T18:51:47.3220864Z (Reading database ... 55%
2025-08-20T18:51:47.3311065Z (Reading database ... 60%
2025-08-20T18:51:47.3351519Z (Reading database ... 65%
2025-08-20T18:51:47.3367019Z (Reading database ... 70%
2025-08-20T18:51:47.3387986Z (Reading database ... 75%
2025-08-20T18:51:47.3423990Z (Reading database ... 80%
2025-08-20T18:51:47.3625016Z (Reading database ... 85%
2025-08-20T18:51:47.3645660Z (Reading database ... 90%
2025-08-20T18:51:47.3755008Z (Reading database ... 95%
2025-08-20T18:51:47.3755264Z (Reading database ... 100%
2025-08-20T18:51:47.3755636Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:47.3797000Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:47.4078835Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:47.5338917Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:47.5733287Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:47.7133667Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:47.8117950Z (Reading database ... 
2025-08-20T18:51:47.8118510Z (Reading database ... 5%
2025-08-20T18:51:47.8118768Z (Reading database ... 10%
2025-08-20T18:51:47.8119014Z (Reading database ... 15%
2025-08-20T18:51:47.8119352Z (Reading database ... 20%
2025-08-20T18:51:47.8119649Z (Reading database ... 25%
2025-08-20T18:51:47.8120039Z (Reading database ... 30%
2025-08-20T18:51:47.8120311Z (Reading database ... 35%
2025-08-20T18:51:47.8120589Z (Reading database ... 40%
2025-08-20T18:51:47.8120846Z (Reading database ... 45%
2025-08-20T18:51:47.8121120Z (Reading database ... 50%
2025-08-20T18:51:47.8141598Z (Reading database ... 55%
2025-08-20T18:51:47.8233942Z (Reading database ... 60%
2025-08-20T18:51:47.8276188Z (Reading database ... 65%
2025-08-20T18:51:47.8291782Z (Reading database ... 70%
2025-08-20T18:51:47.8313346Z (Reading database ... 75%
2025-08-20T18:51:47.8350958Z (Reading database ... 80%
2025-08-20T18:51:47.8555147Z (Reading database ... 85%
2025-08-20T18:51:47.8576610Z (Reading database ... 90%
2025-08-20T18:51:47.8693218Z (Reading database ... 95%
2025-08-20T18:51:47.8693555Z (Reading database ... 100%
2025-08-20T18:51:47.8694080Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:47.8736200Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:47.9176865Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:48.0186367Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:48.1297047Z (Reading database ... 
2025-08-20T18:51:48.1297661Z (Reading database ... 5%
2025-08-20T18:51:48.1297982Z (Reading database ... 10%
2025-08-20T18:51:48.1298274Z (Reading database ... 15%
2025-08-20T18:51:48.1298953Z (Reading database ... 20%
2025-08-20T18:51:48.1299236Z (Reading database ... 25%
2025-08-20T18:51:48.1299531Z (Reading database ... 30%
2025-08-20T18:51:48.1299814Z (Reading database ... 35%
2025-08-20T18:51:48.1300054Z (Reading database ... 40%
2025-08-20T18:51:48.1300326Z (Reading database ... 45%
2025-08-20T18:51:48.1300566Z (Reading database ... 50%
2025-08-20T18:51:48.1321691Z (Reading database ... 55%
2025-08-20T18:51:48.1412327Z (Reading database ... 60%
2025-08-20T18:51:48.1454789Z (Reading database ... 65%
2025-08-20T18:51:48.1470478Z (Reading database ... 70%
2025-08-20T18:51:48.1492462Z (Reading database ... 75%
2025-08-20T18:51:48.1532131Z (Reading database ... 80%
2025-08-20T18:51:48.1736984Z (Reading database ... 85%
2025-08-20T18:51:48.1758087Z (Reading database ... 90%
2025-08-20T18:51:48.1876721Z (Reading database ... 95%
2025-08-20T18:51:48.1877030Z (Reading database ... 100%
2025-08-20T18:51:48.1878029Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:48.1919978Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:48.2270969Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:48.3999988Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:48.4546672Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:48.5607490Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:48.7007669Z (Reading database ... 
2025-08-20T18:51:48.7008281Z (Reading database ... 5%
2025-08-20T18:51:48.7008542Z (Reading database ... 10%
2025-08-20T18:51:48.7008874Z (Reading database ... 15%
2025-08-20T18:51:48.7009127Z (Reading database ... 20%
2025-08-20T18:51:48.7009367Z (Reading database ... 25%
2025-08-20T18:51:48.7009650Z (Reading database ... 30%
2025-08-20T18:51:48.7009893Z (Reading database ... 35%
2025-08-20T18:51:48.7010148Z (Reading database ... 40%
2025-08-20T18:51:48.7010469Z (Reading database ... 45%
2025-08-20T18:51:48.7010744Z (Reading database ... 50%
2025-08-20T18:51:48.7031829Z (Reading database ... 55%
2025-08-20T18:51:48.7124345Z (Reading database ... 60%
2025-08-20T18:51:48.7168585Z (Reading database ... 65%
2025-08-20T18:51:48.7184192Z (Reading database ... 70%
2025-08-20T18:51:48.7207345Z (Reading database ... 75%
2025-08-20T18:51:48.7247192Z (Reading database ... 80%
2025-08-20T18:51:48.7454307Z (Reading database ... 85%
2025-08-20T18:51:48.7477460Z (Reading database ... 90%
2025-08-20T18:51:48.7600302Z (Reading database ... 95%
2025-08-20T18:51:48.7600751Z (Reading database ... 100%
2025-08-20T18:51:48.7601106Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:48.7644696Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:48.7930348Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:48.8880223Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:48.9679325Z (Reading database ... 
2025-08-20T18:51:48.9679948Z (Reading database ... 5%
2025-08-20T18:51:48.9680214Z (Reading database ... 10%
2025-08-20T18:51:48.9680444Z (Reading database ... 15%
2025-08-20T18:51:48.9680720Z (Reading database ... 20%
2025-08-20T18:51:48.9680998Z (Reading database ... 25%
2025-08-20T18:51:48.9681821Z (Reading database ... 30%
2025-08-20T18:51:48.9682157Z (Reading database ... 35%
2025-08-20T18:51:48.9682397Z (Reading database ... 40%
2025-08-20T18:51:48.9682628Z (Reading database ... 45%
2025-08-20T18:51:48.9682968Z (Reading database ... 50%
2025-08-20T18:51:48.9703166Z (Reading database ... 55%
2025-08-20T18:51:48.9794970Z (Reading database ... 60%
2025-08-20T18:51:48.9838629Z (Reading database ... 65%
2025-08-20T18:51:48.9853861Z (Reading database ... 70%
2025-08-20T18:51:48.9877455Z (Reading database ... 75%
2025-08-20T18:51:48.9916329Z (Reading database ... 80%
2025-08-20T18:51:49.0121554Z (Reading database ... 85%
2025-08-20T18:51:49.0151183Z (Reading database ... 90%
2025-08-20T18:51:49.0265291Z (Reading database ... 95%
2025-08-20T18:51:49.0265931Z (Reading database ... 100%
2025-08-20T18:51:49.0266277Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:49.0310087Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:49.0588951Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:49.2000994Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:49.2554032Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:49.3773165Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:49.4095899Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:49.5146739Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:49.5509283Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:49.6611114Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:49.6876957Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:49.8031162Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:49.8320377Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:49.9471455Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:49.9739616Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:50.0776803Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:51:50.1036219Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:50.2342525Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:50.2579390Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:50.3588577Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:51:50.3845280Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:50.4869092Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:50.5670298Z (Reading database ... 
2025-08-20T18:51:50.5670624Z (Reading database ... 5%
2025-08-20T18:51:50.5671077Z (Reading database ... 10%
2025-08-20T18:51:50.5671346Z (Reading database ... 15%
2025-08-20T18:51:50.5671628Z (Reading database ... 20%
2025-08-20T18:51:50.5671946Z (Reading database ... 25%
2025-08-20T18:51:50.5672186Z (Reading database ... 30%
2025-08-20T18:51:50.5672447Z (Reading database ... 35%
2025-08-20T18:51:50.5672739Z (Reading database ... 40%
2025-08-20T18:51:50.5672974Z (Reading database ... 45%
2025-08-20T18:51:50.5673238Z (Reading database ... 50%
2025-08-20T18:51:50.5695641Z (Reading database ... 55%
2025-08-20T18:51:50.5784359Z (Reading database ... 60%
2025-08-20T18:51:50.5825014Z (Reading database ... 65%
2025-08-20T18:51:50.5839369Z (Reading database ... 70%
2025-08-20T18:51:50.5860589Z (Reading database ... 75%
2025-08-20T18:51:50.5999262Z (Reading database ... 80%
2025-08-20T18:51:50.6081230Z (Reading database ... 85%
2025-08-20T18:51:50.6107091Z (Reading database ... 90%
2025-08-20T18:51:50.6204020Z (Reading database ... 95%
2025-08-20T18:51:50.6204258Z (Reading database ... 100%
2025-08-20T18:51:50.6204834Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:51:50.6244891Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:50.7516170Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:51.0078354Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:51.0362332Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:51.1410712Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:51.1771805Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:51.2727938Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:51:51.2972974Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:51:51.4008879Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:51:51.4271592Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:51.5458183Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T18:51:51.6752628Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:51:51.8028129Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T18:51:51.8929702Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:51:51.9859313Z Selecting previously unselected package rename.
2025-08-20T18:51:52.0052784Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T18:51:52.0133622Z Unpacking rename (2.02-1) ...
2025-08-20T18:51:52.0989558Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:51:52.1228728Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:51:52.2231484Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:52.2472425Z Setting up rename (2.02-1) ...
2025-08-20T18:51:52.2664183Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T18:51:52.2858907Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:52.3142169Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:52.3389569Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:52.3718408Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:52.4012315Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:53.0322312Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:51:53.0536234Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:53.0822830Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:53.1078018Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:53.1557110Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:53.5882615Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:53.6135144Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T18:51:53.6511914Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:53.7735283Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T18:51:53.9100884Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:54.0162135Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:54.0408355Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:54.0716539Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T18:51:54.0996067Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T18:51:54.2253847Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:51:54.4933976Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:51:54.5319953Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:52:00.4944700Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T18:52:01.9468567Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:52:01.9469552Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:52:02.0987005Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:52:02.1828999Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:52:02.2670571Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:52:02.3511897Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:52:03.3014930Z Reading package lists...
2025-08-20T18:52:03.5569272Z Building dependency tree...
2025-08-20T18:52:03.5575583Z Reading state information...
2025-08-20T18:52:03.5867100Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:52:03.5993361Z 
2025-08-20T18:52:03.5995369Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:52:03.5995774Z 
2025-08-20T18:52:03.6796496Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:52:03.6797469Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:52:03.7630641Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:52:03.7793771Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:52:03.7958592Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:52:03.8120573Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:52:04.8322361Z Reading package lists...
2025-08-20T18:52:05.0882678Z Building dependency tree...
2025-08-20T18:52:05.0889155Z Reading state information...
2025-08-20T18:52:05.1205148Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:52:05.1296561Z 
2025-08-20T18:52:05.1297567Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:52:05.1297954Z 
2025-08-20T18:52:05.1411189Z Reading package lists...
2025-08-20T18:52:05.3938362Z Building dependency tree...
2025-08-20T18:52:05.3945090Z Reading state information...
2025-08-20T18:52:05.6544110Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:52:05.6986005Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:52:05.7275054Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T18:52:05.7769741Z ##[group]Run ##Presets
2025-08-20T18:52:05.7770182Z [36;1m##Presets[0m
2025-08-20T18:52:05.7770461Z [36;1mset +x ; set +e[0m
2025-08-20T18:52:05.7770712Z [36;1m#-------------#[0m
2025-08-20T18:52:05.7770997Z [36;1m##Debug?[0m
2025-08-20T18:52:05.7771316Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:52:05.7771633Z [36;1m  set -x[0m
2025-08-20T18:52:05.7771859Z [36;1mfi[0m
2025-08-20T18:52:05.7772105Z [36;1m#-------------#[0m
2025-08-20T18:52:05.7772557Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T18:52:05.7773171Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T18:52:05.7773579Z [36;1msudo service procps restart[0m
2025-08-20T18:52:05.7773897Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T18:52:05.7800461Z shell: /usr/bin/bash -e {0}
2025-08-20T18:52:05.7800710Z env:
2025-08-20T18:52:05.7801188Z   CROSS_COMPILING: NO
2025-08-20T18:52:05.7801462Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:52:05.7801780Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:52:05.7802029Z   ON_QEMU: NO
2025-08-20T18:52:05.7802260Z   DEBUG: 0
2025-08-20T18:52:05.7802506Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:52:05.7802766Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:52:05.7803108Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:52:05.7803434Z   KEEP_LOGS: YES
2025-08-20T18:52:05.7803644Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:52:05.7803933Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:52:05.7804193Z   SBUILD_REBUILD: false
2025-08-20T18:52:05.7805030Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:52:05.7805684Z   BUILD_SYS: docker://go
2025-08-20T18:52:05.7805921Z   BUILD_ON_HOST: FALSE
2025-08-20T18:52:05.7806172Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:52:05.7806440Z   SYSTMP: /tmp
2025-08-20T18:52:05.7806654Z   GHA_MODE: MATRIX
2025-08-20T18:52:05.7807137Z   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-20T18:52:05.7807628Z ##[endgroup]
2025-08-20T18:52:05.7904124Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T18:52:05.7962579Z 0
2025-08-20T18:52:05.8402917Z vm.max_map_count = 262144
2025-08-20T18:52:05.8403261Z fs.inotify.max_user_watches = 655360
2025-08-20T18:52:05.8403712Z fs.inotify.max_user_instances = 1280
2025-08-20T18:52:05.8403992Z vm.mmap_rnd_bits = 28
2025-08-20T18:52:05.8500212Z ##[group]Run ##Presets
2025-08-20T18:52:05.8500795Z [36;1m##Presets[0m
2025-08-20T18:52:05.8501018Z [36;1mset +x ; set +e[0m
2025-08-20T18:52:05.8501317Z [36;1m#-------------#[0m
2025-08-20T18:52:05.8501546Z [36;1m##Debug?[0m
2025-08-20T18:52:05.8501804Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:52:05.8502143Z [36;1m  set -x[0m
2025-08-20T18:52:05.8502332Z [36;1mfi[0m
2025-08-20T18:52:05.8502589Z [36;1m#-------------#[0m
2025-08-20T18:52:05.8502846Z [36;1m##Main[0m
2025-08-20T18:52:05.8503085Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:52:05.8503721Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:52:05.8504480Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:52:05.8505111Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T18:52:05.8505544Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T18:52:05.8505824Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T18:52:05.8506187Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T18:52:05.8506531Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T18:52:05.8506883Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T18:52:05.8507252Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T18:52:05.8507857Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T18:52:05.8508194Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T18:52:05.8508636Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T18:52:05.8508963Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T18:52:05.8509280Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T18:52:05.8509589Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T18:52:05.8509900Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T18:52:05.8510220Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T18:52:05.8510560Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T18:52:05.8510879Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T18:52:05.8511244Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T18:52:05.8511566Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T18:52:05.8511890Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T18:52:05.8512267Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T18:52:05.8512613Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T18:52:05.8512952Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T18:52:05.8513253Z [36;1m     "${POD_ID}" \[0m
2025-08-20T18:52:05.8513611Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T18:52:05.8514115Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:52:05.8514931Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:52:05.8515454Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T18:52:05.8515875Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:52:05.8516241Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:52:05.8516919Z [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-20T18:52:05.8517741Z [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-20T18:52:05.8518278Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T18:52:05.8518594Z [36;1m else[0m
2025-08-20T18:52:05.8519214Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T18:52:05.8519615Z [36;1m fi[0m
2025-08-20T18:52:05.8519939Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T18:52:05.8520337Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T18:52:05.8520788Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:05.8521205Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:05.8521619Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:05.8522079Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:05.8522507Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:05.8522925Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:05.8523394Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:05.8523829Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:52:05.8524200Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:52:05.8550874Z shell: /usr/bin/bash -e {0}
2025-08-20T18:52:05.8551295Z env:
2025-08-20T18:52:05.8551563Z   CROSS_COMPILING: NO
2025-08-20T18:52:05.8551802Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:52:05.8552111Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:52:05.8552596Z   ON_QEMU: NO
2025-08-20T18:52:05.8552848Z   DEBUG: 0
2025-08-20T18:52:05.8553100Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:52:05.8553360Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:52:05.8553704Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:52:05.8554025Z   KEEP_LOGS: YES
2025-08-20T18:52:05.8554240Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:52:05.8554550Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:52:05.8555360Z   SBUILD_REBUILD: false
2025-08-20T18:52:05.8555926Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:52:05.8556571Z   BUILD_SYS: docker://go
2025-08-20T18:52:05.8556807Z   BUILD_ON_HOST: FALSE
2025-08-20T18:52:05.8557051Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:52:05.8557311Z   SYSTMP: /tmp
2025-08-20T18:52:05.8557519Z   GHA_MODE: MATRIX
2025-08-20T18:52:05.8557983Z   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-20T18:52:05.8558733Z   GHCR_TOKEN: ***
2025-08-20T18:52:05.8559074Z   GITHUB_TOKEN: ***
2025-08-20T18:52:05.8559466Z   GITLAB_TOKEN: ***
2025-08-20T18:52:05.8560657Z   MINISIGN_KEY: ***
2025-08-20T18:52:05.8560933Z ##[endgroup]
2025-08-20T18:52:05.9124832Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T18:52:05.9817784Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:52:05.9818441Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:52:05.9818695Z 
2025-08-20T18:52:06.0211279Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:52:06.0211846Z 100  3586  100  3586    0     0  90764      0 --:--:-- --:--:-- --:--:-- 91948
2025-08-20T18:52:06.0222955Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:52:06.0301135Z 
2025-08-20T18:52:06.0301817Z [+] Building [/tmp/tmp.bNeFZEPPGE/SBUILD_INPUT] Locally
2025-08-20T18:52:06.0302120Z 
2025-08-20T18:52:06.0312792Z '/tmp/tmp.bNeFZEPPGE/SBUILD_INPUT' -> '/tmp/pkgforge/6F7KK3DMY_build.yaml'
2025-08-20T18:52:06.1609341Z 
2025-08-20T18:52:06.1610008Z [+] Passwordless sudo is Configured
2025-08-20T18:52:06.2232403Z 
2025-08-20T18:52:06.2244567Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T18:52:06.2245285Z 
2025-08-20T18:52:06.2646040Z 
2025-08-20T18:52:06.2647305Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T18:52:06.2647976Z 
2025-08-20T18:52:06.2647983Z 
2025-08-20T18:52:06.2648332Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T18:52:06.2648616Z 
2025-08-20T18:52:06.2687030Z [+] Installing: 7z -> 7z
2025-08-20T18:52:06.6989263Z [+] Installing: actionlint -> actionlint
2025-08-20T18:52:07.1967093Z [+] Installing: anew -> anew
2025-08-20T18:52:07.5963586Z [+] Installing: anew-rs -> anew-rs
2025-08-20T18:52:07.9793004Z [+] Installing: ansi2html -> ansi2html
2025-08-20T18:52:08.3492326Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T18:52:08.6926674Z [+] Installing: archey -> archey
2025-08-20T18:52:09.1508440Z [+] Installing: aria2 -> aria2c
2025-08-20T18:52:09.6453631Z [+] Installing: askalono -> askalono
2025-08-20T18:52:10.0742521Z [+] Installing: bsdtar -> bsdtar
2025-08-20T18:52:10.5313858Z [+] Installing: b3sum -> b3sum
2025-08-20T18:52:10.9366440Z [+] Installing: bita -> bita
2025-08-20T18:52:11.4230533Z [+] Installing: btop -> btop
2025-08-20T18:52:11.9106411Z [+] Installing: chafa -> chafa
2025-08-20T18:52:12.4316048Z [+] Installing: cloudflared -> cloudflared
2025-08-20T18:52:13.2141970Z [+] Installing: croc -> croc
2025-08-20T18:52:13.7223490Z [+] Installing: csvtk -> csvtk
2025-08-20T18:52:14.3743328Z [+] Installing: cutlines -> cutlines
2025-08-20T18:52:14.6969269Z curl: (22) The requested URL returned error: 404
2025-08-20T18:52:14.7004709Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T18:52:14.7005497Z [+] Installing: dbin -> dbin
2025-08-20T18:52:15.1858477Z [+] Installing: dasel -> dasel
2025-08-20T18:52:15.7086463Z [+] Installing: delta -> delta
2025-08-20T18:52:16.1944426Z [+] Installing: ds -> ds
2025-08-20T18:52:16.5114569Z curl: (22) The requested URL returned error: 404
2025-08-20T18:52:16.5147303Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T18:52:16.5148000Z [+] Installing: dos2unix -> dos2unix
2025-08-20T18:52:16.8701061Z [+] Installing: duf -> duf
2025-08-20T18:52:17.2873169Z [+] Installing: duplicut -> duplicut
2025-08-20T18:52:17.8674947Z [+] Installing: dust -> dust
2025-08-20T18:52:18.2857584Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T18:52:18.7160404Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T18:52:19.0993650Z [+] Installing: dysk -> dysk
2025-08-20T18:52:19.4891228Z [+] Installing: eget -> eget
2025-08-20T18:52:19.9395569Z [+] Installing: epoch -> epoch
2025-08-20T18:52:20.4170985Z [+] Installing: faketty -> faketty
2025-08-20T18:52:20.8091757Z [+] Installing: fastfetch -> fastfetch
2025-08-20T18:52:21.2046983Z [+] Installing: freeze -> freeze
2025-08-20T18:52:21.7351252Z [+] Installing: fusermount3 -> fusermount
2025-08-20T18:52:22.1007184Z [+] Installing: gdu -> gdu
2025-08-20T18:52:22.6775274Z [+] Installing: gh -> gh
2025-08-20T18:52:23.6686525Z [+] Installing: gitleaks -> gitleaks
2025-08-20T18:52:24.2327461Z [+] Installing: git-sizer -> git-sizer
2025-08-20T18:52:24.6505796Z [+] Installing: glab -> glab
2025-08-20T18:52:25.4966178Z [+] Installing: glow -> glow
2025-08-20T18:52:26.2396486Z [+] Installing: httpx -> httpx
2025-08-20T18:52:27.1418891Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T18:52:27.7716997Z [+] Installing: husarnet -> husarnet
2025-08-20T18:52:28.1160220Z curl: (22) The requested URL returned error: 404
2025-08-20T18:52:28.1193852Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T18:52:28.1194374Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T18:52:28.4605004Z curl: (22) The requested URL returned error: 404
2025-08-20T18:52:28.4637944Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T18:52:28.4638716Z [+] Installing: imgcat -> imgcat
2025-08-20T18:52:28.8795332Z [+] Installing: jc -> jc
2025-08-20T18:52:29.5744468Z [+] Installing: jq -> jq
2025-08-20T18:52:29.9778735Z [+] Installing: logdy -> logdy
2025-08-20T18:52:30.7717615Z [+] Installing: micro -> micro
2025-08-20T18:52:31.2734522Z [+] Installing: miniserve -> miniserve
2025-08-20T18:52:31.7476937Z [+] Installing: minisign -> minisign
2025-08-20T18:52:32.1091067Z [+] Installing: ncdu -> ncdu
2025-08-20T18:52:32.4702306Z [+] Installing: notify -> notify
2025-08-20T18:52:33.0362459Z [+] Installing: ouch -> ouch
2025-08-20T18:52:33.4551146Z [+] Installing: oras -> oras
2025-08-20T18:52:34.0775740Z [+] Installing: pipetty -> pipetty
2025-08-20T18:52:34.4098353Z [+] Installing: pixterm -> pixterm
2025-08-20T18:52:34.8736529Z [+] Installing: qsv -> qsv
2025-08-20T18:52:35.4613252Z [+] Installing: rclone -> rclone
2025-08-20T18:52:36.6772025Z [+] Installing: ripgrep -> rg
2025-08-20T18:52:37.1227058Z [+] Installing: rga -> rga
2025-08-20T18:52:37.5703490Z [+] Installing: rsync -> rsync
2025-08-20T18:52:38.0140491Z [+] Installing: script -> script
2025-08-20T18:52:38.3748462Z [+] Installing: shellcheck -> shellcheck
2025-08-20T18:52:39.3037016Z [+] Installing: soar -> soar
2025-08-20T18:52:39.8237838Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T18:52:40.3167012Z [+] Installing: sstrip -> sstrip
2025-08-20T18:52:40.6567202Z [+] Installing: strace -> strace
2025-08-20T18:52:41.0431297Z [+] Installing: sttr -> sttr
2025-08-20T18:52:41.5450817Z [+] Installing: tailscale -> tailscale
2025-08-20T18:52:42.1716674Z [+] Installing: tailscaled -> tailscaled
2025-08-20T18:52:42.8877432Z [+] Installing: taplo -> taplo
2025-08-20T18:52:43.3795797Z [+] Installing: tldr -> tldr
2025-08-20T18:52:43.8560976Z [+] Installing: tldr -> tealdeer
2025-08-20T18:52:44.2421358Z [+] Installing: tmux -> tmux
2025-08-20T18:52:44.6296580Z [+] Installing: tok -> tok
2025-08-20T18:52:45.1266529Z [+] Installing: trufflehog -> trufflehog
2025-08-20T18:52:45.8120778Z [+] Installing: trurl -> trurl
2025-08-20T18:52:46.3161346Z [+] Installing: tss -> tss
2025-08-20T18:52:46.7043586Z [+] Installing: ulexec -> ulexec
2025-08-20T18:52:47.1458454Z [+] Installing: unfurl -> unfurl
2025-08-20T18:52:47.6158106Z [+] Installing: upx -> upx
2025-08-20T18:52:47.9893134Z [+] Installing: validtoml -> validtoml
2025-08-20T18:52:48.4647987Z [+] Installing: wget -> wget
2025-08-20T18:52:48.8785356Z [+] Installing: wget2 -> wget2
2025-08-20T18:52:49.3643535Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T18:52:49.8547360Z [+] Installing: xq -> xq
2025-08-20T18:52:50.4760184Z [+] Installing: xz -> xz
2025-08-20T18:52:50.8477149Z [+] Installing: unxz -> unxz
2025-08-20T18:52:51.2321042Z [+] Installing: yq -> yq
2025-08-20T18:52:51.6242674Z [+] Installing: yj -> yj
2025-08-20T18:52:52.0304144Z [+] Installing: zapper -> zapper
2025-08-20T18:52:52.3955982Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T18:52:52.7711424Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T18:52:53.1020966Z curl: (22) The requested URL returned error: 404
2025-08-20T18:52:53.1054963Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T18:52:53.1055734Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T18:52:53.4213451Z curl: (22) The requested URL returned error: 404
2025-08-20T18:52:53.4248909Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T18:52:53.4249358Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T18:52:53.7414947Z curl: (22) The requested URL returned error: 404
2025-08-20T18:52:53.7448819Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T18:52:53.7449182Z [+] Installing: zstd -> zstd
2025-08-20T18:52:54.1179256Z [+] Creating symlinks...
2025-08-20T18:52:54.1252047Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T18:52:54.1332375Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T18:52:54.1413707Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T18:52:54.1497957Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T18:52:54.1579129Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T18:52:54.1661300Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T18:52:54.1742568Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T18:52:54.1825602Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T18:52:54.1912267Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T18:52:54.1995793Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T18:52:54.2076899Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T18:52:54.2158084Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T18:52:54.2236835Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T18:52:54.2315628Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T18:52:54.2396595Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T18:52:54.2476934Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T18:52:54.2557556Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T18:52:54.2591925Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T18:52:54.2663202Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T18:52:54.2743040Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T18:52:54.2822540Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T18:52:54.2858156Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T18:52:54.2932886Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T18:52:54.3012029Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T18:52:54.3092493Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T18:52:54.3172229Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T18:52:54.3251097Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T18:52:54.3328073Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T18:52:54.3408201Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T18:52:54.3487939Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T18:52:54.3568577Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T18:52:54.3647097Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T18:52:54.3726620Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T18:52:54.3804550Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T18:52:54.3884501Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T18:52:54.3968846Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T18:52:54.4048530Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T18:52:54.4127790Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T18:52:54.4207554Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T18:52:54.4286974Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T18:52:54.4366713Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T18:52:54.4445462Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:52:54.4524086Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:52:54.4602942Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T18:52:54.4637226Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T18:52:54.4661271Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T18:52:54.4731040Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T18:52:54.4809833Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T18:52:54.4888063Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T18:52:54.4971638Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T18:52:54.5054439Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T18:52:54.5136183Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T18:52:54.5215750Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T18:52:54.5296830Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T18:52:54.5376961Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T18:52:54.5458549Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T18:52:54.5539493Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T18:52:54.5620576Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T18:52:54.5699186Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T18:52:54.5778992Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T18:52:54.5857458Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T18:52:54.5937881Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T18:52:54.6020955Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T18:52:54.6103355Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T18:52:54.6182643Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T18:52:54.6263956Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T18:52:54.6344369Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T18:52:54.6424154Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T18:52:54.6503395Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T18:52:54.6583591Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T18:52:54.6663760Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T18:52:54.6742963Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T18:52:54.6823483Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T18:52:54.6902780Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T18:52:54.6986600Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T18:52:54.7071465Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T18:52:54.7152215Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T18:52:54.7232747Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T18:52:54.7310808Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T18:52:54.7391138Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T18:52:54.7468478Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T18:52:54.7552457Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T18:52:54.7622302Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T18:52:54.7701297Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T18:52:54.7779153Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T18:52:54.7859098Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T18:52:54.7937040Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T18:52:54.8019240Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T18:52:54.8103531Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T18:52:54.8185382Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T18:52:54.8264545Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T18:52:54.8341523Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T18:52:54.8419367Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T18:52:54.8497361Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T18:52:54.8574705Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T18:52:54.8606791Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T18:52:54.8630950Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T18:52:54.8654684Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T18:52:54.8724284Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T18:52:54.8747946Z 
2025-08-20T18:52:54.8748513Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T18:52:54.8748864Z 
2025-08-20T18:52:54.8860766Z 
2025-08-20T18:52:54.8936549Z 
2025-08-20T18:52:54.8937103Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T18:52:54.8937316Z 
2025-08-20T18:52:54.8937400Z [+] Installation completed!
2025-08-20T18:52:54.9010149Z 
2025-08-20T18:52:54.9010630Z [+] GITHUB_TOKEN is Exported
2025-08-20T18:52:55.1186861Z github.com
2025-08-20T18:52:55.1187499Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T18:52:55.1187806Z   - Active account: true
2025-08-20T18:52:55.1188055Z   - Git operations protocol: https
2025-08-20T18:52:55.1188305Z   - Token: ghp_************************************
2025-08-20T18:52:55.1188925Z   - 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-20T18:52:55.1189559Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T18:52:55.1189884Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T18:52:55.2446895Z Limit: 5000, Remaining: 3996, Reset: 2025-08-20 19:25:14 +0000 UTC (32m19s)
2025-08-20T18:52:55.2455847Z 
2025-08-20T18:52:55.2456112Z [+] GHCR_TOKEN is Exported
2025-08-20T18:52:55.2485642Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T18:52:55.4171726Z Login Succeeded
2025-08-20T18:52:55.4179049Z 
2025-08-20T18:52:55.4179284Z [+] GITLAB is Exported
2025-08-20T18:52:55.5450532Z [git remote -v]
2025-08-20T18:52:55.7567865Z gitlab.com
2025-08-20T18:52:55.7568474Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T18:52:55.7570953Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T18:52:55.7571533Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T18:52:55.7571925Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T18:52:55.7572277Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T18:52:55.7572592Z   ✓ Token found: **************************
2025-08-20T18:52:55.7572747Z 
2025-08-20T18:52:55.7573089Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T18:52:55.7573573Z [git remote -v]
2025-08-20T18:52:55.7581351Z 2025/08/20 18:52:55 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T18:52:55.7581858Z git: exit status 128]
2025-08-20T18:52:56.0173416Z 
2025-08-20T18:52:56.0173428Z 
2025-08-20T18:52:56.0174771Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:52:56 PM)
2025-08-20T18:52:56.0175171Z 
2025-08-20T18:52:56.0175175Z 
2025-08-20T18:52:56.0175245Z [+] USER = runner
2025-08-20T18:52:56.0175417Z [+] HOME = /home/runner
2025-08-20T18:52:56.0177541Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T18:52:56.0179651Z 
2025-08-20T18:52:56.1797040Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:52:56.1797510Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:52:56.2034135Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:52:56.2196337Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:52:56.2360177Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:52:56.2523198Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:52:57.2565590Z Reading package lists...
2025-08-20T18:52:57.2871451Z Reading package lists...
2025-08-20T18:52:57.4985506Z Building dependency tree...
2025-08-20T18:52:57.4992221Z Reading state information...
2025-08-20T18:52:57.7592532Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:52:57.7592917Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:52:57.7593230Z ca-certificates is already the newest version (20240203).
2025-08-20T18:52:57.7593586Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:52:57.7593905Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T18:52:57.7594207Z moreutils is already the newest version (0.69-1).
2025-08-20T18:52:57.7594564Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T18:52:57.7595081Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T18:52:57.7595440Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:52:57.8442289Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:52:57.8453521Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:52:57.9958301Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:52:58.0799057Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:52:58.1640260Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:52:58.2480415Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:52:59.1277566Z Reading package lists...
2025-08-20T18:52:59.1581659Z Reading package lists...
2025-08-20T18:52:59.3721676Z Building dependency tree...
2025-08-20T18:52:59.3729249Z Reading state information...
2025-08-20T18:52:59.6046884Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:52:59.6047602Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:52:59.6047976Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:52:59.6048284Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:52:59.6048613Z ca-certificates is already the newest version (20240203).
2025-08-20T18:52:59.6048939Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:52:59.6049241Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:52:59.6049530Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:52:59.6050122Z gawk set to manually installed.
2025-08-20T18:52:59.6050355Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:52:59.6050642Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:52:59.6050949Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:52:59.6051231Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:52:59.6051555Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:52:59.6051893Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:52:59.6052197Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:52:59.6052496Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:52:59.6052803Z The following additional packages will be installed:
2025-08-20T18:52:59.6053176Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T18:52:59.6053615Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T18:52:59.6054048Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T18:52:59.6054452Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T18:52:59.6055099Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T18:52:59.6055484Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:52:59.6060854Z Suggested packages:
2025-08-20T18:52:59.6061132Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T18:52:59.6061551Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T18:52:59.6061992Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T18:52:59.6062426Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T18:52:59.6062805Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T18:52:59.6063169Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T18:52:59.6063525Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T18:52:59.6273804Z The following NEW packages will be installed:
2025-08-20T18:52:59.6274531Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T18:52:59.6275588Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T18:52:59.6276232Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T18:52:59.6277461Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T18:52:59.6278229Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T18:52:59.6280992Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T18:52:59.6282351Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:52:59.9007991Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:52:59.9008343Z Need to get 27.2 MB of archives.
2025-08-20T18:52:59.9008656Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T18:52:59.9009234Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T18:53:00.6078033Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T18:53:01.0010720Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T18:53:01.1726388Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T18:53:01.2574167Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T18:53:01.3421022Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T18:53:01.5940418Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T18:53:01.7689591Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T18:53:02.0217062Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T18:53:02.1077068Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T18:53:02.8672471Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T18:53:03.0398089Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T18:53:03.5875548Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T18:53:03.6784906Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T18:53:03.7637960Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T18:53:03.8546951Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T18:53:03.9401970Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T18:53:04.4745558Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T18:53:04.5595828Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T18:53:04.6473333Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T18:53:04.7320971Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T18:53:04.8166444Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T18:53:05.0725107Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T18:53:05.3638429Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T18:53:05.6102840Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T18:53:05.6989985Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T18:53:06.0555460Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T18:53:06.1430462Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T18:53:06.2303355Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T18:53:06.3207262Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T18:53:06.4052471Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T18:53:06.4936411Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T18:53:06.5822478Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T18:53:07.0364090Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T18:53:07.5641686Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T18:53:07.8156956Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T18:53:08.0568696Z Preconfiguring packages ...
2025-08-20T18:53:08.1535039Z Fetched 27.2 MB in 8s (3324 kB/s)
2025-08-20T18:53:08.2121586Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T18:53:08.2152441Z (Reading database ... 
2025-08-20T18:53:08.2152707Z (Reading database ... 5%
2025-08-20T18:53:08.2152905Z (Reading database ... 10%
2025-08-20T18:53:08.2153102Z (Reading database ... 15%
2025-08-20T18:53:08.2153295Z (Reading database ... 20%
2025-08-20T18:53:08.2153490Z (Reading database ... 25%
2025-08-20T18:53:08.2153682Z (Reading database ... 30%
2025-08-20T18:53:08.2153903Z (Reading database ... 35%
2025-08-20T18:53:08.2154100Z (Reading database ... 40%
2025-08-20T18:53:08.2154293Z (Reading database ... 45%
2025-08-20T18:53:08.2155345Z (Reading database ... 50%
2025-08-20T18:53:08.2175187Z (Reading database ... 55%
2025-08-20T18:53:08.2257954Z (Reading database ... 60%
2025-08-20T18:53:08.2295305Z (Reading database ... 65%
2025-08-20T18:53:08.2308515Z (Reading database ... 70%
2025-08-20T18:53:08.2327658Z (Reading database ... 75%
2025-08-20T18:53:08.2450298Z (Reading database ... 80%
2025-08-20T18:53:08.2519406Z (Reading database ... 85%
2025-08-20T18:53:08.2542142Z (Reading database ... 90%
2025-08-20T18:53:08.2625337Z (Reading database ... 95%
2025-08-20T18:53:08.2625559Z (Reading database ... 100%
2025-08-20T18:53:08.2625860Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T18:53:08.2655478Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T18:53:08.2969156Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:53:08.5300035Z Selecting previously unselected package poppler-data.
2025-08-20T18:53:08.5485176Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T18:53:08.5574958Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T18:53:08.6872245Z Selecting previously unselected package b3sum.
2025-08-20T18:53:08.7057167Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T18:53:08.7151044Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T18:53:08.7910438Z Selecting previously unselected package build-essential.
2025-08-20T18:53:08.8089231Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T18:53:08.8175385Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T18:53:08.8931558Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T18:53:08.9110717Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T18:53:08.9343593Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:53:09.5758151Z Selecting previously unselected package ccache.
2025-08-20T18:53:09.5952495Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T18:53:09.6035975Z Unpacking ccache (4.9.1-1) ...
2025-08-20T18:53:09.6980449Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T18:53:09.7160719Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T18:53:09.7247127Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T18:53:09.8007521Z Selecting previously unselected package xfonts-encodings.
2025-08-20T18:53:09.8180189Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T18:53:09.8268403Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:53:09.9039192Z Selecting previously unselected package xfonts-utils.
2025-08-20T18:53:09.9207479Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T18:53:09.9292811Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:53:10.0383708Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T18:53:10.0573874Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T18:53:10.1225261Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T18:53:10.2432976Z Selecting previously unselected package libgs-common.
2025-08-20T18:53:10.2600505Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:53:10.2683914Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:10.3376049Z Selecting previously unselected package libgs10-common.
2025-08-20T18:53:10.3551713Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:53:10.3631572Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:10.4683209Z Selecting previously unselected package libidn12:arm64.
2025-08-20T18:53:10.4860150Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T18:53:10.4950428Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:53:10.5699959Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T18:53:10.5884018Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T18:53:10.6016949Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:53:10.6827536Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T18:53:10.7019660Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T18:53:10.7112468Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:53:10.8074221Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T18:53:10.8257393Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T18:53:10.8331788Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:53:10.9160355Z Selecting previously unselected package libgs10:arm64.
2025-08-20T18:53:10.9331495Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:53:10.9465836Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:11.1117467Z Selecting previously unselected package ghostscript.
2025-08-20T18:53:11.1306297Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:53:11.1402750Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:11.2211812Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T18:53:11.2393142Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:53:11.2477333Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:53:11.4316918Z Selecting previously unselected package imagemagick.
2025-08-20T18:53:11.4496468Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:53:11.4594452Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:53:11.5269182Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T18:53:11.5462589Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T18:53:11.5537974Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:53:11.6525134Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T18:53:11.6715224Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:53:11.6875999Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:53:11.7951724Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T18:53:11.8134291Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T18:53:11.8223638Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:53:11.9111225Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T18:53:11.9292663Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:53:11.9387470Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:53:12.0011552Z Selecting previously unselected package libjxr-tools.
2025-08-20T18:53:12.0194354Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:53:12.0331384Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:53:12.1198697Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T18:53:12.1381942Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T18:53:12.1489414Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:53:12.2475818Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T18:53:12.2656310Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T18:53:12.2741252Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:53:12.3467424Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T18:53:12.3643543Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:53:12.3722476Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:53:12.4549827Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T18:53:12.4749551Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:53:12.4832664Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:53:12.5482516Z Selecting previously unselected package libpaper-utils.
2025-08-20T18:53:12.5673088Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T18:53:12.5760317Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T18:53:12.6416565Z Selecting previously unselected package libtool-bin.
2025-08-20T18:53:12.6606275Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T18:53:12.6687436Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T18:53:12.7500899Z Selecting previously unselected package lzip.
2025-08-20T18:53:12.7682578Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T18:53:12.7768058Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T18:53:12.8496372Z Selecting previously unselected package netpbm.
2025-08-20T18:53:12.8685086Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:53:12.8770763Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:53:13.1228926Z Selecting previously unselected package musl:arm64.
2025-08-20T18:53:13.1421663Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T18:53:13.1502866Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T18:53:13.2419605Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T18:53:13.2601382Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T18:53:13.2679475Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:53:13.4385633Z Selecting previously unselected package musl-tools.
2025-08-20T18:53:13.4575456Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T18:53:13.4662865Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T18:53:13.5450794Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:53:13.7052233Z 
2025-08-20T18:53:13.8120252Z Creating config file /etc/papersize with new version
2025-08-20T18:53:13.8120596Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T18:53:13.8352038Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T18:53:13.8694296Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:53:13.8922142Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:53:13.9164902Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:13.9388678Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T18:53:13.9683246Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:53:13.9924084Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T18:53:14.0819021Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:53:14.8542004Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:53:14.8789921Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T18:53:14.9044437Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T18:53:14.9148282Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T18:53:14.9244409Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T18:53:14.9407114Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:53:14.9720487Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:53:14.9999465Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:53:15.0255345Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:53:15.0580246Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:53:15.0780357Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T18:53:15.0848092Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T18:53:15.0942164Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T18:53:15.1016132Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T18:53:15.1134944Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T18:53:15.1208584Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T18:53:15.1324986Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T18:53:15.1402542Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T18:53:15.1491420Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T18:53:15.1569352Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T18:53:15.1657549Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T18:53:15.1732097Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T18:53:15.1818598Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T18:53:15.1895097Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T18:53:15.1977216Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T18:53:15.2055489Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T18:53:15.2141077Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T18:53:15.2225184Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T18:53:15.2312085Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T18:53:15.2416098Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T18:53:15.2499937Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T18:53:15.2572290Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T18:53:15.2720107Z Setting up b3sum (1.2.0-1) ...
2025-08-20T18:53:15.2996367Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T18:53:15.3506355Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T18:53:15.3755018Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:53:15.4321136Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:53:15.4568264Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:53:15.4823928Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:53:15.5147016Z Setting up ccache (4.9.1-1) ...
2025-08-20T18:53:15.5314247Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:53:15.5457625Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:53:15.5764747Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:53:15.6097366Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:53:15.6346738Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:53:15.6576523Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:53:15.6809985Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:53:15.7100735Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T18:53:15.9077230Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T18:53:15.9344797Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:15.9752872Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:15.9995053Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:53:16.0361652Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:53:16.1291909Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T18:53:16.4924454Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T18:53:17.6937478Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:53:17.7298613Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:53:20.6631280Z Reading package lists...
2025-08-20T18:53:20.8681707Z Building dependency tree...
2025-08-20T18:53:20.8688556Z Reading state information...
2025-08-20T18:53:21.0913944Z autoconf is already the newest version (2.71-3).
2025-08-20T18:53:21.0914349Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:53:21.0914889Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:53:21.0915219Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:53:21.0915562Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:53:21.0915903Z ca-certificates is already the newest version (20240203).
2025-08-20T18:53:21.0916233Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:53:21.0916521Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:53:21.0916822Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:53:21.0917131Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:53:21.0917443Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:53:21.0917755Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:53:21.0918422Z patch set to manually installed.
2025-08-20T18:53:21.0918705Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:53:21.0919028Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:53:21.0919331Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:53:21.0919628Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:53:21.0919886Z Suggested packages:
2025-08-20T18:53:21.0920063Z   scons-doc
2025-08-20T18:53:21.1067942Z The following NEW packages will be installed:
2025-08-20T18:53:21.1075263Z   autopoint byacc clang qemu-user-static scons
2025-08-20T18:53:21.3790132Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:21.3790476Z Need to get 17.8 MB of archives.
2025-08-20T18:53:21.3790764Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T18:53:21.3791257Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T18:53:21.9058839Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T18:53:21.9907766Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T18:53:22.8156290Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T18:53:22.9850558Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T18:53:23.2377228Z Fetched 17.8 MB in 2s (9525 kB/s)
2025-08-20T18:53:23.2634883Z Selecting previously unselected package autopoint.
2025-08-20T18:53:23.2666237Z (Reading database ... 
2025-08-20T18:53:23.2666482Z (Reading database ... 5%
2025-08-20T18:53:23.2666684Z (Reading database ... 10%
2025-08-20T18:53:23.2666884Z (Reading database ... 15%
2025-08-20T18:53:23.2667082Z (Reading database ... 20%
2025-08-20T18:53:23.2667279Z (Reading database ... 25%
2025-08-20T18:53:23.2667508Z (Reading database ... 30%
2025-08-20T18:53:23.2667706Z (Reading database ... 35%
2025-08-20T18:53:23.2668471Z (Reading database ... 40%
2025-08-20T18:53:23.2668678Z (Reading database ... 45%
2025-08-20T18:53:23.2668878Z (Reading database ... 50%
2025-08-20T18:53:23.2688392Z (Reading database ... 55%
2025-08-20T18:53:23.2769969Z (Reading database ... 60%
2025-08-20T18:53:23.2807294Z (Reading database ... 65%
2025-08-20T18:53:23.2820600Z (Reading database ... 70%
2025-08-20T18:53:23.2847359Z (Reading database ... 75%
2025-08-20T18:53:23.2968264Z (Reading database ... 80%
2025-08-20T18:53:23.3039929Z (Reading database ... 85%
2025-08-20T18:53:23.3063737Z (Reading database ... 90%
2025-08-20T18:53:23.3154236Z (Reading database ... 95%
2025-08-20T18:53:23.3154469Z (Reading database ... 100%
2025-08-20T18:53:23.3154875Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T18:53:23.3190923Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T18:53:23.3663958Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T18:53:23.5112173Z Selecting previously unselected package clang.
2025-08-20T18:53:23.5291815Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T18:53:23.5388008Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T18:53:23.6051778Z Selecting previously unselected package qemu-user-static.
2025-08-20T18:53:23.6236848Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T18:53:23.6324974Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:53:24.7797599Z Selecting previously unselected package scons.
2025-08-20T18:53:24.7978848Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T18:53:24.8105278Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T18:53:24.9141711Z Selecting previously unselected package byacc.
2025-08-20T18:53:24.9324187Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T18:53:24.9435436Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T18:53:25.0398145Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:53:25.0709648Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T18:53:25.1230757Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T18:53:25.1815635Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T18:53:25.5536259Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T18:53:25.5808811Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:53:26.8824204Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T18:53:28.0560430Z Reading package lists...
2025-08-20T18:53:28.2740797Z Building dependency tree...
2025-08-20T18:53:28.2747497Z Reading state information...
2025-08-20T18:53:28.5088366Z The following additional packages will be installed:
2025-08-20T18:53:28.5088785Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:53:28.5089126Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:53:28.5089516Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:53:28.5090021Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:53:28.5090469Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:53:28.5090896Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:53:28.5091340Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:53:28.5091756Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:53:28.5093041Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:53:28.5102410Z Suggested packages:
2025-08-20T18:53:28.5102671Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T18:53:28.5103048Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T18:53:28.5103450Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T18:53:28.5105812Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T18:53:28.5106232Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T18:53:28.5106641Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T18:53:28.5107097Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T18:53:28.5107564Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T18:53:28.5107922Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T18:53:28.5108140Z Recommended packages:
2025-08-20T18:53:28.5108418Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T18:53:28.5108841Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T18:53:28.5109233Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T18:53:28.5109588Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T18:53:28.5109904Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T18:53:28.5286211Z The following NEW packages will be installed:
2025-08-20T18:53:28.5287131Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:53:28.5287553Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:53:28.5287943Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:53:28.5288429Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:53:28.5288872Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:53:28.5289308Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:53:28.5289757Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:53:28.5291020Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:53:28.5294128Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:53:28.7200063Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:28.7200662Z Need to get 2409 kB of archives.
2025-08-20T18:53:28.7200978Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T18:53:28.7201483Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T18:53:28.8048133Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T18:53:28.9067903Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T18:53:29.0778908Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T18:53:29.1679048Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T18:53:29.2630662Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T18:53:29.3733388Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T18:53:29.4633595Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T18:53:29.5617854Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T18:53:29.6546087Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T18:53:29.7523140Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T18:53:29.9323062Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T18:53:30.0167769Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T18:53:30.1328255Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T18:53:30.2552833Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T18:53:30.4332574Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T18:53:30.5231357Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T18:53:30.7628075Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T18:53:30.8510520Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T18:53:30.9376966Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T18:53:31.0228710Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T18:53:31.2402739Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T18:53:31.5011778Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T18:53:31.6779384Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T18:53:31.7744260Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T18:53:31.8912694Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T18:53:31.9983319Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T18:53:32.2787426Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T18:53:32.3931398Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T18:53:32.4882380Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T18:53:33.0286579Z Fetched 2409 kB in 4s (569 kB/s)
2025-08-20T18:53:33.0591838Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T18:53:33.0622995Z (Reading database ... 
2025-08-20T18:53:33.0623251Z (Reading database ... 5%
2025-08-20T18:53:33.0623453Z (Reading database ... 10%
2025-08-20T18:53:33.0623650Z (Reading database ... 15%
2025-08-20T18:53:33.0623846Z (Reading database ... 20%
2025-08-20T18:53:33.0624077Z (Reading database ... 25%
2025-08-20T18:53:33.0624269Z (Reading database ... 30%
2025-08-20T18:53:33.0624463Z (Reading database ... 35%
2025-08-20T18:53:33.0624791Z (Reading database ... 40%
2025-08-20T18:53:33.0624986Z (Reading database ... 45%
2025-08-20T18:53:33.0625175Z (Reading database ... 50%
2025-08-20T18:53:33.0645116Z (Reading database ... 55%
2025-08-20T18:53:33.0726798Z (Reading database ... 60%
2025-08-20T18:53:33.0763822Z (Reading database ... 65%
2025-08-20T18:53:33.0777326Z (Reading database ... 70%
2025-08-20T18:53:33.0804109Z (Reading database ... 75%
2025-08-20T18:53:33.0921661Z (Reading database ... 80%
2025-08-20T18:53:33.0989509Z (Reading database ... 85%
2025-08-20T18:53:33.1013826Z (Reading database ... 90%
2025-08-20T18:53:33.1098772Z (Reading database ... 95%
2025-08-20T18:53:33.1098982Z (Reading database ... 100%
2025-08-20T18:53:33.1099271Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T18:53:33.1128025Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T18:53:33.1218357Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:53:33.1996272Z Selecting previously unselected package libfile-which-perl.
2025-08-20T18:53:33.2187659Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T18:53:33.2269626Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T18:53:33.2948516Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T18:53:33.3139503Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T18:53:33.3606313Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T18:53:33.4333742Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T18:53:33.4513967Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T18:53:33.4592753Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T18:53:33.5172225Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T18:53:33.5346784Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T18:53:33.5445802Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:53:33.6080344Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T18:53:33.6255101Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T18:53:33.6332569Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:53:33.6962840Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T18:53:33.7126073Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T18:53:33.7378052Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:53:33.8022674Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T18:53:33.8212018Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T18:53:33.8310140Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:53:33.9562237Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T18:53:33.9744224Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T18:53:33.9819979Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:53:34.0407050Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T18:53:34.0578696Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T18:53:34.1429623Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:53:34.2015649Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T18:53:34.2182046Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T18:53:34.2279227Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:53:34.2948336Z Selecting previously unselected package libimport-into-perl.
2025-08-20T18:53:34.3136703Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T18:53:34.3216163Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T18:53:34.3988440Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T18:53:34.4174845Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T18:53:34.4257823Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T18:53:34.4884021Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T18:53:34.5072947Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T18:53:34.5156168Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:53:34.5798731Z Selecting previously unselected package libmoo-perl.
2025-08-20T18:53:34.5977472Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T18:53:34.6097307Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T18:53:34.6786340Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T18:53:34.6956301Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T18:53:34.7035436Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T18:53:34.7676149Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T18:53:34.7853770Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T18:53:34.7933921Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T18:53:34.8725822Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T18:53:34.8916604Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T18:53:34.9013503Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:53:34.9688389Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T18:53:34.9876457Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T18:53:34.9952885Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:53:35.0677124Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T18:53:35.0847669Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T18:53:35.0929547Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:53:35.1728827Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T18:53:35.1897859Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T18:53:35.2021142Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:53:35.2766498Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T18:53:35.2938845Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T18:53:35.3019070Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:53:35.3874442Z Selecting previously unselected package libnet-http-perl.
2025-08-20T18:53:35.4063999Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T18:53:35.4208345Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T18:53:35.4970431Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T18:53:35.5150934Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T18:53:35.5266033Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:53:35.5885467Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T18:53:35.6058122Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T18:53:35.6137271Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T18:53:35.6820703Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T18:53:35.6998164Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T18:53:35.7092794Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:53:35.7701685Z Selecting previously unselected package libwww-perl.
2025-08-20T18:53:35.7881972Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T18:53:35.7967114Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T18:53:35.8703030Z Selecting previously unselected package patchutils.
2025-08-20T18:53:35.8887588Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T18:53:35.8968586Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T18:53:35.9658831Z Selecting previously unselected package wdiff.
2025-08-20T18:53:35.9841504Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T18:53:35.9919065Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T18:53:36.0972870Z Selecting previously unselected package devscripts.
2025-08-20T18:53:36.1155352Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T18:53:36.1399738Z Unpacking devscripts (2.23.7) ...
2025-08-20T18:53:36.2807572Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T18:53:36.3079379Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:53:36.3355387Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T18:53:36.3693680Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T18:53:36.3964074Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:53:36.4213278Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:53:36.4450014Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:53:36.4685411Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T18:53:36.5426891Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T18:53:36.5646035Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:53:36.5935571Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T18:53:36.6187435Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T18:53:36.6525757Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:53:36.6756310Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:53:36.7048412Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T18:53:36.7390759Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:53:36.7637086Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:53:36.7910816Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:53:36.8217444Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T18:53:36.8484811Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T18:53:36.8736724Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:53:36.8985571Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:53:36.9242182Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:53:36.9564554Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:53:36.9907367Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:53:37.0211338Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T18:53:37.0489013Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T18:53:37.0801181Z Setting up libwww-perl (6.76-1) ...
2025-08-20T18:53:37.1075993Z Setting up devscripts (2.23.7) ...
2025-08-20T18:53:37.2436879Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:53:37.2777413Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:53:39.1139947Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:53:40.5781023Z Reading package lists...
2025-08-20T18:53:40.7889752Z Building dependency tree...
2025-08-20T18:53:40.7896077Z Reading state information...
2025-08-20T18:53:41.0188610Z The following additional packages will be installed:
2025-08-20T18:53:41.0194040Z   cmake-data libjsoncpp25 librhash0
2025-08-20T18:53:41.0202001Z Suggested packages:
2025-08-20T18:53:41.0202217Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T18:53:41.0346086Z The following NEW packages will be installed:
2025-08-20T18:53:41.0353990Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T18:53:41.0876785Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:41.0877107Z Need to get 12.7 MB of archives.
2025-08-20T18:53:41.0877401Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T18:53:41.0877909Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T18:53:41.1468675Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T18:53:41.1833935Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T18:53:41.2645716Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T18:53:41.5803321Z Fetched 12.7 MB in 0s (45.3 MB/s)
2025-08-20T18:53:41.6208707Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T18:53:41.6241342Z (Reading database ... 
2025-08-20T18:53:41.6241599Z (Reading database ... 5%
2025-08-20T18:53:41.6241801Z (Reading database ... 10%
2025-08-20T18:53:41.6241997Z (Reading database ... 15%
2025-08-20T18:53:41.6242195Z (Reading database ... 20%
2025-08-20T18:53:41.6242391Z (Reading database ... 25%
2025-08-20T18:53:41.6242584Z (Reading database ... 30%
2025-08-20T18:53:41.6242780Z (Reading database ... 35%
2025-08-20T18:53:41.6242973Z (Reading database ... 40%
2025-08-20T18:53:41.6243474Z (Reading database ... 45%
2025-08-20T18:53:41.6243663Z (Reading database ... 50%
2025-08-20T18:53:41.6262834Z (Reading database ... 55%
2025-08-20T18:53:41.6345832Z (Reading database ... 60%
2025-08-20T18:53:41.6384133Z (Reading database ... 65%
2025-08-20T18:53:41.6397900Z (Reading database ... 70%
2025-08-20T18:53:41.6424868Z (Reading database ... 75%
2025-08-20T18:53:41.6545669Z (Reading database ... 80%
2025-08-20T18:53:41.6615884Z (Reading database ... 85%
2025-08-20T18:53:41.6642208Z (Reading database ... 90%
2025-08-20T18:53:41.6728560Z (Reading database ... 95%
2025-08-20T18:53:41.6728782Z (Reading database ... 100%
2025-08-20T18:53:41.6729080Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T18:53:41.6760587Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T18:53:41.6914846Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:53:41.7638754Z Selecting previously unselected package librhash0:arm64.
2025-08-20T18:53:41.7822793Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T18:53:41.7920522Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:53:41.8882612Z Selecting previously unselected package cmake-data.
2025-08-20T18:53:41.9074846Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T18:53:41.9205288Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T18:53:42.8631240Z Selecting previously unselected package cmake.
2025-08-20T18:53:42.8836307Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T18:53:42.8953794Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T18:53:43.0984427Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:53:43.1304082Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:53:43.1545759Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T18:53:43.1828171Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T18:53:43.2233916Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:53:44.6332846Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:53:45.8377527Z Reading package lists...
2025-08-20T18:53:46.0582331Z Building dependency tree...
2025-08-20T18:53:46.0590063Z Reading state information...
2025-08-20T18:53:46.3520050Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:53:46.3520448Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:53:46.3520765Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:53:46.3521070Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:53:46.3521800Z b3sum is already the newest version (1.2.0-1).
2025-08-20T18:53:46.3522149Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:53:46.3522492Z ca-certificates is already the newest version (20240203).
2025-08-20T18:53:46.3522793Z ccache is already the newest version (4.9.1-1).
2025-08-20T18:53:46.3523085Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:53:46.3523385Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:53:46.3523688Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:53:46.3523963Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:53:46.3524300Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T18:53:46.3524861Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T18:53:46.3525178Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:53:46.3525483Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:53:46.3525801Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:53:46.3526103Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:53:46.3526399Z musl is already the newest version (1.2.4-2).
2025-08-20T18:53:46.3526672Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T18:53:46.3526956Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T18:53:46.3527284Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:53:46.3527839Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:53:46.3528139Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:53:46.3528437Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:53:46.3528767Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:46.3710999Z Reading package lists...
2025-08-20T18:53:46.5886916Z Building dependency tree...
2025-08-20T18:53:46.5895128Z Reading state information...
2025-08-20T18:53:46.8746577Z autoconf is already the newest version (2.71-3).
2025-08-20T18:53:46.8746956Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:53:46.8747297Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T18:53:46.8747621Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:53:46.8747945Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:53:46.8748284Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:53:46.8748630Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T18:53:46.8748944Z ca-certificates is already the newest version (20240203).
2025-08-20T18:53:46.8749255Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T18:53:46.8749548Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:53:46.8749839Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:53:46.8750137Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:53:46.8750453Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:53:46.8750772Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:53:46.8751083Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:53:46.8751390Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:53:46.8751710Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:53:46.8752070Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:53:46.8752422Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:53:46.8752709Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:53:46.8753005Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:53:46.8753336Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:46.8944946Z Reading package lists...
2025-08-20T18:53:47.1117762Z Building dependency tree...
2025-08-20T18:53:47.1126264Z Reading state information...
2025-08-20T18:53:47.3948735Z devscripts is already the newest version (2.23.7).
2025-08-20T18:53:47.3949152Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:47.4144482Z Reading package lists...
2025-08-20T18:53:47.6267129Z Building dependency tree...
2025-08-20T18:53:47.6274945Z Reading state information...
2025-08-20T18:53:47.9084316Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T18:53:47.9084812Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:47.9282692Z Reading package lists...
2025-08-20T18:53:48.1380966Z Building dependency tree...
2025-08-20T18:53:48.1387674Z Reading state information...
2025-08-20T18:53:48.3870149Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:53:48.3870605Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T18:53:48.4262322Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:48.4698910Z Reading package lists...
2025-08-20T18:53:48.6749780Z Building dependency tree...
2025-08-20T18:53:48.6757488Z Reading state information...
2025-08-20T18:53:48.9025121Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T18:53:48.9025554Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T18:53:48.9025900Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:53:48.9026264Z The following additional packages will be installed:
2025-08-20T18:53:48.9027013Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:53:48.9027420Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:53:48.9027866Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:53:48.9028254Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T18:53:48.9028642Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T18:53:48.9029080Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T18:53:48.9029481Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T18:53:48.9029886Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T18:53:48.9030260Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T18:53:48.9030650Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T18:53:48.9031077Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T18:53:48.9031428Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T18:53:48.9031795Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T18:53:48.9032235Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T18:53:48.9032578Z   linux-libc-dev-armhf-cross
2025-08-20T18:53:48.9041691Z Suggested packages:
2025-08-20T18:53:48.9042027Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T18:53:48.9042406Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T18:53:48.9357269Z The following NEW packages will be installed:
2025-08-20T18:53:48.9357592Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:53:48.9357993Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:53:48.9358464Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:53:48.9358917Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T18:53:48.9359299Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T18:53:48.9359689Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T18:53:48.9360104Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T18:53:48.9360502Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T18:53:48.9361269Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T18:53:48.9361672Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T18:53:48.9362082Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T18:53:48.9362501Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T18:53:48.9362869Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T18:53:48.9363240Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T18:53:48.9365041Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T18:53:49.1245502Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:49.1245851Z Need to get 112 MB of archives.
2025-08-20T18:53:49.1246141Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T18:53:49.1246832Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T18:53:49.3909266Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T18:53:50.1376763Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T18:53:50.2227011Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T18:53:50.8252512Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T18:53:50.9099949Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T18:53:50.9951242Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T18:53:51.3373375Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T18:53:51.4222362Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T18:53:51.5075785Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T18:53:51.6795694Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T18:53:51.8520208Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T18:53:52.2306058Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T18:53:52.3195695Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T18:53:52.8123470Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T18:53:52.9875816Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T18:53:53.2446848Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T18:53:53.4976151Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T18:53:54.2556023Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T18:53:54.4295861Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T18:53:54.6032254Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T18:53:54.9407550Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T18:53:55.6993728Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T18:53:56.4841915Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T18:53:56.5688848Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T18:53:56.6539409Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T18:53:56.9094164Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T18:53:56.9943609Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T18:53:57.0797360Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T18:53:57.1645558Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T18:53:57.5183680Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T18:53:57.6899711Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T18:53:57.9080729Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T18:53:58.1701779Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T18:53:59.2780566Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T18:53:59.4521881Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T18:53:59.6254202Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T18:53:59.8843767Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T18:54:00.5570108Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T18:54:00.6418679Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T18:54:00.7266827Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T18:54:00.8114363Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T18:54:01.0975594Z Fetched 112 MB in 12s (9458 kB/s)
2025-08-20T18:54:01.1303074Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T18:54:01.1336716Z (Reading database ... 
2025-08-20T18:54:01.1336970Z (Reading database ... 5%
2025-08-20T18:54:01.1337175Z (Reading database ... 10%
2025-08-20T18:54:01.1337372Z (Reading database ... 15%
2025-08-20T18:54:01.1337568Z (Reading database ... 20%
2025-08-20T18:54:01.1337763Z (Reading database ... 25%
2025-08-20T18:54:01.1337960Z (Reading database ... 30%
2025-08-20T18:54:01.1338491Z (Reading database ... 35%
2025-08-20T18:54:01.1338723Z (Reading database ... 40%
2025-08-20T18:54:01.1338920Z (Reading database ... 45%
2025-08-20T18:54:01.1339111Z (Reading database ... 50%
2025-08-20T18:54:01.1359786Z (Reading database ... 55%
2025-08-20T18:54:01.1442405Z (Reading database ... 60%
2025-08-20T18:54:01.1480389Z (Reading database ... 65%
2025-08-20T18:54:01.1494392Z (Reading database ... 70%
2025-08-20T18:54:01.1522076Z (Reading database ... 75%
2025-08-20T18:54:01.1644924Z (Reading database ... 80%
2025-08-20T18:54:01.1714498Z (Reading database ... 85%
2025-08-20T18:54:01.1742494Z (Reading database ... 90%
2025-08-20T18:54:01.1838753Z (Reading database ... 95%
2025-08-20T18:54:01.1838982Z (Reading database ... 100%
2025-08-20T18:54:01.1839277Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T18:54:01.1873132Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:01.1961201Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:01.2648211Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T18:54:01.2836675Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:01.2961247Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:01.5692378Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T18:54:01.5894761Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:01.5975620Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:01.6683220Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T18:54:01.6882842Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:01.6986140Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:01.9566087Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T18:54:01.9768824Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:54:01.9848874Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:54:02.0519615Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T18:54:02.0719796Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:54:02.0811989Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:54:02.1528303Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T18:54:02.1720098Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:54:02.1881351Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:54:02.3101907Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T18:54:02.3297114Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:02.3377369Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:02.4075699Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T18:54:02.4269608Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:02.4349508Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:02.5082866Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T18:54:02.5280889Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:54:02.5377857Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:02.6427257Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T18:54:02.6628060Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:02.6786838Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:02.7645403Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T18:54:02.7845766Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:02.7931339Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:02.8638511Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T18:54:02.8828913Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:02.8906635Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:02.9652610Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T18:54:02.9850425Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:02.9932380Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:03.1239912Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T18:54:03.1446829Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:03.1529048Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:03.2358845Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T18:54:03.2559909Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:03.2685100Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:03.4888841Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T18:54:03.5071206Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:03.5173704Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:03.6471782Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T18:54:03.6680077Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:03.6809126Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:04.1405075Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T18:54:04.1604999Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:54:04.1691417Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:54:04.4421351Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T18:54:04.4623841Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:54:04.4745762Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:04.6236885Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T18:54:04.6432006Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:04.6518393Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:04.9369263Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T18:54:04.9563681Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:04.9675359Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:05.2817301Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T18:54:05.3021053Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:54:05.3104832Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:54:05.4373196Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T18:54:05.4572169Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:05.4656240Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:05.5288191Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T18:54:05.5483647Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:05.5563973Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:05.6401183Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T18:54:05.6614157Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:54:05.6706516Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:05.7586237Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T18:54:05.7792964Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:05.7902123Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:05.8766149Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T18:54:05.8965808Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:05.9049872Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:05.9916387Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T18:54:06.0113907Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:06.0202630Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:06.1129702Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T18:54:06.1354740Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:06.1482902Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:06.2603634Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T18:54:06.2807090Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:06.2919446Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:06.3714258Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T18:54:06.3901379Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:06.4029413Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:06.4875892Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T18:54:06.5070380Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:06.5159254Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:06.6196989Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T18:54:06.6404304Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:06.6522501Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:07.0724349Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T18:54:07.0935522Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:54:07.1024099Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:54:07.3620105Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T18:54:07.3816151Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:54:07.3952673Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:07.5328943Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T18:54:07.5524238Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:54:07.5605885Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:07.7825361Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T18:54:07.8029479Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:54:07.8142485Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.0573616Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T18:54:08.0779586Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:54:08.0860574Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:54:08.1555704Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T18:54:08.1768851Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:54:08.1881415Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:54:08.2401589Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T18:54:08.2614698Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:54:08.2763350Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:54:08.3878315Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T18:54:08.4081119Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:54:08.4243717Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:54:08.5043322Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:54:08.5328040Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:08.5601027Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.5952289Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.6218124Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.6514720Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:54:08.6925879Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.7208063Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:54:08.7452566Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:08.7737873Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.7978998Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.8220674Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:08.8477304Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:54:08.8730410Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.8984417Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.9239654Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.9519497Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:08.9818334Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.0151726Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.0563464Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.0861114Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:54:09.1152963Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.1445807Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.1782861Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:54:09.2064735Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.2331630Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.2591684Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.2906605Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:54:09.3248725Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.3583387Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.3842077Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.4142513Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.4592283Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.5177928Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.5625487Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:54:09.6027502Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.6380630Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.6743742Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.7019655Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:54:09.7301119Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:54:09.7572613Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:54:09.7836131Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:54:09.8146357Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T18:54:09.8270249Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:54:09.8460069Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:11.3324438Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:13.0540662Z Reading package lists...
2025-08-20T18:54:13.3365239Z Building dependency tree...
2025-08-20T18:54:13.3373218Z Reading state information...
2025-08-20T18:54:13.8318795Z The following additional packages will be installed:
2025-08-20T18:54:13.8319221Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:54:13.8325526Z   libpcap0.8-dev
2025-08-20T18:54:13.8709744Z The following NEW packages will be installed:
2025-08-20T18:54:13.8710217Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:54:13.8717162Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T18:54:13.9007991Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:14.3347318Z Need to get 1640 kB of archives.
2025-08-20T18:54:14.3348108Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T18:54:14.3348717Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T18:54:14.7721111Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T18:54:14.8873793Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T18:54:15.0041632Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T18:54:15.1979876Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T18:54:15.4864191Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T18:54:15.6604299Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T18:54:15.7453394Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T18:54:16.0418918Z Fetched 1640 kB in 2s (895 kB/s)
2025-08-20T18:54:16.0943915Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T18:54:16.0980753Z (Reading database ... 
2025-08-20T18:54:16.0981341Z (Reading database ... 5%
2025-08-20T18:54:16.0981577Z (Reading database ... 10%
2025-08-20T18:54:16.0981781Z (Reading database ... 15%
2025-08-20T18:54:16.0981977Z (Reading database ... 20%
2025-08-20T18:54:16.0982176Z (Reading database ... 25%
2025-08-20T18:54:16.0982364Z (Reading database ... 30%
2025-08-20T18:54:16.0983033Z (Reading database ... 35%
2025-08-20T18:54:16.0983241Z (Reading database ... 40%
2025-08-20T18:54:16.0983434Z (Reading database ... 45%
2025-08-20T18:54:16.0983626Z (Reading database ... 50%
2025-08-20T18:54:16.1006210Z (Reading database ... 55%
2025-08-20T18:54:16.1102712Z (Reading database ... 60%
2025-08-20T18:54:16.1144068Z (Reading database ... 65%
2025-08-20T18:54:16.1164012Z (Reading database ... 70%
2025-08-20T18:54:16.1194192Z (Reading database ... 75%
2025-08-20T18:54:16.1352127Z (Reading database ... 80%
2025-08-20T18:54:16.1447098Z (Reading database ... 85%
2025-08-20T18:54:16.1484226Z (Reading database ... 90%
2025-08-20T18:54:16.1621795Z (Reading database ... 95%
2025-08-20T18:54:16.1622004Z (Reading database ... 100%
2025-08-20T18:54:16.1622295Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T18:54:16.1668535Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T18:54:16.1760701Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:54:16.2869891Z Selecting previously unselected package libjudydebian1.
2025-08-20T18:54:16.3076754Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T18:54:16.3364082Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:54:16.4094697Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T18:54:16.4306114Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:54:16.4452547Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:54:16.5123815Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T18:54:16.5331268Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:54:16.5448420Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:54:16.6136660Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T18:54:16.6345815Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T18:54:16.6475578Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:54:16.7473940Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T18:54:16.7678875Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:54:16.7811711Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:54:16.8591707Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T18:54:16.8813969Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:54:16.8909917Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:54:16.9937920Z Selecting previously unselected package pcaputils.
2025-08-20T18:54:17.0141033Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T18:54:17.0260163Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T18:54:17.1200043Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:54:17.1473737Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:54:17.3050366Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:54:17.3305890Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T18:54:17.3787736Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T18:54:17.6213095Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:54:17.6514352Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:54:17.6808275Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:17.7272170Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:19.4348895Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:54:19.4928566Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:54:19.5218246Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:54:21.1541934Z Reading package lists...
2025-08-20T18:54:21.4166451Z Building dependency tree...
2025-08-20T18:54:21.4176680Z Reading state information...
2025-08-20T18:54:21.4713154Z Reading package lists...
2025-08-20T18:54:21.7343282Z Building dependency tree...
2025-08-20T18:54:21.7350808Z Reading state information...
2025-08-20T18:54:22.0870129Z The following additional packages will be installed:
2025-08-20T18:54:22.0875423Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T18:54:22.0884301Z Suggested packages:
2025-08-20T18:54:22.0884763Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T18:54:22.0887547Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T18:54:22.1080724Z The following NEW packages will be installed:
2025-08-20T18:54:22.1081346Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T18:54:22.1086732Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T18:54:22.3021429Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:22.3021795Z Need to get 801 kB of archives.
2025-08-20T18:54:22.3022120Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T18:54:22.3022611Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T18:54:22.5143314Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T18:54:22.6919411Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T18:54:22.9879405Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T18:54:23.0815022Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T18:54:23.1683046Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T18:54:23.3408071Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T18:54:23.4262796Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T18:54:23.5155667Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T18:54:23.8071307Z Fetched 801 kB in 1s (572 kB/s)
2025-08-20T18:54:23.8607407Z Selecting previously unselected package liblz1:arm64.
2025-08-20T18:54:23.8643374Z (Reading database ... 
2025-08-20T18:54:23.8643883Z (Reading database ... 5%
2025-08-20T18:54:23.8644134Z (Reading database ... 10%
2025-08-20T18:54:23.8644331Z (Reading database ... 15%
2025-08-20T18:54:23.8644527Z (Reading database ... 20%
2025-08-20T18:54:23.8644881Z (Reading database ... 25%
2025-08-20T18:54:23.8645080Z (Reading database ... 30%
2025-08-20T18:54:23.8645271Z (Reading database ... 35%
2025-08-20T18:54:23.8645463Z (Reading database ... 40%
2025-08-20T18:54:23.8645652Z (Reading database ... 45%
2025-08-20T18:54:23.8645845Z (Reading database ... 50%
2025-08-20T18:54:23.8668838Z (Reading database ... 55%
2025-08-20T18:54:23.8759163Z (Reading database ... 60%
2025-08-20T18:54:23.8795765Z (Reading database ... 65%
2025-08-20T18:54:23.8813059Z (Reading database ... 70%
2025-08-20T18:54:23.8839016Z (Reading database ... 75%
2025-08-20T18:54:23.8972936Z (Reading database ... 80%
2025-08-20T18:54:23.9048342Z (Reading database ... 85%
2025-08-20T18:54:23.9081015Z (Reading database ... 90%
2025-08-20T18:54:23.9200868Z (Reading database ... 95%
2025-08-20T18:54:23.9201103Z (Reading database ... 100%
2025-08-20T18:54:23.9201432Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T18:54:23.9243912Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T18:54:23.9431899Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T18:54:24.0093806Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T18:54:24.0299147Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T18:54:24.0392119Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:54:24.1219955Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T18:54:24.1420530Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T18:54:24.1503692Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:54:24.2427803Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T18:54:24.2626087Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T18:54:24.2710736Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:54:24.3411260Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T18:54:24.3622099Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T18:54:24.3789139Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:54:24.4523932Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T18:54:24.4726662Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T18:54:24.4811054Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:54:24.5543282Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T18:54:24.5738360Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T18:54:24.5835275Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:54:24.6558494Z Selecting previously unselected package lzma.
2025-08-20T18:54:24.6759525Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T18:54:24.6844068Z Unpacking lzma (9.22-2.2) ...
2025-08-20T18:54:24.7529516Z Selecting previously unselected package lzma-dev.
2025-08-20T18:54:24.7732418Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T18:54:24.7815707Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T18:54:24.8732410Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T18:54:24.8994375Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:54:24.9250082Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:54:24.9537113Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:54:24.9927521Z Setting up lzma (9.22-2.2) ...
2025-08-20T18:54:25.0127101Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T18:54:25.0271313Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T18:54:25.0558237Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:54:25.0894962Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:54:25.1194893Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:54:25.1464500Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:25.1922145Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:26.6428706Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:54:28.1737729Z Reading package lists...
2025-08-20T18:54:28.4246357Z Building dependency tree...
2025-08-20T18:54:28.4255597Z Reading state information...
2025-08-20T18:54:28.8127153Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T18:54:28.8127592Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T18:54:28.8127918Z inetutils-telnet set to manually installed.
2025-08-20T18:54:28.8128222Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T18:54:28.8128550Z The following additional packages will be installed:
2025-08-20T18:54:28.8128816Z   tcpd update-inetd
2025-08-20T18:54:28.8311685Z The following packages will be REMOVED:
2025-08-20T18:54:28.8322171Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T18:54:28.8322441Z The following NEW packages will be installed:
2025-08-20T18:54:28.8322763Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T18:54:28.8323151Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T18:54:28.8330787Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T18:54:29.0236550Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T18:54:29.0237333Z Need to get 691 kB of archives.
2025-08-20T18:54:29.0237602Z After this operation, 987 kB disk space will be freed.
2025-08-20T18:54:29.0238109Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T18:54:29.3040431Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T18:54:29.4101204Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T18:54:29.5166932Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T18:54:29.6416342Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T18:54:29.8018064Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T18:54:29.9310258Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T18:54:30.0527879Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T18:54:30.1632648Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T18:54:30.2670518Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T18:54:30.3866920Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T18:54:30.6015252Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T18:54:30.8825701Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T18:54:31.1617509Z Preconfiguring packages ...
2025-08-20T18:54:31.2874905Z Fetched 691 kB in 2s (332 kB/s)
2025-08-20T18:54:31.3096924Z (Reading database ... 
2025-08-20T18:54:31.3097167Z (Reading database ... 5%
2025-08-20T18:54:31.3097398Z (Reading database ... 10%
2025-08-20T18:54:31.3097599Z (Reading database ... 15%
2025-08-20T18:54:31.3097793Z (Reading database ... 20%
2025-08-20T18:54:31.3097984Z (Reading database ... 25%
2025-08-20T18:54:31.3098171Z (Reading database ... 30%
2025-08-20T18:54:31.3098365Z (Reading database ... 35%
2025-08-20T18:54:31.3098555Z (Reading database ... 40%
2025-08-20T18:54:31.3098765Z (Reading database ... 45%
2025-08-20T18:54:31.3098954Z (Reading database ... 50%
2025-08-20T18:54:31.3120527Z (Reading database ... 55%
2025-08-20T18:54:31.3209904Z (Reading database ... 60%
2025-08-20T18:54:31.3252273Z (Reading database ... 65%
2025-08-20T18:54:31.3271082Z (Reading database ... 70%
2025-08-20T18:54:31.3299259Z (Reading database ... 75%
2025-08-20T18:54:31.3442513Z (Reading database ... 80%
2025-08-20T18:54:31.3527585Z (Reading database ... 85%
2025-08-20T18:54:31.3569332Z (Reading database ... 90%
2025-08-20T18:54:31.3694570Z (Reading database ... 95%
2025-08-20T18:54:31.3694909Z (Reading database ... 100%
2025-08-20T18:54:31.3695207Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T18:54:31.3740500Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T18:54:31.4980693Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T18:54:31.6342298Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T18:54:32.0502222Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T18:54:32.0539387Z (Reading database ... 
2025-08-20T18:54:32.0539595Z (Reading database ... 5%
2025-08-20T18:54:32.0539802Z (Reading database ... 10%
2025-08-20T18:54:32.0539994Z (Reading database ... 15%
2025-08-20T18:54:32.0540189Z (Reading database ... 20%
2025-08-20T18:54:32.0540395Z (Reading database ... 25%
2025-08-20T18:54:32.0540588Z (Reading database ... 30%
2025-08-20T18:54:32.0540779Z (Reading database ... 35%
2025-08-20T18:54:32.0540965Z (Reading database ... 40%
2025-08-20T18:54:32.0541526Z (Reading database ... 45%
2025-08-20T18:54:32.0541730Z (Reading database ... 50%
2025-08-20T18:54:32.0565014Z (Reading database ... 55%
2025-08-20T18:54:32.0658237Z (Reading database ... 60%
2025-08-20T18:54:32.0701066Z (Reading database ... 65%
2025-08-20T18:54:32.0720135Z (Reading database ... 70%
2025-08-20T18:54:32.0748140Z (Reading database ... 75%
2025-08-20T18:54:32.0890883Z (Reading database ... 80%
2025-08-20T18:54:32.0972177Z (Reading database ... 85%
2025-08-20T18:54:32.1012960Z (Reading database ... 90%
2025-08-20T18:54:32.1127315Z (Reading database ... 95%
2025-08-20T18:54:32.1127521Z (Reading database ... 100%
2025-08-20T18:54:32.1127811Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T18:54:32.1170085Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:32.1347353Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:32.2091257Z Selecting previously unselected package tcpd.
2025-08-20T18:54:32.2292352Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T18:54:32.2416896Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T18:54:32.3224867Z Selecting previously unselected package update-inetd.
2025-08-20T18:54:32.3436702Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T18:54:32.3533019Z Unpacking update-inetd (4.53) ...
2025-08-20T18:54:32.4590193Z Selecting previously unselected package inetutils-inetd.
2025-08-20T18:54:32.4799797Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:32.4923977Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:32.5723233Z Selecting previously unselected package inetutils-ftp.
2025-08-20T18:54:32.5928997Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:32.6012839Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:54:32.6959440Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T18:54:32.7164316Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:32.7248523Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:32.8193402Z Selecting previously unselected package inetutils-ping.
2025-08-20T18:54:32.8411340Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:32.8502664Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:54:32.9317960Z Selecting previously unselected package inetutils-talk.
2025-08-20T18:54:32.9526174Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:32.9659162Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:54:33.0523705Z Selecting previously unselected package inetutils-talkd.
2025-08-20T18:54:33.0730596Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:33.0938821Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:33.1807475Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T18:54:33.2013252Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:33.2100811Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:33.2890471Z Selecting previously unselected package inetutils-tools.
2025-08-20T18:54:33.3099085Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:33.3254442Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:54:33.4779936Z Selecting previously unselected package netcat-traditional.
2025-08-20T18:54:33.4990334Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T18:54:33.5078691Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T18:54:33.5982118Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T18:54:33.6181028Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:54:33.6344139Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:54:33.7874854Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T18:54:33.8341144Z Setting up update-inetd (4.53) ...
2025-08-20T18:54:33.9365226Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:54:33.9614703Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T18:54:33.9757072Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:34.3362420Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:54:34.3362894Z 
2025-08-20T18:54:34.3363007Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T18:54:34.3363194Z 
2025-08-20T18:54:34.3363574Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:54:34.3363940Z 
2025-08-20T18:54:34.3364433Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:54:34.3365109Z 
2025-08-20T18:54:34.5817994Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:54:34.6187480Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:54:34.6375189Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T18:54:34.6522421Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:54:34.6864973Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:54:34.7241573Z Setting up tcpd (7.6.q-33) ...
2025-08-20T18:54:34.7494260Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:35.0893192Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:54:35.0893593Z 
2025-08-20T18:54:35.0894115Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:54:35.0894581Z 
2025-08-20T18:54:35.3325087Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:35.4675833Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:35.5977827Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:54:35.6817470Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:38.8968124Z Reading package lists...
2025-08-20T18:54:39.1522095Z Building dependency tree...
2025-08-20T18:54:39.1532223Z Reading state information...
2025-08-20T18:54:39.5379616Z The following packages will be REMOVED:
2025-08-20T18:54:39.5390431Z   inetutils-ping
2025-08-20T18:54:39.5392064Z The following NEW packages will be installed:
2025-08-20T18:54:39.5399488Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T18:54:39.5405313Z The following packages will be upgraded:
2025-08-20T18:54:39.5412861Z   iputils-tracepath
2025-08-20T18:54:39.5958206Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T18:54:39.5958542Z Need to get 84.5 kB of archives.
2025-08-20T18:54:39.5958829Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T18:54:39.5959419Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T18:54:39.6439155Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T18:54:39.6622318Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T18:54:39.6805559Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T18:54:40.0027600Z Fetched 84.5 kB in 0s (643 kB/s)
2025-08-20T18:54:40.0267752Z (Reading database ... 
2025-08-20T18:54:40.0268015Z (Reading database ... 5%
2025-08-20T18:54:40.0268231Z (Reading database ... 10%
2025-08-20T18:54:40.0268430Z (Reading database ... 15%
2025-08-20T18:54:40.0268627Z (Reading database ... 20%
2025-08-20T18:54:40.0268821Z (Reading database ... 25%
2025-08-20T18:54:40.0269014Z (Reading database ... 30%
2025-08-20T18:54:40.0269569Z (Reading database ... 35%
2025-08-20T18:54:40.0269781Z (Reading database ... 40%
2025-08-20T18:54:40.0269968Z (Reading database ... 45%
2025-08-20T18:54:40.0270163Z (Reading database ... 50%
2025-08-20T18:54:40.0292271Z (Reading database ... 55%
2025-08-20T18:54:40.0385256Z (Reading database ... 60%
2025-08-20T18:54:40.0424152Z (Reading database ... 65%
2025-08-20T18:54:40.0442594Z (Reading database ... 70%
2025-08-20T18:54:40.0480171Z (Reading database ... 75%
2025-08-20T18:54:40.0612160Z (Reading database ... 80%
2025-08-20T18:54:40.0695817Z (Reading database ... 85%
2025-08-20T18:54:40.0739546Z (Reading database ... 90%
2025-08-20T18:54:40.0864203Z (Reading database ... 95%
2025-08-20T18:54:40.0864443Z (Reading database ... 100%
2025-08-20T18:54:40.0864859Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T18:54:40.0909480Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:54:40.2130355Z Selecting previously unselected package iputils-ping.
2025-08-20T18:54:40.2167884Z (Reading database ... 
2025-08-20T18:54:40.2168650Z (Reading database ... 5%
2025-08-20T18:54:40.2168900Z (Reading database ... 10%
2025-08-20T18:54:40.2169107Z (Reading database ... 15%
2025-08-20T18:54:40.2169304Z (Reading database ... 20%
2025-08-20T18:54:40.2169500Z (Reading database ... 25%
2025-08-20T18:54:40.2169693Z (Reading database ... 30%
2025-08-20T18:54:40.2169887Z (Reading database ... 35%
2025-08-20T18:54:40.2170081Z (Reading database ... 40%
2025-08-20T18:54:40.2170786Z (Reading database ... 45%
2025-08-20T18:54:40.2170978Z (Reading database ... 50%
2025-08-20T18:54:40.2192806Z (Reading database ... 55%
2025-08-20T18:54:40.2287026Z (Reading database ... 60%
2025-08-20T18:54:40.2326097Z (Reading database ... 65%
2025-08-20T18:54:40.2344393Z (Reading database ... 70%
2025-08-20T18:54:40.2372527Z (Reading database ... 75%
2025-08-20T18:54:40.2522862Z (Reading database ... 80%
2025-08-20T18:54:40.2608866Z (Reading database ... 85%
2025-08-20T18:54:40.2654051Z (Reading database ... 90%
2025-08-20T18:54:40.2777918Z (Reading database ... 95%
2025-08-20T18:54:40.2778185Z (Reading database ... 100%
2025-08-20T18:54:40.2778476Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T18:54:40.2823407Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:54:40.2937696Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:54:40.3826575Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:54:40.4130517Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T18:54:40.5049638Z Selecting previously unselected package iputils-arping.
2025-08-20T18:54:40.5259227Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:54:40.5378523Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:54:40.6052339Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T18:54:40.6256836Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:54:40.6375743Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:54:40.7228846Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:54:40.7801999Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:54:40.8273689Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:54:40.8731131Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T18:54:40.8977459Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:43.9041578Z Reading package lists...
2025-08-20T18:54:44.1458764Z Building dependency tree...
2025-08-20T18:54:44.1467530Z Reading state information...
2025-08-20T18:54:44.4350200Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T18:54:44.4663026Z The following packages will be upgraded:
2025-08-20T18:54:44.4663351Z   python3-pip python3-pip-whl
2025-08-20T18:54:44.4851576Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:54:44.6258263Z Need to get 3020 kB of archives.
2025-08-20T18:54:44.6258805Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T18:54:44.6259388Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T18:54:44.7583305Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T18:54:45.0600040Z Fetched 3020 kB in 0s (10.8 MB/s)
2025-08-20T18:54:45.1084734Z (Reading database ... 
2025-08-20T18:54:45.1085026Z (Reading database ... 5%
2025-08-20T18:54:45.1085791Z (Reading database ... 10%
2025-08-20T18:54:45.1086025Z (Reading database ... 15%
2025-08-20T18:54:45.1086231Z (Reading database ... 20%
2025-08-20T18:54:45.1086424Z (Reading database ... 25%
2025-08-20T18:54:45.1086616Z (Reading database ... 30%
2025-08-20T18:54:45.1086809Z (Reading database ... 35%
2025-08-20T18:54:45.1087038Z (Reading database ... 40%
2025-08-20T18:54:45.1087228Z (Reading database ... 45%
2025-08-20T18:54:45.1087416Z (Reading database ... 50%
2025-08-20T18:54:45.1108376Z (Reading database ... 55%
2025-08-20T18:54:45.1201603Z (Reading database ... 60%
2025-08-20T18:54:45.1239229Z (Reading database ... 65%
2025-08-20T18:54:45.1257339Z (Reading database ... 70%
2025-08-20T18:54:45.1294766Z (Reading database ... 75%
2025-08-20T18:54:45.1423758Z (Reading database ... 80%
2025-08-20T18:54:45.1503384Z (Reading database ... 85%
2025-08-20T18:54:45.1543293Z (Reading database ... 90%
2025-08-20T18:54:45.1655710Z (Reading database ... 95%
2025-08-20T18:54:45.1655924Z (Reading database ... 100%
2025-08-20T18:54:45.1656220Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:54:45.1696416Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:54:45.3528159Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:54:45.5693272Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:54:45.6018406Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:54:45.7109757Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:54:45.7389419Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:54:46.6776517Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:49.7776365Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T18:54:50.0645778Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:54:51.0419953Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T18:54:51.1648634Z Collecting pip
2025-08-20T18:54:51.2314041Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T18:54:51.2537177Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T18:54:51.3735929Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.0 MB/s eta 0:00:00
2025-08-20T18:54:51.6400053Z Installing collected packages: pip
2025-08-20T18:54:52.3017195Z Successfully installed pip-25.2
2025-08-20T18:54:52.4987019Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T18:54:52.5422838Z Reading package lists...
2025-08-20T18:54:52.7855703Z Building dependency tree...
2025-08-20T18:54:52.7865715Z Reading state information...
2025-08-20T18:54:53.0500386Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T18:54:53.0500737Z pciutils set to manually installed.
2025-08-20T18:54:53.0501026Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T18:54:53.0501354Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T18:54:53.0501645Z python3-distro set to manually installed.
2025-08-20T18:54:53.0501966Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T18:54:53.0502295Z python3-netifaces set to manually installed.
2025-08-20T18:54:53.0502933Z The following additional packages will be installed:
2025-08-20T18:54:53.0503232Z   libsysfs2
2025-08-20T18:54:53.0511973Z Suggested packages:
2025-08-20T18:54:53.0512723Z   fancontrol read-edid i2c-tools
2025-08-20T18:54:53.0819843Z The following NEW packages will be installed:
2025-08-20T18:54:53.0821631Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T18:54:53.1024276Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:54:53.1575209Z Need to get 133 kB of archives.
2025-08-20T18:54:53.1575564Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T18:54:53.1576064Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T18:54:53.1921519Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T18:54:53.2123816Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T18:54:53.2560756Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T18:54:53.5341116Z Fetched 133 kB in 0s (937 kB/s)
2025-08-20T18:54:53.5838093Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T18:54:53.5875431Z (Reading database ... 
2025-08-20T18:54:53.5875698Z (Reading database ... 5%
2025-08-20T18:54:53.5875897Z (Reading database ... 10%
2025-08-20T18:54:53.5876096Z (Reading database ... 15%
2025-08-20T18:54:53.5876739Z (Reading database ... 20%
2025-08-20T18:54:53.5876933Z (Reading database ... 25%
2025-08-20T18:54:53.5877124Z (Reading database ... 30%
2025-08-20T18:54:53.5877315Z (Reading database ... 35%
2025-08-20T18:54:53.5877504Z (Reading database ... 40%
2025-08-20T18:54:53.5877695Z (Reading database ... 45%
2025-08-20T18:54:53.5877888Z (Reading database ... 50%
2025-08-20T18:54:53.5900115Z (Reading database ... 55%
2025-08-20T18:54:53.5994841Z (Reading database ... 60%
2025-08-20T18:54:53.6035240Z (Reading database ... 65%
2025-08-20T18:54:53.6054105Z (Reading database ... 70%
2025-08-20T18:54:53.6094515Z (Reading database ... 75%
2025-08-20T18:54:53.6238254Z (Reading database ... 80%
2025-08-20T18:54:53.6322348Z (Reading database ... 85%
2025-08-20T18:54:53.6364957Z (Reading database ... 90%
2025-08-20T18:54:53.6480836Z (Reading database ... 95%
2025-08-20T18:54:53.6481056Z (Reading database ... 100%
2025-08-20T18:54:53.6481343Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:54:53.6523312Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T18:54:53.6691387Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T18:54:53.7570672Z Selecting previously unselected package sysfsutils.
2025-08-20T18:54:53.7774332Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T18:54:53.7886180Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T18:54:53.9846351Z Selecting previously unselected package lm-sensors.
2025-08-20T18:54:54.0054985Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T18:54:54.0316720Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:54:54.1087468Z Selecting previously unselected package virt-what.
2025-08-20T18:54:54.1289041Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T18:54:54.1367990Z Unpacking virt-what (1.25-2) ...
2025-08-20T18:54:54.2246573Z Setting up virt-what (1.25-2) ...
2025-08-20T18:54:54.2485254Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T18:54:54.2750985Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T18:54:54.6184448Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:54:54.6184947Z 
2025-08-20T18:54:54.6185437Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:54:54.6185877Z 
2025-08-20T18:54:54.8723057Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:54:55.2023586Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T18:54:55.2024099Z 
2025-08-20T18:54:55.2151924Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:56.9328212Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:58.4226034Z Reading package lists...
2025-08-20T18:54:58.6863592Z Building dependency tree...
2025-08-20T18:54:58.6872799Z Reading state information...
2025-08-20T18:54:59.0244246Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:54:59.0244802Z The following additional packages will be installed:
2025-08-20T18:54:59.0248006Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T18:54:59.0248354Z   xorg-sgml-doctools
2025-08-20T18:54:59.0257012Z Suggested packages:
2025-08-20T18:54:59.0257191Z   libxcb-doc
2025-08-20T18:54:59.0432381Z The following NEW packages will be installed:
2025-08-20T18:54:59.0434655Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T18:54:59.0438117Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T18:54:59.0438474Z   xcb xorg-sgml-doctools
2025-08-20T18:54:59.3225833Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:54:59.3226201Z Need to get 816 kB of archives.
2025-08-20T18:54:59.3226497Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T18:54:59.3227033Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T18:54:59.4072130Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T18:54:59.4972138Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T18:54:59.9927045Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T18:55:00.0776943Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T18:55:00.1636623Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T18:55:00.2557251Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T18:55:00.3414066Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T18:55:00.4255726Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T18:55:00.5104896Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T18:55:00.5955381Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T18:55:00.8794259Z Fetched 816 kB in 2s (529 kB/s)
2025-08-20T18:55:00.9114413Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T18:55:00.9152762Z (Reading database ... 
2025-08-20T18:55:00.9153025Z (Reading database ... 5%
2025-08-20T18:55:00.9153227Z (Reading database ... 10%
2025-08-20T18:55:00.9153426Z (Reading database ... 15%
2025-08-20T18:55:00.9153620Z (Reading database ... 20%
2025-08-20T18:55:00.9153814Z (Reading database ... 25%
2025-08-20T18:55:00.9154005Z (Reading database ... 30%
2025-08-20T18:55:00.9154200Z (Reading database ... 35%
2025-08-20T18:55:00.9155187Z (Reading database ... 40%
2025-08-20T18:55:00.9155410Z (Reading database ... 45%
2025-08-20T18:55:00.9155606Z (Reading database ... 50%
2025-08-20T18:55:00.9178288Z (Reading database ... 55%
2025-08-20T18:55:00.9277778Z (Reading database ... 60%
2025-08-20T18:55:00.9317709Z (Reading database ... 65%
2025-08-20T18:55:00.9339425Z (Reading database ... 70%
2025-08-20T18:55:00.9377781Z (Reading database ... 75%
2025-08-20T18:55:00.9522485Z (Reading database ... 80%
2025-08-20T18:55:00.9607304Z (Reading database ... 85%
2025-08-20T18:55:00.9650936Z (Reading database ... 90%
2025-08-20T18:55:00.9774185Z (Reading database ... 95%
2025-08-20T18:55:00.9774421Z (Reading database ... 100%
2025-08-20T18:55:00.9774855Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T18:55:00.9819923Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T18:55:00.9899224Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T18:55:01.0627313Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T18:55:01.0829534Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T18:55:01.0917804Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:55:01.1824945Z Selecting previously unselected package x11proto-dev.
2025-08-20T18:55:01.2029823Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T18:55:01.2154131Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T18:55:01.3142959Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T18:55:01.3342837Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T18:55:01.3421346Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T18:55:01.4177705Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T18:55:01.4384760Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T18:55:01.4495095Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:55:01.5203355Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T18:55:01.5418589Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:55:01.5498931Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:01.6231052Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T18:55:01.6442181Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:55:01.6537577Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:01.7422331Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T18:55:01.7644271Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:55:01.7884194Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:01.8655516Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T18:55:01.8861755Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:55:01.8993028Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:01.9711831Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T18:55:01.9908806Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:55:02.0041022Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:02.0910829Z Selecting previously unselected package xcb.
2025-08-20T18:55:02.1126722Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T18:55:02.1237125Z Unpacking xcb (2.4-8build2) ...
2025-08-20T18:55:02.2264296Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:02.2508131Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T18:55:02.2749402Z Setting up xcb (2.4-8build2) ...
2025-08-20T18:55:02.3168426Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:55:02.3457537Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:55:02.3805835Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:03.9440993Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:55:03.9776779Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T18:55:04.0032805Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T18:55:04.0400665Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:55:04.0674049Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:04.0961238Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:04.1243806Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:04.1529328Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:55:05.7418647Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:55:06.3817571Z Collecting build
2025-08-20T18:55:06.4294972Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:55:06.5422010Z Collecting cffi
2025-08-20T18:55:06.5496099Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T18:55:06.5846333Z Collecting scons
2025-08-20T18:55:06.5928381Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:55:06.6302688Z Collecting scuba
2025-08-20T18:55:06.6389392Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:55:06.7120586Z Collecting pytest
2025-08-20T18:55:06.7191783Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:55:06.7593081Z Collecting packaging>=19.1 (from build)
2025-08-20T18:55:06.7664189Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:55:06.8025493Z Collecting pyproject_hooks (from build)
2025-08-20T18:55:06.8099525Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:55:06.8419740Z Collecting pycparser (from cffi)
2025-08-20T18:55:06.8492554Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:55:06.8979695Z Collecting PyYAML (from scuba)
2025-08-20T18:55:06.9063907Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T18:55:06.9407914Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:55:06.9479630Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:55:06.9838963Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:55:06.9912267Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:55:07.0304820Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:55:07.0376958Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:55:07.0599720Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:55:07.0815859Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T18:55:07.1240463Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:55:07.1647998Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 102.0 MB/s  0:00:00
2025-08-20T18:55:07.1733751Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:55:07.1957401Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:55:07.2169509Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:55:07.2354014Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:55:07.2542139Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:55:07.2756252Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:55:07.2955903Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 54.7 MB/s  0:00:00
2025-08-20T18:55:07.3027954Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:55:07.3227096Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:55:07.3412716Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T18:55:07.3592531Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 33.1 MB/s  0:00:00
2025-08-20T18:55:07.4547932Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:55:09.1281615Z 
2025-08-20T18:55:09.1294176Z 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-20T18:55:09.4254571Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:55:10.0167599Z Collecting ansi2txt
2025-08-20T18:55:10.0635838Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:55:10.1089010Z Collecting pipx
2025-08-20T18:55:10.1161071Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:55:10.1540395Z Collecting scons
2025-08-20T18:55:10.1551580Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:55:10.1827439Z Collecting py2static
2025-08-20T18:55:10.1959707Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:55:10.2416495Z Collecting typer
2025-08-20T18:55:10.2487328Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:55:10.2985576Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:55:10.3060948Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:55:10.3425259Z Collecting packaging>=20 (from pipx)
2025-08-20T18:55:10.3436420Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:55:10.3714075Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:55:10.3793304Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:55:10.4221267Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:55:10.4291601Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:55:10.4903396Z Collecting pyinstaller (from py2static)
2025-08-20T18:55:10.4992828Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T18:55:10.5396890Z Collecting staticx (from py2static)
2025-08-20T18:55:10.5504408Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T18:55:10.5860941Z   Preparing metadata (setup.py): started
2025-08-20T18:55:11.0895201Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T18:55:11.1174354Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:55:11.1245735Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:55:11.1792083Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:55:11.1861102Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:55:11.2197252Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:55:11.2266775Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:55:11.2819880Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:55:11.2889480Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:55:11.3289010Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:55:11.3360485Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:55:11.3710493Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:55:11.3720714Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:55:11.3950467Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:55:11.4021806Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:55:11.5186186Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:55:11.5258409Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:55:11.5627963Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:55:11.5699694Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:55:11.6068394Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:55:11.6139565Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:55:11.6516540Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:55:11.6586274Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:55:11.6794887Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:55:11.7012595Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:55:11.7168533Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:55:11.7287142Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:55:11.7470085Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:55:11.7653222Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:55:11.7844450Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:55:11.8026073Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:55:11.8102828Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:55:11.8280925Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:55:11.8470894Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:55:11.8551051Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:55:11.8741342Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:55:11.8923536Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:55:11.9154286Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:55:11.9384494Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:55:11.9587787Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T18:55:11.9799268Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 24.7 MB/s  0:00:00
2025-08-20T18:55:11.9870862Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:55:12.0125784Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:55:12.0391418Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 38.5 MB/s  0:00:00
2025-08-20T18:55:12.0462261Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:55:12.0651304Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:55:12.1105201Z Building wheels for collected packages: staticx
2025-08-20T18:55:12.1111051Z   Building wheel for staticx (setup.py): started
2025-08-20T18:55:22.2332251Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T18:55:22.2343681Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790700 sha256=f2300aadefcdb4ffcbbd4028519b0a608f4dfd65064abd59d03c562944c2a213
2025-08-20T18:55:22.2344727Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T18:55:22.2360153Z Successfully built staticx
2025-08-20T18:55:22.3291674Z 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-20T18:55:23.1323648Z   Attempting uninstall: scons
2025-08-20T18:55:23.1396132Z     Found existing installation: SCons 4.9.1
2025-08-20T18:55:23.1684308Z     Uninstalling SCons-4.9.1:
2025-08-20T18:55:23.1746309Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:55:23.6869741Z   Attempting uninstall: pygments
2025-08-20T18:55:23.6946827Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:55:23.7109749Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:55:23.7133262Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:55:24.3031368Z   Attempting uninstall: packaging
2025-08-20T18:55:24.3101109Z     Found existing installation: packaging 25.0
2025-08-20T18:55:24.3120357Z     Uninstalling packaging-25.0:
2025-08-20T18:55:24.3126347Z       Successfully uninstalled packaging-25.0
2025-08-20T18:55:25.2472324Z 
2025-08-20T18:55:25.2498124Z 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-20T18:55:25.5450397Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:55:25.7094029Z Collecting build
2025-08-20T18:55:25.7106001Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:55:25.7841374Z Collecting cffi
2025-08-20T18:55:25.7853071Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T18:55:25.8040531Z Collecting scons
2025-08-20T18:55:25.8050112Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:55:25.8236887Z Collecting scuba
2025-08-20T18:55:25.8246836Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:55:25.8680865Z Collecting pytest
2025-08-20T18:55:25.8690892Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:55:25.8931809Z Collecting packaging>=19.1 (from build)
2025-08-20T18:55:25.8941183Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:55:25.9088189Z Collecting pyproject_hooks (from build)
2025-08-20T18:55:25.9096621Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:55:25.9290726Z Collecting pycparser (from cffi)
2025-08-20T18:55:25.9301761Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:55:25.9604826Z Collecting PyYAML (from scuba)
2025-08-20T18:55:25.9621382Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T18:55:25.9780377Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:55:25.9790389Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:55:25.9993682Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:55:26.0003598Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:55:26.0227331Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:55:26.0237719Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:55:26.0287943Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:55:26.0297308Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T18:55:26.0308669Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:55:26.0339892Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:55:26.0350419Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:55:26.0361189Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:55:26.0370013Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:55:26.0378459Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:55:26.0387263Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:55:26.0402309Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:55:26.0411529Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:55:26.0420304Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T18:55:26.1460855Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:55:26.1465462Z   Attempting uninstall: scons
2025-08-20T18:55:26.1534376Z     Found existing installation: SCons 4.9.1
2025-08-20T18:55:26.1819691Z     Uninstalling SCons-4.9.1:
2025-08-20T18:55:26.1881865Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:55:26.6755121Z   Attempting uninstall: PyYAML
2025-08-20T18:55:26.6830799Z     Found existing installation: PyYAML 6.0.2
2025-08-20T18:55:26.6851034Z     Uninstalling PyYAML-6.0.2:
2025-08-20T18:55:26.6861096Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T18:55:26.7480472Z   Attempting uninstall: pyproject_hooks
2025-08-20T18:55:26.7548745Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T18:55:26.7562600Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T18:55:26.7574826Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T18:55:26.7803845Z   Attempting uninstall: pygments
2025-08-20T18:55:26.7870521Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:55:26.8026344Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:55:26.8050097Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:55:27.3784838Z   Attempting uninstall: pycparser
2025-08-20T18:55:27.3852547Z     Found existing installation: pycparser 2.22
2025-08-20T18:55:27.3871536Z     Uninstalling pycparser-2.22:
2025-08-20T18:55:27.3878440Z       Successfully uninstalled pycparser-2.22
2025-08-20T18:55:27.5067467Z   Attempting uninstall: pluggy
2025-08-20T18:55:27.5137068Z     Found existing installation: pluggy 1.6.0
2025-08-20T18:55:27.5153724Z     Uninstalling pluggy-1.6.0:
2025-08-20T18:55:27.5159069Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T18:55:27.5385697Z   Attempting uninstall: packaging
2025-08-20T18:55:27.5457545Z     Found existing installation: packaging 25.0
2025-08-20T18:55:27.5476918Z     Uninstalling packaging-25.0:
2025-08-20T18:55:27.5482561Z       Successfully uninstalled packaging-25.0
2025-08-20T18:55:27.5911642Z   Attempting uninstall: iniconfig
2025-08-20T18:55:27.5983130Z     Found existing installation: iniconfig 2.1.0
2025-08-20T18:55:27.5997067Z     Uninstalling iniconfig-2.1.0:
2025-08-20T18:55:27.6002039Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T18:55:27.6151725Z   Attempting uninstall: scuba
2025-08-20T18:55:27.6218986Z     Found existing installation: scuba 2.14.1
2025-08-20T18:55:27.6236609Z     Uninstalling scuba-2.14.1:
2025-08-20T18:55:27.6243664Z       Successfully uninstalled scuba-2.14.1
2025-08-20T18:55:27.6525053Z   Attempting uninstall: pytest
2025-08-20T18:55:27.6601153Z     Found existing installation: pytest 8.4.1
2025-08-20T18:55:27.6648032Z     Uninstalling pytest-8.4.1:
2025-08-20T18:55:27.6848587Z       Successfully uninstalled pytest-8.4.1
2025-08-20T18:55:27.8891500Z   Attempting uninstall: cffi
2025-08-20T18:55:27.8958827Z     Found existing installation: cffi 1.17.1
2025-08-20T18:55:27.8979284Z     Uninstalling cffi-1.17.1:
2025-08-20T18:55:27.9172552Z       Successfully uninstalled cffi-1.17.1
2025-08-20T18:55:27.9869813Z   Attempting uninstall: build
2025-08-20T18:55:27.9939823Z     Found existing installation: build 1.3.0
2025-08-20T18:55:27.9962732Z     Uninstalling build-1.3.0:
2025-08-20T18:55:27.9970996Z       Successfully uninstalled build-1.3.0
2025-08-20T18:55:28.0244756Z 
2025-08-20T18:55:28.0269291Z 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-20T18:55:28.3178446Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:55:28.4803151Z Collecting ansi2txt
2025-08-20T18:55:28.4814362Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:55:28.5036155Z Collecting pipx
2025-08-20T18:55:28.5046937Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:55:28.5237723Z Collecting scons
2025-08-20T18:55:28.5248437Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:55:28.5407430Z Collecting py2static
2025-08-20T18:55:28.5417268Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:55:28.5627145Z Collecting typer
2025-08-20T18:55:28.5637308Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:55:28.5908059Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:55:28.5919433Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:55:28.6124455Z Collecting packaging>=20 (from pipx)
2025-08-20T18:55:28.6134050Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:55:28.6350526Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:55:28.6361061Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:55:28.6544832Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:55:28.6555083Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:55:28.6911690Z Collecting pyinstaller (from py2static)
2025-08-20T18:55:28.6923657Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T18:55:28.7119584Z Collecting staticx (from py2static)
2025-08-20T18:55:28.7130454Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T18:55:28.7266641Z   Preparing metadata (setup.py): started
2025-08-20T18:55:28.9320488Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T18:55:28.9559247Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:55:28.9569607Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:55:28.9798517Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:55:28.9808765Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:55:29.0090723Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:55:29.0100819Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:55:29.0473880Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:55:29.0483939Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:55:29.0714898Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:55:29.0726436Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:55:29.0967899Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:55:29.0978399Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:55:29.1143716Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:55:29.1153820Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:55:29.2061312Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:55:29.2071295Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:55:29.2283738Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:55:29.2293712Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:55:29.2524914Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:55:29.2535232Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:55:29.2742154Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:55:29.2752209Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:55:29.2784264Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:55:29.2793222Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:55:29.2802308Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:55:29.2833460Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:55:29.2841995Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:55:29.2850685Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:55:29.2859446Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:55:29.2868302Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:55:29.2877031Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:55:29.2885490Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:55:29.2894871Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:55:29.2909983Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:55:29.2918911Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:55:29.2927461Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:55:29.2936128Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:55:29.2944519Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:55:29.2953072Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T18:55:29.2965068Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:55:29.2975536Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:55:29.2989258Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:55:29.2997652Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:55:29.3313435Z Building wheels for collected packages: staticx
2025-08-20T18:55:29.3319084Z   Building wheel for staticx (setup.py): started
2025-08-20T18:55:31.7775131Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T18:55:31.7785017Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790759 sha256=6473432e1302f9a73a54d63d7fd1e93f7c06bfac0ba0331a332e64ed22301f21
2025-08-20T18:55:31.7786121Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T18:55:31.7803564Z Successfully built staticx
2025-08-20T18:55:31.8760345Z 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-20T18:55:31.8765420Z   Attempting uninstall: pyelftools
2025-08-20T18:55:31.8831666Z     Found existing installation: pyelftools 0.32
2025-08-20T18:55:31.8869779Z     Uninstalling pyelftools-0.32:
2025-08-20T18:55:31.8881527Z       Successfully uninstalled pyelftools-0.32
2025-08-20T18:55:31.9959924Z   Attempting uninstall: altgraph
2025-08-20T18:55:32.0031330Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:55:32.0047294Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:55:32.0052295Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:55:32.0334063Z   Attempting uninstall: typing-extensions
2025-08-20T18:55:32.0404092Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T18:55:32.0416755Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T18:55:32.0607686Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T18:55:32.0912370Z   Attempting uninstall: staticx
2025-08-20T18:55:32.0984011Z     Found existing installation: staticx 0.14.1
2025-08-20T18:55:32.1004748Z     Uninstalling staticx-0.14.1:
2025-08-20T18:55:32.1012706Z       Successfully uninstalled staticx-0.14.1
2025-08-20T18:55:32.1420374Z   Attempting uninstall: shellingham
2025-08-20T18:55:32.1493117Z     Found existing installation: shellingham 1.5.4
2025-08-20T18:55:32.1508592Z     Uninstalling shellingham-1.5.4:
2025-08-20T18:55:32.1513724Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T18:55:32.1710269Z   Attempting uninstall: setuptools
2025-08-20T18:55:32.1778100Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:55:32.1979926Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:55:32.2202849Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:55:32.8217991Z   Attempting uninstall: scons
2025-08-20T18:55:32.8293566Z     Found existing installation: SCons 4.9.1
2025-08-20T18:55:32.8592499Z     Uninstalling SCons-4.9.1:
2025-08-20T18:55:32.8651514Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:55:33.4811810Z   Attempting uninstall: pygments
2025-08-20T18:55:33.4888509Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:55:33.5050955Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:55:33.5073651Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:55:34.1674138Z   Attempting uninstall: platformdirs
2025-08-20T18:55:34.1750450Z     Found existing installation: platformdirs 4.3.8
2025-08-20T18:55:34.1767952Z     Uninstalling platformdirs-4.3.8:
2025-08-20T18:55:34.1772744Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T18:55:34.2017214Z   Attempting uninstall: packaging
2025-08-20T18:55:34.2090186Z     Found existing installation: packaging 25.0
2025-08-20T18:55:34.2109983Z     Uninstalling packaging-25.0:
2025-08-20T18:55:34.2116134Z       Successfully uninstalled packaging-25.0
2025-08-20T18:55:34.2628325Z   Attempting uninstall: mdurl
2025-08-20T18:55:34.2698286Z     Found existing installation: mdurl 0.1.2
2025-08-20T18:55:34.2712842Z     Uninstalling mdurl-0.1.2:
2025-08-20T18:55:34.2718121Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T18:55:34.2887180Z   Attempting uninstall: click
2025-08-20T18:55:34.2959179Z     Found existing installation: click 8.2.1
2025-08-20T18:55:34.2978266Z     Uninstalling click-8.2.1:
2025-08-20T18:55:34.2983544Z       Successfully uninstalled click-8.2.1
2025-08-20T18:55:34.3612370Z   Attempting uninstall: argcomplete
2025-08-20T18:55:34.3688190Z     Found existing installation: argcomplete 3.6.2
2025-08-20T18:55:34.3710492Z     Uninstalling argcomplete-3.6.2:
2025-08-20T18:55:34.3719231Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T18:55:34.4006885Z   Attempting uninstall: ansi2txt
2025-08-20T18:55:34.4078778Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T18:55:34.4092287Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T18:55:34.4286079Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T18:55:34.4443140Z   Attempting uninstall: userpath
2025-08-20T18:55:34.4516652Z     Found existing installation: userpath 1.9.2
2025-08-20T18:55:34.4532397Z     Uninstalling userpath-1.9.2:
2025-08-20T18:55:34.4539492Z       Successfully uninstalled userpath-1.9.2
2025-08-20T18:55:34.4731519Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:55:34.4807662Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:55:34.5111607Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:55:34.5150371Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:55:34.7121565Z   Attempting uninstall: markdown-it-py
2025-08-20T18:55:34.7192441Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T18:55:34.7249472Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T18:55:34.7260912Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T18:55:34.7948204Z   Attempting uninstall: rich
2025-08-20T18:55:34.8022592Z     Found existing installation: rich 14.1.0
2025-08-20T18:55:34.8070580Z     Uninstalling rich-14.1.0:
2025-08-20T18:55:34.8078972Z       Successfully uninstalled rich-14.1.0
2025-08-20T18:55:34.9640400Z   Attempting uninstall: pyinstaller
2025-08-20T18:55:34.9713192Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:55:34.9962950Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:55:35.0000517Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:55:35.2655817Z   Attempting uninstall: pipx
2025-08-20T18:55:35.2741167Z     Found existing installation: pipx 1.7.1
2025-08-20T18:55:35.2770217Z     Uninstalling pipx-1.7.1:
2025-08-20T18:55:35.2784497Z       Successfully uninstalled pipx-1.7.1
2025-08-20T18:55:35.3438235Z   Attempting uninstall: typer
2025-08-20T18:55:35.3511161Z     Found existing installation: typer 0.16.1
2025-08-20T18:55:35.3533050Z     Uninstalling typer-0.16.1:
2025-08-20T18:55:35.3540352Z       Successfully uninstalled typer-0.16.1
2025-08-20T18:55:35.4005588Z   Attempting uninstall: py2static
2025-08-20T18:55:35.4071902Z     Found existing installation: py2static 0.0.1
2025-08-20T18:55:35.4088190Z     Uninstalling py2static-0.0.1:
2025-08-20T18:55:35.4096167Z       Successfully uninstalled py2static-0.0.1
2025-08-20T18:55:35.4364180Z 
2025-08-20T18:55:35.4388325Z 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-20T18:55:35.7341108Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:55:35.8375172Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T18:55:35.8379311Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-y0cck0w3
2025-08-20T18:55:35.8398755Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-y0cck0w3
2025-08-20T18:55:37.3686286Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T18:55:37.3722782Z   Installing build dependencies: started
2025-08-20T18:55:38.0156839Z   Installing build dependencies: finished with status 'done'
2025-08-20T18:55:38.0167076Z   Getting requirements to build wheel: started
2025-08-20T18:55:38.2779445Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T18:55:38.2790151Z   Preparing metadata (pyproject.toml): started
2025-08-20T18:55:38.4519546Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T18:55:38.6036121Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T18:55:38.6048323Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:55:38.6257348Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T18:55:38.6266878Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:55:38.6497946Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T18:55:38.6508075Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:55:38.6765822Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T18:55:38.6776607Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:55:38.6816005Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:55:38.6825412Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:55:38.6836906Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:55:38.6851439Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:55:38.6960583Z Building wheels for collected packages: pyinstaller
2025-08-20T18:55:38.6967562Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T18:55:41.4160671Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T18:55:41.4182253Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=39cecbf8128aae7e156b76f9b54908d0f5030afae2f860fb3b6e1ebbd5bd1a6a
2025-08-20T18:55:41.4183687Z   Stored in directory: /tmp/pip-ephem-wheel-cache-wet_bys1/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T18:55:41.4222290Z Successfully built pyinstaller
2025-08-20T18:55:41.5012165Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T18:55:41.5016762Z   Attempting uninstall: altgraph
2025-08-20T18:55:41.5086463Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:55:41.5103539Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:55:41.5109597Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:55:41.5372951Z   Attempting uninstall: setuptools
2025-08-20T18:55:41.5440790Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:55:41.5645355Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:55:41.5870452Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:55:42.1741782Z   Attempting uninstall: packaging
2025-08-20T18:55:42.1817417Z     Found existing installation: packaging 25.0
2025-08-20T18:55:42.1836294Z     Uninstalling packaging-25.0:
2025-08-20T18:55:42.1841781Z       Successfully uninstalled packaging-25.0
2025-08-20T18:55:42.2328332Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:55:42.2402727Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:55:42.2707131Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:55:42.2746452Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:55:42.4761506Z   Attempting uninstall: pyinstaller
2025-08-20T18:55:42.4840352Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:55:42.5102496Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:55:42.5141447Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:55:42.7906405Z 
2025-08-20T18:55:42.7936703Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T18:55:43.0203242Z 6.15.0
2025-08-20T18:55:44.3560108Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T18:55:44.3569597Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T18:55:44.3570211Z 
2025-08-20T18:55:44.3570443Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T18:55:44.3570936Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T18:55:44.3571332Z installation.
2025-08-20T18:55:44.3571459Z 
2025-08-20T18:55:44.3571685Z If you installed the current Docker package using this script and are using it
2025-08-20T18:55:44.3572162Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T18:55:44.3572654Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T18:55:44.3573066Z files to match the parameters passed to the script.
2025-08-20T18:55:44.3573290Z 
2025-08-20T18:55:44.3573403Z You may press Ctrl+C now to abort this script.
2025-08-20T18:55:44.3736438Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T18:55:46.0195881Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T18:55:46.7663438Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T18:55:46.7682363Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T18:55:46.8775112Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T18:55:46.8792877Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T18:55:46.8801335Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T18:55:48.2550747Z + 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-20T18:55:59.6195369Z + sh -c 'docker version'
2025-08-20T18:55:59.6341338Z Client: Docker Engine - Community
2025-08-20T18:55:59.6341855Z  Version:           28.3.3
2025-08-20T18:55:59.6342108Z  API version:       1.51
2025-08-20T18:55:59.6342336Z  Go version:        go1.24.5
2025-08-20T18:55:59.6342680Z  Git commit:        980b856
2025-08-20T18:55:59.6342990Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T18:55:59.6343291Z  OS/Arch:           linux/arm64
2025-08-20T18:55:59.6343550Z  Context:           default
2025-08-20T18:55:59.6343692Z 
2025-08-20T18:55:59.6343840Z Server: Docker Engine - Community
2025-08-20T18:55:59.6344142Z  Engine:
2025-08-20T18:55:59.6344415Z   Version:          28.3.3
2025-08-20T18:55:59.6345582Z   API version:      1.51 (minimum version 1.24)
2025-08-20T18:55:59.6345941Z   Go version:       go1.24.5
2025-08-20T18:55:59.6346178Z   Git commit:       bea959c
2025-08-20T18:55:59.6346475Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T18:55:59.6346780Z   OS/Arch:          linux/arm64
2025-08-20T18:55:59.6347054Z   Experimental:     false
2025-08-20T18:55:59.6347291Z  containerd:
2025-08-20T18:55:59.6347492Z   Version:          1.7.27
2025-08-20T18:55:59.6347794Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T18:55:59.6348125Z  runc:
2025-08-20T18:55:59.6348310Z   Version:          1.2.5
2025-08-20T18:55:59.6348580Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T18:55:59.6348837Z  docker-init:
2025-08-20T18:55:59.6349056Z   Version:          0.19.0
2025-08-20T18:55:59.6349294Z   GitCommit:        de40ad0
2025-08-20T18:55:59.6357169Z 
2025-08-20T18:55:59.6357522Z ================================================================================
2025-08-20T18:55:59.6357800Z 
2025-08-20T18:55:59.6358459Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T18:55:59.6358859Z Docker daemon in rootless mode for your user:
2025-08-20T18:55:59.6359073Z 
2025-08-20T18:55:59.6359186Z     dockerd-rootless-setuptool.sh install
2025-08-20T18:55:59.6359439Z 
2025-08-20T18:55:59.6359655Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T18:55:59.6359983Z 
2025-08-20T18:55:59.6359987Z 
2025-08-20T18:55:59.6360175Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T18:55:59.6360628Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T18:55:59.6360938Z 
2025-08-20T18:55:59.6361130Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T18:55:59.6361596Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T18:55:59.6362079Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T18:55:59.6362407Z 
2025-08-20T18:55:59.6362514Z ================================================================================
2025-08-20T18:55:59.6362726Z 
2025-08-20T18:56:10.6889922Z ● docker.service - Docker Application Container Engine
2025-08-20T18:56:10.6890457Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:56:10.6891080Z      Active: active (running) since Wed 2025-08-20 18:56:00 UTC; 10s ago
2025-08-20T18:56:10.6891575Z TriggeredBy: ● docker.socket
2025-08-20T18:56:10.6892224Z        Docs: https://docs.docker.com
2025-08-20T18:56:10.6892604Z    Main PID: 21136 (dockerd)
2025-08-20T18:56:10.6892846Z       Tasks: 10
2025-08-20T18:56:10.6893087Z      Memory: 21.0M (peak: 24.4M)
2025-08-20T18:56:10.6893341Z         CPU: 269ms
2025-08-20T18:56:10.6893571Z      CGroup: /system.slice/docker.service
2025-08-20T18:56:10.6894922Z              └─21136 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:56:10.6895240Z 
2025-08-20T18:56:10.6895588Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.040287868Z" level=info msg="Loading containers: start."
2025-08-20T18:56:10.6896740Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.578244857Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 53f53ffa2c2fc274b427a99dd0ebaba661fe6762e62a1f0af1e041cf6d00baca], retrying...."
2025-08-20T18:56:10.6898013Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.626936126Z" level=info msg="Loading containers: done."
2025-08-20T18:56:10.6899125Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.652869588Z" 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-20T18:56:10.6900488Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.653011408Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:56:10.6901381Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.653041721Z" level=info msg="Initializing buildkit"
2025-08-20T18:56:10.6902076Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.669681608Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:56:10.6902852Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.672615368Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:56:10.6903526Z Aug 20 18:56:00 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:56:10.6904170Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.672809326Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:56:10.6984210Z ● docker.service - Docker Application Container Engine
2025-08-20T18:56:10.6984817Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:56:10.6985669Z      Active: active (running) since Wed 2025-08-20 18:56:00 UTC; 10s ago
2025-08-20T18:56:10.6986136Z TriggeredBy: ● docker.socket
2025-08-20T18:56:10.6986456Z        Docs: https://docs.docker.com
2025-08-20T18:56:10.6986792Z    Main PID: 21136 (dockerd)
2025-08-20T18:56:10.6987032Z       Tasks: 10
2025-08-20T18:56:10.6987273Z      Memory: 21.0M (peak: 24.4M)
2025-08-20T18:56:10.6987527Z         CPU: 269ms
2025-08-20T18:56:10.6987785Z      CGroup: /system.slice/docker.service
2025-08-20T18:56:10.6988379Z              └─21136 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:56:10.6988669Z 
2025-08-20T18:56:10.6988985Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.040287868Z" level=info msg="Loading containers: start."
2025-08-20T18:56:10.6990126Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.578244857Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 53f53ffa2c2fc274b427a99dd0ebaba661fe6762e62a1f0af1e041cf6d00baca], retrying...."
2025-08-20T18:56:10.6991318Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.626936126Z" level=info msg="Loading containers: done."
2025-08-20T18:56:10.6992437Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.652869588Z" 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-20T18:56:10.6993931Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.653011408Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:56:10.6995113Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.653041721Z" level=info msg="Initializing buildkit"
2025-08-20T18:56:10.6995865Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.669681608Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:56:10.6996601Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.672615368Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:56:10.6997320Z Aug 20 18:56:00 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:56:10.6997991Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.672809326Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:56:10.7162537Z ● docker.service - Docker Application Container Engine
2025-08-20T18:56:10.7163044Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:56:10.7163515Z      Active: active (running) since Wed 2025-08-20 18:56:00 UTC; 10s ago
2025-08-20T18:56:10.7164000Z TriggeredBy: ● docker.socket
2025-08-20T18:56:10.7164330Z        Docs: https://docs.docker.com
2025-08-20T18:56:10.7164719Z    Main PID: 21136 (dockerd)
2025-08-20T18:56:10.7165066Z       Tasks: 10
2025-08-20T18:56:10.7165289Z      Memory: 21.0M (peak: 24.4M)
2025-08-20T18:56:10.7165565Z         CPU: 269ms
2025-08-20T18:56:10.7165844Z      CGroup: /system.slice/docker.service
2025-08-20T18:56:10.7166379Z              └─21136 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:56:10.7166660Z 
2025-08-20T18:56:10.7167012Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.040287868Z" level=info msg="Loading containers: start."
2025-08-20T18:56:10.7168163Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.578244857Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 53f53ffa2c2fc274b427a99dd0ebaba661fe6762e62a1f0af1e041cf6d00baca], retrying...."
2025-08-20T18:56:10.7169423Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.626936126Z" level=info msg="Loading containers: done."
2025-08-20T18:56:10.7170843Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.652869588Z" 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-20T18:56:10.7172172Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.653011408Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:56:10.7173108Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.653041721Z" level=info msg="Initializing buildkit"
2025-08-20T18:56:10.7173834Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.669681608Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:56:10.7174566Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.672615368Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:56:10.7175533Z Aug 20 18:56:00 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:56:10.7176191Z Aug 20 18:56:00 runnervmdbl46 dockerd[21136]: time="2025-08-20T18:56:00.672809326Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:56:10.7254978Z Docker version 28.3.3, build 980b856
2025-08-20T18:56:10.7410227Z Unable to find image 'hello-world:latest' locally
2025-08-20T18:56:11.0303986Z latest: Pulling from library/hello-world
2025-08-20T18:56:11.1230652Z 198f93fd5094: Pulling fs layer
2025-08-20T18:56:11.2833619Z 198f93fd5094: Verifying Checksum
2025-08-20T18:56:11.2833990Z 198f93fd5094: Download complete
2025-08-20T18:56:11.3358999Z 198f93fd5094: Pull complete
2025-08-20T18:56:11.3759510Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T18:56:11.3860613Z Status: Downloaded newer image for hello-world:latest
2025-08-20T18:56:12.2881152Z 
2025-08-20T18:56:12.2881677Z Hello from Docker!
2025-08-20T18:56:12.2882120Z This message shows that your installation appears to be working correctly.
2025-08-20T18:56:12.2882419Z 
2025-08-20T18:56:12.2882561Z To generate this message, Docker took the following steps:
2025-08-20T18:56:12.2883096Z  1. The Docker client contacted the Docker daemon.
2025-08-20T18:56:12.2883530Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T18:56:12.2883907Z     (arm64v8)
2025-08-20T18:56:12.2884220Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T18:56:12.2889170Z     executable that produces the output you are currently reading.
2025-08-20T18:56:12.2889747Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T18:56:12.2890166Z     to your terminal.
2025-08-20T18:56:12.2890293Z 
2025-08-20T18:56:12.2890479Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T18:56:12.2890897Z  $ docker run -it ubuntu bash
2025-08-20T18:56:12.2891051Z 
2025-08-20T18:56:12.2891249Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T18:56:12.2891654Z  https://hub.docker.com/
2025-08-20T18:56:12.2891811Z 
2025-08-20T18:56:12.2891963Z For more examples and ideas, visit:
2025-08-20T18:56:12.2892229Z  https://docs.docker.com/get-started/
2025-08-20T18:56:12.2892417Z 
2025-08-20T18:56:12.4570326Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:56:12.4570922Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:56:12.4571409Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:56:12.4571884Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:56:12.4572341Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:56:12.4633583Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:56:12.4634163Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:56:12.4634535Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:56:12.4636211Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:56:12.4636559Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:56:12.4636913Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:56:12.4637293Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:56:12.4637671Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:56:12.4638086Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:56:12.4638480Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:56:12.4638878Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:56:12.4639279Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:56:12.4639638Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:56:12.4640019Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:56:12.4640476Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:56:12.4640917Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:56:12.4641304Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:56:12.4641724Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:56:12.4642342Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:56:12.4642689Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:56:12.4643076Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:56:12.4643508Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:56:12.4643920Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:56:12.4644328Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:56:12.4644925Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:56:12.4645348Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:56:12.4645768Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:56:12.4646193Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:56:12.4646618Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:56:12.4647058Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:56:12.4647484Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:56:12.4647885Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:56:12.4648295Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:56:12.4648688Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:56:12.4649092Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:56:12.4649515Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:56:12.4649930Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:56:12.4650338Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:56:12.4650728Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:56:12.4651182Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:56:12.4651656Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:56:12.4652127Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:56:12.4652817Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:56:12.4653268Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:56:12.4653685Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:56:12.4654103Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:56:12.4654513Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:56:12.4655074Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:56:12.4655475Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:56:12.4655844Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:56:12.4656197Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:56:12.4656567Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:56:12.4656967Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:56:12.4657369Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:56:12.4657746Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:56:12.4658150Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:56:12.4658586Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:56:12.4659174Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:56:12.4659583Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:56:12.4660001Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:56:12.4660429Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:56:12.4660834Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:56:12.4661229Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:56:12.4661663Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:56:12.4662153Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:56:12.4662650Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:56:12.4663111Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:56:12.4663527Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:56:12.4663910Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:56:12.4664301Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:56:12.4664827Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:56:12.4665236Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:56:12.4665694Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:56:12.4666189Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:56:12.4666694Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:56:12.4667182Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:56:12.4667623Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:56:12.4668022Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:56:12.4668411Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:56:12.4668816Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:56:12.4669376Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:56:12.4669774Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:56:12.4670194Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:56:12.4670615Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:56:12.4670995Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:56:12.4671371Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:56:12.4671774Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:56:12.4672177Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:56:12.4672555Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:56:12.4672925Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:56:12.4673320Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:56:12.4673706Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:56:12.4674190Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:56:12.4674566Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:56:12.4675216Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:56:12.4675773Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:56:12.4676141Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:56:12.4676505Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:56:12.4676880Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:56:12.4677264Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:56:12.4677666Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:56:12.4678059Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:56:12.4678438Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:56:12.4678815Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:56:12.4679210Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:56:12.4679608Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:56:12.4679980Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:56:12.4680327Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:56:12.4680673Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:56:12.4681023Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:56:12.4681380Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:56:12.4681730Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:56:12.4682103Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:56:12.4682500Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:56:12.4682924Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:56:12.4683358Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:56:12.4683763Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:56:12.4684210Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:56:12.4684726Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:56:12.4685120Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:56:12.4685521Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:56:12.4686147Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:56:12.4686547Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:56:12.4686939Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:56:12.4687348Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:56:12.4687784Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:56:12.4688216Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:56:12.4688598Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:56:12.4688987Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:56:12.4689393Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:56:12.4689800Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:56:12.4690206Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:56:12.4690601Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:56:12.4690995Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:56:12.4691395Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:56:12.4691771Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:56:12.4692289Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:56:12.4692656Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:56:12.4693053Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:56:12.4693448Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:56:12.4693847Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:56:12.4694241Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:56:12.4695050Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:56:12.4695433Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:56:12.4695811Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:56:12.4696195Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:56:12.4696623Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:56:12.4697064Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:56:12.4697460Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:56:12.4697828Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:56:12.4698217Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:56:12.4698639Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:56:12.4699055Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:56:12.4699407Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:56:12.4699748Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:56:12.4700164Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:56:12.4700595Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:56:12.4701006Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:56:12.4701385Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:56:12.4701765Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:56:12.4702146Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:56:12.4702795Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:56:12.4703277Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:56:12.4703689Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:56:12.4704052Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:56:12.4704410Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:56:12.4705174Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:56:12.4705673Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:56:12.4706109Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:56:12.4706480Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:56:12.4706948Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:56:12.4707484Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:56:12.4707985Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:56:12.4708419Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:56:12.4708778Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:56:12.4709304Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:56:12.4709714Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:56:12.4710125Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:56:12.4710528Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:56:12.4710902Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:56:12.4711278Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:56:12.4711676Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:56:12.4712073Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:56:12.4712472Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:56:12.4712870Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:56:12.4713268Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:56:12.4713663Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:56:12.4714080Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:56:12.4714528Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:56:12.4715194Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:56:12.4715586Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:56:12.4715956Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:56:12.4716326Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:56:12.4716696Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:56:12.4717087Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:56:12.4717507Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:56:12.4717971Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:56:12.4718421Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:56:12.4718824Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:56:12.4719211Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:56:12.4719782Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:56:12.4720167Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:56:12.4720539Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:56:12.4720921Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:56:12.4721298Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:56:12.4721746Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:56:12.4722215Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:56:12.4722671Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:56:12.4723188Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:56:12.4723702Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:56:12.4724204Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:56:12.4724746Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:56:12.4725111Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:56:12.4725471Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:56:12.4726020Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:56:12.4726400Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:56:12.4726764Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:56:12.4727144Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:56:12.4727525Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:56:12.4727914Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:56:12.4728290Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:56:12.4728665Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:56:12.4729058Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:56:12.4729448Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:56:12.4729864Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:56:12.4730296Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:56:12.4730714Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:56:12.4731126Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:56:12.4731530Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:56:12.4731945Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:56:12.4732370Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:56:12.4732763Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:56:12.4733119Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:56:12.4733625Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.4734152Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:56:12.4734525Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:56:12.4735114Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:56:12.4735493Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:56:12.4736107Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:56:12.4736561Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:56:12.4736983Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:56:12.4737410Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:56:12.4737810Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:56:12.4738216Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:56:12.4738634Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:56:12.4739040Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:56:12.4739431Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:56:12.4739857Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:56:12.4740348Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:56:12.4740843Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:56:12.4741341Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:56:12.4741749Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:56:12.4742150Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:56:12.4742759Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:56:12.4743245Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:56:12.4743649Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:56:12.4744079Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:56:12.4744536Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:56:12.4745120Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:56:12.4745483Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:56:12.4745834Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:56:12.4746206Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:56:12.4746592Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:56:12.4746963Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:56:12.4747313Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:56:12.4747683Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:56:12.4748045Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:56:12.4748403Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:56:12.4748791Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:56:12.4749151Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:56:12.4749523Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:56:12.4749906Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:56:12.4750268Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:56:12.4750632Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:56:12.4750990Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:56:12.4751357Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:56:12.4751730Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:56:12.4752096Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:56:12.4752664Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:56:12.4753065Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:56:12.4753486Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:56:12.4753916Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:56:12.4754322Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:56:12.4754804Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:56:12.4755188Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:56:12.4755612Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:56:12.4756009Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:56:12.4756370Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:56:12.4756737Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:56:12.4757098Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:56:12.4757442Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:56:12.4757787Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:56:12.4758137Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:56:12.4758502Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:56:12.4759077Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:56:12.4759424Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:56:12.4759761Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:56:12.4760135Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:56:12.4760540Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:56:12.4760938Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:56:12.4761335Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:56:12.4761727Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:56:12.4762137Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:56:12.4762636Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:56:12.4763251Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:56:12.4763875Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:56:12.4764417Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:56:12.4765118Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:56:12.4765580Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:56:12.4766098Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:56:12.4766739Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:56:12.4767300Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:56:12.4767794Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:56:12.4768244Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:56:12.4768612Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:56:12.4768986Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:56:12.4769351Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:56:12.4769941Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:56:12.4770338Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:56:12.4770722Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:56:12.4771107Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:56:12.4771490Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:56:12.4771883Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:56:12.4772259Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:56:12.4772632Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:56:12.4773005Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:56:12.4773394Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:56:12.4773791Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:56:12.4774202Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:56:12.4774791Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:56:12.4775167Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:56:12.4775554Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:56:12.4776115Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:56:12.4776522Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:56:12.4776958Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:56:12.4777380Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:56:12.4777746Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:56:12.4778118Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:56:12.4778501Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:56:12.4778868Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:56:12.4779262Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:56:12.4779651Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:56:12.4780070Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:56:12.4780451Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:56:12.4780813Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:56:12.4781179Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:56:12.4781725Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.4782439Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.4783124Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.4783848Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.4784379Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:56:12.4784903Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:56:12.4785310Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:56:12.4785710Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:56:12.4786087Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:56:12.4786664Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:56:12.4787044Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:56:12.4787420Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:56:12.4787795Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:56:12.4788169Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:56:12.4788552Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:56:12.4788941Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:56:12.4789351Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:56:12.4789751Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:56:12.4790149Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:56:12.4790535Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:56:12.4790912Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:56:12.4791296Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:56:12.4791699Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:56:12.4792091Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:56:12.4792621Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:56:12.4793012Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:56:12.4793433Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:56:12.4793865Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:56:12.4794264Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:56:12.4794840Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:56:12.4795303Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:56:12.4795707Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:56:12.4796074Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:56:12.4796452Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:56:12.4796857Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:56:12.4797266Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:56:12.4797682Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:56:12.4798064Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:56:12.4798455Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:56:12.4798926Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:56:12.4799396Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:56:12.4799793Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:56:12.4800195Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:56:12.4800652Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:56:12.4801095Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:56:12.4801570Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:56:12.4802059Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:56:12.4802506Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:56:12.4803120Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:56:12.4803558Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:56:12.4803952Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:56:12.4804370Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:56:12.4805022Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:56:12.4805402Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:56:12.4805812Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:56:12.4806212Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:56:12.4806612Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:56:12.4807033Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:56:12.4807425Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:56:12.4807798Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:56:12.4808165Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:56:12.4808519Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:56:12.4808905Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:56:12.4809478Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:56:12.4809869Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:56:12.4810311Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:56:12.4810759Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:56:12.4811161Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:56:12.4811594Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:56:12.4812013Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:56:12.4812414Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:56:12.4812821Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:56:12.4813180Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:56:12.4813541Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:56:12.4813932Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:56:12.4814326Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:56:12.4814854Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:56:12.4815220Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:56:12.4815572Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:56:12.4815920Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:56:12.4816409Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T18:56:12.4816916Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:56:12.4817303Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:56:12.4817682Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:56:12.4818079Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:56:12.4818485Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:56:12.4818889Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:56:12.4819518Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:56:12.4819946Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:56:12.4820354Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:56:12.4820726Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:56:12.4821092Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:56:12.4821458Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:56:12.4821831Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:56:12.4822250Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:56:12.4822676Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:56:12.4823071Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:56:12.4823492Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:56:12.4823932Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:56:12.4824329Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:56:12.4824843Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:56:12.4825202Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:56:12.4825703Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:56:12.4826072Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:56:12.4826446Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:56:12.4826821Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:56:12.4827217Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:56:12.4827633Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:56:12.4828092Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:56:12.4828529Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:56:12.4828903Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:56:12.4829292Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:56:12.4829679Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:56:12.4830065Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:56:12.4830443Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:56:12.4830820Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:56:12.4831260Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:56:12.4831753Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:56:12.4832175Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:56:12.4832553Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:56:12.4832933Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:56:12.4833341Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:56:12.4833742Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:56:12.4834115Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:56:12.4834511Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:56:12.4835045Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:56:12.4835397Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:56:12.4835971Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:56:12.4836376Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:56:12.4836798Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:56:12.4837174Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:56:12.4837558Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:56:12.4838005Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:56:12.4838445Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:56:12.4838870Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:56:12.4839261Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:56:12.4839776Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.4840282Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:56:12.4840672Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:56:12.4841080Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:56:12.4841506Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:56:12.4842026Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:56:12.4842739Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:56:12.4843347Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:56:12.4843993Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:56:12.4844890Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:56:12.4845528Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:56:12.4846152Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:56:12.4846731Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:56:12.4847217Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:56:12.4847661Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:56:12.4848097Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:56:12.4848520Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:56:12.4848996Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:56:12.4849427Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:56:12.4849806Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:56:12.4850175Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:56:12.4850555Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:56:12.4850935Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:56:12.4851347Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:56:12.4851755Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:56:12.4852115Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:56:12.4852506Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:56:12.4853176Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:56:12.4853682Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:56:12.4854177Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:56:12.4854820Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:56:12.4855284Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:56:12.4855704Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:56:12.4856145Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:56:12.4856559Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:56:12.4856989Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:56:12.4857415Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:56:12.4857808Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:56:12.4858190Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:56:12.4858562Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:56:12.4858939Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:56:12.4859375Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:56:12.4859962Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:56:12.4860365Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:56:12.4860780Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:56:12.4861205Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:56:12.4861658Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:56:12.4862104Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:56:12.4862533Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:56:12.4862927Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:56:12.4863302Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:56:12.4863694Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:56:12.4864062Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:56:12.4864434Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:56:12.4864985Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:56:12.4865387Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:56:12.4865817Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:56:12.4866287Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:56:12.4866744Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:56:12.4867134Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:56:12.4867488Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:56:12.4867870Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:56:12.4868263Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:56:12.4868649Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:56:12.4869041Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:56:12.4869469Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:56:12.4870099Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:56:12.4870528Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:56:12.4870911Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:56:12.4871310Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:56:12.4871854Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.4872438Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:56:12.4872893Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:56:12.4873339Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:56:12.4873764Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:56:12.4874164Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:56:12.4874556Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:56:12.4875113Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:56:12.4875513Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:56:12.4875916Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:56:12.4876457Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:56:12.4876843Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:56:12.4877245Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:56:12.4877619Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:56:12.4878028Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:56:12.4878496Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:56:12.4878921Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:56:12.4879295Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:56:12.4879671Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:56:12.4880058Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:56:12.4880440Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:56:12.4880807Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:56:12.4881239Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:56:12.4881685Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:56:12.4882089Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:56:12.4882490Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:56:12.4882889Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:56:12.4883277Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:56:12.4883705Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:56:12.4884090Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:56:12.4884494Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:56:12.4885183Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:56:12.4885638Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:56:12.4886059Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:56:12.4886739Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:56:12.4887152Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:56:12.4887575Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:56:12.4887965Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:56:12.4888316Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:56:12.4888664Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:56:12.4889035Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:56:12.4889408Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:56:12.4889760Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:56:12.4890131Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:56:12.4890528Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:56:12.4890920Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:56:12.4891276Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:56:12.4891633Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:56:12.4892011Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:56:12.4892409Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:56:12.4892957Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:56:12.4893315Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:56:12.4893673Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:56:12.4894055Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:56:12.4894432Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:56:12.4894991Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:56:12.4895369Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:56:12.4895760Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:56:12.4896140Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:56:12.4896517Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:56:12.4896900Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:56:12.4897282Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:56:12.4897683Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:56:12.4898105Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:56:12.4898503Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:56:12.4898862Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:56:12.4899211Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:56:12.4899551Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:56:12.4899967Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:56:12.4900467Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:56:12.4900968Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:56:12.4901440Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:56:12.4901947Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:56:12.4902384Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:56:12.4902762Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:56:12.4903389Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:56:12.4903796Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:56:12.4904185Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:56:12.4904570Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:56:12.4905104Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:56:12.4905489Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:56:12.4905882Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:56:12.4906324Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:56:12.4906757Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:56:12.4907136Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:56:12.4907533Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:56:12.4907958Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:56:12.4908340Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:56:12.4908691Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:56:12.4909076Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:56:12.4909692Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:56:12.4910154Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:56:12.4910562Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:56:12.4910978Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:56:12.4911409Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:56:12.4911839Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:56:12.5031801Z [+] Installing Go for linux-arm64...
2025-08-20T18:56:12.9172944Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T18:56:12.9173301Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T18:56:12.9173533Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T18:56:12.9183201Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T18:56:12.9183636Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T18:56:12.9183988Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T18:56:12.9255860Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T18:56:12.9256354Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T18:56:12.9256838Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T18:56:12.9257302Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T18:56:12.9257740Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T18:56:12.9258184Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T18:56:12.9258648Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T18:56:12.9259116Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T18:56:12.9259544Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T18:56:12.9259982Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T18:56:12.9260417Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T18:56:12.9260847Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T18:56:12.9261712Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T18:56:12.9262192Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T18:56:12.9262637Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T18:56:12.9263086Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T18:56:12.9263557Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T18:56:12.9264019Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T18:56:12.9264497Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T18:56:12.9265128Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T18:56:12.9265510Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T18:56:12.9265838Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T18:56:12.9266165Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T18:56:12.9266490Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T18:56:12.9266823Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T18:56:12.9298401Z go version go1.22.2 linux/arm64
2025-08-20T18:56:12.9612578Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:56:12.9613353Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:56:12.9613714Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:56:12.9614265Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:56:12.9614756Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:56:12.9615127Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:56:12.9615487Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:56:12.9615854Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:56:12.9616199Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:56:12.9616526Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:56:12.9616884Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:56:12.9617266Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:56:12.9617653Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:56:12.9618057Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:56:12.9618451Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:56:12.9618850Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:56:12.9619251Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:56:12.9619618Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:56:12.9619992Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:56:12.9620444Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:56:12.9620887Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:56:12.9621273Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:56:12.9621694Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:56:12.9622090Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:56:12.9622441Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:56:12.9622833Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:56:12.9623265Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:56:12.9623953Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:56:12.9624386Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:56:12.9625053Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:56:12.9625477Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:56:12.9625903Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:56:12.9626335Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:56:12.9626754Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:56:12.9627190Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:56:12.9627617Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:56:12.9628022Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:56:12.9628428Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:56:12.9628821Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:56:12.9629222Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:56:12.9629648Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:56:12.9630064Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:56:12.9630637Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:56:12.9631034Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:56:12.9631489Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:56:12.9631960Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:56:12.9632433Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:56:12.9632925Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:56:12.9633367Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:56:12.9633785Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:56:12.9634204Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:56:12.9635059Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:56:12.9635481Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:56:12.9635878Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:56:12.9636248Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:56:12.9636605Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:56:12.9636976Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:56:12.9637366Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:56:12.9637765Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:56:12.9638148Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:56:12.9638549Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:56:12.9638993Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:56:12.9639416Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:56:12.9639826Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:56:12.9640246Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:56:12.9640893Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:56:12.9641312Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:56:12.9641705Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:56:12.9642142Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:56:12.9642636Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:56:12.9643139Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:56:12.9643600Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:56:12.9644017Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:56:12.9644402Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:56:12.9645295Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:56:12.9645713Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:56:12.9646112Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:56:12.9646566Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:56:12.9647067Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:56:12.9647570Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:56:12.9648261Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:56:12.9648699Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:56:12.9649094Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:56:12.9649486Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:56:12.9649893Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:56:12.9650292Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:56:12.9650679Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:56:12.9651101Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:56:12.9651521Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:56:12.9651907Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:56:12.9652276Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:56:12.9652684Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:56:12.9653087Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:56:12.9653463Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:56:12.9653835Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:56:12.9654228Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:56:12.9655031Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:56:12.9655398Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:56:12.9655776Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:56:12.9656190Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:56:12.9656575Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:56:12.9656937Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:56:12.9657295Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:56:12.9657667Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:56:12.9658256Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:56:12.9658662Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:56:12.9659055Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:56:12.9659438Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:56:12.9659817Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:56:12.9660212Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:56:12.9660617Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:56:12.9660986Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:56:12.9661339Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:56:12.9661685Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:56:12.9662040Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:56:12.9662404Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:56:12.9662752Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:56:12.9663123Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:56:12.9663518Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:56:12.9663947Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:56:12.9664538Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:56:12.9665738Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:56:12.9666133Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:56:12.9666529Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:56:12.9666917Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:56:12.9667326Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:56:12.9667734Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:56:12.9668116Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:56:12.9668506Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:56:12.9668918Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:56:12.9669361Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:56:12.9669788Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:56:12.9670178Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:56:12.9670574Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:56:12.9670982Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:56:12.9671394Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:56:12.9671798Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:56:12.9672198Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:56:12.9672595Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:56:12.9672997Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:56:12.9673382Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:56:12.9673739Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:56:12.9674098Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:56:12.9674499Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:56:12.9675034Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:56:12.9675651Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:56:12.9676047Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:56:12.9676418Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:56:12.9676793Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:56:12.9677169Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:56:12.9677561Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:56:12.9677980Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:56:12.9678425Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:56:12.9678823Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:56:12.9679194Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:56:12.9679587Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:56:12.9680038Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:56:12.9680455Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:56:12.9680809Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:56:12.9681155Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:56:12.9681727Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:56:12.9682154Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:56:12.9682557Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:56:12.9682942Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:56:12.9683321Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:56:12.9683705Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:56:12.9684127Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:56:12.9684708Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:56:12.9685131Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:56:12.9685496Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:56:12.9685866Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:56:12.9686311Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:56:12.9686812Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:56:12.9687252Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:56:12.9687636Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:56:12.9688100Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:56:12.9688642Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:56:12.9689145Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:56:12.9689583Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:56:12.9689947Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:56:12.9690326Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:56:12.9690736Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:56:12.9691152Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:56:12.9691554Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:56:12.9692137Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:56:12.9692530Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:56:12.9692930Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:56:12.9693328Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:56:12.9693727Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:56:12.9694134Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:56:12.9694530Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:56:12.9695032Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:56:12.9695455Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:56:12.9695897Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:56:12.9696328Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:56:12.9696715Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:56:12.9697086Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:56:12.9697458Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:56:12.9697832Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:56:12.9698391Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:56:12.9698811Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:56:12.9699275Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:56:12.9699772Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:56:12.9700177Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:56:12.9700565Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:56:12.9700948Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:56:12.9701323Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:56:12.9701691Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:56:12.9702078Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:56:12.9702465Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:56:12.9702913Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:56:12.9703384Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:56:12.9703841Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:56:12.9704364Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:56:12.9705012Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:56:12.9705517Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:56:12.9705956Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:56:12.9706319Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:56:12.9706688Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:56:12.9707067Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:56:12.9707446Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:56:12.9707814Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:56:12.9708194Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:56:12.9708792Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:56:12.9709191Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:56:12.9709564Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:56:12.9709942Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:56:12.9710336Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:56:12.9710733Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:56:12.9711146Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:56:12.9711583Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:56:12.9712003Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:56:12.9712418Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:56:12.9712825Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:56:12.9713236Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:56:12.9713655Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:56:12.9714044Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:56:12.9714407Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:56:12.9715283Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.9715803Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:56:12.9716178Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:56:12.9716554Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:56:12.9716923Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:56:12.9717321Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:56:12.9717758Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:56:12.9718185Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:56:12.9718608Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:56:12.9719016Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:56:12.9719415Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:56:12.9719837Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:56:12.9720248Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:56:12.9720640Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:56:12.9721072Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:56:12.9721568Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:56:12.9722068Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:56:12.9722517Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:56:12.9722926Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:56:12.9723333Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:56:12.9723809Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:56:12.9724297Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:56:12.9724826Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:56:12.9725477Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:56:12.9725940Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:56:12.9726347Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:56:12.9726706Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:56:12.9727057Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:56:12.9727428Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:56:12.9727815Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:56:12.9728176Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:56:12.9728531Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:56:12.9728898Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:56:12.9729263Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:56:12.9729621Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:56:12.9729989Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:56:12.9730345Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:56:12.9730719Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:56:12.9731106Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:56:12.9731625Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:56:12.9731984Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:56:12.9732342Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:56:12.9732709Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:56:12.9733080Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:56:12.9733451Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:56:12.9733812Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:56:12.9734185Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:56:12.9734735Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:56:12.9735170Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:56:12.9735580Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:56:12.9735941Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:56:12.9736326Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:56:12.9736752Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:56:12.9737151Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:56:12.9737516Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:56:12.9737881Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:56:12.9738238Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:56:12.9738583Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:56:12.9738929Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:56:12.9739281Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:56:12.9739650Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:56:12.9740011Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:56:12.9740358Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:56:12.9740692Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:56:12.9741068Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:56:12.9741676Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:56:12.9742086Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:56:12.9742477Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:56:12.9742870Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:56:12.9743286Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:56:12.9743792Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:56:12.9744407Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:56:12.9745151Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:56:12.9745693Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:56:12.9746302Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:56:12.9746868Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:56:12.9747388Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:56:12.9748008Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:56:12.9748722Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:56:12.9749222Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:56:12.9749699Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:56:12.9750071Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:56:12.9750445Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:56:12.9750822Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:56:12.9751201Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:56:12.9751591Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:56:12.9751977Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:56:12.9752362Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:56:12.9752753Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:56:12.9753142Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:56:12.9753541Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:56:12.9753917Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:56:12.9754286Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:56:12.9754789Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:56:12.9755197Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:56:12.9755609Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:56:12.9756022Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:56:12.9756391Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:56:12.9756784Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:56:12.9757194Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:56:12.9757605Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:56:12.9758038Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:56:12.9758464Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:56:12.9759050Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:56:12.9759451Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:56:12.9759835Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:56:12.9760208Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:56:12.9760598Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:56:12.9760995Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:56:12.9761379Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:56:12.9761761Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:56:12.9762123Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:56:12.9762484Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:56:12.9763039Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.9763755Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.9764440Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.9765373Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.9765901Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:56:12.9766287Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:56:12.9766693Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:56:12.9767093Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:56:12.9767471Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:56:12.9767847Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:56:12.9768212Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:56:12.9768587Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:56:12.9768965Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:56:12.9769345Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:56:12.9769722Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:56:12.9770105Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:56:12.9770511Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:56:12.9770909Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:56:12.9771311Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:56:12.9771701Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:56:12.9772078Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:56:12.9772467Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:56:12.9772870Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:56:12.9773275Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:56:12.9773675Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:56:12.9774065Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:56:12.9774490Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:56:12.9775055Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:56:12.9775668Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:56:12.9776117Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:56:12.9776573Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:56:12.9776979Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:56:12.9777349Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:56:12.9777733Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:56:12.9778130Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:56:12.9778538Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:56:12.9778945Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:56:12.9779324Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:56:12.9779720Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:56:12.9780191Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:56:12.9780661Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:56:12.9781057Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:56:12.9781467Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:56:12.9782061Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:56:12.9782509Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:56:12.9782982Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:56:12.9783467Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:56:12.9783914Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:56:12.9784353Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:56:12.9784895Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:56:12.9785290Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:56:12.9785728Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:56:12.9786121Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:56:12.9786495Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:56:12.9786903Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:56:12.9787302Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:56:12.9787703Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:56:12.9788130Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:56:12.9788525Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:56:12.9788903Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:56:12.9789270Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:56:12.9789629Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:56:12.9790022Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:56:12.9790439Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:56:12.9790827Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:56:12.9791274Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:56:12.9791948Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:56:12.9792365Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:56:12.9792803Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:56:12.9793224Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:56:12.9793630Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:56:12.9794040Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:56:12.9794398Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:56:12.9794876Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:56:12.9795270Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:56:12.9795664Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:56:12.9796048Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:56:12.9796405Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:56:12.9796753Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:56:12.9797101Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:56:12.9797589Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T18:56:12.9798234Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:56:12.9798613Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:56:12.9798993Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:56:12.9799390Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:56:12.9799848Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:56:12.9800263Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:56:12.9800668Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:56:12.9801078Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:56:12.9801491Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:56:12.9801864Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:56:12.9802235Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:56:12.9802594Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:56:12.9802969Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:56:12.9803392Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:56:12.9803819Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:56:12.9804221Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:56:12.9804745Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:56:12.9805188Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:56:12.9805587Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:56:12.9805956Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:56:12.9806307Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:56:12.9806654Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:56:12.9807021Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:56:12.9807397Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:56:12.9807767Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:56:12.9808428Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:56:12.9808857Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:56:12.9809317Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:56:12.9809750Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:56:12.9810121Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:56:12.9810510Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:56:12.9810896Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:56:12.9811281Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:56:12.9811662Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:56:12.9812039Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:56:12.9812485Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:56:12.9812975Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:56:12.9813401Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:56:12.9813777Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:56:12.9814152Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:56:12.9814827Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:56:12.9815219Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:56:12.9815595Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:56:12.9815995Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:56:12.9816371Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:56:12.9816721Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:56:12.9817074Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:56:12.9817474Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:56:12.9817897Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:56:12.9818279Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:56:12.9818671Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:56:12.9819112Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:56:12.9819552Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:56:12.9819976Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:56:12.9820367Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:56:12.9820885Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.9821394Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:56:12.9821783Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:56:12.9822195Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:56:12.9822621Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:56:12.9823149Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:56:12.9823732Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:56:12.9824341Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:56:12.9825335Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:56:12.9825999Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:56:12.9826630Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:56:12.9827255Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:56:12.9827848Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:56:12.9828333Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:56:12.9828798Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:56:12.9829236Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:56:12.9829667Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:56:12.9830145Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:56:12.9830580Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:56:12.9830958Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:56:12.9831325Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:56:12.9831704Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:56:12.9832238Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:56:12.9832646Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:56:12.9833060Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:56:12.9833424Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:56:12.9833813Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:56:12.9834281Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:56:12.9834955Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:56:12.9835453Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:56:12.9835945Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:56:12.9836405Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:56:12.9836821Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:56:12.9837234Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:56:12.9837652Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:56:12.9838090Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:56:12.9838522Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:56:12.9838913Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:56:12.9839295Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:56:12.9839670Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:56:12.9840049Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:56:12.9840488Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:56:12.9840927Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:56:12.9841332Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:56:12.9841746Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:56:12.9842397Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:56:12.9842863Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:56:12.9843307Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:56:12.9843740Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:56:12.9844137Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:56:12.9844514Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:56:12.9845227Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:56:12.9845601Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:56:12.9845978Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:56:12.9846380Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:56:12.9846785Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:56:12.9847212Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:56:12.9847681Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:56:12.9848136Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:56:12.9848531Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:56:12.9849134Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:56:12.9849503Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:56:12.9849900Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:56:12.9850287Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:56:12.9850677Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:56:12.9851106Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:56:12.9851558Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:56:12.9851973Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:56:12.9852359Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:56:12.9852757Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:56:12.9853312Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:12.9853896Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:56:12.9854351Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:56:12.9854961Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:56:12.9855394Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:56:12.9855791Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:56:12.9856182Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:56:12.9856569Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:56:12.9856971Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:56:12.9857373Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:56:12.9857752Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:56:12.9858141Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:56:12.9858539Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:56:12.9858914Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:56:12.9859529Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:56:12.9860007Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:56:12.9860435Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:56:12.9860812Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:56:12.9861190Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:56:12.9861587Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:56:12.9861962Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:56:12.9862332Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:56:12.9862761Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:56:12.9863212Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:56:12.9863617Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:56:12.9864014Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:56:12.9864411Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:56:12.9864936Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:56:12.9865315Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:56:12.9865849Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:56:12.9866246Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:56:12.9866691Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:56:12.9867137Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:56:12.9867563Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:56:12.9867967Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:56:12.9868371Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:56:12.9868798Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:56:12.9869188Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:56:12.9869544Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:56:12.9869894Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:56:12.9870260Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:56:12.9870635Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:56:12.9870988Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:56:12.9871362Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:56:12.9871759Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:56:12.9872143Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:56:12.9872502Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:56:12.9872851Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:56:12.9873230Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:56:12.9873632Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:56:12.9874010Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:56:12.9874376Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:56:12.9874883Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:56:12.9875276Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:56:12.9875860Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:56:12.9876215Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:56:12.9876588Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:56:12.9876981Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:56:12.9877359Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:56:12.9877740Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:56:12.9878115Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:56:12.9878498Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:56:12.9878898Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:56:12.9879322Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:56:12.9879724Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:56:12.9880079Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:56:12.9880428Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:56:12.9880771Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:56:12.9881192Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:56:12.9881835Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:56:12.9882308Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:56:12.9882783Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:56:12.9883287Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:56:12.9883723Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:56:12.9884107Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:56:12.9884496Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:56:12.9885018Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:56:12.9885404Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:56:12.9885791Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:56:12.9886181Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:56:12.9886554Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:56:12.9886946Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:56:12.9887387Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:56:12.9887823Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:56:12.9888197Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:56:12.9888596Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:56:12.9889017Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:56:12.9889400Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:56:12.9889749Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:56:12.9890140Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:56:12.9890590Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:56:12.9891047Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:56:12.9891464Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:56:12.9892084Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:56:12.9892524Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:56:12.9892957Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:56:13.1908470Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:13.3842733Z Collecting meson
2025-08-20T18:56:13.6738865Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T18:56:13.7311258Z Collecting ninja
2025-08-20T18:56:13.7391489Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T18:56:13.7613213Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T18:56:13.8288526Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 16.6 MB/s  0:00:00
2025-08-20T18:56:13.8369826Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T18:56:13.9326416Z Installing collected packages: ninja, meson
2025-08-20T18:56:14.6415307Z 
2025-08-20T18:56:14.6439339Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T18:56:14.9286191Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:15.0225240Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T18:56:15.0900712Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T18:56:15.4841021Z 1.8.4
2025-08-20T18:56:15.5149657Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T18:56:15.5459128Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:56:15.5459623Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:56:15.5459986Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:56:15.5460340Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:56:15.5460739Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:56:15.5461098Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:56:15.5461457Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:56:15.5461815Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:56:15.5462158Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:56:15.5462484Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:56:15.5462854Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:56:15.5463239Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:56:15.5463642Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:56:15.5464054Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:56:15.5464447Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:56:15.5465043Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:56:15.5465448Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:56:15.5465810Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:56:15.5466186Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:56:15.5466642Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:56:15.5467092Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:56:15.5467475Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:56:15.5467893Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:56:15.5468286Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:56:15.5468635Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:56:15.5469398Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:56:15.5469844Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:56:15.5470258Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:56:15.5470661Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:56:15.5471073Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:56:15.5471499Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:56:15.5471923Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:56:15.5472353Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:56:15.5472775Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:56:15.5473219Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:56:15.5473647Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:56:15.5474049Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:56:15.5474457Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:56:15.5474988Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:56:15.5475398Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:56:15.5476044Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:56:15.5476465Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:56:15.5476862Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:56:15.5477260Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:56:15.5477722Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:56:15.5478201Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:56:15.5478671Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:56:15.5479160Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:56:15.5479605Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:56:15.5480028Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:56:15.5480447Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:56:15.5480862Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:56:15.5481280Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:56:15.5481680Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:56:15.5482060Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:56:15.5482421Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:56:15.5482791Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:56:15.5483239Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:56:15.5483645Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:56:15.5484030Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:56:15.5484440Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:56:15.5485024Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:56:15.5485450Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:56:15.5486075Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:56:15.5486507Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:56:15.5486933Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:56:15.5487338Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:56:15.5487733Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:56:15.5488170Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:56:15.5488674Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:56:15.5489172Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:56:15.5489634Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:56:15.5490051Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:56:15.5490445Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:56:15.5490837Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:56:15.5491236Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:56:15.5491632Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:56:15.5492092Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:56:15.5492735Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:56:15.5493239Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:56:15.5493731Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:56:15.5494172Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:56:15.5494575Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:56:15.5495113Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:56:15.5495522Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:56:15.5495914Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:56:15.5496302Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:56:15.5496732Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:56:15.5497155Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:56:15.5497537Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:56:15.5497909Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:56:15.5498313Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:56:15.5498720Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:56:15.5499098Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:56:15.5499470Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:56:15.5499864Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:56:15.5500251Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:56:15.5500609Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:56:15.5500986Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:56:15.5501396Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:56:15.5501782Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:56:15.5502147Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:56:15.5502736Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:56:15.5503129Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:56:15.5503514Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:56:15.5503908Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:56:15.5504300Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:56:15.5504820Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:56:15.5505216Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:56:15.5505613Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:56:15.5506012Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:56:15.5506384Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:56:15.5506743Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:56:15.5507092Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:56:15.5507448Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:56:15.5507814Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:56:15.5508165Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:56:15.5508537Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:56:15.5509107Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:56:15.5509537Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:56:15.5509975Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:56:15.5510379Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:56:15.5510770Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:56:15.5511161Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:56:15.5511549Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:56:15.5511948Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:56:15.5512358Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:56:15.5512744Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:56:15.5513141Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:56:15.5513550Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:56:15.5513989Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:56:15.5514417Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:56:15.5516389Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:56:15.5516804Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:56:15.5517219Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:56:15.5517628Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:56:15.5518031Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:56:15.5518424Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:56:15.5518832Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:56:15.5519236Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:56:15.5519615Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:56:15.5520003Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:56:15.5520368Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:56:15.5521033Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:56:15.5521439Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:56:15.5521835Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:56:15.5522226Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:56:15.5522592Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:56:15.5522968Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:56:15.5523344Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:56:15.5523730Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:56:15.5524149Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:56:15.5524755Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:56:15.5525167Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:56:15.5525541Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:56:15.5525931Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:56:15.5526347Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:56:15.5526764Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:56:15.5527276Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:56:15.5527616Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:56:15.5528038Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:56:15.5528467Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:56:15.5528874Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:56:15.5529263Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:56:15.5529644Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:56:15.5530023Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:56:15.5530445Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:56:15.5530911Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:56:15.5531326Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:56:15.5531690Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:56:15.5532049Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:56:15.5532488Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:56:15.5532990Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:56:15.5533430Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:56:15.5533808Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:56:15.5534269Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:56:15.5534984Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:56:15.5535497Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:56:15.5535935Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:56:15.5536298Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:56:15.5536676Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:56:15.5537082Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:56:15.5537704Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:56:15.5538113Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:56:15.5538485Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:56:15.5538866Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:56:15.5539264Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:56:15.5539665Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:56:15.5540066Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:56:15.5540465Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:56:15.5540860Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:56:15.5541250Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:56:15.5541669Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:56:15.5542113Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:56:15.5542535Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:56:15.5542919Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:56:15.5543290Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:56:15.5543799Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:56:15.5544170Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:56:15.5544564Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:56:15.5545130Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:56:15.5545603Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:56:15.5546052Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:56:15.5546457Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:56:15.5546847Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:56:15.5547232Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:56:15.5547610Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:56:15.5547980Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:56:15.5548363Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:56:15.5548742Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:56:15.5549183Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:56:15.5549656Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:56:15.5550116Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:56:15.5550631Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:56:15.5551142Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:56:15.5551645Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:56:15.5552087Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:56:15.5552448Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:56:15.5552812Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:56:15.5553189Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:56:15.5553568Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:56:15.5554129Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:56:15.5554544Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:56:15.5555051Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:56:15.5555435Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:56:15.5555810Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:56:15.5556194Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:56:15.5556591Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:56:15.5556979Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:56:15.5557394Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:56:15.5557827Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:56:15.5558248Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:56:15.5558662Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:56:15.5559062Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:56:15.5559466Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:56:15.5559887Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:56:15.5560443Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:56:15.5560802Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:56:15.5561311Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:15.5561827Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:56:15.5562197Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:56:15.5562570Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:56:15.5562934Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:56:15.5563330Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:56:15.5563763Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:56:15.5564191Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:56:15.5564752Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:56:15.5565163Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:56:15.5565570Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:56:15.5565993Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:56:15.5566411Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:56:15.5566802Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:56:15.5567228Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:56:15.5567718Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:56:15.5568218Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:56:15.5568670Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:56:15.5569075Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:56:15.5569478Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:56:15.5569951Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:56:15.5570702Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:56:15.5571127Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:56:15.5571560Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:56:15.5572014Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:56:15.5572418Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:56:15.5572784Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:56:15.5573132Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:56:15.5573502Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:56:15.5573883Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:56:15.5574252Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:56:15.5574724Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:56:15.5575102Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:56:15.5575465Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:56:15.5575821Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:56:15.5576190Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:56:15.5576543Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:56:15.5577073Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:56:15.5577458Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:56:15.5577819Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:56:15.5578177Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:56:15.5578538Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:56:15.5578908Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:56:15.5579284Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:56:15.5579649Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:56:15.5580008Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:56:15.5580384Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:56:15.5580803Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:56:15.5581240Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:56:15.5581648Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:56:15.5582011Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:56:15.5582393Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:56:15.5582824Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:56:15.5583279Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:56:15.5583642Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:56:15.5584006Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:56:15.5584364Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:56:15.5584889Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:56:15.5585244Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:56:15.5585595Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:56:15.5585960Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:56:15.5586317Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:56:15.5586663Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:56:15.5587224Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:56:15.5587610Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:56:15.5588015Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:56:15.5588408Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:56:15.5588914Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:56:15.5589311Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:56:15.5589725Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:56:15.5590222Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:56:15.5590833Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:56:15.5591461Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:56:15.5592005Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:56:15.5592478Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:56:15.5592958Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:56:15.5593482Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:56:15.5594254Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:56:15.5594976Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:56:15.5595472Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:56:15.5595924Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:56:15.5596288Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:56:15.5596658Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:56:15.5597028Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:56:15.5597407Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:56:15.5597798Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:56:15.5598188Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:56:15.5598572Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:56:15.5598959Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:56:15.5599351Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:56:15.5599729Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:56:15.5600108Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:56:15.5600486Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:56:15.5600885Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:56:15.5601276Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:56:15.5601685Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:56:15.5602107Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:56:15.5602473Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:56:15.5602865Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:56:15.5603276Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:56:15.5603684Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:56:15.5604356Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:56:15.5604959Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:56:15.5605327Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:56:15.5605694Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:56:15.5606078Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:56:15.5606449Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:56:15.5606838Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:56:15.5607227Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:56:15.5607609Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:56:15.5607986Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:56:15.5608350Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:56:15.5608715Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:56:15.5609262Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:15.5609976Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:15.5610804Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:15.5611470Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:15.5611994Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:56:15.5612380Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:56:15.5612792Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:56:15.5613193Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:56:15.5613570Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:56:15.5613944Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:56:15.5614307Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:56:15.5614817Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:56:15.5615199Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:56:15.5615573Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:56:15.5615955Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:56:15.5616346Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:56:15.5616751Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:56:15.5617148Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:56:15.5617544Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:56:15.5617933Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:56:15.5618308Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:56:15.5618696Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:56:15.5619096Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:56:15.5619492Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:56:15.5619888Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:56:15.5620278Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:56:15.5620901Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:56:15.5621353Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:56:15.5621753Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:56:15.5622193Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:56:15.5622650Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:56:15.5623056Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:56:15.5623430Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:56:15.5623807Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:56:15.5624208Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:56:15.5624816Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:56:15.5625235Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:56:15.5625617Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:56:15.5626010Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:56:15.5626477Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:56:15.5626949Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:56:15.5627526Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:56:15.5627931Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:56:15.5628382Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:56:15.5628830Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:56:15.5629309Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:56:15.5629796Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:56:15.5630239Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:56:15.5630680Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:56:15.5631079Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:56:15.5631476Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:56:15.5631893Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:56:15.5632274Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:56:15.5632648Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:56:15.5633099Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:56:15.5633501Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:56:15.5633899Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:56:15.5634320Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:56:15.5634903Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:56:15.5635292Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:56:15.5635671Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:56:15.5636026Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:56:15.5636413Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:56:15.5636831Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:56:15.5637223Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:56:15.5637878Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:56:15.5638338Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:56:15.5638738Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:56:15.5639176Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:56:15.5639611Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:56:15.5640020Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:56:15.5640427Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:56:15.5640786Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:56:15.5641150Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:56:15.5641550Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:56:15.5641947Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:56:15.5642327Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:56:15.5642685Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:56:15.5643036Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:56:15.5643383Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:56:15.5644020Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T18:56:15.5644529Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:56:15.5645056Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:56:15.5645436Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:56:15.5645835Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:56:15.5646247Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:56:15.5646659Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:56:15.5647062Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:56:15.5647476Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:56:15.5647894Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:56:15.5648272Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:56:15.5648639Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:56:15.5649000Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:56:15.5649377Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:56:15.5649804Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:56:15.5650232Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:56:15.5650636Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:56:15.5651059Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:56:15.5651504Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:56:15.5651909Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:56:15.5652277Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:56:15.5652624Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:56:15.5652974Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:56:15.5653340Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:56:15.5653900Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:56:15.5654298Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:56:15.5654839Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:56:15.5655265Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:56:15.5655722Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:56:15.5656166Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:56:15.5656537Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:56:15.5656922Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:56:15.5657309Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:56:15.5657696Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:56:15.5658075Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:56:15.5658454Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:56:15.5658894Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:56:15.5659381Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:56:15.5659803Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:56:15.5660324Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:56:15.5660700Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:56:15.5661105Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:56:15.5661496Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:56:15.5661867Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:56:15.5662268Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:56:15.5662645Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:56:15.5662989Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:56:15.5663341Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:56:15.5663741Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:56:15.5664166Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:56:15.5664546Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:56:15.5665130Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:56:15.5665572Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:56:15.5666013Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:56:15.5666438Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:56:15.5666859Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:56:15.5667375Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:15.5667886Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:56:15.5668278Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:56:15.5668695Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:56:15.5669120Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:56:15.5669643Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:56:15.5670226Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:56:15.5671017Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:56:15.5671683Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:56:15.5672334Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:56:15.5672967Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:56:15.5673596Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:56:15.5674176Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:56:15.5674790Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:56:15.5675240Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:56:15.5675681Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:56:15.5676108Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:56:15.5676581Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:56:15.5677016Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:56:15.5677398Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:56:15.5677910Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:56:15.5678290Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:56:15.5678673Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:56:15.5679077Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:56:15.5679493Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:56:15.5679855Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:56:15.5680240Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:56:15.5680698Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:56:15.5681192Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:56:15.5681689Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:56:15.5682176Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:56:15.5682626Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:56:15.5683091Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:56:15.5683506Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:56:15.5683923Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:56:15.5684353Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:56:15.5684911Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:56:15.5685302Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:56:15.5685685Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:56:15.5686067Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:56:15.5686447Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:56:15.5686881Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:56:15.5687321Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:56:15.5687724Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:56:15.5688329Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:56:15.5688765Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:56:15.5689216Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:56:15.5689659Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:56:15.5690094Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:56:15.5690491Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:56:15.5690863Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:56:15.5691250Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:56:15.5691623Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:56:15.5691999Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:56:15.5692399Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:56:15.5692800Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:56:15.5693225Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:56:15.5693696Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:56:15.5694272Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:56:15.5694786Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:56:15.5695140Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:56:15.5695513Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:56:15.5695906Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:56:15.5696301Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:56:15.5696691Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:56:15.5697118Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:56:15.5697560Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:56:15.5697975Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:56:15.5698366Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:56:15.5698763Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:56:15.5699308Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:15.5699885Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:56:15.5700344Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:56:15.5700787Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:56:15.5701211Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:56:15.5701611Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:56:15.5701999Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:56:15.5702393Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:56:15.5702792Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:56:15.5703199Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:56:15.5703580Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:56:15.5703971Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:56:15.5704769Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:56:15.5705174Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:56:15.5705580Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:56:15.5706043Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:56:15.5706473Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:56:15.5706856Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:56:15.5707234Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:56:15.5707624Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:56:15.5707997Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:56:15.5708369Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:56:15.5708802Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:56:15.5709251Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:56:15.5709656Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:56:15.5710055Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:56:15.5710454Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:56:15.5710985Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:56:15.5711359Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:56:15.5711745Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:56:15.5712146Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:56:15.5712596Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:56:15.5713045Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:56:15.5713468Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:56:15.5713870Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:56:15.5714275Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:56:15.5714823Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:56:15.5715222Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:56:15.5715577Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:56:15.5715923Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:56:15.5716289Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:56:15.5716667Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:56:15.5717029Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:56:15.5717399Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:56:15.5717795Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:56:15.5718179Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:56:15.5718533Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:56:15.5718885Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:56:15.5719267Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:56:15.5719668Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:56:15.5720046Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:56:15.5720412Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:56:15.5720978Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:56:15.5721378Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:56:15.5721759Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:56:15.5722109Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:56:15.5722486Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:56:15.5722884Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:56:15.5723266Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:56:15.5723642Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:56:15.5724018Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:56:15.5724402Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:56:15.5724946Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:56:15.5725371Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:56:15.5725774Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:56:15.5726129Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:56:15.5726475Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:56:15.5726819Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:56:15.5727406Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:56:15.5727909Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:56:15.5728380Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:56:15.5728859Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:56:15.5729368Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:56:15.5729809Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:56:15.5730191Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:56:15.5730578Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:56:15.5730966Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:56:15.5731362Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:56:15.5731745Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:56:15.5732130Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:56:15.5732505Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:56:15.5732897Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:56:15.5733345Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:56:15.5733774Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:56:15.5734149Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:56:15.5734552Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:56:15.5735116Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:56:15.5735508Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:56:15.5735856Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:56:15.5736240Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:56:15.5736688Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:56:15.5737330Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:56:15.5737752Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:56:15.5738170Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:56:15.5738597Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:56:15.5739034Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:56:16.0291513Z info: downloading installer
2025-08-20T18:56:16.4238070Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T18:56:16.4238995Z warn: /home/runner/.rustup/settings.toml
2025-08-20T18:56:16.4239390Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T18:56:16.4239807Z warn: instead of the one inferred from the default host triple.
2025-08-20T18:56:16.4487959Z info: profile set to 'default'
2025-08-20T18:56:16.4488323Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T18:56:16.4488683Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T18:56:16.5052112Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:56:16.6150939Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:56:16.6462509Z info: downloading component 'clippy'
2025-08-20T18:56:16.7160509Z info: downloading component 'rustfmt'
2025-08-20T18:56:16.7783477Z info: downloading component 'cargo'
2025-08-20T18:56:16.8760289Z info: downloading component 'rust-std'
2025-08-20T18:56:17.1163986Z info: downloading component 'rustc'
2025-08-20T18:56:17.6637855Z info: removing previous version of component 'clippy'
2025-08-20T18:56:17.6778156Z info: removing previous version of component 'rustfmt'
2025-08-20T18:56:17.6843482Z info: removing previous version of component 'cargo'
2025-08-20T18:56:17.7077194Z info: removing previous version of component 'rust-std'
2025-08-20T18:56:17.7196100Z info: removing previous version of component 'rustc'
2025-08-20T18:56:17.7413769Z info: installing component 'clippy'
2025-08-20T18:56:18.0100095Z info: installing component 'rustfmt'
2025-08-20T18:56:18.2110459Z info: installing component 'cargo'
2025-08-20T18:56:18.7176658Z info: installing component 'rust-std'
2025-08-20T18:56:20.0305977Z info: installing component 'rustc'
2025-08-20T18:56:22.9131010Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:56:22.9131337Z 
2025-08-20T18:56:22.9206639Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T18:56:22.9207073Z 
2025-08-20T18:56:22.9207077Z 
2025-08-20T18:56:22.9207159Z Rust is installed now. Great!
2025-08-20T18:56:22.9207299Z 
2025-08-20T18:56:22.9207479Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T18:56:22.9207870Z environment variable. This has not been done automatically.
2025-08-20T18:56:22.9208089Z 
2025-08-20T18:56:22.9208228Z To configure your current shell, you need to source
2025-08-20T18:56:22.9208518Z the corresponding env file under $HOME/.cargo.
2025-08-20T18:56:22.9208695Z 
2025-08-20T18:56:22.9208866Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T18:56:22.9209248Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T18:56:22.9209544Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T18:56:22.9209828Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T18:56:22.9382622Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:56:22.9720770Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:56:22.9721065Z 
2025-08-20T18:56:22.9797037Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:56:22.9797351Z 
2025-08-20T18:56:23.0232887Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:56:23.0617295Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T18:56:23.0940965Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:56:23.0941541Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:56:23.0941892Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:56:23.0942249Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:56:23.0942617Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:56:23.0942997Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:56:23.0943365Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:56:23.0943722Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:56:23.0944112Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:56:23.0944439Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:56:23.0944962Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:56:23.0945353Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:56:23.0945739Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:56:23.0946146Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:56:23.0946539Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:56:23.0946940Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:56:23.0947610Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:56:23.0947973Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:56:23.0948351Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:56:23.0948810Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:56:23.0949251Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:56:23.0949645Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:56:23.0950063Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:56:23.0950457Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:56:23.0950804Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:56:23.0951188Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:56:23.0951628Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:56:23.0952041Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:56:23.0952449Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:56:23.0952865Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:56:23.0953293Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:56:23.0953719Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:56:23.0954149Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:56:23.0954573Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:56:23.0955980Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:56:23.0956434Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:56:23.0956838Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:56:23.0957249Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:56:23.0957640Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:56:23.0958048Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:56:23.0958765Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:56:23.0959210Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:56:23.0959612Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:56:23.0960008Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:56:23.0960462Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:56:23.0960943Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:56:23.0961413Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:56:23.0961897Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:56:23.0962341Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:56:23.0962762Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:56:23.0963184Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:56:23.0963600Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:56:23.0964019Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:56:23.0964419Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:56:23.0965153Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:56:23.0965516Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:56:23.0965888Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:56:23.0966281Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:56:23.0966683Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:56:23.0967070Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:56:23.0967481Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:56:23.0967922Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:56:23.0968347Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:56:23.0968756Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:56:23.0969182Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:56:23.0969612Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:56:23.0970012Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:56:23.0970412Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:56:23.0970845Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:56:23.0971345Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:56:23.0971841Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:56:23.0972302Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:56:23.0972725Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:56:23.0973116Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:56:23.0973513Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:56:23.0973917Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:56:23.0974319Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:56:23.0974890Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:56:23.0975633Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:56:23.0976143Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:56:23.0976634Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:56:23.0977074Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:56:23.0977476Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:56:23.0977876Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:56:23.0978281Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:56:23.0978677Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:56:23.0979061Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:56:23.0979482Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:56:23.0979911Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:56:23.0980292Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:56:23.0980661Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:56:23.0981072Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:56:23.0981476Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:56:23.0982030Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:56:23.0982401Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:56:23.0982796Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:56:23.0983183Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:56:23.0983530Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:56:23.0983914Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:56:23.0984324Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:56:23.0984878Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:56:23.0985289Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:56:23.0985651Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:56:23.0986037Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:56:23.0986428Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:56:23.0986827Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:56:23.0987219Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:56:23.0987602Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:56:23.0987988Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:56:23.0988385Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:56:23.0988789Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:56:23.0989158Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:56:23.0989634Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:56:23.0989993Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:56:23.0990351Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:56:23.0990710Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:56:23.0991062Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:56:23.0991435Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:56:23.0991836Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:56:23.0992513Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:56:23.0992962Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:56:23.0993363Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:56:23.0993752Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:56:23.0994140Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:56:23.0994533Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:56:23.0995056Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:56:23.0995465Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:56:23.0995846Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:56:23.0996238Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:56:23.0996652Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:56:23.0997090Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:56:23.0997522Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:56:23.0997910Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:56:23.0998302Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:56:23.0998873Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:56:23.0999278Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:56:23.0999679Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:56:23.1000073Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:56:23.1000478Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:56:23.1000880Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:56:23.1001261Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:56:23.1001620Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:56:23.1001985Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:56:23.1002384Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:56:23.1002785Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:56:23.1003185Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:56:23.1003578Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:56:23.1003950Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:56:23.1004326Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:56:23.1004909Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:56:23.1005304Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:56:23.1005724Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:56:23.1006171Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:56:23.1006571Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:56:23.1006952Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:56:23.1007338Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:56:23.1007758Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:56:23.1008175Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:56:23.1008766Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:56:23.1009123Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:56:23.1009541Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:56:23.1009970Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:56:23.1010381Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:56:23.1010765Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:56:23.1011155Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:56:23.1011538Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:56:23.1011962Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:56:23.1012427Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:56:23.1012840Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:56:23.1013203Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:56:23.1013565Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:56:23.1014011Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:56:23.1014518Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:56:23.1015282Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:56:23.1015658Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:56:23.1016121Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:56:23.1016650Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:56:23.1017158Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:56:23.1017595Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:56:23.1017957Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:56:23.1018337Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:56:23.1018747Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:56:23.1019165Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:56:23.1019575Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:56:23.1019952Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:56:23.1020329Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:56:23.1020730Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:56:23.1021132Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:56:23.1021536Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:56:23.1021938Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:56:23.1022332Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:56:23.1022727Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:56:23.1023147Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:56:23.1023602Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:56:23.1024036Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:56:23.1024433Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:56:23.1025054Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:56:23.1025663Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:56:23.1026049Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:56:23.1026447Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:56:23.1026864Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:56:23.1027339Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:56:23.1027792Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:56:23.1028199Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:56:23.1028590Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:56:23.1028975Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:56:23.1029355Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:56:23.1029734Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:56:23.1030119Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:56:23.1030498Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:56:23.1030941Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:56:23.1031410Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:56:23.1032013Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:56:23.1032531Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:56:23.1033041Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:56:23.1033542Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:56:23.1033983Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:56:23.1034346Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:56:23.1034867Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:56:23.1035249Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:56:23.1035625Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:56:23.1035990Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:56:23.1036376Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:56:23.1036757Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:56:23.1037144Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:56:23.1037522Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:56:23.1037896Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:56:23.1038295Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:56:23.1038690Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:56:23.1039112Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:56:23.1039551Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:56:23.1039967Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:56:23.1040384Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:56:23.1040786Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:56:23.1041198Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:56:23.1041619Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:56:23.1042233Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:56:23.1042614Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:56:23.1043126Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:23.1043646Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:56:23.1044064Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:56:23.1044444Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:56:23.1044917Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:56:23.1045324Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:56:23.1045760Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:56:23.1046185Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:56:23.1046623Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:56:23.1047025Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:56:23.1047429Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:56:23.1047851Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:56:23.1048265Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:56:23.1048847Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:56:23.1049278Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:56:23.1049771Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:56:23.1050268Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:56:23.1050728Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:56:23.1051137Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:56:23.1051541Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:56:23.1052015Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:56:23.1052498Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:56:23.1052910Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:56:23.1053340Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:56:23.1053795Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:56:23.1054200Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:56:23.1054561Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:56:23.1055139Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:56:23.1055514Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:56:23.1055899Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:56:23.1056268Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:56:23.1056621Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:56:23.1056995Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:56:23.1057358Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:56:23.1057716Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:56:23.1058121Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:56:23.1058476Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:56:23.1058851Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:56:23.1059524Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:56:23.1059903Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:56:23.1060266Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:56:23.1060627Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:56:23.1060989Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:56:23.1061369Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:56:23.1061735Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:56:23.1062095Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:56:23.1062472Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:56:23.1062890Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:56:23.1063326Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:56:23.1063734Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:56:23.1064098Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:56:23.1064480Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:56:23.1065063Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:56:23.1065715Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:56:23.1066078Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:56:23.1066442Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:56:23.1066802Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:56:23.1067147Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:56:23.1067497Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:56:23.1067852Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:56:23.1068222Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:56:23.1068577Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:56:23.1068924Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:56:23.1069255Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:56:23.1069637Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:56:23.1070044Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:56:23.1070439Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:56:23.1070834Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:56:23.1071233Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:56:23.1071650Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:56:23.1072159Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:56:23.1072773Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:56:23.1073396Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:56:23.1073947Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:56:23.1074431Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:56:23.1075061Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:56:23.1075588Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:56:23.1076454Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:56:23.1077028Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:56:23.1077524Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:56:23.1077968Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:56:23.1078344Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:56:23.1078716Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:56:23.1079087Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:56:23.1079463Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:56:23.1079853Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:56:23.1080244Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:56:23.1080633Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:56:23.1081018Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:56:23.1081407Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:56:23.1081784Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:56:23.1082158Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:56:23.1082744Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:56:23.1083136Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:56:23.1083525Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:56:23.1083934Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:56:23.1084350Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:56:23.1084853Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:56:23.1085246Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:56:23.1085658Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:56:23.1086068Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:56:23.1086507Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:56:23.1086941Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:56:23.1087307Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:56:23.1087670Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:56:23.1088051Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:56:23.1088422Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:56:23.1088815Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:56:23.1089212Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:56:23.1089598Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:56:23.1089976Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:56:23.1090339Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:56:23.1090714Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:56:23.1091263Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:23.1091981Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:23.1092905Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:23.1093589Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:23.1094118Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:56:23.1094501Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:56:23.1095035Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:56:23.1095443Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:56:23.1095817Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:56:23.1096194Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:56:23.1096559Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:56:23.1096941Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:56:23.1097323Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:56:23.1097695Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:56:23.1098073Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:56:23.1098457Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:56:23.1098861Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:56:23.1099433Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:56:23.1099832Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:56:23.1100220Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:56:23.1100603Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:56:23.1100987Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:56:23.1101391Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:56:23.1101786Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:56:23.1102184Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:56:23.1102576Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:56:23.1103000Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:56:23.1103438Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:56:23.1103843Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:56:23.1104285Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:56:23.1104886Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:56:23.1105311Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:56:23.1105681Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:56:23.1106064Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:56:23.1106460Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:56:23.1106868Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:56:23.1107276Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:56:23.1107655Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:56:23.1108047Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:56:23.1108521Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:56:23.1108990Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:56:23.1109619Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:56:23.1110039Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:56:23.1110492Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:56:23.1110937Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:56:23.1111410Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:56:23.1111899Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:56:23.1112343Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:56:23.1112781Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:56:23.1113181Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:56:23.1113578Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:56:23.1113998Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:56:23.1114380Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:56:23.1114916Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:56:23.1115326Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:56:23.1115892Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:56:23.1116295Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:56:23.1116717Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:56:23.1117110Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:56:23.1117485Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:56:23.1117857Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:56:23.1118211Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:56:23.1118604Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:56:23.1119023Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:56:23.1119428Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:56:23.1119873Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:56:23.1120326Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:56:23.1120726Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:56:23.1121167Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:56:23.1121592Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:56:23.1122009Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:56:23.1122417Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:56:23.1122876Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:56:23.1123241Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:56:23.1123632Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:56:23.1124031Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:56:23.1124407Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:56:23.1124917Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:56:23.1125272Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:56:23.1125621Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:56:23.1126347Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T18:56:23.1126861Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:56:23.1127242Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:56:23.1127622Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:56:23.1128020Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:56:23.1128432Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:56:23.1128846Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:56:23.1129249Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:56:23.1129658Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:56:23.1130070Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:56:23.1130449Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:56:23.1130816Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:56:23.1131180Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:56:23.1131563Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:56:23.1131986Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:56:23.1132610Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:56:23.1133006Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:56:23.1133426Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:56:23.1133868Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:56:23.1134263Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:56:23.1134798Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:56:23.1135160Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:56:23.1135507Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:56:23.1135875Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:56:23.1136251Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:56:23.1136630Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:56:23.1137030Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:56:23.1137443Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:56:23.1137900Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:56:23.1138335Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:56:23.1138715Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:56:23.1139112Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:56:23.1139501Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:56:23.1139891Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:56:23.1140275Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:56:23.1140656Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:56:23.1141100Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:56:23.1141593Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:56:23.1142015Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:56:23.1142389Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:56:23.1142996Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:56:23.1143431Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:56:23.1143825Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:56:23.1144256Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:56:23.1144785Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:56:23.1145170Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:56:23.1145518Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:56:23.1145873Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:56:23.1146272Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:56:23.1146689Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:56:23.1147069Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:56:23.1147456Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:56:23.1147898Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:56:23.1148340Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:56:23.1148767Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:56:23.1149354Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:56:23.1149869Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:23.1150378Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:56:23.1150768Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:56:23.1151185Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:56:23.1151612Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:56:23.1152132Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:56:23.1152714Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:56:23.1153323Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:56:23.1153978Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:56:23.1154776Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:56:23.1155415Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:56:23.1156049Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:56:23.1156635Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:56:23.1157116Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:56:23.1157560Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:56:23.1157997Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:56:23.1158431Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:56:23.1158907Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:56:23.1159334Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:56:23.1159713Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:56:23.1160255Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:56:23.1160651Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:56:23.1161033Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:56:23.1161438Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:56:23.1161850Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:56:23.1162221Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:56:23.1162610Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:56:23.1163073Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:56:23.1163562Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:56:23.1164049Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:56:23.1164539Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:56:23.1165111Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:56:23.1165529Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:56:23.1165941Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:56:23.1166356Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:56:23.1166945Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:56:23.1167372Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:56:23.1167758Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:56:23.1168137Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:56:23.1168543Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:56:23.1168926Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:56:23.1169365Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:56:23.1169809Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:56:23.1170212Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:56:23.1170629Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:56:23.1171066Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:56:23.1171517Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:56:23.1171966Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:56:23.1172402Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:56:23.1172805Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:56:23.1173178Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:56:23.1173567Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:56:23.1173940Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:56:23.1174313Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:56:23.1174858Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:56:23.1175264Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:56:23.1175691Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:56:23.1176161Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:56:23.1176616Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:56:23.1177177Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:56:23.1177563Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:56:23.1177935Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:56:23.1178334Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:56:23.1178720Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:56:23.1179117Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:56:23.1179542Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:56:23.1179988Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:56:23.1180404Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:56:23.1180788Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:56:23.1181190Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:56:23.1181732Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:23.1182312Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:56:23.1182767Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:56:23.1183384Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:56:23.1183809Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:56:23.1184208Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:56:23.1184806Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:56:23.1185200Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:56:23.1185608Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:56:23.1186012Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:56:23.1186390Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:56:23.1186777Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:56:23.1187179Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:56:23.1187555Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:56:23.1187961Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:56:23.1188423Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:56:23.1188849Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:56:23.1189230Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:56:23.1189606Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:56:23.1189993Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:56:23.1190366Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:56:23.1190735Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:56:23.1191164Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:56:23.1191613Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:56:23.1192017Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:56:23.1192418Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:56:23.1192816Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:56:23.1193489Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:56:23.1193887Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:56:23.1194270Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:56:23.1194819Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:56:23.1195275Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:56:23.1195730Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:56:23.1196152Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:56:23.1196549Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:56:23.1196950Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:56:23.1197377Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:56:23.1197766Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:56:23.1198121Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:56:23.1198469Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:56:23.1198831Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:56:23.1199202Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:56:23.1199556Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:56:23.1200086Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:56:23.1200483Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:56:23.1200869Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:56:23.1201228Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:56:23.1201579Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:56:23.1201962Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:56:23.1202361Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:56:23.1202734Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:56:23.1203094Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:56:23.1203456Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:56:23.1203837Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:56:23.1204217Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:56:23.1204564Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:56:23.1205102Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:56:23.1205502Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:56:23.1205888Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:56:23.1206269Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:56:23.1206645Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:56:23.1207030Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:56:23.1224890Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:56:23.1225417Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:56:23.1225825Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:56:23.1226184Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:56:23.1226534Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:56:23.1226875Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:56:23.1227557Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:56:23.1228079Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:56:23.1228546Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:56:23.1229025Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:56:23.1229525Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:56:23.1229968Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:56:23.1230351Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:56:23.1230741Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:56:23.1231130Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:56:23.1231521Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:56:23.1231906Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:56:23.1232291Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:56:23.1232666Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:56:23.1233060Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:56:23.1233670Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:56:23.1234105Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:56:23.1234482Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:56:23.1235046Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:56:23.1235470Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:56:23.1235855Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:56:23.1236206Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:56:23.1236592Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:56:23.1237040Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:56:23.1237493Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:56:23.1237911Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:56:23.1238325Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:56:23.1238751Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:56:23.1239184Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:56:23.1239472Z 
2025-08-20T18:56:23.1239476Z 
2025-08-20T18:56:23.1239844Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:56:23 PM)
2025-08-20T18:56:23.1240205Z 
2025-08-20T18:56:23.1240209Z 
2025-08-20T18:56:23.1240212Z 
2025-08-20T18:56:23.1240278Z [+] Continue : YES
2025-08-20T18:56:23.1240390Z 
2025-08-20T18:56:23.1240617Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T18:56:23.1694112Z 
2025-08-20T18:56:23.1695268Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (06:56:23 PM) UTC
2025-08-20T18:56:23.1695581Z 
2025-08-20T18:56:23.1711631Z 
2025-08-20T18:56:23.1711816Z [+] Total RECIPES :: 1
2025-08-20T18:56:23.1711954Z 
2025-08-20T18:56:23.1792096Z 
2025-08-20T18:56:23.1792970Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml (1/1)
2025-08-20T18:56:23.1793481Z 
2025-08-20T18:56:23.2444287Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:56:23.2456397Z mode of '/tmp/pkgforge/6F7KK3DMY_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T18:56:23.2505636Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/berty/official [Provided]
2025-08-20T18:56:23.2506026Z [+] Setting '.pkg_family' --> berty [Provided]
2025-08-20T18:56:23.2520201Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T18:56:23.2526028Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T18:56:23.2555120Z [00:00:00.003]➜  
2025-08-20T18:56:23.2555608Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:56:23.2556027Z [00:00:00.003]➜  
2025-08-20T18:56:23.2594954Z [00:00:00.007]➜  
2025-08-20T18:56:23.2595401Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:56:23.2679153Z [00:00:00.007]➜  
2025-08-20T18:56:23.2679414Z [00:00:00.015]➜  
2025-08-20T18:56:23.2680364Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/berty/static.official.source.yaml) --> /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (06:56:23 PM) UTC]
2025-08-20T18:56:23.2681159Z [00:00:00.015]➜  
2025-08-20T18:56:23.2681348Z [00:00:00.015]➜  
2025-08-20T18:56:23.2681526Z [00:00:00.015]➜  
2025-08-20T18:56:23.2682243Z [00:00:00.015]➜  ###################################################################
2025-08-20T18:56:23.2689052Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T18:56:23.2690202Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:56:23.2690808Z [00:00:00.016]➜  _disabled: false
2025-08-20T18:56:23.2691043Z [00:00:00.016]➜  
2025-08-20T18:56:23.2691275Z [00:00:00.016]➜  pkg: "berty"
2025-08-20T18:56:23.2691581Z [00:00:00.016]➜  pkg_id: "github.com.berty.berty"
2025-08-20T18:56:23.2691875Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T18:56:23.2692120Z [00:00:00.016]➜  category:
2025-08-20T18:56:23.2692837Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T18:56:23.2693158Z [00:00:00.017]➜    - "Utility"
2025-08-20T18:56:23.2693617Z [00:00:00.017]➜  description: "An open, secure, offline-first, peer-to-peer and zero trust messaging app"
2025-08-20T18:56:23.2694038Z [00:00:00.017]➜  distro_pkg:
2025-08-20T18:56:23.2694284Z [00:00:00.017]➜    archlinux:
2025-08-20T18:56:23.2694509Z [00:00:00.017]➜      aur:
2025-08-20T18:56:23.2695544Z [00:00:00.017]➜        - "berty-bin"
2025-08-20T18:56:23.2695804Z [00:00:00.017]➜  homepage:
2025-08-20T18:56:23.2696095Z [00:00:00.017]➜    - "https://github.com/berty/berty"
2025-08-20T18:56:23.2696377Z [00:00:00.017]➜  license:
2025-08-20T18:56:23.2696596Z [00:00:00.017]➜    - "Apache"
2025-08-20T18:56:23.2696824Z [00:00:00.017]➜    - "MIT"  
2025-08-20T18:56:23.2697053Z [00:00:00.017]➜  maintainer:
2025-08-20T18:56:23.2697389Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T18:56:23.2697695Z [00:00:00.017]➜  note:
2025-08-20T18:56:23.2698053Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T18:56:23.2698551Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/berty/berty"
2025-08-20T18:56:23.2698954Z [00:00:00.017]➜  provides:
2025-08-20T18:56:23.2699183Z [00:00:00.017]➜    - "berty"   
2025-08-20T18:56:23.2699432Z [00:00:00.017]➜  repology:
2025-08-20T18:56:23.2699644Z [00:00:00.017]➜    - "berty"
2025-08-20T18:56:23.2699865Z [00:00:00.017]➜  src_url:
2025-08-20T18:56:23.2700152Z [00:00:00.017]➜    - "https://github.com/berty/berty"
2025-08-20T18:56:23.2700429Z [00:00:00.017]➜  tag:
2025-08-20T18:56:23.2700646Z [00:00:00.017]➜    - "censorship"
2025-08-20T18:56:23.2700887Z [00:00:00.017]➜    - "chat"
2025-08-20T18:56:23.2701116Z [00:00:00.017]➜    - "messaging"
2025-08-20T18:56:23.2701363Z [00:00:00.017]➜    - "p2p"
2025-08-20T18:56:23.2701985Z [00:00:00.017]➜  x_exec:
2025-08-20T18:56:23.2702291Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T18:56:23.2702540Z [00:00:00.017]➜    host:
2025-08-20T18:56:23.2702780Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T18:56:23.2703040Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T18:56:23.2703291Z [00:00:00.017]➜    shell: "bash"
2025-08-20T18:56:23.2703526Z [00:00:00.017]➜    pkgver: |
2025-08-20T18:56:23.2703807Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T18:56:23.2704506Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/berty/berty" "./TEMPREPO" &>/dev/null && \
2025-08-20T18:56:23.2705646Z [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-20T18:56:23.2706298Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T18:56:23.2706683Z [00:00:00.017]➜    run: |
2025-08-20T18:56:23.2706897Z [00:00:00.017]➜      #Build
2025-08-20T18:56:23.2707567Z [00:00:00.017]➜       docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T18:56:23.2708181Z [00:00:00.017]➜        bash -l -c '
2025-08-20T18:56:23.2708428Z [00:00:00.017]➜        #Setup ENV
2025-08-20T18:56:23.2709123Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T18:56:23.2709492Z [00:00:00.017]➜         CGO_ENABLED="1" 
2025-08-20T18:56:23.2709870Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T18:56:23.2710374Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T18:56:23.2710763Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T18:56:23.2711083Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T18:56:23.2711377Z [00:00:00.017]➜        #Build
2025-08-20T18:56:23.2711873Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/berty/berty" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T18:56:23.2712396Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T18:56:23.2712862Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T18:56:23.2713300Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T18:56:23.2714106Z [00:00:00.017]➜         go build -C "./go/cmd/berty" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/berty"
2025-08-20T18:56:23.2715009Z [00:00:00.017]➜        #Copy
2025-08-20T18:56:23.2715658Z [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-20T18:56:23.2716214Z [00:00:00.017]➜        #Strip 
2025-08-20T18:56:23.2716734Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T18:56:23.2717439Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T18:56:23.2718127Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T18:56:23.2718721Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T18:56:23.2719278Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T18:56:23.2719693Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T18:56:23.2719936Z [00:00:00.017]➜        '
2025-08-20T18:56:23.2720472Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T18:56:23.2720893Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T18:56:23.2721447Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T18:56:23.2722524Z [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-20T18:56:23.2723326Z [00:00:00.017]➜  
2025-08-20T18:56:23.2723509Z [00:00:00.017]➜  
2025-08-20T18:56:23.2723777Z [00:00:00.017]➜  ###################################################################
2025-08-20T18:56:23.2724054Z [00:00:00.017]➜  
2025-08-20T18:56:23.2724238Z [00:00:00.017]➜  
2025-08-20T18:56:23.2724420Z [00:00:00.017]➜  
2025-08-20T18:56:23.2725169Z [00:00:00.018]➜  '/tmp/pkgforge/6F7KK3DMY_build.yaml' -> '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T18:56:24.6252335Z [00:00:01.373]➜  '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.static.version' -> '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.version'
2025-08-20T18:56:24.6307997Z [00:00:01.378]➜  [+] Version: HEAD-ca02b5e-250527T111736 ('.x_exec.pkgver') [/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.static.version]
2025-08-20T18:56:24.6516943Z [00:00:01.399]➜  [+] Progs: berty
2025-08-20T18:56:24.7983809Z [00:00:01.546]➜  
2025-08-20T18:56:24.7984139Z [00:00:01.546]➜  [-] Missing packages. Found: 
2025-08-20T18:56:24.7984447Z [00:00:01.546]➜  [+] Expected: berty
2025-08-20T18:56:24.7984857Z [00:00:01.546]➜  [+] Continuing with build...
2025-08-20T18:56:24.7985120Z [00:00:01.546]➜  
2025-08-20T18:56:25.1497759Z [00:00:01.897]➜  
2025-08-20T18:56:25.1498047Z [00:00:01.897]➜  
2025-08-20T18:56:25.1579461Z [00:00:01.905]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T18:56:25.1580161Z [00:00:01.905]➜    #Setup ENV
2025-08-20T18:56:25.1580529Z [00:00:01.905]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T18:56:25.1580888Z [00:00:01.905]➜     CGO_ENABLED="1" 
2025-08-20T18:56:25.1581243Z [00:00:01.905]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T18:56:25.1581765Z [00:00:01.905]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T18:56:25.1582148Z [00:00:01.905]➜     GOOS="linux"
2025-08-20T18:56:25.1582446Z [00:00:01.905]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T18:56:25.1582734Z [00:00:01.905]➜    #Build
2025-08-20T18:56:25.1583228Z [00:00:01.905]➜     git clone --filter "blob:none" --quiet "https://github.com/berty/berty" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T18:56:25.1583757Z [00:00:01.905]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T18:56:25.1584223Z [00:00:01.905]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T18:56:25.1584865Z [00:00:01.905]➜     go mod tidy -v ; go generate ./...
2025-08-20T18:56:25.1585726Z [00:00:01.905]➜     go build -C "./go/cmd/berty" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/berty"
2025-08-20T18:56:25.1586402Z [00:00:01.905]➜    #Copy
2025-08-20T18:56:25.1587026Z [00:00:01.905]➜     ( 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-20T18:56:25.1587587Z [00:00:01.905]➜    #Strip 
2025-08-20T18:56:25.1588096Z [00:00:01.905]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \; 2>/dev/null
2025-08-20T18:56:25.1589231Z [00:00:01.905]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T18:56:25.1590029Z [00:00:01.905]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T18:56:25.1590616Z [00:00:01.905]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T18:56:25.1591162Z [00:00:01.905]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T18:56:25.1591584Z [00:00:01.905]➜     popd &>/dev/null
2025-08-20T18:56:25.1591817Z [00:00:01.905]➜    '
2025-08-20T18:56:25.4840487Z [00:00:02.231]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T18:56:25.5670095Z [00:00:02.314]➜  b2e6f696af52: Pulling fs layer
2025-08-20T18:56:25.5670475Z [00:00:02.314]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T18:56:25.5670776Z [00:00:02.314]➜  99fd740fb142: Pulling fs layer
2025-08-20T18:56:25.5671120Z [00:00:02.314]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T18:56:25.5671419Z [00:00:02.314]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T18:56:25.5671713Z [00:00:02.314]➜  323e89f8c367: Pulling fs layer
2025-08-20T18:56:25.5671990Z [00:00:02.314]➜  2b92eb3035e7: Waiting
2025-08-20T18:56:25.5672244Z [00:00:02.314]➜  4239b2f25ebc: Waiting
2025-08-20T18:56:25.5672526Z [00:00:02.314]➜  323e89f8c367: Waiting
2025-08-20T18:56:25.6756688Z [00:00:02.423]➜  99fd740fb142: Verifying Checksum
2025-08-20T18:56:25.6757527Z [00:00:02.423]➜  99fd740fb142: Download complete
2025-08-20T18:56:25.7457908Z [00:00:02.493]➜  b2e6f696af52: Verifying Checksum
2025-08-20T18:56:25.7458700Z [00:00:02.493]➜  b2e6f696af52: Download complete
2025-08-20T18:56:25.7632664Z [00:00:02.511]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T18:56:25.7633735Z [00:00:02.511]➜  996f2cb07f7c: Download complete
2025-08-20T18:56:25.8467482Z [00:00:02.594]➜  b2e6f696af52: Pull complete
2025-08-20T18:56:25.8850115Z [00:00:02.632]➜  323e89f8c367: Verifying Checksum
2025-08-20T18:56:25.8850542Z [00:00:02.632]➜  323e89f8c367: Download complete
2025-08-20T18:56:26.3281789Z [00:00:03.076]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T18:56:26.3282191Z [00:00:03.076]➜  4239b2f25ebc: Download complete
2025-08-20T18:56:31.5990927Z [00:00:08.346]➜  996f2cb07f7c: Pull complete
2025-08-20T18:56:37.3991947Z [00:00:14.147]➜  99fd740fb142: Pull complete
2025-08-20T18:56:40.7712150Z [00:00:17.519]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T18:56:40.7712604Z [00:00:17.519]➜  2b92eb3035e7: Download complete
2025-08-20T18:58:02.4650715Z [00:01:39.213]➜  2b92eb3035e7: Pull complete
2025-08-20T18:58:10.3978498Z [00:01:47.145]➜  4239b2f25ebc: Pull complete
2025-08-20T18:58:10.4711225Z [00:01:47.219]➜  323e89f8c367: Pull complete
2025-08-20T18:58:10.4982877Z [00:01:47.246]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T18:58:10.5089488Z [00:01:47.256]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T18:58:10.7980134Z [00:01:47.545]➜  + mkdir -p /build-bins
2025-08-20T18:58:10.7997099Z [00:01:47.547]➜  ++ mktemp -d
2025-08-20T18:58:10.8056792Z [00:01:47.553]➜  + pushd /tmp/tmp.XtrEmgjbWw
2025-08-20T18:58:10.8057124Z [00:01:47.553]➜  + CGO_ENABLED=1
2025-08-20T18:58:10.8057479Z [00:01:47.553]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T18:58:10.8063305Z [00:01:47.554]➜  ++ uname -m
2025-08-20T18:58:10.8063839Z [00:01:47.554]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T18:58:10.8077940Z [00:01:47.555]➜  + GOARCH=arm64
2025-08-20T18:58:10.8078228Z [00:01:47.555]➜  + GOOS=linux
2025-08-20T18:58:10.8078535Z [00:01:47.555]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T18:58:10.8079035Z [00:01:47.555]➜  + git clone --filter blob:none --quiet https://github.com/berty/berty ./TEMPREPO
2025-08-20T18:58:12.7289799Z [00:01:49.476]➜  + cd ./TEMPREPO
2025-08-20T18:58:12.7290205Z [00:01:49.476]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T18:58:12.7291111Z [00:01:49.476]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T18:58:12.7291603Z [00:01:49.476]➜  + go mod tidy -v
2025-08-20T18:58:12.7291834Z [00:01:49.476]➜  
2025-08-20T18:58:12.7292054Z [00:01:49.476]➜  [+] Target: "arm64/linux"
2025-08-20T18:58:12.7292478Z [00:01:49.476]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T18:58:12.7292864Z [00:01:49.476]➜  
2025-08-20T18:58:12.7705452Z [00:01:49.518]➜  go: downloading github.com/zcalusic/sysinfo v0.0.0-20200820110305-ef1bb2697bc2
2025-08-20T18:58:12.7705986Z [00:01:49.518]➜  go: downloading moul.io/u v1.27.0
2025-08-20T18:58:12.7709752Z [00:01:49.518]➜  go: downloading go.uber.org/zap v1.27.0
2025-08-20T18:58:12.7916362Z [00:01:49.539]➜  go: downloading berty.tech/weshnet/v2 v2.0.4
2025-08-20T18:58:13.0886508Z [00:01:49.836]➜  go: downloading github.com/Masterminds/semver v1.5.0
2025-08-20T18:58:13.1014922Z [00:01:49.849]➜  go: downloading github.com/denisbrodbeck/machineid v1.0.1
2025-08-20T18:58:13.1096487Z [00:01:49.857]➜  go: downloading github.com/fatih/color v1.15.0
2025-08-20T18:58:13.1206486Z [00:01:49.868]➜  go: downloading github.com/ipfs/go-log/v2 v2.5.1
2025-08-20T18:58:13.1257633Z [00:01:49.873]➜  go: downloading github.com/libp2p/go-libp2p v0.34.1
2025-08-20T18:58:13.1304924Z [00:01:49.878]➜  go: downloading github.com/ipfs/go-log v1.0.5
2025-08-20T18:58:13.5667291Z [00:01:50.314]➜  go: downloading github.com/d4ryl00/go-multiaddr v0.0.0-20240808141024-75af21abbfc1
2025-08-20T18:58:13.5673740Z [00:01:50.315]➜  go: downloading moul.io/srand v1.6.1
2025-08-20T18:58:13.5714964Z [00:01:50.319]➜  go: downloading github.com/berty/go-libp2p-rendezvous v0.5.1
2025-08-20T18:58:13.8069636Z [00:01:50.554]➜  go: downloading github.com/oklog/run v1.1.0
2025-08-20T18:58:13.8224726Z [00:01:50.570]➜  go: downloading github.com/moul/ff/v3 v3.0.1
2025-08-20T18:58:14.0404896Z [00:01:50.788]➜  go: downloading github.com/prometheus/client_golang v1.19.1
2025-08-20T18:58:14.0904060Z [00:01:50.838]➜  go: downloading fyne.io/fyne/v2 v2.5.2
2025-08-20T18:58:15.1066089Z [00:01:51.854]➜  go: downloading github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2025-08-20T18:58:15.1066631Z [00:01:51.854]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T18:58:15.1067018Z [00:01:51.854]➜  go: downloading google.golang.org/protobuf v1.35.2
2025-08-20T18:58:15.1067420Z [00:01:51.854]➜  go: downloading github.com/mdp/qrterminal/v3 v3.0.0
2025-08-20T18:58:15.1309262Z [00:01:51.878]➜  go: downloading moul.io/zapconfig v1.4.0
2025-08-20T18:58:15.1407843Z [00:01:51.888]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T18:58:15.1595239Z [00:01:51.907]➜  go: downloading github.com/gdamore/tcell v1.4.0
2025-08-20T18:58:15.1971776Z [00:01:51.945]➜  go: downloading github.com/ipfs/go-cid v0.4.1
2025-08-20T18:58:15.2200800Z [00:01:51.967]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T18:58:15.2365539Z [00:01:51.984]➜  go: downloading github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
2025-08-20T18:58:15.2545050Z [00:01:52.002]➜  go: downloading moul.io/godev v1.7.0
2025-08-20T18:58:15.2973693Z [00:01:52.045]➜  go: downloading github.com/mdp/qrterminal v1.0.1
2025-08-20T18:58:15.4787888Z [00:01:52.226]➜  go: downloading google.golang.org/grpc v1.65.0
2025-08-20T18:58:15.6532550Z [00:01:52.401]➜  go: downloading golang.org/x/text v0.21.0
2025-08-20T18:58:15.6534844Z [00:01:52.401]➜  go: downloading berty.tech/go-ipfs-repo-encrypted v1.3.1-0.20240722095251-c6b363b38785
2025-08-20T18:58:15.8512871Z [00:01:52.599]➜  go: downloading github.com/ipfs/go-datastore v0.6.0
2025-08-20T18:58:15.8775367Z [00:01:52.625]➜  go: downloading golang.org/x/crypto v0.31.0
2025-08-20T18:58:15.8919567Z [00:01:52.639]➜  go: downloading gorm.io/gorm v1.25.0
2025-08-20T18:58:15.9653135Z [00:01:52.713]➜  go: downloading moul.io/zapgorm2 v1.1.1
2025-08-20T18:58:16.0636852Z [00:01:52.811]➜  go: downloading github.com/stretchr/testify v1.9.0
2025-08-20T18:58:16.0887787Z [00:01:52.836]➜  go: downloading github.com/ipfs/kubo v0.29.0
2025-08-20T18:58:16.1311545Z [00:01:52.879]➜  go: downloading github.com/itsTurnip/dishooks v0.0.0-20200206125049-b4fc7c7b042e
2025-08-20T18:58:16.2137404Z [00:01:52.961]➜  go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2025-08-20T18:58:16.3205258Z [00:01:53.068]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
2025-08-20T18:58:16.3208755Z [00:01:53.068]➜  go: downloading github.com/berty/go-sqlcipher/v4 v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:58:16.3811429Z [00:01:53.129]➜  go: downloading github.com/improbable-eng/grpc-web v0.14.1
2025-08-20T18:58:16.6558270Z [00:01:53.403]➜  go: downloading golang.org/x/net v0.33.0
2025-08-20T18:58:16.7011666Z [00:01:53.449]➜  go: downloading berty.tech/go-orbit-db v1.22.2-0.20240719144258-ec7d1faaca68
2025-08-20T18:58:16.7859300Z [00:01:53.533]➜  go: downloading berty.tech/ipfs-webui-packed v1.0.0-v2.11.4-1
2025-08-20T18:58:16.8906083Z [00:01:53.638]➜  go: downloading github.com/fabiokung/shm v0.0.0-20150728212823-2852b0d79bae
2025-08-20T18:58:16.8909708Z [00:01:53.638]➜  go: downloading github.com/markbates/pkger v0.17.1
2025-08-20T18:58:16.8910210Z [00:01:53.638]➜  go: downloading github.com/libp2p/go-libp2p-kad-dht v0.25.2
2025-08-20T18:58:16.9182843Z [00:01:53.666]➜  go: downloading github.com/libp2p/go-libp2p-pubsub v0.11.1-0.20240711152552-e508d8643ddb
2025-08-20T18:58:16.9210316Z [00:01:53.669]➜  go: downloading github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
2025-08-20T18:58:16.9385309Z [00:01:53.686]➜  go: downloading github.com/bufbuild/buf v1.39.0
2025-08-20T18:58:17.1067890Z [00:01:53.854]➜  go: downloading moul.io/openfiles v1.2.0
2025-08-20T18:58:17.1841007Z [00:01:53.931]➜  go: downloading github.com/buicongtan1997/protoc-gen-swagger-config v0.0.0-20200705084907-1342b78c1a7e
2025-08-20T18:58:17.1950699Z [00:01:53.943]➜  go: downloading github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
2025-08-20T18:58:17.2696960Z [00:01:54.017]➜  go: downloading github.com/campoy/embedmd v1.0.0
2025-08-20T18:58:17.2877122Z [00:01:54.035]➜  go: downloading moul.io/progress v1.4.0
2025-08-20T18:58:17.3037397Z [00:01:54.051]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T18:58:17.3137656Z [00:01:54.061]➜  go: downloading github.com/daixiang0/gci v0.8.2
2025-08-20T18:58:17.3341260Z [00:01:54.082]➜  go: downloading moul.io/zapring v1.3.3
2025-08-20T18:58:17.4342660Z [00:01:54.182]➜  go: downloading github.com/githubnemo/CompileDaemon v1.4.0
2025-08-20T18:58:17.4687922Z [00:01:54.216]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T18:58:17.5159599Z [00:01:54.263]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T18:58:17.6038467Z [00:01:54.351]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T18:58:17.6204098Z [00:01:54.368]➜  go: downloading github.com/mdomke/git-semver/v5 v5.0.0
2025-08-20T18:58:17.6513275Z [00:01:54.399]➜  go: downloading github.com/srikrsna/protoc-gen-gotag v1.0.1
2025-08-20T18:58:17.6514219Z [00:01:54.399]➜  go: downloading github.com/pseudomuto/protoc-gen-doc v1.5.1
2025-08-20T18:58:17.6515968Z [00:01:54.399]➜  go: downloading github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502
2025-08-20T18:58:17.6723969Z [00:01:54.420]➜  go: downloading github.com/berty/mobile v0.0.8
2025-08-20T18:58:17.6808749Z [00:01:54.428]➜  go: downloading golang.org/x/tools v0.24.0
2025-08-20T18:58:17.7570639Z [00:01:54.504]➜  go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
2025-08-20T18:58:17.7736984Z [00:01:54.521]➜  go: downloading moul.io/testman v1.5.0
2025-08-20T18:58:17.7843973Z [00:01:54.532]➜  go: downloading mvdan.cc/gofumpt v0.4.0
2025-08-20T18:58:17.8474956Z [00:01:54.595]➜  go: downloading github.com/gofrs/uuid v4.3.1+incompatible
2025-08-20T18:58:17.8671757Z [00:01:54.615]➜  go: downloading gopkg.in/square/go-jose.v2 v2.6.0
2025-08-20T18:58:17.9128318Z [00:01:54.660]➜  go: downloading github.com/hyperledger/aries-framework-go v0.3.2
2025-08-20T18:58:17.9218638Z [00:01:54.669]➜  go: downloading github.com/piprate/json-gold v0.4.2
2025-08-20T18:58:17.9788421Z [00:01:54.726]➜  go: downloading github.com/eknkc/basex v1.0.1
2025-08-20T18:58:17.9942289Z [00:01:54.742]➜  go: downloading github.com/mr-tron/base58 v1.2.0
2025-08-20T18:58:18.0111651Z [00:01:54.759]➜  go: downloading firebase.google.com/go/v4 v4.12.0
2025-08-20T18:58:18.0457704Z [00:01:54.793]➜  go: downloading github.com/sideshow/apns2 v0.23.0
2025-08-20T18:58:18.0676078Z [00:01:54.815]➜  go: downloading google.golang.org/api v0.169.0
2025-08-20T18:58:18.0679206Z [00:01:54.815]➜  go: downloading github.com/hyperledger/aries-framework-go/component/storageutil v0.0.0-20230427134832-0c9969493bd3
2025-08-20T18:58:18.0753803Z [00:01:54.823]➜  go: downloading github.com/multiformats/go-multibase v0.2.0
2025-08-20T18:58:18.0939763Z [00:01:54.841]➜  go: downloading github.com/multiformats/go-multicodec v0.9.0
2025-08-20T18:58:18.1109365Z [00:01:54.858]➜  go: downloading github.com/nyaruka/phonenumbers v1.0.75
2025-08-20T18:58:18.1553923Z [00:01:54.903]➜  go: downloading github.com/tj/assert v0.0.3
2025-08-20T18:58:18.1749430Z [00:01:54.922]➜  go: downloading github.com/grandcat/zeroconf v1.0.0
2025-08-20T18:58:18.2455490Z [00:01:54.993]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T18:58:18.2589398Z [00:01:55.006]➜  go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
2025-08-20T18:58:18.2669452Z [00:01:55.014]➜  go: downloading github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
2025-08-20T18:58:18.2755030Z [00:01:55.023]➜  go: downloading github.com/libp2p/zeroconf/v2 v2.2.0
2025-08-20T18:58:18.3395587Z [00:01:55.087]➜  go: downloading golang.org/x/sys v0.28.0
2025-08-20T18:58:18.4199246Z [00:01:55.167]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T18:58:18.4210337Z [00:01:55.169]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T18:58:18.4477050Z [00:01:55.195]➜  go: downloading github.com/ipfs/go-ipfs-keystore v0.1.0
2025-08-20T18:58:18.4758700Z [00:01:55.223]➜  go: downloading github.com/multiformats/go-multiaddr-fmt v0.1.0
2025-08-20T18:58:18.4759444Z [00:01:55.223]➜  go: downloading github.com/multiformats/go-multiaddr-dns v0.3.1
2025-08-20T18:58:18.4957547Z [00:01:55.243]➜  go: downloading go.uber.org/fx v1.21.1
2025-08-20T18:58:18.5302727Z [00:01:55.278]➜  go: downloading go.uber.org/mock v0.4.0
2025-08-20T18:58:18.5634224Z [00:01:55.311]➜  go: downloading github.com/libp2p/go-buffer-pool v0.1.0
2025-08-20T18:58:18.5802736Z [00:01:55.328]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T18:58:18.5826618Z [00:01:55.330]➜  go: downloading github.com/multiformats/go-multihash v0.2.3
2025-08-20T18:58:18.6029125Z [00:01:55.350]➜  go: downloading moul.io/zapfilter v1.7.0
2025-08-20T18:58:18.6095270Z [00:01:55.357]➜  go: downloading github.com/berty/emitter-go v0.0.0-20221031144724-5dae963c3622
2025-08-20T18:58:18.7500968Z [00:01:55.497]➜  go: downloading github.com/quic-go/quic-go v0.46.0
2025-08-20T18:58:18.7613082Z [00:01:55.509]➜  go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
2025-08-20T18:58:18.7993400Z [00:01:55.547]➜  go: downloading github.com/libp2p/go-flow-metrics v0.1.0
2025-08-20T18:58:18.8152670Z [00:01:55.563]➜  go: downloading github.com/benbjohnson/clock v1.3.5
2025-08-20T18:58:18.8245233Z [00:01:55.572]➜  go: downloading github.com/libp2p/go-libp2p-asn-util v0.4.1
2025-08-20T18:58:18.8371540Z [00:01:55.585]➜  go: downloading github.com/multiformats/go-varint v0.0.7
2025-08-20T18:58:18.8532045Z [00:01:55.601]➜  go: downloading golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
2025-08-20T18:58:18.8596897Z [00:01:55.607]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T18:58:18.8815264Z [00:01:55.629]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T18:58:18.8910240Z [00:01:55.638]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T18:58:18.9010863Z [00:01:55.648]➜  go: downloading github.com/cespare/xxhash v1.1.0
2025-08-20T18:58:18.9112034Z [00:01:55.659]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T18:58:18.9207969Z [00:01:55.668]➜  go: downloading github.com/prometheus/common v0.53.0
2025-08-20T18:58:18.9607627Z [00:01:55.708]➜  go: downloading github.com/prometheus/procfs v0.15.0
2025-08-20T18:58:18.9719682Z [00:01:55.719]➜  go: downloading github.com/go-text/typesetting v0.2.0
2025-08-20T18:58:19.0501108Z [00:01:55.798]➜  go: downloading github.com/yuin/goldmark v1.7.1
2025-08-20T18:58:19.0792975Z [00:01:55.827]➜  go: downloading golang.org/x/image v0.18.0
2025-08-20T18:58:19.0797501Z [00:01:55.827]➜  go: downloading github.com/gdamore/encoding v1.0.0
2025-08-20T18:58:19.0914005Z [00:01:55.839]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.0.3
2025-08-20T18:58:19.2055871Z [00:01:55.953]➜  go: downloading github.com/mattn/go-runewidth v0.0.8
2025-08-20T18:58:19.2239946Z [00:01:55.971]➜  go: downloading github.com/google/go-cmp v0.6.0
2025-08-20T18:58:19.2469691Z [00:01:55.994]➜  go: downloading rsc.io/qr v0.2.0
2025-08-20T18:58:19.2640300Z [00:01:56.011]➜  go: downloading github.com/rivo/uniseg v0.1.0
2025-08-20T18:58:19.2655662Z [00:01:56.013]➜  go: downloading filippo.io/edwards25519 v1.0.0
2025-08-20T18:58:19.2813147Z [00:01:56.029]➜  go: downloading github.com/ipfs/boxo v0.20.0
2025-08-20T18:58:19.5651360Z [00:01:56.313]➜  go: downloading github.com/ipfs/go-ds-sql v0.3.0
2025-08-20T18:58:19.6334995Z [00:01:56.381]➜  go: downloading github.com/davecgh/go-spew v1.1.1
2025-08-20T18:58:19.6453726Z [00:01:56.393]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T18:58:19.6659345Z [00:01:56.413]➜  go: downloading github.com/jinzhu/now v1.1.5
2025-08-20T18:58:19.6755063Z [00:01:56.423]➜  go: downloading berty.tech/go-ipfs-log v1.10.3-0.20240719141234-29e2d26e2aeb
2025-08-20T18:58:19.8133053Z [00:01:56.561]➜  go: downloading github.com/dgraph-io/badger/v2 v2.2007.3
2025-08-20T18:58:19.9998874Z [00:01:56.747]➜  go: downloading github.com/dgraph-io/badger v1.6.2
2025-08-20T18:58:20.0262310Z [00:01:56.774]➜  go: downloading github.com/ipfs/go-ds-badger2 v0.1.3
2025-08-20T18:58:20.1003438Z [00:01:56.848]➜  go: downloading github.com/ipfs/go-ipld-cbor v0.1.0
2025-08-20T18:58:20.1169873Z [00:01:56.864]➜  go: downloading github.com/fsnotify/fsnotify v1.7.0
2025-08-20T18:58:20.1339019Z [00:01:56.881]➜  go: downloading github.com/godbus/dbus/v5 v5.1.0
2025-08-20T18:58:20.1598628Z [00:01:56.907]➜  go: downloading github.com/rymdport/portal v0.2.6
2025-08-20T18:58:20.2368087Z [00:01:56.984]➜  go: downloading golang.org/x/oauth2 v0.20.0
2025-08-20T18:58:20.2586282Z [00:01:57.006]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c
2025-08-20T18:58:20.2685238Z [00:01:57.016]➜  go: downloading google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
2025-08-20T18:58:20.7448647Z [00:01:57.492]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240823204242-4ba0660f739c
2025-08-20T18:58:20.9075294Z [00:01:57.655]➜  go: downloading github.com/jinzhu/inflection v1.0.0
2025-08-20T18:58:23.5195411Z [00:02:00.267]➜  go: downloading github.com/libp2p/go-libp2p-testing v0.12.0
2025-08-20T18:58:23.5195978Z [00:02:00.267]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T18:58:23.5196489Z [00:02:00.267]➜  go: downloading github.com/juju/fslock v0.0.0-20160525022230-4d5c94c67b4b
2025-08-20T18:58:23.5197055Z [00:02:00.267]➜  go: downloading google.golang.org/grpc/examples v0.0.0-20200922230038-4e932bbcb079
2025-08-20T18:58:23.5359255Z [00:02:00.283]➜  go: downloading github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f
2025-08-20T18:58:23.5421167Z [00:02:00.290]➜  go: downloading github.com/rs/cors v1.11.0
2025-08-20T18:58:23.5438088Z [00:02:00.291]➜  go: downloading nhooyr.io/websocket v1.8.7
2025-08-20T18:58:23.5445004Z [00:02:00.292]➜  go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
2025-08-20T18:58:23.5512809Z [00:02:00.299]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T18:58:23.5560206Z [00:02:00.303]➜  go: downloading github.com/ipfs/go-ds-leveldb v0.5.0
2025-08-20T18:58:23.5633617Z [00:02:00.311]➜  go: downloading go.opentelemetry.io/otel/trace v1.29.0
2025-08-20T18:58:23.5692501Z [00:02:00.317]➜  go: downloading github.com/aead/ecdh v0.2.0
2025-08-20T18:58:23.5776231Z [00:02:00.325]➜  go: downloading go.opentelemetry.io/otel v1.29.0
2025-08-20T18:58:23.6367233Z [00:02:00.384]➜  go: downloading github.com/ipfs/go-ipld-format v0.6.0
2025-08-20T18:58:23.6490143Z [00:02:00.395]➜  go: downloading github.com/ipfs/go-metrics-interface v0.0.1
2025-08-20T18:58:23.6561719Z [00:02:00.404]➜  go: downloading github.com/jbenet/goprocess v0.1.4
2025-08-20T18:58:23.6604701Z [00:02:00.408]➜  go: downloading github.com/libp2p/go-libp2p-pubsub-router v0.6.0
2025-08-20T18:58:23.6605253Z [00:02:00.408]➜  go: downloading github.com/libp2p/go-libp2p-record v0.2.0
2025-08-20T18:58:23.6653187Z [00:02:00.413]➜  go: downloading go.uber.org/dig v1.17.1
2025-08-20T18:58:23.6707808Z [00:02:00.418]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T18:58:23.6835980Z [00:02:00.431]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T18:58:23.6836537Z [00:02:00.431]➜  go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
2025-08-20T18:58:23.6931178Z [00:02:00.441]➜  go: downloading github.com/libp2p/go-libp2p-routing-helpers v0.7.3
2025-08-20T18:58:23.6940152Z [00:02:00.442]➜  go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
2025-08-20T18:58:23.7030080Z [00:02:00.450]➜  go: downloading github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7
2025-08-20T18:58:23.7110906Z [00:02:00.459]➜  go: downloading github.com/google/gopacket v1.1.19
2025-08-20T18:58:23.7208657Z [00:02:00.468]➜  go: downloading github.com/libp2p/go-libp2p-kbucket v0.6.3
2025-08-20T18:58:23.7400771Z [00:02:00.488]➜  go: downloading github.com/libp2p/go-msgio v0.3.0
2025-08-20T18:58:23.7512535Z [00:02:00.499]➜  go: downloading github.com/libp2p/go-netroute v0.2.1
2025-08-20T18:58:23.7614375Z [00:02:00.509]➜  go: downloading github.com/multiformats/go-base32 v0.1.0
2025-08-20T18:58:23.7702859Z [00:02:00.518]➜  go: downloading github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1
2025-08-20T18:58:23.7819787Z [00:02:00.529]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T18:58:23.7836964Z [00:02:00.531]➜  go: downloading gonum.org/v1/gonum v0.15.0
2025-08-20T18:58:23.7839664Z [00:02:00.532]➜  go: downloading github.com/ipfs/go-detect-race v0.0.1
2025-08-20T18:58:23.7923988Z [00:02:00.540]➜  go: downloading github.com/multiformats/go-multistream v0.5.0
2025-08-20T18:58:23.8063168Z [00:02:00.554]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T18:58:23.8192917Z [00:02:00.567]➜  go: downloading github.com/raulk/go-watchdog v1.3.0
2025-08-20T18:58:23.8193369Z [00:02:00.567]➜  go: downloading golang.org/x/sync v0.10.0
2025-08-20T18:58:23.8194231Z [00:02:00.567]➜  go: downloading github.com/hashicorp/golang-lru v1.0.2
2025-08-20T18:58:23.8287575Z [00:02:00.576]➜  go: downloading github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4
2025-08-20T18:58:23.8288309Z [00:02:00.576]➜  go: downloading github.com/gopherjs/gopherwasm v1.1.0
2025-08-20T18:58:23.8306507Z [00:02:00.578]➜  go: downloading github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af
2025-08-20T18:58:23.8398784Z [00:02:00.587]➜  go: downloading github.com/klauspost/compress v1.17.9
2025-08-20T18:58:23.8412639Z [00:02:00.589]➜  go: downloading github.com/libp2p/go-reuseport v0.4.0
2025-08-20T18:58:23.8515107Z [00:02:00.599]➜  go: downloading github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
2025-08-20T18:58:23.8631945Z [00:02:00.611]➜  go: downloading github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
2025-08-20T18:58:23.8750749Z [00:02:00.623]➜  go: downloading github.com/pborman/uuid v1.2.0
2025-08-20T18:58:23.8842100Z [00:02:00.632]➜  go: downloading github.com/emicklei/proto v1.6.13
2025-08-20T18:58:23.8934060Z [00:02:00.641]➜  go: downloading github.com/maruel/circular v0.0.0-20200815005550-36e533b830e9
2025-08-20T18:58:23.9619352Z [00:02:00.709]➜  go: downloading github.com/radovskyb/watcher v1.0.7
2025-08-20T18:58:23.9706787Z [00:02:00.718]➜  go: downloading github.com/golang/glog v1.2.4
2025-08-20T18:58:23.9853262Z [00:02:00.733]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T18:58:23.9873030Z [00:02:00.735]➜  go: downloading github.com/rogpeppe/go-internal v1.12.0
2025-08-20T18:58:23.9952162Z [00:02:00.743]➜  go: downloading github.com/pseudomuto/protokit v0.2.0
2025-08-20T18:58:24.0097667Z [00:02:00.757]➜  go: downloading github.com/lyft/protoc-gen-star/v2 v2.0.4-0.20230330145011-496ad1ac90a4
2025-08-20T18:58:24.0393150Z [00:02:00.787]➜  go: downloading moul.io/motd v1.0.0
2025-08-20T18:58:24.0410894Z [00:02:00.789]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T18:58:24.0549056Z [00:02:00.802]➜  go: downloading golang.org/x/mod v0.20.0
2025-08-20T18:58:24.0657120Z [00:02:00.812]➜  go: downloading cloud.google.com/go/firestore v1.14.0
2025-08-20T18:58:24.0776381Z [00:02:00.825]➜  go: downloading github.com/VictoriaMetrics/fastcache v1.5.7
2025-08-20T18:58:24.0908581Z [00:02:00.838]➜  go: downloading github.com/go-jose/go-jose/v3 v3.0.4
2025-08-20T18:58:24.1075370Z [00:02:00.855]➜  go: downloading cloud.google.com/go v0.112.1
2025-08-20T18:58:24.1160573Z [00:02:00.863]➜  go: downloading github.com/hyperledger/aries-framework-go/component/models v0.0.0-20230501135648-a9a7ad029347
2025-08-20T18:58:24.1395314Z [00:02:00.887]➜  go: downloading github.com/xeipuuv/gojsonschema v1.2.0
2025-08-20T18:58:24.1396571Z [00:02:00.887]➜  go: downloading github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
2025-08-20T18:58:24.1452938Z [00:02:00.893]➜  go: downloading github.com/hyperledger/aries-framework-go/spi v0.0.0-20230427134832-0c9969493bd3
2025-08-20T18:58:24.1654890Z [00:02:00.913]➜  go: downloading github.com/hyperledger/aries-framework-go/component/kmscrypto v0.0.0-20230427134832-0c9969493bd3
2025-08-20T18:58:24.1732721Z [00:02:00.921]➜  go: downloading github.com/golang/mock v1.6.0
2025-08-20T18:58:24.1746560Z [00:02:00.922]➜  go: downloading github.com/multiformats/go-base36 v0.2.0
2025-08-20T18:58:24.1907383Z [00:02:00.938]➜  go: downloading github.com/miekg/dns v1.1.59
2025-08-20T18:58:24.2126503Z [00:02:00.959]➜  go: downloading github.com/hyperledger/aries-framework-go/test/component v0.0.0-20220322085443-50e8f9bd208b
2025-08-20T18:58:24.2204362Z [00:02:00.968]➜  go: downloading github.com/pquerna/cachecontrol v0.1.0
2025-08-20T18:58:24.2205848Z [00:02:00.968]➜  go: downloading github.com/ipfs/go-block-format v0.2.0
2025-08-20T18:58:24.2338846Z [00:02:00.981]➜  go: downloading github.com/ipfs/go-cidutil v0.1.0
2025-08-20T18:58:24.2348556Z [00:02:00.982]➜  go: downloading github.com/ipld/go-ipld-prime v0.21.0
2025-08-20T18:58:24.2434459Z [00:02:00.991]➜  go: downloading github.com/opentracing/opentracing-go v1.2.0
2025-08-20T18:58:24.2557966Z [00:02:01.003]➜  go: downloading github.com/ipfs/go-ds-measure v0.2.0
2025-08-20T18:58:24.2649796Z [00:02:01.012]➜  go: downloading github.com/ipfs/go-fs-lock v0.0.7
2025-08-20T18:58:24.2747326Z [00:02:01.022]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T18:58:24.2843266Z [00:02:01.032]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.16
2025-08-20T18:58:24.3300311Z [00:02:01.077]➜  go: downloading github.com/libp2p/go-yamux/v4 v4.0.1
2025-08-20T18:58:24.3446413Z [00:02:01.092]➜  go: downloading github.com/jbenet/go-temp-err-catcher v0.1.0
2025-08-20T18:58:24.3543421Z [00:02:01.102]➜  go: downloading github.com/flynn/noise v1.1.0
2025-08-20T18:58:24.3547060Z [00:02:01.102]➜  go: downloading github.com/gorilla/websocket v1.5.1
2025-08-20T18:58:24.3741909Z [00:02:01.122]➜  go: downloading github.com/quic-go/webtransport-go v0.8.0
2025-08-20T18:58:24.3806210Z [00:02:01.128]➜  go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2
2025-08-20T18:58:24.4051509Z [00:02:01.153]➜  go: downloading github.com/decred/dcrd/crypto/blake256 v1.0.1
2025-08-20T18:58:24.4054508Z [00:02:01.153]➜  go: downloading github.com/onsi/ginkgo/v2 v2.20.1
2025-08-20T18:58:24.4286071Z [00:02:01.176]➜  go: downloading github.com/onsi/gomega v1.34.1
2025-08-20T18:58:24.4752637Z [00:02:01.223]➜  go: downloading golang.org/x/time v0.5.0
2025-08-20T18:58:24.4783553Z [00:02:01.226]➜  go: downloading github.com/fyne-io/gl-js v0.0.0-20220119005834-d2da28d9ccfe
2025-08-20T18:58:24.4784169Z [00:02:01.226]➜  go: downloading github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
2025-08-20T18:58:24.4836995Z [00:02:01.231]➜  go: downloading github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
2025-08-20T18:58:24.4902993Z [00:02:01.238]➜  go: downloading github.com/go-text/render v0.2.0
2025-08-20T18:58:24.4962632Z [00:02:01.244]➜  go: downloading github.com/jeandeaual/go-locale v0.0.0-20240223122105-ce5225dcaa49
2025-08-20T18:58:24.5035604Z [00:02:01.251]➜  go: downloading github.com/nicksnyder/go-i18n/v2 v2.4.0
2025-08-20T18:58:24.5096664Z [00:02:01.257]➜  go: downloading github.com/go-text/typesetting-utils v0.0.0-20240317173224-1986cbe96c66
2025-08-20T18:58:24.5222106Z [00:02:01.270]➜  go: downloading github.com/lib/pq v1.3.0
2025-08-20T18:58:24.5393546Z [00:02:01.287]➜  go: downloading github.com/btcsuite/btcd v0.22.1
2025-08-20T18:58:24.6069905Z [00:02:01.354]➜  go: downloading github.com/polydawn/refmt v0.89.0
2025-08-20T18:58:24.6330105Z [00:02:01.380]➜  go: downloading github.com/ipfs/go-libipfs v0.6.2
2025-08-20T18:58:24.8519916Z [00:02:01.599]➜  go: downloading github.com/whyrusleeping/cbor-gen v0.1.1
2025-08-20T18:58:24.8748055Z [00:02:01.622]➜  go: downloading github.com/ipfs/go-ipfs-util v0.0.3
2025-08-20T18:58:24.8850668Z [00:02:01.632]➜  go: downloading fyne.io/systray v1.11.0
2025-08-20T18:58:24.9493326Z [00:02:01.697]➜  go: downloading github.com/fyne-io/glfw-js v0.0.0-20240101223322-6e1efdc71b7a
2025-08-20T18:58:24.9577384Z [00:02:01.705]➜  go: downloading github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2
2025-08-20T18:58:24.9672673Z [00:02:01.715]➜  go: downloading github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
2025-08-20T18:58:24.9983962Z [00:02:01.746]➜  go: downloading github.com/BurntSushi/toml v1.4.0
2025-08-20T18:58:25.0497223Z [00:02:01.797]➜  go: downloading github.com/fredbi/uri v1.1.0
2025-08-20T18:58:25.4277243Z [00:02:02.175]➜  go: downloading github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
2025-08-20T18:58:25.4497510Z [00:02:02.197]➜  go: downloading github.com/gin-gonic/gin v1.6.3
2025-08-20T18:58:25.4498004Z [00:02:02.197]➜  go: downloading github.com/gobwas/ws v1.2.1
2025-08-20T18:58:25.4705413Z [00:02:02.218]➜  go: downloading github.com/ipfs/go-ipfs-cmds v0.11.0
2025-08-20T18:58:25.4727216Z [00:02:02.220]➜  go: downloading contrib.go.opencensus.io/exporter/prometheus v0.4.2
2025-08-20T18:58:25.5911364Z [00:02:02.339]➜  go: downloading github.com/libp2p/go-libp2p-http v0.5.0
2025-08-20T18:58:25.5913551Z [00:02:02.339]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
2025-08-20T18:58:25.6033697Z [00:02:02.351]➜  go: downloading github.com/ipfs/go-ipfs-blocksutil v0.0.1
2025-08-20T18:58:25.6183154Z [00:02:02.366]➜  go: downloading github.com/ipfs/bbloom v0.0.4
2025-08-20T18:58:25.6265743Z [00:02:02.374]➜  go: downloading github.com/samber/lo v1.39.0
2025-08-20T18:58:25.6377648Z [00:02:02.385]➜  go: downloading github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
2025-08-20T18:58:25.6963774Z [00:02:02.444]➜  go: downloading github.com/ipfs/go-unixfsnode v1.9.0
2025-08-20T18:58:25.7144490Z [00:02:02.462]➜  go: downloading github.com/ipld/go-codec-dagpb v1.6.0
2025-08-20T18:58:25.7246878Z [00:02:02.472]➜  go: downloading github.com/libp2p/go-doh-resolver v0.4.0
2025-08-20T18:58:25.7896529Z [00:02:02.537]➜  go: downloading bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc
2025-08-20T18:58:25.9236726Z [00:02:02.671]➜  go: downloading github.com/libp2p/go-libp2p-xor v0.1.0
2025-08-20T18:58:25.9644263Z [00:02:02.712]➜  go: downloading github.com/pion/datachannel v1.5.6
2025-08-20T18:58:25.9644869Z [00:02:02.712]➜  go: downloading github.com/pion/logging v0.2.2
2025-08-20T18:58:25.9739825Z [00:02:02.721]➜  go: downloading github.com/pion/webrtc/v3 v3.2.40
2025-08-20T18:58:26.0197514Z [00:02:02.767]➜  go: downloading github.com/pion/sctp v1.8.16
2025-08-20T18:58:26.0303697Z [00:02:02.778]➜  go: downloading github.com/gobuffalo/here v0.6.0
2025-08-20T18:58:26.0379393Z [00:02:02.785]➜  go: downloading github.com/ipfs/go-ipfs-ds-help v1.1.1
2025-08-20T18:58:26.0426451Z [00:02:02.790]➜  go: downloading github.com/minio/sha256-simd v1.0.1
2025-08-20T18:58:26.0473227Z [00:02:02.795]➜  go: downloading github.com/libp2p/go-cidranger v1.1.0
2025-08-20T18:58:26.0516725Z [00:02:02.799]➜  go: downloading github.com/Jorropo/jsync v1.0.1
2025-08-20T18:58:26.0571416Z [00:02:02.805]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T18:58:26.0594990Z [00:02:02.807]➜  go: downloading github.com/containerd/cgroups v1.1.0
2025-08-20T18:58:26.0656497Z [00:02:02.813]➜  go: downloading github.com/elastic/gosigar v0.14.2
2025-08-20T18:58:26.0760406Z [00:02:02.823]➜  go: downloading github.com/opencontainers/runtime-spec v1.2.0
2025-08-20T18:58:26.0914925Z [00:02:02.839]➜  go: downloading github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
2025-08-20T18:58:26.0994428Z [00:02:02.847]➜  go: downloading github.com/francoispqt/gojay v1.2.13
2025-08-20T18:58:26.1236734Z [00:02:02.871]➜  go: downloading github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc
2025-08-20T18:58:26.1333815Z [00:02:02.881]➜  go: downloading github.com/mikioh/tcp v0.0.0-20190314235350-803a9b46060c
2025-08-20T18:58:26.1408694Z [00:02:02.888]➜  go: downloading github.com/gopherjs/gopherjs v1.17.2
2025-08-20T18:58:26.1445046Z [00:02:02.892]➜  go: downloading github.com/maruel/ut v1.0.2
2025-08-20T18:58:26.1791554Z [00:02:02.927]➜  go: downloading github.com/spf13/cobra v1.8.1
2025-08-20T18:58:26.1982027Z [00:02:02.946]➜  go: downloading connectrpc.com/connect v1.16.2
2025-08-20T18:58:26.2135669Z [00:02:02.961]➜  go: downloading github.com/ghodss/yaml v1.0.0
2025-08-20T18:58:26.2252932Z [00:02:02.973]➜  go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
2025-08-20T18:58:26.2439547Z [00:02:02.991]➜  go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
2025-08-20T18:58:26.2440213Z [00:02:02.991]➜  go: downloading github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007
2025-08-20T18:58:26.2546839Z [00:02:03.002]➜  go: downloading github.com/spf13/afero v1.10.0
2025-08-20T18:58:26.2562194Z [00:02:03.004]➜  go: downloading github.com/fatih/structtag v1.2.0
2025-08-20T18:58:26.2645050Z [00:02:03.012]➜  go: downloading moul.io/banner v1.0.1
2025-08-20T18:58:26.2728209Z [00:02:03.020]➜  go: downloading github.com/MicahParks/keyfunc v1.9.0
2025-08-20T18:58:26.2742770Z [00:02:03.022]➜  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
2025-08-20T18:58:26.2880344Z [00:02:03.036]➜  go: downloading google.golang.org/appengine/v2 v2.0.2
2025-08-20T18:58:26.2890308Z [00:02:03.037]➜  go: downloading cloud.google.com/go/storage v1.38.0
2025-08-20T18:58:26.3157038Z [00:02:03.063]➜  go: downloading cloud.google.com/go/compute/metadata v0.3.0
2025-08-20T18:58:26.3266050Z [00:02:03.074]➜  go: downloading github.com/googleapis/gax-go/v2 v2.12.2
2025-08-20T18:58:26.3276576Z [00:02:03.075]➜  go: downloading github.com/hyperledger/aries-framework-go/component/log v0.0.0-20230427134832-0c9969493bd3
2025-08-20T18:58:26.3380371Z [00:02:03.085]➜  go: downloading github.com/google/tink/go v1.7.0
2025-08-20T18:58:26.4615446Z [00:02:03.209]➜  go: downloading github.com/PaesslerAG/jsonpath v0.1.1
2025-08-20T18:58:26.4618689Z [00:02:03.209]➜  go: downloading github.com/golang/snappy v0.0.4
2025-08-20T18:58:26.4763980Z [00:02:03.224]➜  go: downloading github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156
2025-08-20T18:58:26.4794966Z [00:02:03.227]➜  go: downloading github.com/kilic/bls12-381 v0.1.1-0.20210503002446-7b7597926c69
2025-08-20T18:58:26.4874297Z [00:02:03.235]➜  go: downloading github.com/mitchellh/mapstructure v1.5.0
2025-08-20T18:58:26.4975065Z [00:02:03.245]➜  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
2025-08-20T18:58:26.5010877Z [00:02:03.249]➜  go: downloading github.com/crackcomm/go-gitignore v0.0.0-20231225121904-e25f5bc08668
2025-08-20T18:58:26.5075389Z [00:02:03.255]➜  go: downloading github.com/ipfs/go-ipld-legacy v0.2.1
2025-08-20T18:58:26.5173093Z [00:02:03.265]➜  go: downloading github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9
2025-08-20T18:58:26.5260071Z [00:02:03.274]➜  go: downloading go.opentelemetry.io/otel/sdk v1.29.0
2025-08-20T18:58:26.5488823Z [00:02:03.296]➜  go: downloading github.com/ipfs/go-ds-badger v0.3.0
2025-08-20T18:58:26.5676643Z [00:02:03.315]➜  go: downloading github.com/ceramicnetwork/go-dag-jose v0.1.0
2025-08-20T18:58:26.6053600Z [00:02:03.353]➜  go: downloading github.com/ipfs/go-ds-flatfs v0.5.1
2025-08-20T18:58:26.6451644Z [00:02:03.393]➜  go: downloading github.com/ipfs/go-ipld-git v0.1.1
2025-08-20T18:58:26.6559153Z [00:02:03.403]➜  go: downloading github.com/ipfs-shipyard/nopfs v0.0.12
2025-08-20T18:58:26.7263851Z [00:02:03.474]➜  go: downloading github.com/ipfs-shipyard/nopfs/ipfs v0.13.2-0.20231027223058-cde3b5ba964c
2025-08-20T18:58:26.7521814Z [00:02:03.500]➜  go: downloading go4.org v0.0.0-20230225012048-214862532bf5
2025-08-20T18:58:26.7805989Z [00:02:03.528]➜  go: downloading github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5
2025-08-20T18:58:26.7843111Z [00:02:03.532]➜  go: downloading github.com/blang/semver/v4 v4.0.0
2025-08-20T18:58:26.7886349Z [00:02:03.536]➜  go: downloading github.com/ipld/go-car/v2 v2.13.1
2025-08-20T18:58:26.8058713Z [00:02:03.553]➜  go: downloading github.com/libp2p/go-nat v0.2.0
2025-08-20T18:58:26.8059717Z [00:02:03.553]➜  go: downloading github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c
2025-08-20T18:58:26.8150859Z [00:02:03.563]➜  go: downloading github.com/quic-go/qpack v0.4.0
2025-08-20T18:58:26.8209505Z [00:02:03.568]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T18:58:26.8263819Z [00:02:03.574]➜  go: downloading github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
2025-08-20T18:58:26.8364244Z [00:02:03.584]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T18:58:26.8506172Z [00:02:03.598]➜  go: downloading github.com/smartystreets/goconvey v1.7.2
2025-08-20T18:58:26.9089451Z [00:02:03.656]➜  go: downloading github.com/dgraph-io/ristretto v0.0.3
2025-08-20T18:58:26.9324716Z [00:02:03.680]➜  go: downloading github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
2025-08-20T18:58:26.9399202Z [00:02:03.687]➜  go: downloading github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0
2025-08-20T18:58:26.9558005Z [00:02:03.703]➜  go: downloading github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
2025-08-20T18:58:26.9714118Z [00:02:03.719]➜  go: downloading github.com/google/s2a-go v0.1.7
2025-08-20T18:58:27.0503094Z [00:02:03.798]➜  go: downloading github.com/ipld/go-car v0.6.2
2025-08-20T18:58:27.0962631Z [00:02:03.844]➜  go: downloading github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e
2025-08-20T18:58:27.0963195Z [00:02:03.844]➜  go: downloading github.com/pkg/profile v1.7.0
2025-08-20T18:58:27.1052999Z [00:02:03.853]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T18:58:27.1073247Z [00:02:03.855]➜  go: downloading github.com/gobwas/httphead v0.1.0
2025-08-20T18:58:27.1178444Z [00:02:03.865]➜  go: downloading github.com/gobwas/pool v0.2.1
2025-08-20T18:58:27.1274482Z [00:02:03.875]➜  go: downloading github.com/gin-contrib/sse v0.1.0
2025-08-20T18:58:27.1396869Z [00:02:03.887]➜  go: downloading github.com/prometheus/statsd_exporter v0.22.7
2025-08-20T18:58:27.1513133Z [00:02:03.899]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.3
2025-08-20T18:58:27.1562493Z [00:02:03.904]➜  go: downloading github.com/ipfs/go-ipfs-redirects-file v0.1.1
2025-08-20T18:58:27.1731677Z [00:02:03.921]➜  go: downloading go.uber.org/atomic v1.11.0
2025-08-20T18:58:27.1732143Z [00:02:03.921]➜  go: downloading github.com/gorilla/mux v1.8.1
2025-08-20T18:58:27.1929379Z [00:02:03.940]➜  go: downloading github.com/jbenet/go-cienv v0.1.0
2025-08-20T18:58:27.1929830Z [00:02:03.940]➜  go: downloading github.com/cheggaaa/pb v1.0.29
2025-08-20T18:58:27.2023884Z [00:02:03.950]➜  go: downloading github.com/elgris/jsondiff v0.0.0-20160530203242-765b5c24c302
2025-08-20T18:58:27.2303550Z [00:02:03.978]➜  go: downloading github.com/whyrusleeping/go-sysinfo v0.0.0-20190219211824-4a357d4b90b1
2025-08-20T18:58:27.2467542Z [00:02:03.994]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T18:58:27.2565265Z [00:02:04.004]➜  go: downloading go.opentelemetry.io/otel/metric v1.29.0
2025-08-20T18:58:27.2677803Z [00:02:04.015]➜  go: downloading github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f
2025-08-20T18:58:27.2679007Z [00:02:04.015]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T18:58:27.2720864Z [00:02:04.020]➜  go: downloading github.com/ipfs/go-ipfs-delay v0.0.1
2025-08-20T18:58:27.2760948Z [00:02:04.024]➜  go: downloading github.com/libp2p/go-libp2p-gostream v0.6.0
2025-08-20T18:58:27.2809143Z [00:02:04.028]➜  go: downloading github.com/pion/ice/v2 v2.3.24
2025-08-20T18:58:27.2995300Z [00:02:04.047]➜  go: downloading github.com/pion/stun v0.6.1
2025-08-20T18:58:27.3221331Z [00:02:04.070]➜  go: downloading github.com/pion/dtls/v2 v2.2.11
2025-08-20T18:58:27.3685810Z [00:02:04.116]➜  go: downloading github.com/pion/interceptor v0.1.29
2025-08-20T18:58:27.3911208Z [00:02:04.139]➜  go: downloading github.com/pion/randutil v0.1.0
2025-08-20T18:58:27.3911685Z [00:02:04.139]➜  go: downloading github.com/pion/rtcp v1.2.14
2025-08-20T18:58:27.3912058Z [00:02:04.139]➜  go: downloading github.com/pion/rtp v1.8.6
2025-08-20T18:58:27.4095043Z [00:02:04.157]➜  go: downloading github.com/pion/sdp/v3 v3.0.9
2025-08-20T18:58:27.4210878Z [00:02:04.169]➜  go: downloading github.com/pion/srtp/v2 v2.0.18
2025-08-20T18:58:27.4335368Z [00:02:04.181]➜  go: downloading github.com/pion/transport/v2 v2.2.5
2025-08-20T18:58:27.5354312Z [00:02:04.283]➜  go: downloading github.com/pion/transport/v3 v3.0.2
2025-08-20T18:58:27.5355043Z [00:02:04.283]➜  go: downloading github.com/klauspost/cpuid/v2 v2.2.7
2025-08-20T18:58:27.5478183Z [00:02:04.295]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T18:58:27.5614984Z [00:02:04.309]➜  go: downloading github.com/coreos/go-systemd/v22 v22.5.0
2025-08-20T18:58:27.5619484Z [00:02:04.309]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T18:58:27.5620413Z [00:02:04.310]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T18:58:27.5727301Z [00:02:04.320]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T18:58:27.5728620Z [00:02:04.320]➜  go: downloading github.com/spf13/pflag v1.0.5
2025-08-20T18:58:27.5800602Z [00:02:04.327]➜  go: downloading buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240821192916-45ba72cdd479.2
2025-08-20T18:58:27.5814321Z [00:02:04.329]➜  go: downloading connectrpc.com/otelconnect v0.7.1
2025-08-20T18:58:27.5889214Z [00:02:04.336]➜  go: downloading golang.org/x/term v0.27.0
2025-08-20T18:58:27.5940525Z [00:02:04.342]➜  go: downloading github.com/bufbuild/protovalidate-go v0.6.4
2025-08-20T18:58:27.5985122Z [00:02:04.346]➜  go: downloading github.com/bufbuild/protoyaml-go v0.1.11
2025-08-20T18:58:27.6885937Z [00:02:04.436]➜  go: downloading github.com/google/go-containerregistry v0.20.2
2025-08-20T18:58:27.7860871Z [00:02:04.533]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T18:58:27.7861435Z [00:02:04.534]➜  go: downloading github.com/bufbuild/protocompile v0.14.0
2025-08-20T18:58:27.7861850Z [00:02:04.534]➜  go: downloading github.com/gofrs/uuid/v5 v5.3.0
2025-08-20T18:58:27.8283247Z [00:02:04.576]➜  go: downloading github.com/bufbuild/protoplugin v0.0.0-20240323223605-e2735f6c31ee
2025-08-20T18:58:27.8284961Z [00:02:04.576]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
2025-08-20T18:58:27.8285501Z [00:02:04.576]➜  go: downloading github.com/Masterminds/goutils v1.1.0
2025-08-20T18:58:27.8285913Z [00:02:04.576]➜  go: downloading github.com/huandu/xstrings v1.3.2
2025-08-20T18:58:27.8436264Z [00:02:04.591]➜  go: downloading github.com/imdario/mergo v0.3.11
2025-08-20T18:58:27.8445651Z [00:02:04.592]➜  go: downloading github.com/mitchellh/copystructure v1.0.0
2025-08-20T18:58:27.8457569Z [00:02:04.593]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
2025-08-20T18:58:27.8534289Z [00:02:04.601]➜  go: downloading cloud.google.com/go/longrunning v0.5.5
2025-08-20T18:58:27.8552287Z [00:02:04.603]➜  go: downloading cloud.google.com/go/iam v1.1.6
2025-08-20T18:58:27.8645320Z [00:02:04.612]➜  go: downloading github.com/teserakt-io/golang-ed25519 v0.0.0-20210104091850-3888c087a4c8
2025-08-20T18:58:27.8646995Z [00:02:04.612]➜  go: downloading github.com/PaesslerAG/gval v1.1.0
2025-08-20T18:58:27.8731220Z [00:02:04.620]➜  go: downloading github.com/hyperledger/ursa-wrapper-go v0.3.1
2025-08-20T18:58:27.8731912Z [00:02:04.621]➜  go: downloading github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
2025-08-20T18:58:27.8825254Z [00:02:04.630]➜  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2025-08-20T18:58:27.8915918Z [00:02:04.639]➜  go: downloading github.com/ipfs/go-bitfield v1.1.0
2025-08-20T18:58:27.9575143Z [00:02:04.705]➜  go: downloading github.com/spaolacci/murmur3 v1.1.0
2025-08-20T18:58:27.9674131Z [00:02:04.715]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
2025-08-20T18:58:28.4161377Z [00:02:05.163]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0
2025-08-20T18:58:28.4171062Z [00:02:05.165]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.26.0
2025-08-20T18:58:28.4171742Z [00:02:05.165]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.26.0
2025-08-20T18:58:28.4272645Z [00:02:05.175]➜  go: downloading go.opentelemetry.io/otel/exporters/zipkin v1.26.0
2025-08-20T18:58:28.4281671Z [00:02:05.176]➜  go: downloading github.com/warpfork/go-testmark v0.12.1
2025-08-20T18:58:28.4668370Z [00:02:05.214]➜  go: downloading pgregory.net/rapid v0.4.7
2025-08-20T18:58:28.4689369Z [00:02:05.216]➜  go: downloading github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5
2025-08-20T18:58:28.4780424Z [00:02:05.226]➜  go: downloading github.com/ipfs/go-ipfs-chunker v0.0.5
2025-08-20T18:58:28.4786064Z [00:02:05.226]➜  go: downloading github.com/huin/goupnp v1.3.0
2025-08-20T18:58:28.5197698Z [00:02:05.267]➜  go: downloading github.com/jackpal/go-nat-pmp v1.0.2
2025-08-20T18:58:28.5198166Z [00:02:05.267]➜  go: downloading github.com/koron/go-ssdp v0.0.4
2025-08-20T18:58:28.5280539Z [00:02:05.276]➜  go: downloading lukechampine.com/blake3 v1.3.0
2025-08-20T18:58:28.5310148Z [00:02:05.278]➜  go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
2025-08-20T18:58:28.5431815Z [00:02:05.291]➜  go: downloading github.com/jtolds/gls v4.20.0+incompatible
2025-08-20T18:58:28.5438660Z [00:02:05.291]➜  go: downloading github.com/smartystreets/assertions v1.2.0
2025-08-20T18:58:28.5515641Z [00:02:05.299]➜  go: downloading github.com/DataDog/zstd v1.4.1
2025-08-20T18:58:28.5611269Z [00:02:05.309]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
2025-08-20T18:58:28.5655124Z [00:02:05.313]➜  go: downloading github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd
2025-08-20T18:58:28.5800889Z [00:02:05.328]➜  go: downloading github.com/felixge/fgprof v0.9.4
2025-08-20T18:58:28.5968169Z [00:02:05.344]➜  go: downloading github.com/go-playground/validator/v10 v10.2.0
2025-08-20T18:58:28.6168968Z [00:02:05.364]➜  go: downloading github.com/ugorji/go/codec v1.1.7
2025-08-20T18:58:28.6170341Z [00:02:05.364]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T18:58:28.6366817Z [00:02:05.384]➜  go: downloading github.com/go-kit/log v0.2.1
2025-08-20T18:58:28.6418030Z [00:02:05.389]➜  go: downloading github.com/ugorji/go v1.1.7
2025-08-20T18:58:28.6485322Z [00:02:05.396]➜  go: downloading github.com/ipfs/go-merkledag v0.11.0
2025-08-20T18:58:28.6620967Z [00:02:05.410]➜  go: downloading github.com/ipfs/go-unixfs v0.4.5
2025-08-20T18:58:28.6883701Z [00:02:05.436]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T18:58:28.6996099Z [00:02:05.447]➜  go: downloading github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb
2025-08-20T18:58:28.7080929Z [00:02:05.456]➜  go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
2025-08-20T18:58:28.7184160Z [00:02:05.466]➜  go: downloading github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c
2025-08-20T18:58:28.7263750Z [00:02:05.474]➜  go: downloading github.com/pion/mdns v0.0.12
2025-08-20T18:58:28.7368710Z [00:02:05.484]➜  go: downloading github.com/pion/turn/v2 v2.1.6
2025-08-20T18:58:28.7626668Z [00:02:05.510]➜  go: downloading buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240821192916-45ba72cdd479.1
2025-08-20T18:58:28.8288315Z [00:02:05.576]➜  go: downloading github.com/gofrs/flock v0.12.1
2025-08-20T18:58:28.8290868Z [00:02:05.577]➜  go: downloading github.com/jdx/go-netrc v1.0.0
2025-08-20T18:58:28.8382802Z [00:02:05.586]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.19.0
2025-08-20T18:58:28.8389412Z [00:02:05.586]➜  go: downloading github.com/jhump/protoreflect v1.16.0
2025-08-20T18:58:28.8647289Z [00:02:05.610]➜  go: downloading buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
2025-08-20T18:58:28.8658090Z [00:02:05.613]➜  go: downloading github.com/docker/docker v27.1.2+incompatible
2025-08-20T18:58:29.2268272Z [00:02:05.974]➜  go: downloading github.com/docker/cli v27.1.2+incompatible
2025-08-20T18:58:29.2268836Z [00:02:05.974]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T18:58:29.2783321Z [00:02:06.026]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T18:58:29.2894008Z [00:02:06.037]➜  go: downloading github.com/go-chi/chi/v5 v5.1.0
2025-08-20T18:58:29.3089458Z [00:02:06.056]➜  go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
2025-08-20T18:58:29.3195444Z [00:02:06.067]➜  go: downloading github.com/mitchellh/reflectwalk v1.0.1
2025-08-20T18:58:29.3286412Z [00:02:06.076]➜  go: downloading go.opentelemetry.io/proto/otlp v1.2.0
2025-08-20T18:58:29.3439365Z [00:02:06.091]➜  go: downloading github.com/openzipkin/zipkin-go v0.4.3
2025-08-20T18:58:29.3672819Z [00:02:06.115]➜  go: downloading github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8
2025-08-20T18:58:29.4440268Z [00:02:06.191]➜  go: downloading github.com/OneOfOne/xxhash v1.2.8
2025-08-20T18:58:29.4445481Z [00:02:06.191]➜  go: downloading github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9
2025-08-20T18:58:29.4446067Z [00:02:06.191]➜  go: downloading github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11
2025-08-20T18:58:29.4547540Z [00:02:06.202]➜  go: downloading github.com/go-playground/universal-translator v0.17.0
2025-08-20T18:58:29.4644751Z [00:02:06.212]➜  go: downloading github.com/leodido/go-urn v1.2.0
2025-08-20T18:58:29.4697311Z [00:02:06.217]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T18:58:29.4811180Z [00:02:06.229]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T18:58:29.4909874Z [00:02:06.238]➜  go: downloading github.com/nxadm/tail v1.4.11
2025-08-20T18:58:29.5029298Z [00:02:06.250]➜  go: downloading github.com/go-logfmt/logfmt v0.5.1
2025-08-20T18:58:29.5087683Z [00:02:06.256]➜  go: downloading github.com/ipfs/go-blockservice v0.5.2
2025-08-20T18:58:29.5130342Z [00:02:06.261]➜  go: downloading github.com/ipfs/go-ipfs-exchange-offline v0.3.0
2025-08-20T18:58:29.5188976Z [00:02:06.266]➜  go: downloading github.com/ipfs/go-ipfs-blockstore v1.3.1
2025-08-20T18:58:29.5189507Z [00:02:06.266]➜  go: downloading github.com/ipfs/go-peertaskqueue v0.8.1
2025-08-20T18:58:29.5315873Z [00:02:06.279]➜  go: downloading github.com/cskr/pubsub v1.0.2
2025-08-20T18:58:29.5316326Z [00:02:06.279]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T18:58:29.5391293Z [00:02:06.287]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T18:58:29.5442864Z [00:02:06.292]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T18:58:29.5506926Z [00:02:06.298]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T18:58:29.5552586Z [00:02:06.303]➜  go: downloading gotest.tools/v3 v3.0.3
2025-08-20T18:58:29.5605636Z [00:02:06.308]➜  go: downloading github.com/opencontainers/image-spec v1.1.0
2025-08-20T18:58:29.6138835Z [00:02:06.361]➜  go: downloading github.com/google/cel-go v0.21.0
2025-08-20T18:58:29.6657722Z [00:02:06.413]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T18:58:29.6658213Z [00:02:06.413]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T18:58:29.6804723Z [00:02:06.428]➜  go: downloading github.com/containerd/stargz-snapshotter/estargz v0.15.1
2025-08-20T18:58:29.6805343Z [00:02:06.428]➜  go: downloading github.com/russross/blackfriday/v2 v2.1.0
2025-08-20T18:58:29.6805771Z [00:02:06.428]➜  go: downloading github.com/google/martian/v3 v3.3.2
2025-08-20T18:58:29.7139952Z [00:02:06.461]➜  go: downloading github.com/google/martian v2.1.0+incompatible
2025-08-20T18:58:29.7504138Z [00:02:06.498]➜  go: downloading github.com/kawamuray/jsonpath v0.0.0-20201211160320-7483bafabd7e
2025-08-20T18:58:29.7504850Z [00:02:06.498]➜  go: downloading github.com/tidwall/gjson v1.14.4
2025-08-20T18:58:29.7505254Z [00:02:06.498]➜  go: downloading github.com/tidwall/sjson v1.2.5
2025-08-20T18:58:29.7505691Z [00:02:06.498]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
2025-08-20T18:58:29.7702059Z [00:02:06.518]➜  go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
2025-08-20T18:58:29.7792205Z [00:02:06.527]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T18:58:29.7927462Z [00:02:06.540]➜  go: downloading github.com/go-playground/locales v0.13.0
2025-08-20T18:58:29.8382754Z [00:02:06.586]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T18:58:29.8383359Z [00:02:06.586]➜  go: downloading github.com/ipfs/go-ipfs-exchange-interface v0.2.1
2025-08-20T18:58:29.8489765Z [00:02:06.596]➜  go: downloading github.com/ipfs/go-verifcid v0.0.3
2025-08-20T18:58:29.8495800Z [00:02:06.597]➜  go: downloading github.com/ipfs/go-bitswap v0.11.0
2025-08-20T18:58:29.8823069Z [00:02:06.630]➜  go: downloading github.com/ipfs/go-ipfs-routing v0.3.0
2025-08-20T18:58:30.5701526Z [00:02:07.318]➜  go: downloading github.com/ipfs/go-ipfs-pq v0.0.3
2025-08-20T18:58:30.5825647Z [00:02:07.330]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T18:58:30.5914203Z [00:02:07.339]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T18:58:30.5925011Z [00:02:07.340]➜  go: downloading github.com/stoewer/go-strcase v1.3.0
2025-08-20T18:58:30.5925860Z [00:02:07.340]➜  go: downloading github.com/moby/locker v1.0.1
2025-08-20T18:58:30.6012950Z [00:02:07.349]➜  go: downloading github.com/vbatts/tar-split v0.11.5
2025-08-20T18:58:30.6722641Z [00:02:07.420]➜  go: downloading github.com/containerd/continuity v0.4.4
2025-08-20T18:58:30.6723130Z [00:02:07.420]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T18:58:30.6767939Z [00:02:07.424]➜  go: downloading github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
2025-08-20T18:58:30.7223293Z [00:02:07.470]➜  go: downloading github.com/tidwall/match v1.1.1
2025-08-20T18:58:30.7228588Z [00:02:07.470]➜  go: downloading github.com/tidwall/pretty v1.2.0
2025-08-20T18:58:30.7611937Z [00:02:07.508]➜  go: downloading github.com/docker/docker-credential-helpers v0.8.2
2025-08-20T18:58:30.7705408Z [00:02:07.518]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
2025-08-20T18:58:30.7747571Z [00:02:07.522]➜  go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
2025-08-20T18:58:30.8135913Z [00:02:07.561]➜  go: downloading github.com/moby/sys/mountinfo v0.7.2
2025-08-20T18:58:30.8137038Z [00:02:07.561]➜  go: downloading github.com/moby/patternmatcher v0.6.0
2025-08-20T18:58:30.8159895Z [00:02:07.563]➜  go: downloading github.com/moby/sys/sequential v0.6.0
2025-08-20T18:58:30.8738723Z [00:02:07.621]➜  go: downloading github.com/moby/sys/userns v0.1.0
2025-08-20T18:58:30.8739353Z [00:02:07.621]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
2025-08-20T18:58:30.8740321Z [00:02:07.621]➜  go: downloading github.com/moby/sys/user v0.3.0
2025-08-20T18:58:30.8740742Z [00:02:07.621]➜  go: downloading github.com/opencontainers/selinux v1.11.0
2025-08-20T18:58:30.8820831Z [00:02:07.629]➜  go: downloading github.com/moby/sys/mount v0.3.4
2025-08-20T18:58:30.8836966Z [00:02:07.631]➜  go: downloading github.com/containerd/containerd v1.7.27
2025-08-20T18:58:31.0945222Z [00:02:07.842]➜  go: downloading github.com/containerd/platforms v0.2.1
2025-08-20T18:58:31.0945763Z [00:02:07.842]➜  go: downloading github.com/containerd/typeurl/v2 v2.2.0
2025-08-20T18:58:31.0946196Z [00:02:07.842]➜  go: downloading github.com/containerd/ttrpc v1.2.7
2025-08-20T18:58:31.0946595Z [00:02:07.842]➜  go: downloading github.com/Microsoft/hcsshim v0.12.6
2025-08-20T18:58:31.1045170Z [00:02:07.852]➜  go: downloading github.com/containerd/errdefs v0.3.0
2025-08-20T18:58:31.2067482Z [00:02:07.954]➜  go: downloading github.com/containerd/cgroups/v3 v3.0.3
2025-08-20T18:58:31.2713567Z [00:02:08.019]➜  + go generate ./...
2025-08-20T18:58:31.5021184Z [00:02:08.249]➜  + go build -C ./go/cmd/berty -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/berty
2025-08-20T18:58:31.5046897Z [00:02:08.252]➜  WORK=/tmp/go-build693841089
2025-08-20T18:58:31.5603836Z [00:02:08.308]➜  # get https://proxy.golang.org/berty.tech/weshnet/v2/@v/v2.0.4.info
2025-08-20T18:58:31.5605870Z [00:02:08.308]➜  # get https://proxy.golang.org/github.com/golang/protobuf/@v/v1.5.4.info
2025-08-20T18:58:31.6433240Z [00:02:08.391]➜  # get https://proxy.golang.org/github.com/golang/protobuf/@v/v1.5.4.info: 200 OK (0.083s)
2025-08-20T18:58:31.6437258Z [00:02:08.391]➜  # get https://proxy.golang.org/github.com/ipfs/go-datastore/@v/v0.6.0.info
2025-08-20T18:58:31.6437846Z [00:02:08.391]➜  # get https://proxy.golang.org/github.com/markbates/pkger/@v/v0.17.1.info
2025-08-20T18:58:31.6440721Z [00:02:08.392]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.info
2025-08-20T18:58:31.6508437Z [00:02:08.398]➜  # get https://proxy.golang.org/github.com/ipfs/go-datastore/@v/v0.6.0.info: 200 OK (0.007s)
2025-08-20T18:58:31.6516551Z [00:02:08.399]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.info: 200 OK (0.007s)
2025-08-20T18:58:31.6518886Z [00:02:08.399]➜  # get https://proxy.golang.org/github.com/markbates/pkger/@v/v0.17.1.info: 200 OK (0.008s)
2025-08-20T18:58:31.6541510Z [00:02:08.402]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20231012003039-104605ab7028.info
2025-08-20T18:58:31.6604932Z [00:02:08.408]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20231012003039-104605ab7028.info: 200 OK (0.007s)
2025-08-20T18:58:31.8168887Z [00:02:08.564]➜  # get https://proxy.golang.org/berty.tech/weshnet/v2/@v/v2.0.4.info: 200 OK (0.256s)
2025-08-20T18:58:31.8169736Z [00:02:08.564]➜  # get https://proxy.golang.org/berty.tech/go-ipfs-repo-encrypted/@v/v1.3.1-0.20240722095251-c6b363b38785.info
2025-08-20T18:58:31.8170766Z [00:02:08.564]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.21.0.info
2025-08-20T18:58:31.8171269Z [00:02:08.564]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.65.0.info
2025-08-20T18:58:31.8244232Z [00:02:08.572]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.21.0.info: 200 OK (0.008s)
2025-08-20T18:58:31.8245128Z [00:02:08.572]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.65.0.info: 200 OK (0.008s)
2025-08-20T18:58:31.8251484Z [00:02:08.573]➜  # get https://proxy.golang.org/github.com/improbable-eng/grpc-web/@v/v0.14.1.info
2025-08-20T18:58:31.8256001Z [00:02:08.573]➜  # get https://proxy.golang.org/github.com/gobuffalo/here/@v/v0.6.0.info
2025-08-20T18:58:31.8327484Z [00:02:08.580]➜  # get https://proxy.golang.org/github.com/gobuffalo/here/@v/v0.6.0.info: 200 OK (0.007s)
2025-08-20T18:58:31.8328246Z [00:02:08.580]➜  # get https://proxy.golang.org/github.com/berty/go-sqlcipher/v4/@v/v4.4.3-0.20220810151512-74ea78235b48.info
2025-08-20T18:58:31.8570201Z [00:02:08.604]➜  # get https://proxy.golang.org/berty.tech/go-ipfs-repo-encrypted/@v/v1.3.1-0.20240722095251-c6b363b38785.info: 200 OK (0.040s)
2025-08-20T18:58:31.8577160Z [00:02:08.605]➜  # get https://proxy.golang.org/github.com/d4ryl00/go-multiaddr/@v/v0.0.0-20240808141024-75af21abbfc1.info
2025-08-20T18:58:31.8581363Z [00:02:08.606]➜  # get https://proxy.golang.org/gorm.io/gorm/@v/v1.25.0.info
2025-08-20T18:58:32.0016632Z [00:02:08.749]➜  # get https://proxy.golang.org/github.com/improbable-eng/grpc-web/@v/v0.14.1.info: 200 OK (0.176s)
2025-08-20T18:58:32.0020698Z [00:02:08.750]➜  # get https://proxy.golang.org/github.com/fabiokung/shm/@v/v0.0.0-20150728212823-2852b0d79bae.info
2025-08-20T18:58:32.0078397Z [00:02:08.755]➜  # get https://proxy.golang.org/github.com/berty/go-sqlcipher/v4/@v/v4.4.3-0.20220810151512-74ea78235b48.info: 200 OK (0.175s)
2025-08-20T18:58:32.0081877Z [00:02:08.756]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info
2025-08-20T18:58:32.0151994Z [00:02:08.763]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.0155786Z [00:02:08.763]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T18:58:32.0229285Z [00:02:08.770]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.0234859Z [00:02:08.771]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.35.2.info
2025-08-20T18:58:32.0236684Z [00:02:08.771]➜  # get https://proxy.golang.org/github.com/d4ryl00/go-multiaddr/@v/v0.0.0-20240808141024-75af21abbfc1.info: 200 OK (0.166s)
2025-08-20T18:58:32.0298180Z [00:02:08.777]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.35.2.info: 200 OK (0.007s)
2025-08-20T18:58:32.0300926Z [00:02:08.778]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.4.0.info
2025-08-20T18:58:32.0306631Z [00:02:08.778]➜  # get https://proxy.golang.org/github.com/ipfs/kubo/@v/v0.29.0.info
2025-08-20T18:58:32.0318413Z [00:02:08.779]➜  # get https://proxy.golang.org/gorm.io/gorm/@v/v1.25.0.info: 200 OK (0.174s)
2025-08-20T18:58:32.0324317Z [00:02:08.780]➜  # get https://proxy.golang.org/github.com/gen2brain/beeep/@v/v0.0.0-20200526185328-e9c15c258e28.info
2025-08-20T18:58:32.0372566Z [00:02:08.785]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.4.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.0396148Z [00:02:08.787]➜  # get https://proxy.golang.org/github.com/gen2brain/beeep/@v/v0.0.0-20200526185328-e9c15c258e28.info: 200 OK (0.007s)
2025-08-20T18:58:32.0403837Z [00:02:08.788]➜  # get https://proxy.golang.org/github.com/ipfs/go-cid/@v/v0.4.1.info
2025-08-20T18:58:32.0471182Z [00:02:08.795]➜  # get https://proxy.golang.org/github.com/ipfs/go-cid/@v/v0.4.1.info: 200 OK (0.007s)
2025-08-20T18:58:32.0478217Z [00:02:08.795]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.28.0.info
2025-08-20T18:58:32.0548165Z [00:02:08.802]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.28.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.0557699Z [00:02:08.803]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T18:58:32.0628263Z [00:02:08.810]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.007s)
2025-08-20T18:58:32.0636992Z [00:02:08.811]➜  # get https://proxy.golang.org/github.com/fabiokung/shm/@v/v0.0.0-20150728212823-2852b0d79bae.info: 200 OK (0.062s)
2025-08-20T18:58:32.0639048Z [00:02:08.811]➜  # get https://proxy.golang.org/github.com/jbenet/goprocess/@v/v0.1.4.info
2025-08-20T18:58:32.0706451Z [00:02:08.818]➜  # get https://proxy.golang.org/github.com/jbenet/goprocess/@v/v0.1.4.info: 200 OK (0.007s)
2025-08-20T18:58:32.0717703Z [00:02:08.819]➜  # get https://proxy.golang.org/github.com/gofrs/uuid/@v/v4.3.1+incompatible.info
2025-08-20T18:58:32.0787447Z [00:02:08.826]➜  # get https://proxy.golang.org/github.com/gofrs/uuid/@v/v4.3.1+incompatible.info: 200 OK (0.007s)
2025-08-20T18:58:32.0792075Z [00:02:08.827]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20240823204242-4ba0660f739c.info
2025-08-20T18:58:32.1997335Z [00:02:08.947]➜  # get https://proxy.golang.org/github.com/ipfs/kubo/@v/v0.29.0.info: 200 OK (0.169s)
2025-08-20T18:58:32.2001345Z [00:02:08.948]➜  # get https://proxy.golang.org/github.com/eknkc/basex/@v/v1.0.1.info
2025-08-20T18:58:32.2002011Z [00:02:08.948]➜  # get https://proxy.golang.org/berty.tech/go-orbit-db/@v/v1.22.2-0.20240719144258-ec7d1faaca68.info
2025-08-20T18:58:32.2002642Z [00:02:08.948]➜  # get https://proxy.golang.org/github.com/srikrsna/protoc-gen-gotag/@v/v1.0.1.info
2025-08-20T18:58:32.2075671Z [00:02:08.955]➜  # get https://proxy.golang.org/github.com/eknkc/basex/@v/v1.0.1.info: 200 OK (0.008s)
2025-08-20T18:58:32.2079907Z [00:02:08.956]➜  # get https://proxy.golang.org/github.com/godbus/dbus/v5/@v/v5.1.0.info
2025-08-20T18:58:32.2148462Z [00:02:08.962]➜  # get https://proxy.golang.org/github.com/godbus/dbus/v5/@v/v5.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.2153865Z [00:02:08.963]➜  # get https://proxy.golang.org/github.com/ipfs/boxo/@v/v0.20.0.info
2025-08-20T18:58:32.2481992Z [00:02:08.996]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20240823204242-4ba0660f739c.info: 200 OK (0.169s)
2025-08-20T18:58:32.2505521Z [00:02:08.998]➜  # get https://proxy.golang.org/moul.io/srand/@v/v1.6.1.info
2025-08-20T18:58:32.2543116Z [00:02:09.002]➜  # get https://proxy.golang.org/berty.tech/go-orbit-db/@v/v1.22.2-0.20240719144258-ec7d1faaca68.info: 200 OK (0.054s)
2025-08-20T18:58:32.2555507Z [00:02:09.003]➜  # get https://proxy.golang.org/github.com/mr-tron/base58/@v/v1.2.0.info
2025-08-20T18:58:32.2629779Z [00:02:09.010]➜  # get https://proxy.golang.org/github.com/mr-tron/base58/@v/v1.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.2635264Z [00:02:09.011]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p/@v/v0.34.1.info
2025-08-20T18:58:32.3881102Z [00:02:09.135]➜  # get https://proxy.golang.org/github.com/srikrsna/protoc-gen-gotag/@v/v1.0.1.info: 200 OK (0.188s)
2025-08-20T18:58:32.3915225Z [00:02:09.139]➜  # get https://proxy.golang.org/github.com/ipfs/boxo/@v/v0.20.0.info: 200 OK (0.176s)
2025-08-20T18:58:32.3922599Z [00:02:09.140]➜  # get https://proxy.golang.org/github.com/oklog/run/@v/v1.1.0.info
2025-08-20T18:58:32.3928052Z [00:02:09.140]➜  # get https://proxy.golang.org/berty.tech/go-ipfs-log/@v/v1.10.3-0.20240719141234-29e2d26e2aeb.info
2025-08-20T18:58:32.3992148Z [00:02:09.147]➜  # get https://proxy.golang.org/github.com/oklog/run/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.3995723Z [00:02:09.147]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.31.0.info
2025-08-20T18:58:32.4021051Z [00:02:09.150]➜  # get https://proxy.golang.org/moul.io/srand/@v/v1.6.1.info: 200 OK (0.153s)
2025-08-20T18:58:32.4025976Z [00:02:09.150]➜  # get https://proxy.golang.org/github.com/its%21turnip/dishooks/@v/v0.0.0-20200206125049-b4fc7c7b042e.info
2025-08-20T18:58:32.4063456Z [00:02:09.154]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.31.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.4072845Z [00:02:09.155]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T18:58:32.4141858Z [00:02:09.162]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.4387105Z [00:02:09.186]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p/@v/v0.34.1.info: 200 OK (0.175s)
2025-08-20T18:58:32.4392774Z [00:02:09.187]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.33.0.info
2025-08-20T18:58:32.4459001Z [00:02:09.193]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.33.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.4462955Z [00:02:09.194]➜  # get https://proxy.golang.org/github.com/ipfs/go-log/v2/@v/v2.5.1.info
2025-08-20T18:58:32.4537843Z [00:02:09.201]➜  # get https://proxy.golang.org/github.com/ipfs/go-log/v2/@v/v2.5.1.info: 200 OK (0.007s)
2025-08-20T18:58:32.5672478Z [00:02:09.315]➜  # get https://proxy.golang.org/berty.tech/go-ipfs-log/@v/v1.10.3-0.20240719141234-29e2d26e2aeb.info: 200 OK (0.174s)
2025-08-20T18:58:32.5677273Z [00:02:09.315]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.0.0.info
2025-08-20T18:58:32.5677873Z [00:02:09.315]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-cmds/@v/v0.11.0.info
2025-08-20T18:58:32.5678517Z [00:02:09.315]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/@v/v0.3.2.info
2025-08-20T18:58:32.5746036Z [00:02:09.322]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.5750516Z [00:02:09.323]➜  # get https://proxy.golang.org/github.com/skip2/go-qrcode/@v/v0.0.0-20200617195104-da1b6568686e.info
2025-08-20T18:58:32.5757934Z [00:02:09.323]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/@v/v0.3.2.info: 200 OK (0.008s)
2025-08-20T18:58:32.5764110Z [00:02:09.324]➜  # get https://proxy.golang.org/firebase.google.com/go/v4/@v/v4.12.0.info
2025-08-20T18:58:32.5837638Z [00:02:09.331]➜  # get https://proxy.golang.org/firebase.google.com/go/v4/@v/v4.12.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.5852101Z [00:02:09.333]➜  # get https://proxy.golang.org/github.com/ipfs/go-log/@v/v1.0.5.info
2025-08-20T18:58:32.5877124Z [00:02:09.335]➜  # get https://proxy.golang.org/github.com/skip2/go-qrcode/@v/v0.0.0-20200617195104-da1b6568686e.info: 200 OK (0.013s)
2025-08-20T18:58:32.5881360Z [00:02:09.336]➜  # get https://proxy.golang.org/github.com/piprate/json-gold/@v/v0.4.2.info
2025-08-20T18:58:32.5896280Z [00:02:09.337]➜  # get https://proxy.golang.org/github.com/its%21turnip/dishooks/@v/v0.0.0-20200206125049-b4fc7c7b042e.info: 200 OK (0.187s)
2025-08-20T18:58:32.5902021Z [00:02:09.338]➜  # get https://proxy.golang.org/github.com/jinzhu/now/@v/v1.1.5.info
2025-08-20T18:58:32.5918607Z [00:02:09.339]➜  # get https://proxy.golang.org/github.com/ipfs/go-log/@v/v1.0.5.info: 200 OK (0.007s)
2025-08-20T18:58:32.5921410Z [00:02:09.340]➜  # get https://proxy.golang.org/contrib.go.opencensus.io/exporter/prometheus/@v/v0.4.2.info
2025-08-20T18:58:32.5968472Z [00:02:09.344]➜  # get https://proxy.golang.org/github.com/jinzhu/now/@v/v1.1.5.info: 200 OK (0.007s)
2025-08-20T18:58:32.5971318Z [00:02:09.345]➜  # get https://proxy.golang.org/github.com/desertbit/timer/@v/v0.0.0-20180107155436-c41aec40b27f.info
2025-08-20T18:58:32.5988316Z [00:02:09.346]➜  # get https://proxy.golang.org/contrib.go.opencensus.io/exporter/prometheus/@v/v0.4.2.info: 200 OK (0.007s)
2025-08-20T18:58:32.5991094Z [00:02:09.347]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info
2025-08-20T18:58:32.6038640Z [00:02:09.351]➜  # get https://proxy.golang.org/github.com/desertbit/timer/@v/v0.0.0-20180107155436-c41aec40b27f.info: 200 OK (0.007s)
2025-08-20T18:58:32.6042881Z [00:02:09.352]➜  # get https://proxy.golang.org/cloud.google.com/go/firestore/@v/v1.14.0.info
2025-08-20T18:58:32.6058385Z [00:02:09.353]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info: 200 OK (0.007s)
2025-08-20T18:58:32.6074001Z [00:02:09.355]➜  # get https://proxy.golang.org/berty.tech/ipfs-webui-packed/@v/v1.0.0-v2.11.4-1.info
2025-08-20T18:58:32.6110049Z [00:02:09.358]➜  # get https://proxy.golang.org/cloud.google.com/go/firestore/@v/v1.14.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.6118249Z [00:02:09.359]➜  # get https://proxy.golang.org/github.com/rs/cors/@v/v1.11.0.info
2025-08-20T18:58:32.6186717Z [00:02:09.366]➜  # get https://proxy.golang.org/github.com/rs/cors/@v/v1.11.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.6190838Z [00:02:09.367]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info
2025-08-20T18:58:32.6259980Z [00:02:09.373]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info: 200 OK (0.007s)
2025-08-20T18:58:32.6263244Z [00:02:09.374]➜  # get https://proxy.golang.org/github.com/gdamore/tcell/@v/v1.4.0.info
2025-08-20T18:58:32.7447405Z [00:02:09.492]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-cmds/@v/v0.11.0.info: 200 OK (0.177s)
2025-08-20T18:58:32.7453648Z [00:02:09.493]➜  # get https://proxy.golang.org/github.com/multiformats/go-multibase/@v/v0.2.0.info
2025-08-20T18:58:32.7521193Z [00:02:09.500]➜  # get https://proxy.golang.org/github.com/multiformats/go-multibase/@v/v0.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.7528936Z [00:02:09.500]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T18:58:32.7595131Z [00:02:09.507]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.007s)
2025-08-20T18:58:32.7611449Z [00:02:09.509]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-sql/@v/v0.3.0.info
2025-08-20T18:58:32.7653757Z [00:02:09.513]➜  # get https://proxy.golang.org/github.com/piprate/json-gold/@v/v0.4.2.info: 200 OK (0.177s)
2025-08-20T18:58:32.7928628Z [00:02:09.540]➜  # get https://proxy.golang.org/berty.tech/ipfs-webui-packed/@v/v1.0.0-v2.11.4-1.info: 200 OK (0.185s)
2025-08-20T18:58:32.7936579Z [00:02:09.541]➜  # get https://proxy.golang.org/github.com/multiformats/go-multihash/@v/v0.2.3.info
2025-08-20T18:58:32.8004355Z [00:02:09.548]➜  # get https://proxy.golang.org/github.com/multiformats/go-multihash/@v/v0.2.3.info: 200 OK (0.007s)
2025-08-20T18:58:32.8013468Z [00:02:09.549]➜  # get https://proxy.golang.org/github.com/gdamore/tcell/@v/v1.4.0.info: 200 OK (0.175s)
2025-08-20T18:58:32.8020218Z [00:02:09.549]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/models/@v/v0.0.0-20230501135648-a9a7ad029347.info
2025-08-20T18:58:32.8021078Z [00:02:09.549]➜  # get https://proxy.golang.org/github.com/libp2p/zeroconf/v2/@v/v2.2.0.info
2025-08-20T18:58:32.8026832Z [00:02:09.550]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.19.1.info
2025-08-20T18:58:32.8088747Z [00:02:09.556]➜  # get https://proxy.golang.org/github.com/libp2p/zeroconf/v2/@v/v2.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.8092610Z [00:02:09.557]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/models/@v/v0.0.0-20230501135648-a9a7ad029347.info: 200 OK (0.007s)
2025-08-20T18:58:32.8096211Z [00:02:09.557]➜  # get https://proxy.golang.org/github.com/sideshow/apns2/@v/v0.23.0.info
2025-08-20T18:58:32.8098126Z [00:02:09.557]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.19.1.info: 200 OK (0.007s)
2025-08-20T18:58:32.8105225Z [00:02:09.558]➜  # get https://proxy.golang.org/github.com/multiformats/go-varint/@v/v0.0.7.info
2025-08-20T18:58:32.8163645Z [00:02:09.564]➜  # get https://proxy.golang.org/github.com/sideshow/apns2/@v/v0.23.0.info: 200 OK (0.007s)
2025-08-20T18:58:32.8173957Z [00:02:09.565]➜  # get https://proxy.golang.org/github.com/multiformats/go-varint/@v/v0.0.7.info: 200 OK (0.007s)
2025-08-20T18:58:32.8179080Z [00:02:09.565]➜  # get https://proxy.golang.org/github.com/berty/go-libp2p-rendezvous/@v/v0.5.1.info
2025-08-20T18:58:32.8180079Z [00:02:09.566]➜  # get https://proxy.golang.org/moul.io/zapgorm2/@v/v1.1.1.info
2025-08-20T18:58:32.9271119Z [00:02:09.675]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-sql/@v/v0.3.0.info: 200 OK (0.166s)
2025-08-20T18:58:32.9273386Z [00:02:09.675]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-keystore/@v/v0.1.0.info
2025-08-20T18:58:32.9275551Z [00:02:09.675]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/kmscrypto/@v/v0.0.0-20230427134832-0c9969493bd3.info
2025-08-20T18:58:32.9359936Z [00:02:09.683]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/kmscrypto/@v/v0.0.0-20230427134832-0c9969493bd3.info: 200 OK (0.008s)
2025-08-20T18:58:32.9363749Z [00:02:09.684]➜  # get https://proxy.golang.org/github.com/mdp/qrterminal/v3/@v/v3.0.0.info
2025-08-20T18:58:32.9907996Z [00:02:09.738]➜  # get https://proxy.golang.org/github.com/berty/go-libp2p-rendezvous/@v/v0.5.1.info: 200 OK (0.173s)
2025-08-20T18:58:32.9937819Z [00:02:09.741]➜  # get https://proxy.golang.org/github.com/btcsuite/btcd/@v/v0.22.1.info
2025-08-20T18:58:32.9943168Z [00:02:09.742]➜  # get https://proxy.golang.org/moul.io/zapgorm2/@v/v1.1.1.info: 200 OK (0.176s)
2025-08-20T18:58:32.9943847Z [00:02:09.742]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-keystore/@v/v0.1.0.info: 200 OK (0.067s)
2025-08-20T18:58:32.9956212Z [00:02:09.743]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub/@v/v0.11.1-0.20240711152552-e508d8643ddb.info
2025-08-20T18:58:32.9958817Z [00:02:09.743]➜  # get https://proxy.golang.org/github.com/benbjohnson/clock/@v/v1.3.5.info
2025-08-20T18:58:32.9990658Z [00:02:09.747]➜  # get https://proxy.golang.org/github.com/btcsuite/btcd/@v/v0.22.1.info: 200 OK (0.007s)
2025-08-20T18:58:32.9994745Z [00:02:09.747]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.29.0.info
2025-08-20T18:58:33.0026241Z [00:02:09.750]➜  # get https://proxy.golang.org/github.com/benbjohnson/clock/@v/v1.3.5.info: 200 OK (0.007s)
2025-08-20T18:58:33.0029374Z [00:02:09.750]➜  # get https://proxy.golang.org/github.com/prometheus/statsd_exporter/@v/v0.22.7.info
2025-08-20T18:58:33.0062782Z [00:02:09.754]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.29.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.0070166Z [00:02:09.755]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.9.0.info
2025-08-20T18:58:33.0098125Z [00:02:09.757]➜  # get https://proxy.golang.org/github.com/prometheus/statsd_exporter/@v/v0.22.7.info: 200 OK (0.007s)
2025-08-20T18:58:33.0103579Z [00:02:09.758]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20240823005443-9b4947da3948.info
2025-08-20T18:58:33.0139371Z [00:02:09.761]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.9.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.0145418Z [00:02:09.762]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20240823204242-4ba0660f739c.info
2025-08-20T18:58:33.0171244Z [00:02:09.765]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20240823005443-9b4947da3948.info: 200 OK (0.007s)
2025-08-20T18:58:33.0174510Z [00:02:09.765]➜  # get https://proxy.golang.org/moul.io/u/@v/v1.27.0.info
2025-08-20T18:58:33.0245011Z [00:02:09.772]➜  # get https://proxy.golang.org/moul.io/u/@v/v1.27.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.0250324Z [00:02:09.772]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T18:58:33.0317263Z [00:02:09.779]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.0324513Z [00:02:09.780]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-format/@v/v0.6.0.info
2025-08-20T18:58:33.0391897Z [00:02:09.787]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-format/@v/v0.6.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.0398551Z [00:02:09.787]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/spi/@v/v0.0.0-20230427134832-0c9969493bd3.info
2025-08-20T18:58:33.0467061Z [00:02:09.794]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/spi/@v/v0.0.0-20230427134832-0c9969493bd3.info: 200 OK (0.007s)
2025-08-20T18:58:33.0469185Z [00:02:09.794]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.112.1.info
2025-08-20T18:58:33.0535788Z [00:02:09.801]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.112.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.0606300Z [00:02:09.808]➜  # get https://proxy.golang.org/github.com/mdp/qrterminal/v3/@v/v3.0.0.info: 200 OK (0.124s)
2025-08-20T18:58:33.0610395Z [00:02:09.809]➜  # get https://proxy.golang.org/moul.io/openfiles/@v/v1.2.0.info
2025-08-20T18:58:33.0715232Z [00:02:09.819]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub/@v/v0.11.1-0.20240711152552-e508d8643ddb.info: 200 OK (0.076s)
2025-08-20T18:58:33.0723891Z [00:02:09.820]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info
2025-08-20T18:58:33.0790474Z [00:02:09.827]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/v4/@v/v4.3.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.0795934Z [00:02:09.827]➜  # get https://proxy.golang.org/github.com/ipfs/go-block-format/@v/v0.2.0.info
2025-08-20T18:58:33.0865883Z [00:02:09.834]➜  # get https://proxy.golang.org/github.com/ipfs/go-block-format/@v/v0.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.0868297Z [00:02:09.834]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T18:58:33.0922986Z [00:02:09.840]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20240823204242-4ba0660f739c.info: 200 OK (0.078s)
2025-08-20T18:58:33.0927764Z [00:02:09.840]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.29.0.info
2025-08-20T18:58:33.0931289Z [00:02:09.841]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info
2025-08-20T18:58:33.0937718Z [00:02:09.841]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.007s)
2025-08-20T18:58:33.0940740Z [00:02:09.842]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info
2025-08-20T18:58:33.0999741Z [00:02:09.847]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.29.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.1003735Z [00:02:09.848]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.59.info
2025-08-20T18:58:33.1008492Z [00:02:09.848]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.1011073Z [00:02:09.849]➜  # get https://proxy.golang.org/github.com/multiformats/go-base32/@v/v0.1.0.info
2025-08-20T18:58:33.1013734Z [00:02:09.849]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.1016729Z [00:02:09.849]➜  # get https://proxy.golang.org/github.com/rivo/tview/@v/v0.0.0-20200712113419-c65badfc3d92.info
2025-08-20T18:58:33.1074701Z [00:02:09.855]➜  # get https://proxy.golang.org/github.com/miekg/dns/@v/v1.1.59.info: 200 OK (0.007s)
2025-08-20T18:58:33.1082161Z [00:02:09.856]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/@v/v1.0.2.info
2025-08-20T18:58:33.1090782Z [00:02:09.856]➜  # get https://proxy.golang.org/github.com/multiformats/go-base32/@v/v0.1.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.1094247Z [00:02:09.857]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20240213162025-012b6fc9bca9.info
2025-08-20T18:58:33.1149743Z [00:02:09.862]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/@v/v1.0.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.1153685Z [00:02:09.863]➜  # get https://proxy.golang.org/moul.io/zapfilter/@v/v1.7.0.info
2025-08-20T18:58:33.1162587Z [00:02:09.864]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20240213162025-012b6fc9bca9.info: 200 OK (0.007s)
2025-08-20T18:58:33.1168931Z [00:02:09.864]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.0.info
2025-08-20T18:58:33.1240535Z [00:02:09.872]➜  # get https://proxy.golang.org/github.com/gdamore/encoding/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.1248876Z [00:02:09.872]➜  # get https://proxy.golang.org/cloud.google.com/go/longrunning/@v/v0.5.5.info
2025-08-20T18:58:33.1300394Z [00:02:09.878]➜  # get https://proxy.golang.org/moul.io/openfiles/@v/v1.2.0.info: 200 OK (0.069s)
2025-08-20T18:58:33.1303884Z [00:02:09.878]➜  # get https://proxy.golang.org/github.com/multiformats/go-multistream/@v/v0.5.0.info
2025-08-20T18:58:33.1325312Z [00:02:09.880]➜  # get https://proxy.golang.org/cloud.google.com/go/longrunning/@v/v0.5.5.info: 200 OK (0.008s)
2025-08-20T18:58:33.1329058Z [00:02:09.880]➜  # get https://proxy.golang.org/github.com/%21victoria%21metrics/fastcache/@v/v1.5.7.info
2025-08-20T18:58:33.1384089Z [00:02:09.886]➜  # get https://proxy.golang.org/github.com/multiformats/go-multistream/@v/v0.5.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.1390366Z [00:02:09.887]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T18:58:33.1459027Z [00:02:09.893]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.1463618Z [00:02:09.894]➜  # get https://proxy.golang.org/github.com/ipld/go-ipld-prime/@v/v0.21.0.info
2025-08-20T18:58:33.1530624Z [00:02:09.901]➜  # get https://proxy.golang.org/github.com/ipld/go-ipld-prime/@v/v0.21.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.1533405Z [00:02:09.901]➜  # get https://proxy.golang.org/github.com/ipfs/bbloom/@v/v0.0.4.info
2025-08-20T18:58:33.1600593Z [00:02:09.908]➜  # get https://proxy.golang.org/github.com/ipfs/bbloom/@v/v0.0.4.info: 200 OK (0.007s)
2025-08-20T18:58:33.1611227Z [00:02:09.909]➜  # get https://proxy.golang.org/github.com/go-kit/log/@v/v0.2.1.info
2025-08-20T18:58:33.1678314Z [00:02:09.915]➜  # get https://proxy.golang.org/github.com/go-kit/log/@v/v0.2.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.1684823Z [00:02:09.916]➜  # get https://proxy.golang.org/github.com/multiformats/go-base36/@v/v0.2.0.info
2025-08-20T18:58:33.1690438Z [00:02:09.917]➜  # get https://proxy.golang.org/github.com/rivo/tview/@v/v0.0.0-20200712113419-c65badfc3d92.info: 200 OK (0.067s)
2025-08-20T18:58:33.1695330Z [00:02:09.917]➜  # get https://proxy.golang.org/moul.io/zapring/@v/v1.3.3.info
2025-08-20T18:58:33.1752508Z [00:02:09.923]➜  # get https://proxy.golang.org/github.com/multiformats/go-base36/@v/v0.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.1758923Z [00:02:09.923]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/storageutil/@v/v0.0.0-20230427134832-0c9969493bd3.info
2025-08-20T18:58:33.1819946Z [00:02:09.929]➜  # get https://proxy.golang.org/moul.io/zapfilter/@v/v1.7.0.info: 200 OK (0.067s)
2025-08-20T18:58:33.1827500Z [00:02:09.930]➜  # get https://proxy.golang.org/rsc.io/qr/@v/v0.2.0.info
2025-08-20T18:58:33.1897339Z [00:02:09.937]➜  # get https://proxy.golang.org/rsc.io/qr/@v/v0.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.1900757Z [00:02:09.938]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v3/@v/v3.0.4.info
2025-08-20T18:58:33.1967567Z [00:02:09.944]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v3/@v/v3.0.4.info: 200 OK (0.007s)
2025-08-20T18:58:33.1972579Z [00:02:09.945]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.0.info
2025-08-20T18:58:33.2035874Z [00:02:09.951]➜  # get https://proxy.golang.org/github.com/%21victoria%21metrics/fastcache/@v/v1.5.7.info: 200 OK (0.071s)
2025-08-20T18:58:33.2040672Z [00:02:09.952]➜  # get https://proxy.golang.org/github.com/opentracing/opentracing-go/@v/v1.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2041400Z [00:02:09.952]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-fmt/@v/v0.1.0.info
2025-08-20T18:58:33.2045412Z [00:02:09.952]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info
2025-08-20T18:58:33.2110873Z [00:02:09.959]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-fmt/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2120915Z [00:02:09.959]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2122101Z [00:02:09.959]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.29.0.info
2025-08-20T18:58:33.2122639Z [00:02:09.960]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.169.0.info
2025-08-20T18:58:33.2187779Z [00:02:09.966]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.29.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2193391Z [00:02:09.967]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.169.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2194038Z [00:02:09.967]➜  # get https://proxy.golang.org/github.com/%21micah%21parks/keyfunc/@v/v1.9.0.info
2025-08-20T18:58:33.2194756Z [00:02:09.967]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-cbor/@v/v0.1.0.info
2025-08-20T18:58:33.2260437Z [00:02:09.974]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-cbor/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2265495Z [00:02:09.974]➜  # get https://proxy.golang.org/github.com/%21micah%21parks/keyfunc/@v/v1.9.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2268456Z [00:02:09.974]➜  # get https://proxy.golang.org/github.com/multiformats/go-multicodec/@v/v0.9.0.info
2025-08-20T18:58:33.2282935Z [00:02:09.976]➜  # get https://proxy.golang.org/nhooyr.io/websocket/@v/v1.8.7.info
2025-08-20T18:58:33.2342079Z [00:02:09.982]➜  # get https://proxy.golang.org/github.com/multiformats/go-multicodec/@v/v0.9.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2346996Z [00:02:09.982]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/log/@v/v0.0.0-20230427134832-0c9969493bd3.info
2025-08-20T18:58:33.2351605Z [00:02:09.983]➜  # get https://proxy.golang.org/moul.io/zapring/@v/v1.3.3.info: 200 OK (0.066s)
2025-08-20T18:58:33.2357892Z [00:02:09.983]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info
2025-08-20T18:58:33.2358479Z [00:02:09.983]➜  # get https://proxy.golang.org/nhooyr.io/websocket/@v/v1.8.7.info: 200 OK (0.008s)
2025-08-20T18:58:33.2362065Z [00:02:09.984]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info
2025-08-20T18:58:33.2391736Z [00:02:09.987]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/storageutil/@v/v0.0.0-20230427134832-0c9969493bd3.info: 200 OK (0.063s)
2025-08-20T18:58:33.2407225Z [00:02:09.988]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.12.2.info
2025-08-20T18:58:33.2416753Z [00:02:09.989]➜  # get https://proxy.golang.org/github.com/hyperledger/aries-framework-go/component/log/@v/v0.0.0-20230427134832-0c9969493bd3.info: 200 OK (0.007s)
2025-08-20T18:58:33.2425279Z [00:02:09.990]➜  # get https://proxy.golang.org/github.com/crackcomm/go-gitignore/@v/v0.0.0-20231225121904-e25f5bc08668.info
2025-08-20T18:58:33.2427819Z [00:02:09.990]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.2432052Z [00:02:09.991]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-util/@v/v0.0.3.info
2025-08-20T18:58:33.2437189Z [00:02:09.991]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.2440941Z [00:02:09.992]➜  # get https://proxy.golang.org/github.com/maruel/circular/@v/v0.0.0-20200815005550-36e533b830e9.info
2025-08-20T18:58:33.2479826Z [00:02:09.995]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.12.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.2481750Z [00:02:09.996]➜  # get https://proxy.golang.org/github.com/pquerna/cachecontrol/@v/v0.1.0.info
2025-08-20T18:58:33.2491903Z [00:02:09.997]➜  # get https://proxy.golang.org/github.com/crackcomm/go-gitignore/@v/v0.0.0-20231225121904-e25f5bc08668.info: 200 OK (0.007s)
2025-08-20T18:58:33.2494871Z [00:02:09.997]➜  # get https://proxy.golang.org/moul.io/godev/@v/v1.7.0.info
2025-08-20T18:58:33.2504744Z [00:02:09.998]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-util/@v/v0.0.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.2509880Z [00:02:09.999]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T18:58:33.2550147Z [00:02:10.002]➜  # get https://proxy.golang.org/github.com/pquerna/cachecontrol/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2554882Z [00:02:10.003]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.20.0.info
2025-08-20T18:58:33.2575286Z [00:02:10.005]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2579970Z [00:02:10.006]➜  # get https://proxy.golang.org/github.com/polydawn/refmt/@v/v0.89.0.info
2025-08-20T18:58:33.2625375Z [00:02:10.010]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.20.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2648914Z [00:02:10.012]➜  # get https://proxy.golang.org/github.com/polydawn/refmt/@v/v0.89.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2660885Z [00:02:10.014]➜  # get https://proxy.golang.org/github.com/libp2p/go-buffer-pool/@v/v0.1.0.info
2025-08-20T18:58:33.2677410Z [00:02:10.015]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.38.0.info
2025-08-20T18:58:33.2729382Z [00:02:10.020]➜  # get https://proxy.golang.org/github.com/libp2p/go-buffer-pool/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2733531Z [00:02:10.021]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T18:58:33.2744567Z [00:02:10.022]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.38.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.2750474Z [00:02:10.023]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.info
2025-08-20T18:58:33.2800206Z [00:02:10.028]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3088993Z [00:02:10.056]➜  # get https://proxy.golang.org/github.com/maruel/circular/@v/v0.0.0-20200815005550-36e533b830e9.info: 200 OK (0.065s)
2025-08-20T18:58:33.3096297Z [00:02:10.057]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.10.0.info
2025-08-20T18:58:33.3165273Z [00:02:10.064]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.10.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3176409Z [00:02:10.065]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info
2025-08-20T18:58:33.3202335Z [00:02:10.068]➜  # get https://proxy.golang.org/moul.io/godev/@v/v1.7.0.info: 200 OK (0.071s)
2025-08-20T18:58:33.3206262Z [00:02:10.068]➜  # get https://proxy.golang.org/github.com/libp2p/go-flow-metrics/@v/v0.1.0.info
2025-08-20T18:58:33.3243196Z [00:02:10.072]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info: 200 OK (0.007s)
2025-08-20T18:58:33.3250530Z [00:02:10.073]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T18:58:33.3276634Z [00:02:10.075]➜  # get https://proxy.golang.org/github.com/libp2p/go-flow-metrics/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3279411Z [00:02:10.076]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info
2025-08-20T18:58:33.3317529Z [00:02:10.079]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.3350001Z [00:02:10.082]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.3355131Z [00:02:10.083]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.3.0.info
2025-08-20T18:58:33.3423393Z [00:02:10.090]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.0.3.info: 200 OK (0.067s)
2025-08-20T18:58:33.3429735Z [00:02:10.090]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.3.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3432387Z [00:02:10.091]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.8.info
2025-08-20T18:58:33.3439385Z [00:02:10.091]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info
2025-08-20T18:58:33.3452415Z [00:02:10.093]➜  # get https://proxy.golang.org/github.com/tj/assert/@v/v0.0.3.info
2025-08-20T18:58:33.3507489Z [00:02:10.098]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.8.info: 200 OK (0.007s)
2025-08-20T18:58:33.3515996Z [00:02:10.099]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.1.info: 200 OK (0.008s)
2025-08-20T18:58:33.3516665Z [00:02:10.099]➜  # get https://proxy.golang.org/github.com/tj/assert/@v/v0.0.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.3533324Z [00:02:10.101]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.53.0.info
2025-08-20T18:58:33.3533952Z [00:02:10.101]➜  # get https://proxy.golang.org/gopkg.in/square/go-jose.v2/@v/v2.6.0.info
2025-08-20T18:58:33.3534485Z [00:02:10.101]➜  # get https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.5.1.info
2025-08-20T18:58:33.3594911Z [00:02:10.107]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.53.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3604349Z [00:02:10.108]➜  # get https://proxy.golang.org/gopkg.in/square/go-jose.v2/@v/v2.6.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3605812Z [00:02:10.108]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info
2025-08-20T18:58:33.3606548Z [00:02:10.108]➜  # get https://proxy.golang.org/github.com/go-logfmt/logfmt/@v/v0.5.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.3607129Z [00:02:10.108]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.1.0.info
2025-08-20T18:58:33.3607901Z [00:02:10.108]➜  # get https://proxy.golang.org/lukechampine.com/blake3/@v/v1.3.0.info
2025-08-20T18:58:33.3608708Z [00:02:10.108]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info
2025-08-20T18:58:33.3670838Z [00:02:10.115]➜  # get https://proxy.golang.org/github.com/spaolacci/murmur3/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3682623Z [00:02:10.116]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3683335Z [00:02:10.116]➜  # get https://proxy.golang.org/lukechampine.com/blake3/@v/v1.3.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.3683947Z [00:02:10.116]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-leveldb/@v/v0.5.0.info
2025-08-20T18:58:33.3686148Z [00:02:10.116]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3692940Z [00:02:10.117]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.1.6.info
2025-08-20T18:58:33.3696334Z [00:02:10.117]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.3.info
2025-08-20T18:58:33.3698343Z [00:02:10.117]➜  # get https://proxy.golang.org/github.com/decred/dcrd/dcrec/secp256k1/v4/@v/v4.3.0.info
2025-08-20T18:58:33.3752950Z [00:02:10.123]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-leveldb/@v/v0.5.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3756800Z [00:02:10.123]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T18:58:33.3763432Z [00:02:10.124]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.1.6.info: 200 OK (0.007s)
2025-08-20T18:58:33.3772362Z [00:02:10.125]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.3773149Z [00:02:10.125]➜  # get https://proxy.golang.org/github.com/decred/dcrd/dcrec/secp256k1/v4/@v/v4.3.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3781403Z [00:02:10.126]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T18:58:33.3782626Z [00:02:10.126]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.0.info
2025-08-20T18:58:33.3800452Z [00:02:10.128]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-record/@v/v0.2.0.info
2025-08-20T18:58:33.3824418Z [00:02:10.130]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.3830829Z [00:02:10.131]➜  # get https://proxy.golang.org/github.com/whyrusleeping/chunker/@v/v0.0.0-20181014151217-fe64bd25879f.info
2025-08-20T18:58:33.3850429Z [00:02:10.133]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.3856214Z [00:02:10.133]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3858094Z [00:02:10.133]➜  # get https://proxy.golang.org/github.com/ipfs/go-metrics-interface/@v/v0.0.1.info
2025-08-20T18:58:33.3860542Z [00:02:10.134]➜  # get https://proxy.golang.org/go.uber.org/fx/@v/v1.21.1.info
2025-08-20T18:58:33.3866380Z [00:02:10.134]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-record/@v/v0.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.3876534Z [00:02:10.135]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-legacy/@v/v0.2.1.info
2025-08-20T18:58:33.3900142Z [00:02:10.138]➜  # get https://proxy.golang.org/github.com/whyrusleeping/chunker/@v/v0.0.0-20181014151217-fe64bd25879f.info: 200 OK (0.007s)
2025-08-20T18:58:33.3903431Z [00:02:10.138]➜  # get https://proxy.golang.org/github.com/pbnjay/memory/@v/v0.0.0-20210728143218-7b4eea64cf58.info
2025-08-20T18:58:33.3920950Z [00:02:10.140]➜  # get https://proxy.golang.org/github.com/ipfs/go-metrics-interface/@v/v0.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.3927572Z [00:02:10.140]➜  # get https://proxy.golang.org/go.uber.org/fx/@v/v1.21.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.3931748Z [00:02:10.141]➜  # get https://proxy.golang.org/github.com/ceramicnetwork/go-dag-jose/@v/v0.1.0.info
2025-08-20T18:58:33.3932457Z [00:02:10.141]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info
2025-08-20T18:58:33.3940037Z [00:02:10.141]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-legacy/@v/v0.2.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.3950424Z [00:02:10.143]➜  # get https://proxy.golang.org/github.com/gorilla/mux/@v/v1.8.1.info
2025-08-20T18:58:33.3969919Z [00:02:10.144]➜  # get https://proxy.golang.org/github.com/pbnjay/memory/@v/v0.0.0-20210728143218-7b4eea64cf58.info: 200 OK (0.007s)
2025-08-20T18:58:33.3989965Z [00:02:10.146]➜  # get https://proxy.golang.org/github.com/nyaruka/phonenumbers/@v/v1.0.75.info
2025-08-20T18:58:33.3999156Z [00:02:10.147]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info: 200 OK (0.007s)
2025-08-20T18:58:33.4006277Z [00:02:10.148]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-badger/@v/v0.3.0.info
2025-08-20T18:58:33.4018977Z [00:02:10.149]➜  # get https://proxy.golang.org/github.com/gorilla/mux/@v/v1.8.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.4022992Z [00:02:10.150]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.5.0.info
2025-08-20T18:58:33.4056973Z [00:02:10.153]➜  # get https://proxy.golang.org/github.com/nyaruka/phonenumbers/@v/v1.0.75.info: 200 OK (0.007s)
2025-08-20T18:58:33.4068476Z [00:02:10.154]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20231202071711-9a357b53e9c9.info
2025-08-20T18:58:33.4073336Z [00:02:10.155]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-badger/@v/v0.3.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.4081635Z [00:02:10.156]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.7.info
2025-08-20T18:58:33.4088470Z [00:02:10.156]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.5.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.4096837Z [00:02:10.157]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.1-0.20210819022825-2ae1ddf74ef7.info
2025-08-20T18:58:33.4143151Z [00:02:10.162]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20231202071711-9a357b53e9c9.info: 200 OK (0.007s)
2025-08-20T18:58:33.4149376Z [00:02:10.162]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.7.info: 200 OK (0.007s)
2025-08-20T18:58:33.4150005Z [00:02:10.162]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kad-dht/@v/v0.25.2.info
2025-08-20T18:58:33.4151868Z [00:02:10.163]➜  # get https://proxy.golang.org/github.com/ipld/go-codec-dagpb/@v/v1.6.0.info
2025-08-20T18:58:33.4163730Z [00:02:10.164]➜  # get https://proxy.golang.org/github.com/syndtr/goleveldb/@v/v1.0.1-0.20210819022825-2ae1ddf74ef7.info: 200 OK (0.007s)
2025-08-20T18:58:33.4172454Z [00:02:10.165]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-flatfs/@v/v0.5.1.info
2025-08-20T18:58:33.4219184Z [00:02:10.169]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kad-dht/@v/v0.25.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.4221220Z [00:02:10.170]➜  # get https://proxy.golang.org/github.com/ipld/go-codec-dagpb/@v/v1.6.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.4227154Z [00:02:10.170]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T18:58:33.4232518Z [00:02:10.171]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.17.9.info
2025-08-20T18:58:33.4241515Z [00:02:10.172]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-flatfs/@v/v0.5.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.4246501Z [00:02:10.172]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.49.0.info
2025-08-20T18:58:33.4298459Z [00:02:10.177]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.4303955Z [00:02:10.178]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.17.9.info: 200 OK (0.007s)
2025-08-20T18:58:33.4304965Z [00:02:10.178]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.54.0.info
2025-08-20T18:58:33.4307987Z [00:02:10.178]➜  # get https://proxy.golang.org/github.com/moul/ff/v3/@v/v3.0.1.info
2025-08-20T18:58:33.4316284Z [00:02:10.179]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.49.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.4328844Z [00:02:10.180]➜  # get https://proxy.golang.org/github.com/btcsuite/btcutil/@v/v1.0.3-0.20201208143702-a53e38424cce.info
2025-08-20T18:58:33.4370261Z [00:02:10.184]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.54.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.4398616Z [00:02:10.187]➜  # get https://proxy.golang.org/github.com/btcsuite/btcutil/@v/v1.0.3-0.20201208143702-a53e38424cce.info: 200 OK (0.007s)
2025-08-20T18:58:33.4405531Z [00:02:10.188]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-git/@v/v0.1.1.info
2025-08-20T18:58:33.4558157Z [00:02:10.203]➜  # get https://proxy.golang.org/github.com/ceramicnetwork/go-dag-jose/@v/v0.1.0.info: 200 OK (0.063s)
2025-08-20T18:58:33.4574163Z [00:02:10.205]➜  # get https://proxy.golang.org/github.com/teserakt-io/golang-ed25519/@v/v0.0.0-20210104091850-3888c087a4c8.info
2025-08-20T18:58:33.4941987Z [00:02:10.242]➜  # get https://proxy.golang.org/github.com/moul/ff/v3/@v/v3.0.1.info: 200 OK (0.063s)
2025-08-20T18:58:33.4947229Z [00:02:10.242]➜  # get https://proxy.golang.org/github.com/kilic/bls12-381/@v/v0.1.1-0.20210503002446-7b7597926c69.info
2025-08-20T18:58:33.4957217Z [00:02:10.243]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-asn-util/@v/v0.4.1.info
2025-08-20T18:58:33.4982711Z [00:02:10.246]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipld-git/@v/v0.1.1.info: 200 OK (0.058s)
2025-08-20T18:58:33.4989138Z [00:02:10.246]➜  # get https://proxy.golang.org/github.com/berty/emitter-go/@v/v0.0.0-20221031144724-5dae963c3622.info
2025-08-20T18:58:33.5015068Z [00:02:10.249]➜  # get https://proxy.golang.org/github.com/kilic/bls12-381/@v/v0.1.1-0.20210503002446-7b7597926c69.info: 200 OK (0.007s)
2025-08-20T18:58:33.5017216Z [00:02:10.249]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/@v/v0.0.12.info
2025-08-20T18:58:33.5026812Z [00:02:10.250]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-asn-util/@v/v0.4.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.5030508Z [00:02:10.251]➜  # get https://proxy.golang.org/go.uber.org/dig/@v/v1.17.1.info
2025-08-20T18:58:33.5100295Z [00:02:10.257]➜  # get https://proxy.golang.org/github.com/teserakt-io/golang-ed25519/@v/v0.0.0-20210104091850-3888c087a4c8.info: 200 OK (0.052s)
2025-08-20T18:58:33.5101481Z [00:02:10.257]➜  # get https://proxy.golang.org/go.uber.org/dig/@v/v1.17.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.5104009Z [00:02:10.258]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T18:58:33.5109026Z [00:02:10.258]➜  # get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20200117225306-7b5117fecadc.info
2025-08-20T18:58:33.5173658Z [00:02:10.265]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.007s)
2025-08-20T18:58:33.5179731Z [00:02:10.265]➜  # get https://proxy.golang.org/github.com/dgraph-io/badger/@v/v1.6.2.info
2025-08-20T18:58:33.5248483Z [00:02:10.272]➜  # get https://proxy.golang.org/github.com/dgraph-io/badger/@v/v1.6.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.5269698Z [00:02:10.274]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/ipfs/@v/v0.13.2-0.20231027223058-cde3b5ba964c.info
2025-08-20T18:58:33.5641604Z [00:02:10.312]➜  # get https://proxy.golang.org/github.com/berty/emitter-go/@v/v0.0.0-20221031144724-5dae963c3622.info: 200 OK (0.065s)
2025-08-20T18:58:33.5649188Z [00:02:10.312]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.7.info
2025-08-20T18:58:33.5680815Z [00:02:10.316]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/@v/v0.0.12.info: 200 OK (0.066s)
2025-08-20T18:58:33.5685282Z [00:02:10.316]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info
2025-08-20T18:58:33.5717368Z [00:02:10.319]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.7.info: 200 OK (0.007s)
2025-08-20T18:58:33.5721403Z [00:02:10.320]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-dns/@v/v0.3.1.info
2025-08-20T18:58:33.5752630Z [00:02:10.323]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.5763073Z [00:02:10.324]➜  # get https://proxy.golang.org/bazil.org/fuse/@v/v0.0.0-20200117225306-7b5117fecadc.info: 200 OK (0.065s)
2025-08-20T18:58:33.5769323Z [00:02:10.324]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub-router/@v/v0.6.0.info
2025-08-20T18:58:33.5796211Z [00:02:10.327]➜  # get https://proxy.golang.org/github.com/multiformats/go-multiaddr-dns/@v/v0.3.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.5805795Z [00:02:10.328]➜  # get https://proxy.golang.org/github.com/google/tink/go/@v/v1.7.0.info
2025-08-20T18:58:33.5811897Z [00:02:10.329]➜  # get https://proxy.golang.org/github.com/ipfs/go-cidutil/@v/v0.1.0.info
2025-08-20T18:58:33.5818502Z [00:02:10.329]➜  # get https://proxy.golang.org/github.com/ipfs-shipyard/nopfs/ipfs/@v/v0.13.2-0.20231027223058-cde3b5ba964c.info: 200 OK (0.055s)
2025-08-20T18:58:33.5828054Z [00:02:10.330]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor-gen/@v/v0.1.1.info
2025-08-20T18:58:33.5873121Z [00:02:10.335]➜  # get https://proxy.golang.org/github.com/google/tink/go/@v/v1.7.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.5878518Z [00:02:10.335]➜  # get https://proxy.golang.org/github.com/samber/lo/@v/v1.39.0.info
2025-08-20T18:58:33.5883084Z [00:02:10.336]➜  # get https://proxy.golang.org/github.com/ipfs/go-cidutil/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.5899934Z [00:02:10.338]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-routing-helpers/@v/v0.7.3.info
2025-08-20T18:58:33.5946353Z [00:02:10.342]➜  # get https://proxy.golang.org/github.com/samber/lo/@v/v1.39.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.5955412Z [00:02:10.343]➜  # get https://proxy.golang.org/github.com/whyrusleeping/base32/@v/v0.0.0-20170828182744-c30ac30633cc.info
2025-08-20T18:58:33.6022982Z [00:02:10.350]➜  # get https://proxy.golang.org/github.com/whyrusleeping/base32/@v/v0.0.0-20170828182744-c30ac30633cc.info: 200 OK (0.007s)
2025-08-20T18:58:33.6032456Z [00:02:10.351]➜  # get https://proxy.golang.org/github.com/google/gopacket/@v/v1.1.19.info
2025-08-20T18:58:33.6100237Z [00:02:10.357]➜  # get https://proxy.golang.org/github.com/google/gopacket/@v/v1.1.19.info: 200 OK (0.007s)
2025-08-20T18:58:33.6110575Z [00:02:10.359]➜  # get https://proxy.golang.org/github.com/libp2p/go-yamux/v4/@v/v4.0.1.info
2025-08-20T18:58:33.6177576Z [00:02:10.365]➜  # get https://proxy.golang.org/github.com/libp2p/go-yamux/v4/@v/v4.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.6181807Z [00:02:10.366]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-measure/@v/v0.2.0.info
2025-08-20T18:58:33.6250491Z [00:02:10.373]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-measure/@v/v0.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.6260448Z [00:02:10.374]➜  # get https://proxy.golang.org/moul.io/progress/@v/v1.4.0.info
2025-08-20T18:58:33.6362390Z [00:02:10.384]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-pubsub-router/@v/v0.6.0.info: 200 OK (0.059s)
2025-08-20T18:58:33.6378788Z [00:02:10.385]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kbucket/@v/v0.6.3.info
2025-08-20T18:58:33.6449561Z [00:02:10.392]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-kbucket/@v/v0.6.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.6454018Z [00:02:10.393]➜  # get https://proxy.golang.org/github.com/ipfs/go-fs-lock/@v/v0.0.7.info
2025-08-20T18:58:33.6499639Z [00:02:10.397]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor-gen/@v/v0.1.1.info: 200 OK (0.067s)
2025-08-20T18:58:33.6502966Z [00:02:10.398]➜  # get https://proxy.golang.org/github.com/jbenet/go-temp-err-catcher/@v/v0.1.0.info
2025-08-20T18:58:33.6520972Z [00:02:10.400]➜  # get https://proxy.golang.org/github.com/ipfs/go-fs-lock/@v/v0.0.7.info: 200 OK (0.007s)
2025-08-20T18:58:33.6540314Z [00:02:10.402]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-routing-helpers/@v/v0.7.3.info: 200 OK (0.063s)
2025-08-20T18:58:33.6541007Z [00:02:10.402]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonschema/@v/v1.2.0.info
2025-08-20T18:58:33.6544375Z [00:02:10.402]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-http/@v/v0.5.0.info
2025-08-20T18:58:33.6569420Z [00:02:10.404]➜  # get https://proxy.golang.org/github.com/jbenet/go-temp-err-catcher/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.6572307Z [00:02:10.405]➜  # get https://proxy.golang.org/github.com/ipfs/go-bitfield/@v/v1.1.0.info
2025-08-20T18:58:33.6608674Z [00:02:10.408]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonschema/@v/v1.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.6613601Z [00:02:10.409]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.2.info
2025-08-20T18:58:33.6642141Z [00:02:10.412]➜  # get https://proxy.golang.org/github.com/ipfs/go-bitfield/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.6654701Z [00:02:10.413]➜  # get https://proxy.golang.org/github.com/eclipse/paho.mqtt.golang/@v/v1.4.2.info
2025-08-20T18:58:33.6680515Z [00:02:10.416]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.6685717Z [00:02:10.416]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.info
2025-08-20T18:58:33.6720795Z [00:02:10.420]➜  # get https://proxy.golang.org/github.com/eclipse/paho.mqtt.golang/@v/v1.4.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.6742746Z [00:02:10.422]➜  # get https://proxy.golang.org/github.com/aead/ecdh/@v/v0.2.0.info
2025-08-20T18:58:33.6751289Z [00:02:10.423]➜  # get https://proxy.golang.org/github.com/fsnotify/fsnotify/@v/v1.7.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.6753624Z [00:02:10.423]➜  # get https://proxy.golang.org/github.com/grandcat/zeroconf/@v/v1.0.0.info
2025-08-20T18:58:33.6820298Z [00:02:10.430]➜  # get https://proxy.golang.org/github.com/grandcat/zeroconf/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.6822698Z [00:02:10.430]➜  # get https://proxy.golang.org/github.com/libp2p/go-msgio/@v/v0.3.0.info
2025-08-20T18:58:33.6895296Z [00:02:10.437]➜  # get https://proxy.golang.org/moul.io/progress/@v/v1.4.0.info: 200 OK (0.063s)
2025-08-20T18:58:33.6895963Z [00:02:10.437]➜  # get https://proxy.golang.org/github.com/libp2p/go-msgio/@v/v0.3.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.6907235Z [00:02:10.438]➜  # get https://proxy.golang.org/github.com/ipfs/go-libipfs/@v/v0.6.2.info
2025-08-20T18:58:33.6951141Z [00:02:10.443]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info
2025-08-20T18:58:33.7012334Z [00:02:10.449]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info: 200 OK (0.007s)
2025-08-20T18:58:33.7032518Z [00:02:10.451]➜  # get https://proxy.golang.org/github.com/libp2p/go-cidranger/@v/v1.1.0.info
2025-08-20T18:58:33.7101039Z [00:02:10.458]➜  # get https://proxy.golang.org/github.com/libp2p/go-cidranger/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.7118853Z [00:02:10.459]➜  # get https://proxy.golang.org/github.com/%21jorropo/jsync/@v/v1.0.1.info
2025-08-20T18:58:33.7186653Z [00:02:10.466]➜  # get https://proxy.golang.org/github.com/%21jorropo/jsync/@v/v1.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.7190349Z [00:02:10.467]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-http/@v/v0.5.0.info: 200 OK (0.065s)
2025-08-20T18:58:33.7200140Z [00:02:10.467]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonreference/@v/v0.0.0-20180127040603-bd5ef7bd5415.info
2025-08-20T18:58:33.7210415Z [00:02:10.469]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/@v/v2.2.1+incompatible.info
2025-08-20T18:58:33.7266389Z [00:02:10.474]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonreference/@v/v0.0.0-20180127040603-bd5ef7bd5415.info: 200 OK (0.007s)
2025-08-20T18:58:33.7277042Z [00:02:10.475]➜  # get https://proxy.golang.org/github.com/raulk/go-watchdog/@v/v1.3.0.info
2025-08-20T18:58:33.7277752Z [00:02:10.475]➜  # get https://proxy.golang.org/github.com/cenkalti/backoff/@v/v2.2.1+incompatible.info: 200 OK (0.007s)
2025-08-20T18:58:33.7281306Z [00:02:10.476]➜  # get https://proxy.golang.org/github.com/facebookgo/atomicfile/@v/v0.0.0-20151019160806-2de1f203e7d5.info
2025-08-20T18:58:33.7321144Z [00:02:10.480]➜  # get https://proxy.golang.org/github.com/aead/ecdh/@v/v0.2.0.info: 200 OK (0.058s)
2025-08-20T18:58:33.7337234Z [00:02:10.481]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-gostream/@v/v0.6.0.info
2025-08-20T18:58:33.7349481Z [00:02:10.482]➜  # get https://proxy.golang.org/github.com/facebookgo/atomicfile/@v/v0.0.0-20151019160806-2de1f203e7d5.info: 200 OK (0.007s)
2025-08-20T18:58:33.7362233Z [00:02:10.484]➜  # get https://proxy.golang.org/github.com/dgraph-io/ristretto/@v/v0.0.3.info
2025-08-20T18:58:33.7429740Z [00:02:10.490]➜  # get https://proxy.golang.org/github.com/dgraph-io/ristretto/@v/v0.0.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.7433937Z [00:02:10.491]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-ds-help/@v/v1.1.1.info
2025-08-20T18:58:33.7489768Z [00:02:10.496]➜  # get https://proxy.golang.org/github.com/ipfs/go-libipfs/@v/v0.6.2.info: 200 OK (0.058s)
2025-08-20T18:58:33.7500103Z [00:02:10.497]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info
2025-08-20T18:58:33.7500903Z [00:02:10.498]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-ds-help/@v/v1.1.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.7502176Z [00:02:10.498]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonpointer/@v/v0.0.0-20190905194746-02993c407bfb.info
2025-08-20T18:58:33.7575058Z [00:02:10.504]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info: 200 OK (0.007s)
2025-08-20T18:58:33.7576197Z [00:02:10.504]➜  # get https://proxy.golang.org/github.com/xeipuuv/gojsonpointer/@v/v0.0.0-20190905194746-02993c407bfb.info: 200 OK (0.007s)
2025-08-20T18:58:33.7576885Z [00:02:10.505]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/@v/v1.0.29.info
2025-08-20T18:58:33.7578157Z [00:02:10.505]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-redirects-file/@v/v0.1.1.info
2025-08-20T18:58:33.7646584Z [00:02:10.512]➜  # get https://proxy.golang.org/github.com/cheggaaa/pb/@v/v1.0.29.info: 200 OK (0.007s)
2025-08-20T18:58:33.7651006Z [00:02:10.513]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-redirects-file/@v/v0.1.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.7661019Z [00:02:10.513]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.1.info
2025-08-20T18:58:33.7664425Z [00:02:10.514]➜  # get https://proxy.golang.org/github.com/cskr/pubsub/@v/v1.0.2.info
2025-08-20T18:58:33.7734496Z [00:02:10.521]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.7735811Z [00:02:10.521]➜  # get https://proxy.golang.org/github.com/cskr/pubsub/@v/v1.0.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.7743887Z [00:02:10.522]➜  # get https://proxy.golang.org/github.com/elgris/jsondiff/@v/v0.0.0-20160530203242-765b5c24c302.info
2025-08-20T18:58:33.7748195Z [00:02:10.522]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info
2025-08-20T18:58:33.7818225Z [00:02:10.529]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.7822415Z [00:02:10.530]➜  # get https://proxy.golang.org/github.com/minio/sha256-simd/@v/v1.0.1.info
2025-08-20T18:58:33.7856008Z [00:02:10.533]➜  # get https://proxy.golang.org/github.com/raulk/go-watchdog/@v/v1.3.0.info: 200 OK (0.058s)
2025-08-20T18:58:33.7858623Z [00:02:10.533]➜  # get https://proxy.golang.org/github.com/flynn/noise/@v/v1.1.0.info
2025-08-20T18:58:33.7892330Z [00:02:10.537]➜  # get https://proxy.golang.org/github.com/minio/sha256-simd/@v/v1.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.7897632Z [00:02:10.537]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-keyspace/@v/v0.0.0-20160322163242-5b898ac5add1.info
2025-08-20T18:58:33.7898618Z [00:02:10.537]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-delay/@v/v0.0.1.info
2025-08-20T18:58:33.7926865Z [00:02:10.540]➜  # get https://proxy.golang.org/github.com/flynn/noise/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.7931830Z [00:02:10.541]➜  # get https://proxy.golang.org/github.com/%21andreas%21briese/bbloom/@v/v0.0.0-20190825152654-46b345b51c96.info
2025-08-20T18:58:33.7966012Z [00:02:10.544]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-keyspace/@v/v0.0.0-20160322163242-5b898ac5add1.info: 200 OK (0.007s)
2025-08-20T18:58:33.7973070Z [00:02:10.545]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-delay/@v/v0.0.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.7973709Z [00:02:10.545]➜  # get https://proxy.golang.org/github.com/ipfs/go-unixfsnode/@v/v1.9.0.info
2025-08-20T18:58:33.7974892Z [00:02:10.545]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-gostream/@v/v0.6.0.info: 200 OK (0.063s)
2025-08-20T18:58:33.7980981Z [00:02:10.546]➜  # get https://proxy.golang.org/github.com/libp2p/go-netroute/@v/v0.2.1.info
2025-08-20T18:58:33.7999827Z [00:02:10.547]➜  # get https://proxy.golang.org/github.com/%21andreas%21briese/bbloom/@v/v0.0.0-20190825152654-46b345b51c96.info: 200 OK (0.007s)
2025-08-20T18:58:33.8003642Z [00:02:10.548]➜  # get https://proxy.golang.org/github.com/ucarion/urlpath/@v/v0.0.0-20200424170820-7ccc79b76bbb.info
2025-08-20T18:58:33.8041587Z [00:02:10.552]➜  # get https://proxy.golang.org/github.com/ipfs/go-unixfsnode/@v/v1.9.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8050657Z [00:02:10.552]➜  # get https://proxy.golang.org/github.com/libp2p/go-netroute/@v/v0.2.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.8052397Z [00:02:10.553]➜  # get https://proxy.golang.org/github.com/libp2p/go-nat/@v/v0.2.0.info
2025-08-20T18:58:33.8052959Z [00:02:10.553]➜  # get https://proxy.golang.org/gonum.org/v1/gonum/@v/v0.15.0.info
2025-08-20T18:58:33.8067573Z [00:02:10.554]➜  # get https://proxy.golang.org/github.com/containerd/cgroups/@v/v1.1.0.info
2025-08-20T18:58:33.8075740Z [00:02:10.555]➜  # get https://proxy.golang.org/github.com/ucarion/urlpath/@v/v0.0.0-20200424170820-7ccc79b76bbb.info: 200 OK (0.007s)
2025-08-20T18:58:33.8076534Z [00:02:10.555]➜  # get https://proxy.golang.org/github.com/davidlazar/go-crypto/@v/v0.0.0-20200604182044-b73af7476f6c.info
2025-08-20T18:58:33.8154247Z [00:02:10.563]➜  # get https://proxy.golang.org/gonum.org/v1/gonum/@v/v0.15.0.info: 200 OK (0.010s)
2025-08-20T18:58:33.8169467Z [00:02:10.564]➜  # get https://proxy.golang.org/github.com/containerd/cgroups/@v/v1.1.0.info: 200 OK (0.010s)
2025-08-20T18:58:33.8170809Z [00:02:10.565]➜  # get https://proxy.golang.org/github.com/davidlazar/go-crypto/@v/v0.0.0-20200604182044-b73af7476f6c.info: 200 OK (0.009s)
2025-08-20T18:58:33.8171546Z [00:02:10.565]➜  # get https://proxy.golang.org/github.com/quic-go/quic-go/@v/v0.46.0.info
2025-08-20T18:58:33.8172077Z [00:02:10.565]➜  # get https://proxy.golang.org/github.com/blang/semver/v4/@v/v4.0.0.info
2025-08-20T18:58:33.8184212Z [00:02:10.566]➜  # get https://proxy.golang.org/github.com/ipfs/go-peertaskqueue/@v/v0.8.1.info
2025-08-20T18:58:33.8239362Z [00:02:10.571]➜  # get https://proxy.golang.org/github.com/quic-go/quic-go/@v/v0.46.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8245656Z [00:02:10.572]➜  # get https://proxy.golang.org/github.com/blang/semver/v4/@v/v4.0.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8246348Z [00:02:10.572]➜  # get https://proxy.golang.org/github.com/ipld/go-car/@v/v0.6.2.info
2025-08-20T18:58:33.8246891Z [00:02:10.572]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-xor/@v/v0.1.0.info
2025-08-20T18:58:33.8251116Z [00:02:10.573]➜  # get https://proxy.golang.org/github.com/ipfs/go-peertaskqueue/@v/v0.8.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.8253071Z [00:02:10.573]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-pq/@v/v0.0.3.info
2025-08-20T18:58:33.8313341Z [00:02:10.579]➜  # get https://proxy.golang.org/github.com/ipld/go-car/@v/v0.6.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.8320621Z [00:02:10.580]➜  # get https://proxy.golang.org/github.com/libp2p/go-libp2p-xor/@v/v0.1.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8324888Z [00:02:10.580]➜  # get https://proxy.golang.org/github.com/elastic/gosigar/@v/v0.14.2.info
2025-08-20T18:58:33.8325515Z [00:02:10.580]➜  # get https://proxy.golang.org/github.com/libp2p/go-reuseport/@v/v0.4.0.info
2025-08-20T18:58:33.8336469Z [00:02:10.581]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-pq/@v/v0.0.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.8347866Z [00:02:10.582]➜  # get https://proxy.golang.org/github.com/ipfs/go-merkledag/@v/v0.11.0.info
2025-08-20T18:58:33.8373926Z [00:02:10.585]➜  # get https://proxy.golang.org/github.com/elgris/jsondiff/@v/v0.0.0-20160530203242-765b5c24c302.info: 200 OK (0.063s)
2025-08-20T18:58:33.8380322Z [00:02:10.586]➜  # get https://proxy.golang.org/github.com/ipld/go-car/v2/@v/v2.13.1.info
2025-08-20T18:58:33.8391320Z [00:02:10.587]➜  # get https://proxy.golang.org/github.com/elastic/gosigar/@v/v0.14.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.8398446Z [00:02:10.587]➜  # get https://proxy.golang.org/github.com/libp2p/go-reuseport/@v/v0.4.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8401579Z [00:02:10.588]➜  # get https://proxy.golang.org/github.com/marten-seemann/tcp/@v/v0.0.0-20210406111302-dfbc87cc63fd.info
2025-08-20T18:58:33.8414497Z [00:02:10.589]➜  # get https://proxy.golang.org/github.com/ipfs/go-merkledag/@v/v0.11.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8417007Z [00:02:10.589]➜  # get https://proxy.golang.org/github.com/ipfs/go-blockservice/@v/v0.5.2.info
2025-08-20T18:58:33.8446420Z [00:02:10.592]➜  # get https://proxy.golang.org/github.com/ipld/go-car/v2/@v/v2.13.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.8455070Z [00:02:10.593]➜  # get https://proxy.golang.org/github.com/mikioh/tcpinfo/@v/v0.0.0-20190314235526-30a79bb1804b.info
2025-08-20T18:58:33.8461155Z [00:02:10.594]➜  # get https://proxy.golang.org/github.com/jinzhu/copier/@v/v0.0.0-20190924061706-b57f9002281a.info
2025-08-20T18:58:33.8475959Z [00:02:10.595]➜  # get https://proxy.golang.org/github.com/marten-seemann/tcp/@v/v0.0.0-20210406111302-dfbc87cc63fd.info: 200 OK (0.007s)
2025-08-20T18:58:33.8485117Z [00:02:10.596]➜  # get https://proxy.golang.org/github.com/ipfs/go-blockservice/@v/v0.5.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.8489360Z [00:02:10.596]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-blockstore/@v/v1.3.1.info
2025-08-20T18:58:33.8490019Z [00:02:10.596]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20200706080929-d51e80ef957d.info
2025-08-20T18:58:33.8520206Z [00:02:10.600]➜  # get https://proxy.golang.org/github.com/mikioh/tcpinfo/@v/v0.0.0-20190314235526-30a79bb1804b.info: 200 OK (0.007s)
2025-08-20T18:58:33.8528918Z [00:02:10.600]➜  # get https://proxy.golang.org/github.com/shibukawa/configdir/@v/v0.0.0-20170330084843-e180dbdc8da0.info
2025-08-20T18:58:33.8541112Z [00:02:10.602]➜  # get https://proxy.golang.org/github.com/jinzhu/copier/@v/v0.0.0-20190924061706-b57f9002281a.info: 200 OK (0.008s)
2025-08-20T18:58:33.8554219Z [00:02:10.603]➜  # get https://proxy.golang.org/github.com/coreos/go-systemd/v22/@v/v22.5.0.info
2025-08-20T18:58:33.8557937Z [00:02:10.603]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-blockstore/@v/v1.3.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.8562575Z [00:02:10.604]➜  # get https://proxy.golang.org/go.uber.org/atomic/@v/v1.11.0.info
2025-08-20T18:58:33.8567563Z [00:02:10.604]➜  # get https://proxy.golang.org/github.com/mgutz/ansi/@v/v0.0.0-20200706080929-d51e80ef957d.info: 200 OK (0.008s)
2025-08-20T18:58:33.8571377Z [00:02:10.605]➜  # get https://proxy.golang.org/github.com/mikioh/tcpopt/@v/v0.0.0-20190314235656-172688c1accc.info
2025-08-20T18:58:33.8620668Z [00:02:10.610]➜  # get https://proxy.golang.org/github.com/coreos/go-systemd/v22/@v/v22.5.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8624837Z [00:02:10.610]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.29.0.info
2025-08-20T18:58:33.8628970Z [00:02:10.610]➜  # get https://proxy.golang.org/go.uber.org/atomic/@v/v1.11.0.info: 200 OK (0.006s)
2025-08-20T18:58:33.8629609Z [00:02:10.610]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-exchange-interface/@v/v0.2.1.info
2025-08-20T18:58:33.8637894Z [00:02:10.611]➜  # get https://proxy.golang.org/github.com/mikioh/tcpopt/@v/v0.0.0-20190314235656-172688c1accc.info: 200 OK (0.007s)
2025-08-20T18:58:33.8640266Z [00:02:10.612]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.26.0.info
2025-08-20T18:58:33.8690502Z [00:02:10.617]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.29.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8696620Z [00:02:10.617]➜  # get https://proxy.golang.org/github.com/libp2p/go-nat/@v/v0.2.0.info: 200 OK (0.065s)
2025-08-20T18:58:33.8698060Z [00:02:10.617]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info
2025-08-20T18:58:33.8702638Z [00:02:10.618]➜  # get https://proxy.golang.org/github.com/ipfs/go-ipfs-exchange-interface/@v/v0.2.1.info: 200 OK (0.007s)
2025-08-20T18:58:33.8703296Z [00:02:10.618]➜  # get https://proxy.golang.org/github.com/ipfs/go-verifcid/@v/v0.0.3.info
2025-08-20T18:58:33.8703850Z [00:02:10.618]➜  # get https://proxy.golang.org/github.com/dgraph-io/badger/v2/@v/v2.2007.3.info
2025-08-20T18:58:33.8724982Z [00:02:10.620]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.26.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.8730651Z [00:02:10.621]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/@v/v1.26.0.info
2025-08-20T18:58:33.8769133Z [00:02:10.624]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8771285Z [00:02:10.625]➜  # get https://proxy.golang.org/github.com/ipfs/go-verifcid/@v/v0.0.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.8778887Z [00:02:10.625]➜  # get https://proxy.golang.org/github.com/dgraph-io/badger/v2/@v/v2.2007.3.info: 200 OK (0.007s)
2025-08-20T18:58:33.8781595Z [00:02:10.626]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/stdout/stdouttrace/@v/v1.26.0.info
2025-08-20T18:58:33.8783839Z [00:02:10.626]➜  # get https://proxy.golang.org/github.com/petar/%21go%21l%21l%21r%21b/@v/v0.0.0-20210522233825-ae3b015fd3e9.info
2025-08-20T18:58:33.8786463Z [00:02:10.626]➜  # get https://proxy.golang.org/github.com/opencontainers/runtime-spec/@v/v1.2.0.info
2025-08-20T18:58:33.8803858Z [00:02:10.628]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/@v/v1.26.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8805856Z [00:02:10.628]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T18:58:33.8855521Z [00:02:10.633]➜  # get https://proxy.golang.org/github.com/opencontainers/runtime-spec/@v/v1.2.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8861335Z [00:02:10.634]➜  # get https://proxy.golang.org/github.com/petar/%21go%21l%21l%21r%21b/@v/v0.0.0-20210522233825-ae3b015fd3e9.info: 200 OK (0.008s)
2025-08-20T18:58:33.8862250Z [00:02:10.634]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor/@v/v0.0.0-20171005072247-63513f603b11.info
2025-08-20T18:58:33.8862934Z [00:02:10.634]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.26.0.info
2025-08-20T18:58:33.8873829Z [00:02:10.635]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.007s)
2025-08-20T18:58:33.8880369Z [00:02:10.636]➜  # get https://proxy.golang.org/github.com/huin/goupnp/@v/v1.3.0.info
2025-08-20T18:58:33.8931900Z [00:02:10.641]➜  # get https://proxy.golang.org/github.com/whyrusleeping/cbor/@v/v0.0.0-20171005072247-63513f603b11.info: 200 OK (0.007s)
2025-08-20T18:58:33.8935739Z [00:02:10.641]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.26.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.8966921Z [00:02:10.644]➜  # get https://proxy.golang.org/github.com/libp2p/go-doh-resolver/@v/v0.4.0.info
2025-08-20T18:58:33.8967584Z [00:02:10.644]➜  # get https://proxy.golang.org/github.com/huin/goupnp/@v/v1.3.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.8982348Z [00:02:10.646]➜  # get https://proxy.golang.org/github.com/francoispqt/gojay/@v/v1.2.13.info
2025-08-20T18:58:33.8990068Z [00:02:10.647]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.26.0.info
2025-08-20T18:58:33.9013341Z [00:02:10.649]➜  # get https://proxy.golang.org/github.com/libp2p/go-doh-resolver/@v/v0.4.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.9047995Z [00:02:10.652]➜  # get https://proxy.golang.org/github.com/jackpal/go-nat-pmp/@v/v1.0.2.info
2025-08-20T18:58:33.9051890Z [00:02:10.653]➜  # get https://proxy.golang.org/github.com/francoispqt/gojay/@v/v1.2.13.info: 200 OK (0.007s)
2025-08-20T18:58:33.9059252Z [00:02:10.653]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.26.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.9065477Z [00:02:10.654]➜  # get https://proxy.golang.org/github.com/koron/go-ssdp/@v/v0.0.4.info
2025-08-20T18:58:33.9115293Z [00:02:10.659]➜  # get https://proxy.golang.org/github.com/jackpal/go-nat-pmp/@v/v1.0.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.9124456Z [00:02:10.660]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-badger2/@v/v0.1.3.info
2025-08-20T18:58:33.9134531Z [00:02:10.661]➜  # get https://proxy.golang.org/github.com/koron/go-ssdp/@v/v0.0.4.info: 200 OK (0.007s)
2025-08-20T18:58:33.9142835Z [00:02:10.662]➜  # get https://proxy.golang.org/github.com/shibukawa/configdir/@v/v0.0.0-20170330084843-e180dbdc8da0.info: 200 OK (0.061s)
2025-08-20T18:58:33.9144432Z [00:02:10.662]➜  # get https://proxy.golang.org/github.com/whyrusleeping/multiaddr-filter/@v/v0.0.0-20160516205228-e903e4adabd7.info
2025-08-20T18:58:33.9145789Z [00:02:10.662]➜  # get https://proxy.golang.org/go.opentelemetry.io/proto/otlp/@v/v1.2.0.info
2025-08-20T18:58:33.9147320Z [00:02:10.662]➜  # get https://proxy.golang.org/github.com/pion/ice/v2/@v/v2.3.24.info
2025-08-20T18:58:33.9219121Z [00:02:10.669]➜  # get https://proxy.golang.org/github.com/whyrusleeping/multiaddr-filter/@v/v0.0.0-20160516205228-e903e4adabd7.info: 200 OK (0.008s)
2025-08-20T18:58:33.9225197Z [00:02:10.670]➜  # get https://proxy.golang.org/go.opentelemetry.io/proto/otlp/@v/v1.2.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.9237937Z [00:02:10.671]➜  # get https://proxy.golang.org/github.com/openzipkin/zipkin-go/@v/v0.4.3.info
2025-08-20T18:58:33.9238676Z [00:02:10.671]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.20.0.info
2025-08-20T18:58:33.9239309Z [00:02:10.671]➜  # get https://proxy.golang.org/github.com/pion/ice/v2/@v/v2.3.24.info: 200 OK (0.009s)
2025-08-20T18:58:33.9241782Z [00:02:10.672]➜  # get https://proxy.golang.org/github.com/pion/dtls/v2/@v/v2.2.11.info
2025-08-20T18:58:33.9310050Z [00:02:10.678]➜  # get https://proxy.golang.org/github.com/openzipkin/zipkin-go/@v/v0.4.3.info: 200 OK (0.008s)
2025-08-20T18:58:33.9318194Z [00:02:10.679]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.20.0.info: 200 OK (0.008s)
2025-08-20T18:58:33.9325934Z [00:02:10.680]➜  # get https://proxy.golang.org/github.com/quic-go/webtransport-go/@v/v0.8.0.info
2025-08-20T18:58:33.9329327Z [00:02:10.680]➜  # get https://proxy.golang.org/github.com/pion/datachannel/@v/v1.5.6.info
2025-08-20T18:58:33.9402673Z [00:02:10.688]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/exporters/stdout/stdouttrace/@v/v1.26.0.info: 200 OK (0.062s)
2025-08-20T18:58:33.9409072Z [00:02:10.688]➜  # get https://proxy.golang.org/github.com/pion/logging/@v/v0.2.2.info
2025-08-20T18:58:33.9477136Z [00:02:10.695]➜  # get https://proxy.golang.org/github.com/pion/logging/@v/v0.2.2.info: 200 OK (0.007s)
2025-08-20T18:58:33.9486182Z [00:02:10.696]➜  # get https://proxy.golang.org/github.com/pion/webrtc/v3/@v/v3.2.40.info
2025-08-20T18:58:33.9553848Z [00:02:10.703]➜  # get https://proxy.golang.org/github.com/pion/webrtc/v3/@v/v3.2.40.info: 200 OK (0.007s)
2025-08-20T18:58:33.9564524Z [00:02:10.704]➜  # get https://proxy.golang.org/github.com/quic-go/qpack/@v/v0.4.0.info
2025-08-20T18:58:33.9633023Z [00:02:10.711]➜  # get https://proxy.golang.org/github.com/quic-go/qpack/@v/v0.4.0.info: 200 OK (0.007s)
2025-08-20T18:58:33.9724533Z [00:02:10.720]➜  # get https://proxy.golang.org/github.com/ipfs/go-ds-badger2/@v/v0.1.3.info: 200 OK (0.060s)
2025-08-20T18:58:33.9889396Z [00:02:10.736]➜  # get https://proxy.golang.org/github.com/pion/dtls/v2/@v/v2.2.11.info: 200 OK (0.065s)
2025-08-20T18:58:33.9902200Z [00:02:10.738]➜  # get https://proxy.golang.org/github.com/quic-go/webtransport-go/@v/v0.8.0.info: 200 OK (0.058s)
2025-08-20T18:58:33.9903336Z [00:02:10.738]➜  # get https://proxy.golang.org/github.com/pion/interceptor/@v/v0.1.29.info
2025-08-20T18:58:33.9905111Z [00:02:10.738]➜  # get https://proxy.golang.org/github.com/pion/transport/v2/@v/v2.2.5.info
2025-08-20T18:58:33.9936267Z [00:02:10.741]➜  # get https://proxy.golang.org/github.com/pion/datachannel/@v/v1.5.6.info: 200 OK (0.060s)
2025-08-20T18:58:33.9971076Z [00:02:10.745]➜  # get https://proxy.golang.org/github.com/pion/interceptor/@v/v0.1.29.info: 200 OK (0.007s)
2025-08-20T18:58:33.9976249Z [00:02:10.745]➜  # get https://proxy.golang.org/github.com/pion/randutil/@v/v0.1.0.info
2025-08-20T18:58:33.9976792Z [00:02:10.745]➜  # get https://proxy.golang.org/github.com/pion/rtcp/@v/v1.2.14.info
2025-08-20T18:58:33.9977759Z [00:02:10.745]➜  # get https://proxy.golang.org/github.com/pion/rtp/@v/v1.8.6.info
2025-08-20T18:58:34.0052856Z [00:02:10.753]➜  # get https://proxy.golang.org/github.com/pion/randutil/@v/v0.1.0.info: 200 OK (0.008s)
2025-08-20T18:58:34.0056212Z [00:02:10.753]➜  # get https://proxy.golang.org/github.com/pion/sctp/@v/v1.8.16.info
2025-08-20T18:58:34.0063625Z [00:02:10.754]➜  # get https://proxy.golang.org/github.com/pion/rtcp/@v/v1.2.14.info: 200 OK (0.009s)
2025-08-20T18:58:34.0123912Z [00:02:10.760]➜  # get https://proxy.golang.org/github.com/pion/sctp/@v/v1.8.16.info: 200 OK (0.007s)
2025-08-20T18:58:34.0129413Z [00:02:10.760]➜  # get https://proxy.golang.org/github.com/pion/sdp/v3/@v/v3.0.9.info
2025-08-20T18:58:34.0196533Z [00:02:10.767]➜  # get https://proxy.golang.org/github.com/pion/sdp/v3/@v/v3.0.9.info: 200 OK (0.007s)
2025-08-20T18:58:34.0543389Z [00:02:10.802]➜  # get https://proxy.golang.org/github.com/pion/transport/v2/@v/v2.2.5.info: 200 OK (0.064s)
2025-08-20T18:58:34.0550586Z [00:02:10.803]➜  # get https://proxy.golang.org/github.com/pion/stun/@v/v0.6.1.info
2025-08-20T18:58:34.0619433Z [00:02:10.809]➜  # get https://proxy.golang.org/github.com/pion/stun/@v/v0.6.1.info: 200 OK (0.007s)
2025-08-20T18:58:34.0625083Z [00:02:10.810]➜  # get https://proxy.golang.org/github.com/pion/mdns/@v/v0.0.12.info
2025-08-20T18:58:34.0696143Z [00:02:10.817]➜  # get https://proxy.golang.org/github.com/pion/mdns/@v/v0.0.12.info: 200 OK (0.007s)
2025-08-20T18:58:34.0697877Z [00:02:10.817]➜  # get https://proxy.golang.org/github.com/pion/rtp/@v/v1.8.6.info: 200 OK (0.072s)
2025-08-20T18:58:34.0703931Z [00:02:10.818]➜  # get https://proxy.golang.org/github.com/pion/srtp/v2/@v/v2.0.18.info
2025-08-20T18:58:34.0705668Z [00:02:10.818]➜  # get https://proxy.golang.org/github.com/pion/turn/v2/@v/v2.1.6.info
2025-08-20T18:58:34.0706369Z [00:02:10.818]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-sysinfo/@v/v0.0.0-20190219211824-4a357d4b90b1.info
2025-08-20T18:58:34.0707963Z [00:02:10.818]➜  # get https://proxy.golang.org/github.com/dgryski/go-farm/@v/v0.0.0-20190423205320-6a90982ecee2.info
2025-08-20T18:58:34.0770109Z [00:02:10.824]➜  # get https://proxy.golang.org/github.com/pion/srtp/v2/@v/v2.0.18.info: 200 OK (0.007s)
2025-08-20T18:58:34.0774105Z [00:02:10.825]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.4.1.info
2025-08-20T18:58:34.0776058Z [00:02:10.825]➜  # get https://proxy.golang.org/github.com/pion/turn/v2/@v/v2.1.6.info: 200 OK (0.007s)
2025-08-20T18:58:34.0787355Z [00:02:10.826]➜  # get https://proxy.golang.org/github.com/dgryski/go-farm/@v/v0.0.0-20190423205320-6a90982ecee2.info: 200 OK (0.008s)
2025-08-20T18:58:34.1366270Z [00:02:10.884]➜  # get https://proxy.golang.org/github.com/whyrusleeping/go-sysinfo/@v/v0.0.0-20190219211824-4a357d4b90b1.info: 200 OK (0.066s)
2025-08-20T18:58:34.1399803Z [00:02:10.887]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.4.1.info: 200 OK (0.063s)
2025-08-20T18:58:34.1579852Z [00:02:10.905]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO
2025-08-20T18:58:34.1580221Z [00:02:10.905]➜  git status --porcelain
2025-08-20T18:58:34.9601755Z [00:02:11.708]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO
2025-08-20T18:58:34.9602220Z [00:02:11.708]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T18:58:34.9618984Z [00:02:11.709]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git config extensions.objectformat
2025-08-20T18:58:34.9628795Z [00:02:11.710]➜  0.001s # cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git config extensions.objectformat
2025-08-20T18:58:34.9629673Z [00:02:11.710]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ca02b5e29064560009b3059ec3637af9941f3df6 --
2025-08-20T18:58:34.9777558Z [00:02:11.725]➜  0.015s # cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ca02b5e29064560009b3059ec3637af9941f3df6 --
2025-08-20T18:58:34.9779018Z [00:02:11.725]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ca02b5e29064560009b3059ec3637af9941f3df6
2025-08-20T18:58:35.0520049Z [00:02:11.799]➜  0.074s # cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged ca02b5e29064560009b3059ec3637af9941f3df6
2025-08-20T18:58:35.0520994Z [00:02:11.800]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ca02b5e29064 --
2025-08-20T18:58:35.0553703Z [00:02:11.803]➜  0.003s # cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' ca02b5e29064 --
2025-08-20T18:58:35.0554549Z [00:02:11.803]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git cat-file blob ca02b5e29064560009b3059ec3637af9941f3df6:go.mod
2025-08-20T18:58:35.0574384Z [00:02:11.805]➜  0.002s # cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git cat-file blob ca02b5e29064560009b3059ec3637af9941f3df6:go.mod
2025-08-20T18:58:35.0575340Z [00:02:11.805]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git cat-file blob ca02b5e29064560009b3059ec3637af9941f3df6:v2/go.mod
2025-08-20T18:58:35.0586847Z [00:02:11.806]➜  0.001s # cd /tmp/tmp.XtrEmgjbWw/TEMPREPO; git cat-file blob ca02b5e29064560009b3059ec3637af9941f3df6:v2/go.mod
2025-08-20T18:58:35.0675756Z [00:02:11.815]➜  internal/unsafeheader
2025-08-20T18:58:35.0676699Z [00:02:11.815]➜  internal/byteorder
2025-08-20T18:58:35.0677725Z [00:02:11.815]➜  mkdir -p $WORK/b015/
2025-08-20T18:58:35.0678652Z [00:02:11.815]➜  mkdir -p $WORK/b011/
2025-08-20T18:58:35.0685381Z [00:02:11.815]➜  internal/goarch
2025-08-20T18:58:35.0685692Z [00:02:11.815]➜  mkdir -p $WORK/b009/
2025-08-20T18:58:35.0686058Z [00:02:11.815]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T18:58:35.0686454Z [00:02:11.815]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.0688115Z [00:02:11.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b015=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T18:58:35.0689595Z [00:02:11.815]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T18:58:35.0691593Z [00:02:11.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b011=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T18:58:35.0693203Z [00:02:11.816]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T18:58:35.0695313Z [00:02:11.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b009=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T18:58:35.0706851Z [00:02:11.818]➜  internal/cpu
2025-08-20T18:58:35.0707333Z [00:02:11.818]➜  mkdir -p $WORK/b014/
2025-08-20T18:58:35.0717806Z [00:02:11.819]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T18:58:35.0718491Z [00:02:11.819]➜  cd /root/.go/src/internal/cpu
2025-08-20T18:58:35.0719914Z [00:02:11.819]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b014/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T18:58:35.0746888Z [00:02:11.822]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T18:58:35.0755107Z [00:02:11.823]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.0768841Z [00:02:11.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b014=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -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/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T18:58:35.0782678Z [00:02:11.825]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T18:58:35.0784090Z [00:02:11.825]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T18:58:35.0784955Z [00:02:11.825]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T18:58:35.0785567Z [00:02:11.825]➜  internal/coverage/rtcov
2025-08-20T18:58:35.0785843Z [00:02:11.825]➜  mkdir -p $WORK/b017/
2025-08-20T18:58:35.0786434Z [00:02:11.825]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T18:58:35.0787066Z [00:02:11.825]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T18:58:35.0788792Z [00:02:11.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b017=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T18:58:35.0790357Z [00:02:11.825]➜  internal/abi
2025-08-20T18:58:35.0790609Z [00:02:11.825]➜  mkdir -p $WORK/b008/
2025-08-20T18:58:35.0790925Z [00:02:11.826]➜  echo -n > $WORK/b008/go_asm.h # internal
2025-08-20T18:58:35.0791232Z [00:02:11.826]➜  cd /root/.go/src/internal/abi
2025-08-20T18:58:35.0792605Z [00:02:11.826]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b008/symabis ./abi_test.s ./stub.s
2025-08-20T18:58:35.0816914Z [00:02:11.828]➜  cat >/tmp/go-build693841089/b008/importcfg << 'EOF' # internal
2025-08-20T18:58:35.0817280Z [00:02:11.828]➜  # import config
2025-08-20T18:58:35.0817650Z [00:02:11.828]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.0817989Z [00:02:11.828]➜  EOF
2025-08-20T18:58:35.0818261Z [00:02:11.828]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.0821937Z [00:02:11.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b008=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b008/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack -asmhdr $WORK/b008/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T18:58:35.0885381Z [00:02:11.836]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T18:58:35.0899478Z [00:02:11.837]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T18:58:35.0902988Z [00:02:11.837]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T18:58:35.0903944Z [00:02:11.837]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T18:58:35.0904532Z [00:02:11.837]➜  internal/godebugs
2025-08-20T18:58:35.0904984Z [00:02:11.837]➜  mkdir -p $WORK/b018/
2025-08-20T18:58:35.0905339Z [00:02:11.837]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T18:58:35.0906952Z [00:02:11.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b018=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T18:58:35.0908321Z [00:02:11.837]➜  internal/goexperiment
2025-08-20T18:58:35.0908588Z [00:02:11.837]➜  mkdir -p $WORK/b019/
2025-08-20T18:58:35.0908926Z [00:02:11.837]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T18:58:35.0915503Z [00:02:11.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b019=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b019/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-20T18:58:35.0999353Z [00:02:11.847]➜  cd /root/.go/src/internal/cpu
2025-08-20T18:58:35.1003507Z [00:02:11.847]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/cpu.o ./cpu.s
2025-08-20T18:58:35.1049830Z [00:02:11.852]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T18:58:35.1055287Z [00:02:11.852]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b014=>" -I $WORK/b014/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b014/cpu_arm64.o ./cpu_arm64.s
2025-08-20T18:58:35.1056547Z [00:02:11.852]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T18:58:35.1061726Z [00:02:11.853]➜  internal/goos
2025-08-20T18:58:35.1061999Z [00:02:11.853]➜  mkdir -p $WORK/b020/
2025-08-20T18:58:35.1075098Z [00:02:11.855]➜  echo '# import config' > $WORK/b020/importcfg # internal
2025-08-20T18:58:35.1076413Z [00:02:11.855]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.1085305Z [00:02:11.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b020=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/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-20T18:58:35.1095013Z [00:02:11.857]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T18:58:35.1098344Z [00:02:11.857]➜  cd /root/.go/src/internal/cpu
2025-08-20T18:58:35.1099419Z [00:02:11.858]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/cpu.o $WORK/b014/cpu_arm64.o # internal
2025-08-20T18:58:35.1100696Z [00:02:11.858]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T18:58:35.1110756Z [00:02:11.859]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T18:58:35.1119231Z [00:02:11.859]➜  internal/bytealg
2025-08-20T18:58:35.1119525Z [00:02:11.859]➜  mkdir -p $WORK/b013/
2025-08-20T18:58:35.1128187Z [00:02:11.860]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T18:58:35.1131527Z [00:02:11.861]➜  cd /root/.go/src/internal/bytealg
2025-08-20T18:58:35.1132876Z [00:02:11.861]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T18:58:35.1163040Z [00:02:11.864]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T18:58:35.1164091Z [00:02:11.864]➜  internal/chacha8rand
2025-08-20T18:58:35.1164409Z [00:02:11.864]➜  mkdir -p $WORK/b016/
2025-08-20T18:58:35.1164834Z [00:02:11.864]➜  echo -n > $WORK/b016/go_asm.h # internal
2025-08-20T18:58:35.1165209Z [00:02:11.864]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T18:58:35.1166732Z [00:02:11.864]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b016=>" -I $WORK/b016/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b016/symabis ./chacha8_arm64.s
2025-08-20T18:58:35.1181236Z [00:02:11.866]➜  cat >/tmp/go-build693841089/b013/importcfg << 'EOF' # internal
2025-08-20T18:58:35.1181616Z [00:02:11.866]➜  # import config
2025-08-20T18:58:35.1181979Z [00:02:11.866]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:35.1182314Z [00:02:11.866]➜  EOF
2025-08-20T18:58:35.1184987Z [00:02:11.866]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.1188653Z [00:02:11.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b013=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T18:58:35.1203977Z [00:02:11.868]➜  cat >/tmp/go-build693841089/b016/importcfg << 'EOF' # internal
2025-08-20T18:58:35.1204912Z [00:02:11.868]➜  # import config
2025-08-20T18:58:35.1207713Z [00:02:11.868]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:35.1208742Z [00:02:11.868]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:35.1209995Z [00:02:11.868]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.1210393Z [00:02:11.868]➜  EOF
2025-08-20T18:58:35.1212360Z [00:02:11.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b016=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b016/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack -asmhdr $WORK/b016/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T18:58:35.1245436Z [00:02:11.872]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T18:58:35.1252021Z [00:02:11.873]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T18:58:35.1253184Z [00:02:11.873]➜  internal/profilerecord
2025-08-20T18:58:35.1254095Z [00:02:11.873]➜  mkdir -p $WORK/b021/
2025-08-20T18:58:35.1255614Z [00:02:11.873]➜  echo '# import config' > $WORK/b021/importcfg # internal
2025-08-20T18:58:35.1262120Z [00:02:11.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b021=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T18:58:35.1346058Z [00:02:11.882]➜  cd /root/.go/src/internal/bytealg
2025-08-20T18:58:35.1349492Z [00:02:11.882]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/compare_arm64.o ./compare_arm64.s
2025-08-20T18:58:35.1397915Z [00:02:11.887]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T18:58:35.1403950Z [00:02:11.887]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/count_arm64.o ./count_arm64.s
2025-08-20T18:58:35.1405563Z [00:02:11.888]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T18:58:35.1406125Z [00:02:11.888]➜  internal/runtime/atomic
2025-08-20T18:58:35.1412694Z [00:02:11.888]➜  mkdir -p $WORK/b022/
2025-08-20T18:58:35.1413013Z [00:02:11.888]➜  echo -n > $WORK/b022/go_asm.h # internal
2025-08-20T18:58:35.1413390Z [00:02:11.888]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T18:58:35.1414574Z [00:02:11.889]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b022=>" -I $WORK/b022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b022/symabis ./atomic_arm64.s
2025-08-20T18:58:35.1433945Z [00:02:11.891]➜  cd /root/.go/src/internal/bytealg
2025-08-20T18:58:35.1435746Z [00:02:11.891]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/equal_arm64.o ./equal_arm64.s
2025-08-20T18:58:35.1455908Z [00:02:11.893]➜  cat >/tmp/go-build693841089/b022/importcfg << 'EOF' # internal
2025-08-20T18:58:35.1459049Z [00:02:11.893]➜  # import config
2025-08-20T18:58:35.1462412Z [00:02:11.893]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:35.1462907Z [00:02:11.893]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.1463251Z [00:02:11.893]➜  EOF
2025-08-20T18:58:35.1463527Z [00:02:11.893]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.1466752Z [00:02:11.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b022=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b022/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack -asmhdr $WORK/b022/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T18:58:35.1469361Z [00:02:11.894]➜  cd /root/.go/src/internal/bytealg
2025-08-20T18:58:35.1470403Z [00:02:11.894]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/index_arm64.o ./index_arm64.s
2025-08-20T18:58:35.1488060Z [00:02:11.896]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T18:58:35.1492988Z [00:02:11.896]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b016=>" -I $WORK/b016/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b016/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T18:58:35.1494015Z [00:02:11.897]➜  cd /root/.go/src/internal/bytealg
2025-08-20T18:58:35.1499290Z [00:02:11.897]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T18:58:35.1538260Z [00:02:11.901]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T18:58:35.1539785Z [00:02:11.901]➜  go tool pack r $WORK/b016/_pkg_.a $WORK/b016/chacha8_arm64.o # internal
2025-08-20T18:58:35.1541514Z [00:02:11.901]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T18:58:35.1542595Z [00:02:11.901]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T18:58:35.1543224Z [00:02:11.901]➜  internal/runtime/math
2025-08-20T18:58:35.1543496Z [00:02:11.901]➜  mkdir -p $WORK/b025/
2025-08-20T18:58:35.1543866Z [00:02:11.901]➜  cat >/tmp/go-build693841089/b025/importcfg << 'EOF' # internal
2025-08-20T18:58:35.1544206Z [00:02:11.901]➜  # import config
2025-08-20T18:58:35.1548834Z [00:02:11.901]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.1549359Z [00:02:11.901]➜  EOF
2025-08-20T18:58:35.1549925Z [00:02:11.901]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.1552715Z [00:02:11.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b025=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T18:58:35.1555453Z [00:02:11.902]➜  cd /root/.go/src/internal/bytealg
2025-08-20T18:58:35.1556232Z [00:02:11.902]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/compare_arm64.o $WORK/b013/count_arm64.o $WORK/b013/equal_arm64.o $WORK/b013/index_arm64.o $WORK/b013/indexbyte_arm64.o # internal
2025-08-20T18:58:35.1557492Z [00:02:11.902]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T18:58:35.1560508Z [00:02:11.903]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T18:58:35.1562489Z [00:02:11.903]➜  internal/runtime/syscall
2025-08-20T18:58:35.1562858Z [00:02:11.903]➜  mkdir -p $WORK/b026/
2025-08-20T18:58:35.1563177Z [00:02:11.903]➜  echo -n > $WORK/b026/go_asm.h # internal
2025-08-20T18:58:35.1563513Z [00:02:11.904]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T18:58:35.1567290Z [00:02:11.904]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b026=>" -I $WORK/b026/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b026/symabis ./asm_linux_arm64.s
2025-08-20T18:58:35.1587745Z [00:02:11.906]➜  cat >/tmp/go-build693841089/b026/importcfg << 'EOF' # internal
2025-08-20T18:58:35.1588129Z [00:02:11.906]➜  # import config
2025-08-20T18:58:35.1588534Z [00:02:11.906]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.1588876Z [00:02:11.906]➜  EOF
2025-08-20T18:58:35.1589912Z [00:02:11.907]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.1592271Z [00:02:11.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b026=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b026/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack -asmhdr $WORK/b026/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T18:58:35.1718347Z [00:02:11.919]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T18:58:35.1720858Z [00:02:11.920]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b026=>" -I $WORK/b026/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b026/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T18:58:35.1748832Z [00:02:11.922]➜  go tool pack r $WORK/b026/_pkg_.a $WORK/b026/asm_linux_arm64.o # internal
2025-08-20T18:58:35.1749955Z [00:02:11.923]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T18:58:35.1755550Z [00:02:11.923]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T18:58:35.1786219Z [00:02:11.924]➜  internal/runtime/gc
2025-08-20T18:58:35.1786579Z [00:02:11.924]➜  mkdir -p $WORK/b028/
2025-08-20T18:58:35.1786967Z [00:02:11.924]➜  cat >/tmp/go-build693841089/b028/importcfg << 'EOF' # internal
2025-08-20T18:58:35.1787320Z [00:02:11.924]➜  # import config
2025-08-20T18:58:35.1787688Z [00:02:11.924]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.1788063Z [00:02:11.924]➜  EOF
2025-08-20T18:58:35.1788348Z [00:02:11.924]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.1790302Z [00:02:11.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b028=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/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-20T18:58:35.1850997Z [00:02:11.933]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T18:58:35.1855231Z [00:02:11.933]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T18:58:35.1860390Z [00:02:11.934]➜  internal/asan
2025-08-20T18:58:35.1860686Z [00:02:11.934]➜  mkdir -p $WORK/b030/
2025-08-20T18:58:35.1861044Z [00:02:11.934]➜  echo '# import config' > $WORK/b030/importcfg # internal
2025-08-20T18:58:35.1862733Z [00:02:11.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b030=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T18:58:35.1928834Z [00:02:11.940]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T18:58:35.1931607Z [00:02:11.941]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b022=>" -I $WORK/b022/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b022/atomic_arm64.o ./atomic_arm64.s
2025-08-20T18:58:35.1937551Z [00:02:11.941]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T18:58:35.1942033Z [00:02:11.942]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T18:58:35.1943328Z [00:02:11.942]➜  internal/msan
2025-08-20T18:58:35.1943628Z [00:02:11.942]➜  mkdir -p $WORK/b031/
2025-08-20T18:58:35.1950247Z [00:02:11.943]➜  echo '# import config' > $WORK/b031/importcfg # internal
2025-08-20T18:58:35.1953463Z [00:02:11.943]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.1956099Z [00:02:11.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b031=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T18:58:35.1975320Z [00:02:11.945]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T18:58:35.1985220Z [00:02:11.946]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T18:58:35.1993874Z [00:02:11.947]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T18:58:35.1995766Z [00:02:11.947]➜  go tool pack r $WORK/b022/_pkg_.a $WORK/b022/atomic_arm64.o # internal
2025-08-20T18:58:35.1997491Z [00:02:11.947]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T18:58:35.2017308Z [00:02:11.949]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T18:58:35.2025996Z [00:02:11.950]➜  internal/runtime/strconv
2025-08-20T18:58:35.2028214Z [00:02:11.950]➜  mkdir -p $WORK/b024/
2025-08-20T18:58:35.2032153Z [00:02:11.951]➜  internal/runtime/exithook
2025-08-20T18:58:35.2032480Z [00:02:11.951]➜  mkdir -p $WORK/b027/
2025-08-20T18:58:35.2044039Z [00:02:11.952]➜  cat >/tmp/go-build693841089/b027/importcfg << 'EOF' # internal
2025-08-20T18:58:35.2044932Z [00:02:11.952]➜  # import config
2025-08-20T18:58:35.2045798Z [00:02:11.952]➜  packagefile internal/runtime/atomic=/tmp/go-build693841089/b022/_pkg_.a
2025-08-20T18:58:35.2046207Z [00:02:11.952]➜  EOF
2025-08-20T18:58:35.2046492Z [00:02:11.952]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.2048262Z [00:02:11.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b027=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T18:58:35.2054336Z [00:02:11.953]➜  cat >/tmp/go-build693841089/b024/importcfg << 'EOF' # internal
2025-08-20T18:58:35.2055309Z [00:02:11.953]➜  # import config
2025-08-20T18:58:35.2055706Z [00:02:11.953]➜  packagefile internal/runtime/math=/tmp/go-build693841089/b025/_pkg_.a
2025-08-20T18:58:35.2056073Z [00:02:11.953]➜  EOF
2025-08-20T18:58:35.2064786Z [00:02:11.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b024=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T18:58:35.2093357Z [00:02:11.957]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T18:58:35.2100193Z [00:02:11.958]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T18:58:35.2104301Z [00:02:11.958]➜  internal/runtime/sys
2025-08-20T18:58:35.2104714Z [00:02:11.958]➜  mkdir -p $WORK/b033/
2025-08-20T18:58:35.2111200Z [00:02:11.959]➜  echo -n > $WORK/b033/go_asm.h # internal
2025-08-20T18:58:35.2121149Z [00:02:11.960]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T18:58:35.2122463Z [00:02:11.960]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b033=>" -I $WORK/b033/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b033/symabis ./dit_arm64.s ./empty.s
2025-08-20T18:58:35.2187537Z [00:02:11.966]➜  cat >/tmp/go-build693841089/b033/importcfg << 'EOF' # internal
2025-08-20T18:58:35.2188368Z [00:02:11.966]➜  # import config
2025-08-20T18:58:35.2189084Z [00:02:11.966]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:35.2190059Z [00:02:11.966]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.2190581Z [00:02:11.966]➜  packagefile internal/goos=/tmp/go-build693841089/b020/_pkg_.a
2025-08-20T18:58:35.2190953Z [00:02:11.966]➜  EOF
2025-08-20T18:58:35.2191230Z [00:02:11.966]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.2194421Z [00:02:11.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b033=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b033/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack -asmhdr $WORK/b033/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T18:58:35.2258759Z [00:02:11.973]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T18:58:35.2271564Z [00:02:11.975]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T18:58:35.2273481Z [00:02:11.975]➜  internal/runtime/cgroup
2025-08-20T18:58:35.2274219Z [00:02:11.975]➜  mkdir -p $WORK/b023/
2025-08-20T18:58:35.2274710Z [00:02:11.975]➜  cat >/tmp/go-build693841089/b023/importcfg << 'EOF' # internal
2025-08-20T18:58:35.2275116Z [00:02:11.975]➜  # import config
2025-08-20T18:58:35.2275524Z [00:02:11.975]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:35.2276045Z [00:02:11.975]➜  packagefile internal/runtime/strconv=/tmp/go-build693841089/b024/_pkg_.a
2025-08-20T18:58:35.2276591Z [00:02:11.975]➜  packagefile internal/runtime/syscall=/tmp/go-build693841089/b026/_pkg_.a
2025-08-20T18:58:35.2276960Z [00:02:11.975]➜  EOF
2025-08-20T18:58:35.2278994Z [00:02:11.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b023=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b023/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-20T18:58:35.2350083Z [00:02:11.982]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T18:58:35.2357804Z [00:02:11.983]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T18:58:35.2359976Z [00:02:11.983]➜  internal/stringslite
2025-08-20T18:58:35.2360835Z [00:02:11.983]➜  mkdir -p $WORK/b034/
2025-08-20T18:58:35.2361322Z [00:02:11.984]➜  cat >/tmp/go-build693841089/b034/importcfg << 'EOF' # internal
2025-08-20T18:58:35.2361680Z [00:02:11.984]➜  # import config
2025-08-20T18:58:35.2362070Z [00:02:11.984]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:35.2362413Z [00:02:11.984]➜  EOF
2025-08-20T18:58:35.2365719Z [00:02:11.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b034=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T18:58:35.2426754Z [00:02:11.990]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T18:58:35.2428375Z [00:02:11.990]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b033=>" -I $WORK/b033/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b033/dit_arm64.o ./dit_arm64.s
2025-08-20T18:58:35.2506791Z [00:02:11.998]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b033=>" -I $WORK/b033/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b033/empty.o ./empty.s
2025-08-20T18:58:35.2537953Z [00:02:12.001]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T18:58:35.2548432Z [00:02:12.002]➜  cd /root/.go/src/internal/abi
2025-08-20T18:58:35.2553323Z [00:02:12.003]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/abi_test.o ./abi_test.s
2025-08-20T18:58:35.2556172Z [00:02:12.003]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T18:58:35.2556713Z [00:02:12.003]➜  go tool pack r $WORK/b033/_pkg_.a $WORK/b033/dit_arm64.o $WORK/b033/empty.o # internal
2025-08-20T18:58:35.2557187Z [00:02:12.003]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T18:58:35.2557880Z [00:02:12.003]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T18:58:35.2560401Z [00:02:12.004]➜  internal/trace/tracev2
2025-08-20T18:58:35.2560757Z [00:02:12.004]➜  mkdir -p $WORK/b035/
2025-08-20T18:58:35.2563260Z [00:02:12.004]➜  echo '# import config' > $WORK/b035/importcfg # internal
2025-08-20T18:58:35.2565167Z [00:02:12.004]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.2569435Z [00:02:12.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b035=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/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-20T18:58:35.2571875Z [00:02:12.004]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T18:58:35.2572406Z [00:02:12.004]➜  cmp
2025-08-20T18:58:35.2585383Z [00:02:12.006]➜  mkdir -p $WORK/b037/
2025-08-20T18:58:35.2587312Z [00:02:12.006]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T18:58:35.2588777Z [00:02:12.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b037=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T18:58:35.2648694Z [00:02:12.012]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T18:58:35.2654144Z [00:02:12.013]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T18:58:35.2664949Z [00:02:12.013]➜  internal/itoa
2025-08-20T18:58:35.2665236Z [00:02:12.013]➜  mkdir -p $WORK/b039/
2025-08-20T18:58:35.2665596Z [00:02:12.013]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T18:58:35.2667186Z [00:02:12.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b039=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T18:58:35.2675623Z [00:02:12.014]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T18:58:35.2675975Z [00:02:12.015]➜  cd /root/.go/src/internal/abi
2025-08-20T18:58:35.2676911Z [00:02:12.015]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b008=>" -I $WORK/b008/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b008/stub.o ./stub.s
2025-08-20T18:58:35.2678077Z [00:02:12.015]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T18:58:35.2679349Z [00:02:12.016]➜  math/bits
2025-08-20T18:58:35.2679611Z [00:02:12.016]➜  mkdir -p $WORK/b042/
2025-08-20T18:58:35.2682745Z [00:02:12.016]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T18:58:35.2686012Z [00:02:12.016]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.2689850Z [00:02:12.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b042=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/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-20T18:58:35.2711898Z [00:02:12.019]➜  cd /root/.go/src/internal/abi
2025-08-20T18:58:35.2714139Z [00:02:12.019]➜  go tool pack r $WORK/b008/_pkg_.a $WORK/b008/abi_test.o $WORK/b008/stub.o # internal
2025-08-20T18:58:35.2716331Z [00:02:12.019]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T18:58:35.2748319Z [00:02:12.022]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T18:58:35.2760100Z [00:02:12.024]➜  internal/race
2025-08-20T18:58:35.2762631Z [00:02:12.024]➜  mkdir -p $WORK/b032/
2025-08-20T18:58:35.2771691Z [00:02:12.025]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T18:58:35.2778983Z [00:02:12.025]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T18:58:35.2781636Z [00:02:12.026]➜  unicode/utf8
2025-08-20T18:58:35.2782986Z [00:02:12.026]➜  mkdir -p $WORK/b044/
2025-08-20T18:58:35.2783808Z [00:02:12.026]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T18:58:35.2785155Z [00:02:12.026]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.2787998Z [00:02:12.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b044=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T18:58:35.2789430Z [00:02:12.026]➜  cat >/tmp/go-build693841089/b032/importcfg << 'EOF' # internal
2025-08-20T18:58:35.2789776Z [00:02:12.026]➜  # import config
2025-08-20T18:58:35.2790131Z [00:02:12.026]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:35.2790464Z [00:02:12.026]➜  EOF
2025-08-20T18:58:35.2792057Z [00:02:12.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b032=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T18:58:35.2838131Z [00:02:12.031]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T18:58:35.2848133Z [00:02:12.032]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T18:58:35.2850473Z [00:02:12.032]➜  sync/atomic
2025-08-20T18:58:35.2850788Z [00:02:12.032]➜  mkdir -p $WORK/b047/
2025-08-20T18:58:35.2851095Z [00:02:12.032]➜  echo -n > $WORK/b047/go_asm.h # internal
2025-08-20T18:58:35.2851408Z [00:02:12.033]➜  cd /root/.go/src/sync/atomic
2025-08-20T18:58:35.2852377Z [00:02:12.033]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b047/symabis ./asm.s
2025-08-20T18:58:35.2888018Z [00:02:12.036]➜  echo '# import config' > $WORK/b047/importcfg # internal
2025-08-20T18:58:35.2888453Z [00:02:12.036]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.2890870Z [00:02:12.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b047=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -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/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-20T18:58:35.2926977Z [00:02:12.040]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T18:58:35.2928137Z [00:02:12.040]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T18:58:35.2937605Z [00:02:12.041]➜  internal/runtime/maps
2025-08-20T18:58:35.2938700Z [00:02:12.041]➜  mkdir -p $WORK/b029/
2025-08-20T18:58:35.2949570Z [00:02:12.042]➜  cat >/tmp/go-build693841089/b029/importcfg << 'EOF' # internal
2025-08-20T18:58:35.2953378Z [00:02:12.043]➜  # import config
2025-08-20T18:58:35.2954297Z [00:02:12.043]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:35.2954974Z [00:02:12.043]➜  packagefile internal/asan=/tmp/go-build693841089/b030/_pkg_.a
2025-08-20T18:58:35.2955460Z [00:02:12.043]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.2955928Z [00:02:12.043]➜  packagefile internal/msan=/tmp/go-build693841089/b031/_pkg_.a
2025-08-20T18:58:35.2956387Z [00:02:12.043]➜  packagefile internal/race=/tmp/go-build693841089/b032/_pkg_.a
2025-08-20T18:58:35.2957292Z [00:02:12.043]➜  packagefile internal/runtime/math=/tmp/go-build693841089/b025/_pkg_.a
2025-08-20T18:58:35.2957816Z [00:02:12.043]➜  packagefile internal/runtime/sys=/tmp/go-build693841089/b033/_pkg_.a
2025-08-20T18:58:35.2958170Z [00:02:12.043]➜  EOF
2025-08-20T18:58:35.2961450Z [00:02:12.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b029=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/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-20T18:58:35.2998139Z [00:02:12.047]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T18:58:35.3001484Z [00:02:12.048]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T18:58:35.3005952Z [00:02:12.048]➜  internal/synctest
2025-08-20T18:58:35.3006766Z [00:02:12.048]➜  mkdir -p $WORK/b048/
2025-08-20T18:58:35.3019685Z [00:02:12.049]➜  cat >/tmp/go-build693841089/b048/importcfg << 'EOF' # internal
2025-08-20T18:58:35.3021440Z [00:02:12.050]➜  # import config
2025-08-20T18:58:35.3022099Z [00:02:12.050]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:35.3024172Z [00:02:12.050]➜  EOF
2025-08-20T18:58:35.3026206Z [00:02:12.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b048=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T18:58:35.3042673Z [00:02:12.052]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T18:58:35.3056259Z [00:02:12.053]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T18:58:35.3073323Z [00:02:12.055]➜  math
2025-08-20T18:58:35.3077697Z [00:02:12.055]➜  mkdir -p $WORK/b041/
2025-08-20T18:58:35.3086571Z [00:02:12.056]➜  echo -n > $WORK/b041/go_asm.h # internal
2025-08-20T18:58:35.3096047Z [00:02:12.057]➜  cd /root/.go/src/math
2025-08-20T18:58:35.3098829Z [00:02:12.057]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b041/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T18:58:35.3110897Z [00:02:12.059]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T18:58:35.3115777Z [00:02:12.059]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T18:58:35.3120351Z [00:02:12.060]➜  unicode
2025-08-20T18:58:35.3120611Z [00:02:12.060]➜  mkdir -p $WORK/b049/
2025-08-20T18:58:35.3126606Z [00:02:12.060]➜  echo '# import config' > $WORK/b049/importcfg # internal
2025-08-20T18:58:35.3127011Z [00:02:12.060]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.3129083Z [00:02:12.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b049=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/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-20T18:58:35.3131349Z [00:02:12.061]➜  cat >/tmp/go-build693841089/b041/importcfg << 'EOF' # internal
2025-08-20T18:58:35.3131712Z [00:02:12.061]➜  # import config
2025-08-20T18:58:35.3134527Z [00:02:12.061]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:35.3135495Z [00:02:12.061]➜  EOF
2025-08-20T18:58:35.3142005Z [00:02:12.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b041=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b041/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack -asmhdr $WORK/b041/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T18:58:35.3360546Z [00:02:12.083]➜  cd /root/.go/src/sync/atomic
2025-08-20T18:58:35.3362619Z [00:02:12.084]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b047=>" -I $WORK/b047/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b047/asm.o ./asm.s
2025-08-20T18:58:35.3439216Z [00:02:12.091]➜  go tool pack r $WORK/b047/_pkg_.a $WORK/b047/asm.o # internal
2025-08-20T18:58:35.3441550Z [00:02:12.092]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T18:58:35.3442814Z [00:02:12.092]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T18:58:35.3443449Z [00:02:12.092]➜  internal/sync
2025-08-20T18:58:35.3443709Z [00:02:12.092]➜  mkdir -p $WORK/b046/
2025-08-20T18:58:35.3444089Z [00:02:12.092]➜  cat >/tmp/go-build693841089/b046/importcfg << 'EOF' # internal
2025-08-20T18:58:35.3444439Z [00:02:12.092]➜  # import config
2025-08-20T18:58:35.3444983Z [00:02:12.092]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:35.3445493Z [00:02:12.092]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.3445971Z [00:02:12.092]➜  packagefile internal/race=/tmp/go-build693841089/b032/_pkg_.a
2025-08-20T18:58:35.3446434Z [00:02:12.092]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:35.3446760Z [00:02:12.092]➜  EOF
2025-08-20T18:58:35.3447033Z [00:02:12.092]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.3448885Z [00:02:12.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b046=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/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-20T18:58:35.3658764Z [00:02:12.113]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T18:58:35.3683198Z [00:02:12.116]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T18:58:35.3687680Z [00:02:12.116]➜  golang.org/x/xerrors/internal
2025-08-20T18:58:35.3687999Z [00:02:12.116]➜  mkdir -p $WORK/b067/
2025-08-20T18:58:35.3698331Z [00:02:12.117]➜  echo '# import config' > $WORK/b067/importcfg # internal
2025-08-20T18:58:35.3705203Z [00:02:12.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/internal=>golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/internal;$WORK/b067=>" -p golang.org/x/xerrors/internal -lang=go1.18 -complete -installsuffix shared -buildid QKFqyZ4qwpZFQLisMSop/QKFqyZ4qwpZFQLisMSop -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/internal/internal.go
2025-08-20T18:58:35.3804098Z [00:02:12.128]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T18:58:35.3809430Z [00:02:12.128]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/18/18ee1672458c704d2485a64e238ef0cf3831b430bfa10103df9baf69acbe9212-d # internal
2025-08-20T18:58:35.3811599Z [00:02:12.129]➜  encoding
2025-08-20T18:58:35.3820022Z [00:02:12.129]➜  mkdir -p $WORK/b078/
2025-08-20T18:58:35.3820603Z [00:02:12.129]➜  echo '# import config' > $WORK/b078/importcfg # internal
2025-08-20T18:58:35.3824088Z [00:02:12.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b078=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T18:58:35.4182799Z [00:02:12.166]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T18:58:35.4189445Z [00:02:12.166]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T18:58:35.4190960Z [00:02:12.167]➜  unicode/utf16
2025-08-20T18:58:35.4192285Z [00:02:12.167]➜  mkdir -p $WORK/b080/
2025-08-20T18:58:35.4205073Z [00:02:12.168]➜  echo '# import config' > $WORK/b080/importcfg # internal
2025-08-20T18:58:35.4207144Z [00:02:12.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b080=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T18:58:35.4327397Z [00:02:12.180]➜  cd /root/.go/src/math
2025-08-20T18:58:35.4336695Z [00:02:12.181]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b041/dim_arm64.o ./dim_arm64.s
2025-08-20T18:58:35.4368449Z [00:02:12.184]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T18:58:35.4373491Z [00:02:12.185]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T18:58:35.4387486Z [00:02:12.186]➜  log/internal
2025-08-20T18:58:35.4388115Z [00:02:12.186]➜  mkdir -p $WORK/b083/
2025-08-20T18:58:35.4388993Z [00:02:12.186]➜  echo '# import config' > $WORK/b083/importcfg # internal
2025-08-20T18:58:35.4389833Z [00:02:12.186]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.4391373Z [00:02:12.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b083=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T18:58:35.4459113Z [00:02:12.193]➜  cd /root/.go/src/math
2025-08-20T18:58:35.4460605Z [00:02:12.193]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b041/exp_arm64.o ./exp_arm64.s
2025-08-20T18:58:35.4523219Z [00:02:12.200]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b041/floor_arm64.o ./floor_arm64.s
2025-08-20T18:58:35.4548622Z [00:02:12.202]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T18:58:35.4550360Z [00:02:12.202]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T18:58:35.4550998Z [00:02:12.202]➜  google.golang.org/grpc/serviceconfig
2025-08-20T18:58:35.4551313Z [00:02:12.202]➜  mkdir -p $WORK/b084/
2025-08-20T18:58:35.4552065Z [00:02:12.203]➜  echo '# import config' > $WORK/b084/importcfg # internal
2025-08-20T18:58:35.4553148Z [00:02:12.203]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.4555411Z [00:02:12.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/serviceconfig=>google.golang.org/grpc@v1.65.0/serviceconfig;$WORK/b084=>" -p google.golang.org/grpc/serviceconfig -lang=go1.21 -complete -installsuffix shared -buildid V1MQ7DOEevavxogod1Q2/V1MQ7DOEevavxogod1Q2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/serviceconfig/serviceconfig.go
2025-08-20T18:58:35.4557223Z [00:02:12.203]➜  cd /root/.go/src/math
2025-08-20T18:58:35.4558087Z [00:02:12.203]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b041/modf_arm64.o ./modf_arm64.s
2025-08-20T18:58:35.4583719Z [00:02:12.206]➜  go tool pack r $WORK/b041/_pkg_.a $WORK/b041/dim_arm64.o $WORK/b041/exp_arm64.o $WORK/b041/floor_arm64.o $WORK/b041/modf_arm64.o # internal
2025-08-20T18:58:35.4590937Z [00:02:12.206]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T18:58:35.4592087Z [00:02:12.207]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T18:58:35.4627110Z [00:02:12.209]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T18:58:35.4628798Z [00:02:12.210]➜  internal/nettrace
2025-08-20T18:58:35.4629817Z [00:02:12.210]➜  mkdir -p $WORK/b087/
2025-08-20T18:58:35.4630879Z [00:02:12.210]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T18:58:35.4631525Z [00:02:12.210]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T18:58:35.4631962Z [00:02:12.210]➜  echo '# import config' > $WORK/b087/importcfg # internal
2025-08-20T18:58:35.4632356Z [00:02:12.210]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.4633957Z [00:02:12.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b087=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T18:58:35.4650333Z [00:02:12.213]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T18:58:35.4656702Z [00:02:12.213]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T18:58:35.4657739Z [00:02:12.213]➜  google.golang.org/protobuf/internal/flags
2025-08-20T18:58:35.4658671Z [00:02:12.213]➜  mkdir -p $WORK/b110/
2025-08-20T18:58:35.4662499Z [00:02:12.214]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/a2/a21193b22ef5f96091903341d0718298e91e5913e19395776f642f2bfc8696af-d # internal
2025-08-20T18:58:35.4679228Z [00:02:12.215]➜  echo '# import config' > $WORK/b110/importcfg # internal
2025-08-20T18:58:35.4682788Z [00:02:12.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/flags=>google.golang.org/protobuf@v1.35.2/internal/flags;$WORK/b110=>" -p google.golang.org/protobuf/internal/flags -lang=go1.21 -complete -installsuffix shared -buildid 1F241SqoVBItcVjiShBF/1F241SqoVBItcVjiShBF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/flags/proto_legacy_disable.go
2025-08-20T18:58:35.4685112Z [00:02:12.215]➜  google.golang.org/protobuf/internal/set
2025-08-20T18:58:35.4685933Z [00:02:12.215]➜  mkdir -p $WORK/b126/
2025-08-20T18:58:35.4687349Z [00:02:12.215]➜  cat >/tmp/go-build693841089/b126/importcfg << 'EOF' # internal
2025-08-20T18:58:35.4688753Z [00:02:12.215]➜  # import config
2025-08-20T18:58:35.4689127Z [00:02:12.215]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:35.4692880Z [00:02:12.215]➜  EOF
2025-08-20T18:58:35.4700960Z [00:02:12.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/set=>google.golang.org/protobuf@v1.35.2/internal/set;$WORK/b126=>" -p google.golang.org/protobuf/internal/set -lang=go1.21 -complete -installsuffix shared -buildid qAp3uCo_erYxxuHVvzgJ/qAp3uCo_erYxxuHVvzgJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/set/ints.go
2025-08-20T18:58:35.4702770Z [00:02:12.217]➜  runtime
2025-08-20T18:58:35.4703007Z [00:02:12.217]➜  mkdir -p $WORK/b012/
2025-08-20T18:58:35.4705813Z [00:02:12.218]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T18:58:35.4708040Z [00:02:12.218]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T18:58:35.4710518Z [00:02:12.219]➜  cd /root/.go/src/runtime
2025-08-20T18:58:35.4713600Z [00:02:12.219]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b012/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T18:58:35.4721841Z [00:02:12.220]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T18:58:35.4724484Z [00:02:12.220]➜  container/list
2025-08-20T18:58:35.4726581Z [00:02:12.220]➜  mkdir -p $WORK/b164/
2025-08-20T18:58:35.4734565Z [00:02:12.221]➜  echo '# import config' > $WORK/b164/importcfg # internal
2025-08-20T18:58:35.4738410Z [00:02:12.221]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.4741155Z [00:02:12.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b164=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T18:58:35.4747829Z [00:02:12.222]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T18:58:35.4751529Z [00:02:12.223]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/6f/6f625f252e5468c06f50392e86a79f90e276db3ca447490350fb057b42baa6dc-d # internal
2025-08-20T18:58:35.4761833Z [00:02:12.224]➜  crypto/internal/fips140/alias
2025-08-20T18:58:35.4763141Z [00:02:12.224]➜  mkdir -p $WORK/b172/
2025-08-20T18:58:35.4767506Z [00:02:12.224]➜  echo '# import config' > $WORK/b172/importcfg # internal
2025-08-20T18:58:35.4771069Z [00:02:12.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b172=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T18:58:35.4795672Z [00:02:12.227]➜  cat >/tmp/go-build693841089/b012/importcfg << 'EOF' # internal
2025-08-20T18:58:35.4799676Z [00:02:12.227]➜  # import config
2025-08-20T18:58:35.4803159Z [00:02:12.228]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:35.4805208Z [00:02:12.228]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:35.4810904Z [00:02:12.228]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:35.4811726Z [00:02:12.228]➜  packagefile internal/chacha8rand=/tmp/go-build693841089/b016/_pkg_.a
2025-08-20T18:58:35.4812366Z [00:02:12.228]➜  packagefile internal/coverage/rtcov=/tmp/go-build693841089/b017/_pkg_.a
2025-08-20T18:58:35.4812867Z [00:02:12.228]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:35.4813333Z [00:02:12.228]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.4813815Z [00:02:12.228]➜  packagefile internal/godebugs=/tmp/go-build693841089/b018/_pkg_.a
2025-08-20T18:58:35.4814338Z [00:02:12.228]➜  packagefile internal/goexperiment=/tmp/go-build693841089/b019/_pkg_.a
2025-08-20T18:58:35.4815060Z [00:02:12.228]➜  packagefile internal/goos=/tmp/go-build693841089/b020/_pkg_.a
2025-08-20T18:58:35.4815565Z [00:02:12.228]➜  packagefile internal/profilerecord=/tmp/go-build693841089/b021/_pkg_.a
2025-08-20T18:58:35.4816096Z [00:02:12.228]➜  packagefile internal/runtime/atomic=/tmp/go-build693841089/b022/_pkg_.a
2025-08-20T18:58:35.4816635Z [00:02:12.228]➜  packagefile internal/runtime/cgroup=/tmp/go-build693841089/b023/_pkg_.a
2025-08-20T18:58:35.4817177Z [00:02:12.228]➜  packagefile internal/runtime/exithook=/tmp/go-build693841089/b027/_pkg_.a
2025-08-20T18:58:35.4817701Z [00:02:12.228]➜  packagefile internal/runtime/gc=/tmp/go-build693841089/b028/_pkg_.a
2025-08-20T18:58:35.4818206Z [00:02:12.228]➜  packagefile internal/runtime/maps=/tmp/go-build693841089/b029/_pkg_.a
2025-08-20T18:58:35.4819039Z [00:02:12.228]➜  packagefile internal/runtime/math=/tmp/go-build693841089/b025/_pkg_.a
2025-08-20T18:58:35.4819574Z [00:02:12.228]➜  packagefile internal/runtime/strconv=/tmp/go-build693841089/b024/_pkg_.a
2025-08-20T18:58:35.4820099Z [00:02:12.228]➜  packagefile internal/runtime/sys=/tmp/go-build693841089/b033/_pkg_.a
2025-08-20T18:58:35.4820622Z [00:02:12.228]➜  packagefile internal/runtime/syscall=/tmp/go-build693841089/b026/_pkg_.a
2025-08-20T18:58:35.4821145Z [00:02:12.228]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:35.4821671Z [00:02:12.228]➜  packagefile internal/trace/tracev2=/tmp/go-build693841089/b035/_pkg_.a
2025-08-20T18:58:35.4822032Z [00:02:12.228]➜  EOF
2025-08-20T18:58:35.4853485Z [00:02:12.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -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/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T18:58:35.4896575Z [00:02:12.234]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T18:58:35.4897262Z [00:02:12.234]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/1a/1a8feec761176a0a2d0afdb0bc0696a41037455030eb0d3d6c4afed0f9e20eeb-d # internal
2025-08-20T18:58:35.4897854Z [00:02:12.234]➜  crypto/internal/fips140deps/byteorder
2025-08-20T18:58:35.4898160Z [00:02:12.234]➜  mkdir -p $WORK/b176/
2025-08-20T18:58:35.4898543Z [00:02:12.234]➜  cat >/tmp/go-build693841089/b176/importcfg << 'EOF' # internal
2025-08-20T18:58:35.4898887Z [00:02:12.234]➜  # import config
2025-08-20T18:58:35.4899263Z [00:02:12.234]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:35.4899615Z [00:02:12.234]➜  EOF
2025-08-20T18:58:35.4901502Z [00:02:12.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b176=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T18:58:35.5027084Z [00:02:12.250]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T18:58:35.5034028Z [00:02:12.251]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T18:58:35.5042173Z [00:02:12.252]➜  crypto/internal/fips140deps/cpu
2025-08-20T18:58:35.5044215Z [00:02:12.252]➜  mkdir -p $WORK/b177/
2025-08-20T18:58:35.5045831Z [00:02:12.252]➜  cat >/tmp/go-build693841089/b177/importcfg << 'EOF' # internal
2025-08-20T18:58:35.5049162Z [00:02:12.252]➜  # import config
2025-08-20T18:58:35.5049544Z [00:02:12.252]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:35.5050070Z [00:02:12.252]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:35.5050415Z [00:02:12.252]➜  EOF
2025-08-20T18:58:35.5052153Z [00:02:12.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b177=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T18:58:35.5053768Z [00:02:12.252]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T18:58:35.5054418Z [00:02:12.252]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T18:58:35.5055200Z [00:02:12.252]➜  crypto/internal/fips140/subtle
2025-08-20T18:58:35.5058660Z [00:02:12.253]➜  mkdir -p $WORK/b180/
2025-08-20T18:58:35.5059381Z [00:02:12.253]➜  echo -n > $WORK/b180/go_asm.h # internal
2025-08-20T18:58:35.5060978Z [00:02:12.253]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T18:58:35.5062559Z [00:02:12.253]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b180=>" -I $WORK/b180/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b180/symabis ./xor_arm64.s
2025-08-20T18:58:35.5065295Z [00:02:12.253]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T18:58:35.5083692Z [00:02:12.256]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T18:58:35.5088174Z [00:02:12.256]➜  crypto/internal/boring/sig
2025-08-20T18:58:35.5088482Z [00:02:12.256]➜  mkdir -p $WORK/b190/
2025-08-20T18:58:35.5093026Z [00:02:12.257]➜  echo -n > $WORK/b190/go_asm.h # internal
2025-08-20T18:58:35.5093411Z [00:02:12.257]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T18:58:35.5094734Z [00:02:12.257]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b190=>" -I $WORK/b190/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b190/symabis ./sig_other.s
2025-08-20T18:58:35.5096467Z [00:02:12.257]➜  cat >/tmp/go-build693841089/b180/importcfg << 'EOF' # internal
2025-08-20T18:58:35.5096958Z [00:02:12.257]➜  # import config
2025-08-20T18:58:35.5098568Z [00:02:12.257]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build693841089/b172/_pkg_.a
2025-08-20T18:58:35.5099214Z [00:02:12.257]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:35.5099747Z [00:02:12.257]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:35.5100067Z [00:02:12.257]➜  EOF
2025-08-20T18:58:35.5100689Z [00:02:12.257]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.5103131Z [00:02:12.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b180=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b180/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack -asmhdr $WORK/b180/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-20T18:58:35.5132876Z [00:02:12.261]➜  echo '# import config' > $WORK/b190/importcfg # internal
2025-08-20T18:58:35.5138681Z [00:02:12.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b190=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b190/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack -asmhdr $WORK/b190/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T18:58:35.5167921Z [00:02:12.264]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T18:58:35.5169095Z [00:02:12.264]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T18:58:35.5170019Z [00:02:12.264]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T18:58:35.5170860Z [00:02:12.264]➜  mkdir -p $WORK/b212/
2025-08-20T18:58:35.5171271Z [00:02:12.265]➜  echo '# import config' > $WORK/b212/importcfg # internal
2025-08-20T18:58:35.5175075Z [00:02:12.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b212=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T18:58:35.5213924Z [00:02:12.269]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T18:58:35.5216776Z [00:02:12.269]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b190=>" -I $WORK/b190/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b190/sig_other.o ./sig_other.s
2025-08-20T18:58:35.5265905Z [00:02:12.274]➜  go tool pack r $WORK/b190/_pkg_.a $WORK/b190/sig_other.o # internal
2025-08-20T18:58:35.5277865Z [00:02:12.275]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T18:58:35.5279195Z [00:02:12.275]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T18:58:35.5285262Z [00:02:12.276]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T18:58:35.5287071Z [00:02:12.276]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T18:58:35.5287528Z [00:02:12.276]➜  mkdir -p $WORK/b225/
2025-08-20T18:58:35.5291459Z [00:02:12.277]➜  echo '# import config' > $WORK/b225/importcfg # internal
2025-08-20T18:58:35.5295011Z [00:02:12.277]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.5297941Z [00:02:12.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b225=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T18:58:35.5300079Z [00:02:12.277]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T18:58:35.5301336Z [00:02:12.277]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b180=>" -I $WORK/b180/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b180/xor_arm64.o ./xor_arm64.s
2025-08-20T18:58:35.5311195Z [00:02:12.278]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T18:58:35.5312383Z [00:02:12.278]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T18:58:35.5312920Z [00:02:12.279]➜  mkdir -p $WORK/b407/
2025-08-20T18:58:35.5313369Z [00:02:12.279]➜  echo '# import config' > $WORK/b407/importcfg # internal
2025-08-20T18:58:35.5313762Z [00:02:12.279]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.5316416Z [00:02:12.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/encoding/internal/identifier=>golang.org/x/text@v0.21.0/encoding/internal/identifier;$WORK/b407=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.18 -complete -installsuffix shared -buildid MYVHlBOAK32EzJaKmCOO/MYVHlBOAK32EzJaKmCOO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/encoding/internal/identifier/mib.go
2025-08-20T18:58:35.5361675Z [00:02:12.284]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T18:58:35.5377022Z [00:02:12.285]➜  go tool pack r $WORK/b180/_pkg_.a $WORK/b180/xor_arm64.o # internal
2025-08-20T18:58:35.5380590Z [00:02:12.285]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T18:58:35.5381660Z [00:02:12.285]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T18:58:35.5382248Z [00:02:12.285]➜  image/color
2025-08-20T18:58:35.5382496Z [00:02:12.285]➜  mkdir -p $WORK/b458/
2025-08-20T18:58:35.5382848Z [00:02:12.285]➜  echo '# import config' > $WORK/b458/importcfg # internal
2025-08-20T18:58:35.5383234Z [00:02:12.285]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.5385313Z [00:02:12.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b458=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T18:58:35.5395921Z [00:02:12.287]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T18:58:35.5400783Z [00:02:12.288]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T18:58:35.5403884Z [00:02:12.288]➜  github.com/rivo/uniseg
2025-08-20T18:58:35.5405012Z [00:02:12.288]➜  mkdir -p $WORK/b467/
2025-08-20T18:58:35.5408531Z [00:02:12.288]➜  echo '# import config' > $WORK/b467/importcfg # internal
2025-08-20T18:58:35.5412504Z [00:02:12.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.1.0=>github.com/rivo/uniseg@v0.1.0;$WORK/b467=>" -p github.com/rivo/uniseg -lang=go1.12 -complete -installsuffix shared -buildid 5XWQqXKxwgAFEn3U5p1U/5XWQqXKxwgAFEn3U5p1U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/github.com/rivo/uniseg@v0.1.0/doc.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.1.0/grapheme.go /root/go/pkg/mod/github.com/rivo/uniseg@v0.1.0/properties.go
2025-08-20T18:58:35.5542589Z [00:02:12.302]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T18:58:35.5544306Z [00:02:12.302]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/6d/6d41247f7e1203ca19af4c191a3d40ec33e068cb09faa298ae50d801e7491beb-d # internal
2025-08-20T18:58:35.5555591Z [00:02:12.302]➜  golang.org/x/exp/constraints
2025-08-20T18:58:35.5555926Z [00:02:12.302]➜  mkdir -p $WORK/b487/
2025-08-20T18:58:35.5556276Z [00:02:12.302]➜  echo '# import config' > $WORK/b487/importcfg # internal
2025-08-20T18:58:35.5558488Z [00:02:12.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/constraints=>golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/constraints;$WORK/b487=>" -p golang.org/x/exp/constraints -lang=go1.20 -complete -installsuffix shared -buildid AhjD9e21C36d6B31_YGR/AhjD9e21C36d6B31_YGR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/constraints/constraints.go
2025-08-20T18:58:35.5689313Z [00:02:12.316]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T18:58:35.5703893Z [00:02:12.318]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/94/94872b669e64d2e39fd389fa5a7948cea255a8dccea9efe3a1bcab74f1439ba4-d # internal
2025-08-20T18:58:35.5704509Z [00:02:12.318]➜  golang.org/x/exp/slices
2025-08-20T18:58:35.5705012Z [00:02:12.318]➜  mkdir -p $WORK/b486/
2025-08-20T18:58:35.5705397Z [00:02:12.318]➜  cat >/tmp/go-build693841089/b486/importcfg << 'EOF' # internal
2025-08-20T18:58:35.5705748Z [00:02:12.318]➜  # import config
2025-08-20T18:58:35.5706200Z [00:02:12.318]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build693841089/b487/_pkg_.a
2025-08-20T18:58:35.5706706Z [00:02:12.318]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:35.5707023Z [00:02:12.318]➜  EOF
2025-08-20T18:58:35.5719970Z [00:02:12.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/slices=>golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/slices;$WORK/b486=>" -p golang.org/x/exp/slices -lang=go1.20 -complete -installsuffix shared -buildid a1MK6yvOTwZzra6aXQa8/a1MK6yvOTwZzra6aXQa8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/slices/cmp.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/slices/slices.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/slices/sort.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/slices/zsortanyfunc.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/slices/zsortordered.go
2025-08-20T18:58:35.5722947Z [00:02:12.319]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T18:58:35.5732420Z [00:02:12.321]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/04/04f8f1bc796ab618f171c5655b79d3a2a9127313fec3b98d6b677c12e7fcfc82-d # internal
2025-08-20T18:58:35.5734151Z [00:02:12.321]➜  berty.tech/berty/v2/go/pkg/authtypes
2025-08-20T18:58:35.5734480Z [00:02:12.321]➜  mkdir -p $WORK/b489/
2025-08-20T18:58:35.5739555Z [00:02:12.321]➜  echo '# import config' > $WORK/b489/importcfg # internal
2025-08-20T18:58:35.5746183Z [00:02:12.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/authtypes=>berty.tech/berty/v2/go/pkg/authtypes;$WORK/b489=>" -p berty.tech/berty/v2/go/pkg/authtypes -lang=go1.22 -complete -installsuffix shared -buildid hNxWwmWbw02Uw7w_5mAT/hNxWwmWbw02Uw7w_5mAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/authtypes/consts.go
2025-08-20T18:58:35.5747885Z [00:02:12.322]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T18:58:35.5754183Z [00:02:12.323]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T18:58:35.5815133Z [00:02:12.329]➜  golang.org/x/crypto/internal/alias
2025-08-20T18:58:35.5815926Z [00:02:12.329]➜  mkdir -p $WORK/b514/
2025-08-20T18:58:35.5823181Z [00:02:12.330]➜  echo '# import config' > $WORK/b514/importcfg # internal
2025-08-20T18:58:35.5825359Z [00:02:12.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/internal/alias=>golang.org/x/crypto@v0.31.0/internal/alias;$WORK/b514=>" -p golang.org/x/crypto/internal/alias -lang=go1.20 -complete -installsuffix shared -buildid T-eI-GpOVj_IBo0m1RCC/T-eI-GpOVj_IBo0m1RCC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/internal/alias/alias.go
2025-08-20T18:58:35.5901007Z [00:02:12.337]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T18:58:35.5915640Z [00:02:12.339]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/04/04d10d477a87128a718fab758614a87bec72b14b86007e801ff380e0f111ea17-d # internal
2025-08-20T18:58:35.5916287Z [00:02:12.339]➜  golang.org/x/crypto/salsa20/salsa
2025-08-20T18:58:35.5916807Z [00:02:12.339]➜  mkdir -p $WORK/b516/
2025-08-20T18:58:35.5917316Z [00:02:12.339]➜  cat >/tmp/go-build693841089/b516/importcfg << 'EOF' # internal
2025-08-20T18:58:35.5917791Z [00:02:12.339]➜  # import config
2025-08-20T18:58:35.5918228Z [00:02:12.339]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:35.5918658Z [00:02:12.339]➜  EOF
2025-08-20T18:58:35.5921443Z [00:02:12.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/salsa20/salsa=>golang.org/x/crypto@v0.31.0/salsa20/salsa;$WORK/b516=>" -p golang.org/x/crypto/salsa20/salsa -lang=go1.20 -complete -installsuffix shared -buildid viH3J_PpWGpWpVCRSQ4D/viH3J_PpWGpWpVCRSQ4D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/salsa20/salsa/hsalsa20.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/salsa20/salsa/salsa208.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/salsa20/salsa/salsa20_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/salsa20/salsa/salsa20_ref.go
2025-08-20T18:58:35.5940551Z [00:02:12.341]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T18:58:35.5951231Z [00:02:12.342]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/bd/bd34486784373ca3e1b323280006c56be62e7cd4a9cfb10e1af0e9b116494de8-d # internal
2025-08-20T18:58:35.5978950Z [00:02:12.345]➜  log/slog/internal
2025-08-20T18:58:35.5987866Z [00:02:12.346]➜  mkdir -p $WORK/b546/
2025-08-20T18:58:35.5988343Z [00:02:12.346]➜  echo '# import config' > $WORK/b546/importcfg # internal
2025-08-20T18:58:35.5992258Z [00:02:12.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b546=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T18:58:35.6033438Z [00:02:12.351]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T18:58:35.6041922Z [00:02:12.352]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/77/779dca90c6ebea0b1af148fe66342a84b3942c4c6d89a4387aa612bc73164005-d # internal
2025-08-20T18:58:35.6043104Z [00:02:12.352]➜  go.opentelemetry.io/otel/internal
2025-08-20T18:58:35.6043859Z [00:02:12.352]➜  mkdir -p $WORK/b552/
2025-08-20T18:58:35.6053740Z [00:02:12.353]➜  cat >/tmp/go-build693841089/b552/importcfg << 'EOF' # internal
2025-08-20T18:58:35.6054138Z [00:02:12.353]➜  # import config
2025-08-20T18:58:35.6054475Z [00:02:12.353]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.6055239Z [00:02:12.353]➜  EOF
2025-08-20T18:58:35.6057371Z [00:02:12.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal=>go.opentelemetry.io/otel@v1.29.0/internal;$WORK/b552=>" -p go.opentelemetry.io/otel/internal -lang=go1.21 -complete -installsuffix shared -buildid tdFfzc7N2HROtGP8v0hn/tdFfzc7N2HROtGP8v0hn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/rawhelpers.go
2025-08-20T18:58:35.6147623Z [00:02:12.362]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T18:58:35.6148449Z [00:02:12.362]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T18:58:35.6153813Z [00:02:12.363]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T18:58:35.6155163Z [00:02:12.363]➜  mkdir -p $WORK/b556/
2025-08-20T18:58:35.6156301Z [00:02:12.363]➜  echo '# import config' > $WORK/b556/importcfg # internal
2025-08-20T18:58:35.6158438Z [00:02:12.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/embedded=>go.opentelemetry.io/otel/metric@v1.29.0/embedded;$WORK/b556=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.21 -complete -installsuffix shared -buildid h0NRwrIrE-WIv2vMYjpd/h0NRwrIrE-WIv2vMYjpd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/embedded/embedded.go
2025-08-20T18:58:35.6160258Z [00:02:12.363]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T18:58:35.6187210Z [00:02:12.366]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/df/dfe21af7a06ba339ae0eee967bb4de5d450f1e886b5a093f29ce1c44859a333e-d # internal
2025-08-20T18:58:35.6187867Z [00:02:12.366]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T18:58:35.6188184Z [00:02:12.366]➜  mkdir -p $WORK/b561/
2025-08-20T18:58:35.6188544Z [00:02:12.366]➜  echo '# import config' > $WORK/b561/importcfg # internal
2025-08-20T18:58:35.6190608Z [00:02:12.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/embedded=>go.opentelemetry.io/otel/trace@v1.29.0/embedded;$WORK/b561=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.21 -complete -installsuffix shared -buildid hH1YO5L7Z4ThuxLPsBcU/hH1YO5L7Z4ThuxLPsBcU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/embedded/embedded.go
2025-08-20T18:58:35.6223459Z [00:02:12.370]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T18:58:35.6232227Z [00:02:12.371]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/8c/8cf646bacdf0d889493c155e07d0297a97fec3a3b7d8d0a3b99429aee7e8b71a-d # internal
2025-08-20T18:58:35.6253980Z [00:02:12.373]➜  github.com/libp2p/go-libp2p/core/control
2025-08-20T18:58:35.6255322Z [00:02:12.373]➜  mkdir -p $WORK/b651/
2025-08-20T18:58:35.6263072Z [00:02:12.374]➜  echo '# import config' > $WORK/b651/importcfg # internal
2025-08-20T18:58:35.6268670Z [00:02:12.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/control=>github.com/libp2p/go-libp2p@v0.34.1/core/control;$WORK/b651=>" -p github.com/libp2p/go-libp2p/core/control -lang=go1.21 -complete -installsuffix shared -buildid zMhZ6B1QamJ_3zbXO9Ab/zMhZ6B1QamJ_3zbXO9Ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/control/disconnect.go
2025-08-20T18:58:35.6275595Z [00:02:12.375]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T18:58:35.6278859Z [00:02:12.375]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/2f/2fe11d4d3533ea699808198fa89108cb60e921b95b582d7c4067752612af0d2f-d # internal
2025-08-20T18:58:35.6280381Z [00:02:12.376]➜  go.opencensus.io/internal/tagencoding
2025-08-20T18:58:35.6281718Z [00:02:12.376]➜  mkdir -p $WORK/b665/
2025-08-20T18:58:35.6290214Z [00:02:12.376]➜  echo '# import config' > $WORK/b665/importcfg # internal
2025-08-20T18:58:35.6292678Z [00:02:12.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding=>go.opencensus.io@v0.24.0/internal/tagencoding;$WORK/b665=>" -p go.opencensus.io/internal/tagencoding -lang=go1.13 -complete -installsuffix shared -buildid OqElsLM6mUTLyV_QSHp0/OqElsLM6mUTLyV_QSHp0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding/tagencoding.go
2025-08-20T18:58:35.6294424Z [00:02:12.376]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T18:58:35.6295290Z [00:02:12.377]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/3e/3e21d0856417d5626f6ad8f42cdaf5b63683fd58fbe95013318969f79a9bc384-d # internal
2025-08-20T18:58:35.6303985Z [00:02:12.378]➜  math/cmplx
2025-08-20T18:58:35.6304424Z [00:02:12.378]➜  mkdir -p $WORK/b698/
2025-08-20T18:58:35.6305749Z [00:02:12.378]➜  cat >/tmp/go-build693841089/b698/importcfg << 'EOF' # internal
2025-08-20T18:58:35.6306261Z [00:02:12.378]➜  # import config
2025-08-20T18:58:35.6306690Z [00:02:12.378]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.6307243Z [00:02:12.378]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:35.6307667Z [00:02:12.378]➜  EOF
2025-08-20T18:58:35.6310668Z [00:02:12.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/.go/src/math/cmplx=>math/cmplx;$WORK/b698=>" -p math/cmplx -lang=go1.25 -std -complete -installsuffix shared -buildid 9igqis-pO_0iOtGiKTZp/9igqis-pO_0iOtGiKTZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/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-20T18:58:35.6385734Z [00:02:12.386]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T18:58:35.6391718Z [00:02:12.386]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/e7/e71d555157fcfcb3e4c929e959cfbcb604330bffd3ff03a70c0cb31de8889f27-d # internal
2025-08-20T18:58:35.6392404Z [00:02:12.387]➜  gonum.org/v1/gonum/mathext/internal/gonum
2025-08-20T18:58:35.6393103Z [00:02:12.387]➜  mkdir -p $WORK/b700/
2025-08-20T18:58:35.6395483Z [00:02:12.387]➜  cat >/tmp/go-build693841089/b700/importcfg << 'EOF' # internal
2025-08-20T18:58:35.6395858Z [00:02:12.387]➜  # import config
2025-08-20T18:58:35.6396324Z [00:02:12.387]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.6396751Z [00:02:12.387]➜  EOF
2025-08-20T18:58:35.6403132Z [00:02:12.387]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/gonum=>gonum.org/v1/gonum@v0.15.0/mathext/internal/gonum;$WORK/b700=>" -p gonum.org/v1/gonum/mathext/internal/gonum -lang=go1.21 -complete -installsuffix shared -buildid 4bDrqVoQN2Gd11nLQQQ-/4bDrqVoQN2Gd11nLQQQ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/gonum/beta.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/gonum/doc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/gonum/gonum.go
2025-08-20T18:58:35.6437428Z [00:02:12.391]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T18:58:35.6443678Z [00:02:12.392]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/35/3543e85f9cbfbd101cd569f17b5b136b17f940e873bac0e7377e662e3efee281-d # internal
2025-08-20T18:58:35.6444427Z [00:02:12.392]➜  golang.org/x/net/internal/iana
2025-08-20T18:58:35.6445319Z [00:02:12.392]➜  mkdir -p $WORK/b704/
2025-08-20T18:58:35.6446214Z [00:02:12.392]➜  echo '# import config' > $WORK/b704/importcfg # internal
2025-08-20T18:58:35.6448206Z [00:02:12.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/iana=>golang.org/x/net@v0.33.0/internal/iana;$WORK/b704=>" -p golang.org/x/net/internal/iana -lang=go1.18 -complete -installsuffix shared -buildid Tu1j0PNZoH03rvltT6K4/Tu1j0PNZoH03rvltT6K4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/iana/const.go
2025-08-20T18:58:35.6531194Z [00:02:12.400]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T18:58:35.6539439Z [00:02:12.400]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/90/90be0a0180b523afd967398b0ffb4178c1a04461ea178e9fe2cc9408afb5417a-d # internal
2025-08-20T18:58:35.6540215Z [00:02:12.400]➜  gonum.org/v1/gonum/mathext/internal/cephes
2025-08-20T18:58:35.6540668Z [00:02:12.400]➜  mkdir -p $WORK/b699/
2025-08-20T18:58:35.6541208Z [00:02:12.400]➜  cat >/tmp/go-build693841089/b699/importcfg << 'EOF' # internal
2025-08-20T18:58:35.6541678Z [00:02:12.400]➜  # import config
2025-08-20T18:58:35.6542177Z [00:02:12.400]➜  packagefile gonum.org/v1/gonum/mathext/internal/gonum=/tmp/go-build693841089/b700/_pkg_.a
2025-08-20T18:58:35.6542718Z [00:02:12.400]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.6543199Z [00:02:12.400]➜  EOF
2025-08-20T18:58:35.6548801Z [00:02:12.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes=>gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes;$WORK/b699=>" -p gonum.org/v1/gonum/mathext/internal/cephes -lang=go1.21 -complete -installsuffix shared -buildid puN9PBNTwZZT1zsHpqdI/puN9PBNTwZZT1zsHpqdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/cephes.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/doc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/igam.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/igami.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/incbeta.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/incbi.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/lanczos.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/ndtri.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/polevl.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/unity.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/cephes/zeta.go
2025-08-20T18:58:35.6604569Z [00:02:12.404]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T18:58:35.6605674Z [00:02:12.405]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/59/592daac5ec50dbe8f83b090c05e250335365d7fd34a06e87fd6b26b857761869-d # internal
2025-08-20T18:58:35.6606317Z [00:02:12.405]➜  github.com/ipfs/boxo/ipld/unixfs/internal
2025-08-20T18:58:35.6606633Z [00:02:12.405]➜  mkdir -p $WORK/b727/
2025-08-20T18:58:35.6606978Z [00:02:12.405]➜  echo '# import config' > $WORK/b727/importcfg # internal
2025-08-20T18:58:35.6609088Z [00:02:12.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/internal=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/internal;$WORK/b727=>" -p github.com/ipfs/boxo/ipld/unixfs/internal -lang=go1.21 -complete -installsuffix shared -buildid 3j-3c12TCREwJMVhrLkx/3j-3c12TCREwJMVhrLkx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/internal/config.go
2025-08-20T18:58:35.6725778Z [00:02:12.420]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T18:58:35.6727867Z [00:02:12.420]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/6d/6d975fc9df8bd16a1e445f574a9cfbcdeb5473a75ab30b7120d33cf412a55768-d # internal
2025-08-20T18:58:35.6728950Z [00:02:12.420]➜  github.com/cskr/pubsub
2025-08-20T18:58:35.6746561Z [00:02:12.422]➜  mkdir -p $WORK/b753/
2025-08-20T18:58:35.6747092Z [00:02:12.422]➜  echo '# import config' > $WORK/b753/importcfg # internal
2025-08-20T18:58:35.6749030Z [00:02:12.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cskr/pubsub@v1.0.2=>github.com/cskr/pubsub@v1.0.2;$WORK/b753=>" -p github.com/cskr/pubsub -lang=go1.12 -complete -installsuffix shared -buildid oeGhl2eczmooB56CctTi/oeGhl2eczmooB56CctTi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/go/pkg/mod/github.com/cskr/pubsub@v1.0.2/pubsub.go
2025-08-20T18:58:35.6779888Z [00:02:12.425]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T18:58:35.6785573Z [00:02:12.426]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/f2/f2059df0321c5527f42384e8d13efe8c0252ef8877532b65784c8563b8ddf6a6-d # internal
2025-08-20T18:58:35.6796461Z [00:02:12.427]➜  gonum.org/v1/gonum/mathext/internal/amos
2025-08-20T18:58:35.6796950Z [00:02:12.427]➜  mkdir -p $WORK/b697/
2025-08-20T18:58:35.6797428Z [00:02:12.427]➜  cat >/tmp/go-build693841089/b697/importcfg << 'EOF' # internal
2025-08-20T18:58:35.6797885Z [00:02:12.427]➜  # import config
2025-08-20T18:58:35.6798327Z [00:02:12.427]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.6798871Z [00:02:12.427]➜  packagefile math/cmplx=/tmp/go-build693841089/b698/_pkg_.a
2025-08-20T18:58:35.6799318Z [00:02:12.427]➜  EOF
2025-08-20T18:58:35.6801628Z [00:02:12.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/amos=>gonum.org/v1/gonum@v0.15.0/mathext/internal/amos;$WORK/b697=>" -p gonum.org/v1/gonum/mathext/internal/amos -lang=go1.21 -complete -installsuffix shared -buildid 7TrLR9UBUuHy6Pf72VY8/7TrLR9UBUuHy6Pf72VY8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/amos/amos.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/internal/amos/doc.go
2025-08-20T18:58:35.7060580Z [00:02:12.453]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T18:58:35.7068100Z [00:02:12.454]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/07/07d00e476b61b829af3c22262ad74d9b3d1b7049390451d6b56a0357c5b22d77-d # internal
2025-08-20T18:58:35.7070219Z [00:02:12.454]➜  golang.org/x/net/html/atom
2025-08-20T18:58:35.7072802Z [00:02:12.454]➜  mkdir -p $WORK/b787/
2025-08-20T18:58:35.7073302Z [00:02:12.455]➜  echo '# import config' > $WORK/b787/importcfg # internal
2025-08-20T18:58:35.7075445Z [00:02:12.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/html/atom=>golang.org/x/net@v0.33.0/html/atom;$WORK/b787=>" -p golang.org/x/net/html/atom -lang=go1.18 -complete -installsuffix shared -buildid hERkF--5uoMu-hfNdZl2/hERkF--5uoMu-hfNdZl2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/atom/table.go
2025-08-20T18:58:35.7121809Z [00:02:12.459]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T18:58:35.7128472Z [00:02:12.460]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/9b/9b3b33686730fdf5f625ecf6f2ae1eb283119e616e5a25931a2b98740c6b0291-d # internal
2025-08-20T18:58:35.7129685Z [00:02:12.461]➜  github.com/petar/GoLLRB/llrb
2025-08-20T18:58:35.7130676Z [00:02:12.461]➜  mkdir -p $WORK/b825/
2025-08-20T18:58:35.7133824Z [00:02:12.461]➜  cat >/tmp/go-build693841089/b825/importcfg << 'EOF' # internal
2025-08-20T18:58:35.7134817Z [00:02:12.461]➜  # import config
2025-08-20T18:58:35.7135810Z [00:02:12.461]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.7136251Z [00:02:12.461]➜  EOF
2025-08-20T18:58:35.7139729Z [00:02:12.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b825/_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/b825=>" -p github.com/petar/GoLLRB/llrb -lang=go1.15 -complete -installsuffix shared -buildid L-Llwo7dbnZSHZZX5LRC/L-Llwo7dbnZSHZZX5LRC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/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-20T18:58:35.7440535Z [00:02:12.491]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T18:58:35.7443373Z [00:02:12.492]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/62/622a8adce0feb799c5af17805bb911439a51b1dfaef14e2d00a99d2ac43d2730-d # internal
2025-08-20T18:58:35.7444255Z [00:02:12.492]➜  go.uber.org/dig/internal/graph
2025-08-20T18:58:35.7444559Z [00:02:12.492]➜  mkdir -p $WORK/b856/
2025-08-20T18:58:35.7451085Z [00:02:12.493]➜  echo '# import config' > $WORK/b856/importcfg # internal
2025-08-20T18:58:35.7453717Z [00:02:12.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/graph=>go.uber.org/dig@v1.17.1/internal/graph;$WORK/b856=>" -p go.uber.org/dig/internal/graph -lang=go1.20 -complete -installsuffix shared -buildid C2pGoh5Afz23l_bCPZbG/C2pGoh5Afz23l_bCPZbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/graph/graph.go
2025-08-20T18:58:35.7577913Z [00:02:12.505]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T18:58:35.7579465Z [00:02:12.505]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/0b/0b157afe373d3e2cf2c5d952ba31d09fbd8efb248ff827199f8910d1a5c6bbd8-d # internal
2025-08-20T18:58:35.7589530Z [00:02:12.506]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T18:58:35.7592289Z [00:02:12.507]➜  github.com/pion/dtls/v2/internal/ciphersuite/types
2025-08-20T18:58:35.7592644Z [00:02:12.507]➜  mkdir -p $WORK/b953/
2025-08-20T18:58:35.7596471Z [00:02:12.507]➜  echo '# import config' > $WORK/b953/importcfg # internal
2025-08-20T18:58:35.7602411Z [00:02:12.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b953/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/types=>github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/types;$WORK/b953=>" -p github.com/pion/dtls/v2/internal/ciphersuite/types -lang=go1.13 -complete -installsuffix shared -buildid WHcXkjs4lo7oPx_g-i9M/WHcXkjs4lo7oPx_g-i9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/types/authentication_type.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/types/key_exchange_algorithm.go
2025-08-20T18:58:35.7612120Z [00:02:12.509]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T18:58:35.7623020Z [00:02:12.509]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/38/3839490276e9a4b26c551a119e4c98496c765a28ee3f0d654ec1dcc3e93ad06c-d # internal
2025-08-20T18:58:35.7623670Z [00:02:12.509]➜  github.com/pion/dtls/v2/pkg/crypto/clientcertificate
2025-08-20T18:58:35.7624028Z [00:02:12.509]➜  mkdir -p $WORK/b963/
2025-08-20T18:58:35.7624377Z [00:02:12.509]➜  echo '# import config' > $WORK/b963/importcfg # internal
2025-08-20T18:58:35.7636411Z [00:02:12.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b963/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/clientcertificate=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/clientcertificate;$WORK/b963=>" -p github.com/pion/dtls/v2/pkg/crypto/clientcertificate -lang=go1.13 -complete -installsuffix shared -buildid L4FiOw728mLKp8TNDm3M/L4FiOw728mLKp8TNDm3M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/clientcertificate/client_certificate.go
2025-08-20T18:58:35.7639084Z [00:02:12.509]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/9f/9fcebfcb374bb34a4201a799874522779614fd81c04f057a404d7c2b1e4118f8-d # internal
2025-08-20T18:58:35.7639665Z [00:02:12.510]➜  gonum.org/v1/gonum/mathext
2025-08-20T18:58:35.7639952Z [00:02:12.510]➜  mkdir -p $WORK/b696/
2025-08-20T18:58:35.7640317Z [00:02:12.510]➜  cat >/tmp/go-build693841089/b696/importcfg << 'EOF' # internal
2025-08-20T18:58:35.7640656Z [00:02:12.510]➜  # import config
2025-08-20T18:58:35.7641112Z [00:02:12.510]➜  packagefile gonum.org/v1/gonum/mathext/internal/amos=/tmp/go-build693841089/b697/_pkg_.a
2025-08-20T18:58:35.7641768Z [00:02:12.510]➜  packagefile gonum.org/v1/gonum/mathext/internal/cephes=/tmp/go-build693841089/b699/_pkg_.a
2025-08-20T18:58:35.7642433Z [00:02:12.510]➜  packagefile gonum.org/v1/gonum/mathext/internal/gonum=/tmp/go-build693841089/b700/_pkg_.a
2025-08-20T18:58:35.7642951Z [00:02:12.510]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.7643254Z [00:02:12.510]➜  EOF
2025-08-20T18:58:35.7647769Z [00:02:12.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext=>gonum.org/v1/gonum@v0.15.0/mathext;$WORK/b696=>" -p gonum.org/v1/gonum/mathext -lang=go1.21 -complete -installsuffix shared -buildid WDTeS8ss1zl5ssB5JXsk/WDTeS8ss1zl5ssB5JXsk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/airy.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/beta.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/betainc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/digamma.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/doc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/ell_carlson.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/ell_complete.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/erf.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/gamma_inc.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/gamma_inc_inv.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/mvgamma.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/roots.go /root/go/pkg/mod/gonum.org/v1/gonum@v0.15.0/mathext/zeta.go
2025-08-20T18:58:35.7700999Z [00:02:12.518]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T18:58:35.7704543Z [00:02:12.518]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/7c/7c5ea63eb9c2af0558506c55176229811942dce7d284d20f23829c9daa3de5a8-d # internal
2025-08-20T18:58:35.7706340Z [00:02:12.518]➜  github.com/pion/dtls/v2/pkg/crypto/signature
2025-08-20T18:58:35.7709219Z [00:02:12.518]➜  mkdir -p $WORK/b965/
2025-08-20T18:58:35.7710132Z [00:02:12.519]➜  echo '# import config' > $WORK/b965/importcfg # internal
2025-08-20T18:58:35.7713844Z [00:02:12.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/signature=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/signature;$WORK/b965=>" -p github.com/pion/dtls/v2/pkg/crypto/signature -lang=go1.13 -complete -installsuffix shared -buildid jdlVjJ8hgrRN0K4dKxWP/jdlVjJ8hgrRN0K4dKxWP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/signature/signature.go
2025-08-20T18:58:35.7749174Z [00:02:12.522]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T18:58:35.7753713Z [00:02:12.523]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/4f/4f80ab026ffdc4be6d23f5e1da311f7b9d93c391f7ff0f78eced88d09a0dcbfd-d # internal
2025-08-20T18:58:35.7777805Z [00:02:12.525]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T18:58:35.7778540Z [00:02:12.525]➜  mkdir -p $WORK/b969/
2025-08-20T18:58:35.7782609Z [00:02:12.526]➜  echo '# import config' > $WORK/b969/importcfg # internal
2025-08-20T18:58:35.7794299Z [00:02:12.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b969/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/cryptobyte/asn1=>golang.org/x/crypto@v0.31.0/cryptobyte/asn1;$WORK/b969=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.20 -complete -installsuffix shared -buildid 6HNYu_WIPXrm1u5rqKxj/6HNYu_WIPXrm1u5rqKxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/cryptobyte/asn1/asn1.go
2025-08-20T18:58:35.7805613Z [00:02:12.528]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T18:58:35.7806308Z [00:02:12.528]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/06/060ec7afaee775dfc5f722c67d0904df293cda1e0ddf437dc5be9cb420beb5ae-d # internal
2025-08-20T18:58:35.7806905Z [00:02:12.528]➜  github.com/pion/ice/v2/internal/atomic
2025-08-20T18:58:35.7807229Z [00:02:12.528]➜  mkdir -p $WORK/b977/
2025-08-20T18:58:35.7807699Z [00:02:12.528]➜  cat >/tmp/go-build693841089/b977/importcfg << 'EOF' # internal
2025-08-20T18:58:35.7808044Z [00:02:12.528]➜  # import config
2025-08-20T18:58:35.7808392Z [00:02:12.528]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:35.7808719Z [00:02:12.528]➜  EOF
2025-08-20T18:58:35.7810640Z [00:02:12.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/internal/atomic=>github.com/pion/ice/v2@v2.3.24/internal/atomic;$WORK/b977=>" -p github.com/pion/ice/v2/internal/atomic -lang=go1.13 -complete -installsuffix shared -buildid ayBhwptbftQvhDLW8IXp/ayBhwptbftQvhDLW8IXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/internal/atomic/atomic.go
2025-08-20T18:58:35.7925991Z [00:02:12.540]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T18:58:35.7932574Z [00:02:12.540]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/53/53f46cd8271bcc12af008c038cff5bbe80a6f89d5cd9f21b28874678ac0d2d60-d # internal
2025-08-20T18:58:35.7933196Z [00:02:12.541]➜  github.com/pion/transport/v2/utils/xor
2025-08-20T18:58:35.7934545Z [00:02:12.541]➜  mkdir -p $WORK/b984/
2025-08-20T18:58:35.7935420Z [00:02:12.541]➜  echo -n > $WORK/b984/go_asm.h # internal
2025-08-20T18:58:35.7936117Z [00:02:12.541]➜  cd /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/utils/xor
2025-08-20T18:58:35.7938432Z [00:02:12.541]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pion/transport/v2/utils/xor -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/utils/xor=>github.com/pion/transport/v2@v2.2.5/utils/xor;$WORK/b984=>" -I $WORK/b984/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b984/symabis ./xor_arm64.s
2025-08-20T18:58:35.7962482Z [00:02:12.544]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T18:58:35.7966233Z [00:02:12.544]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/98/9815958a5241423e4a3af14dceb6a6a591d2df2f080ab589a6a730047beec938-d # internal
2025-08-20T18:58:35.7967806Z [00:02:12.544]➜  github.com/pion/interceptor/internal/sequencenumber
2025-08-20T18:58:35.7968834Z [00:02:12.544]➜  mkdir -p $WORK/b1009/
2025-08-20T18:58:35.7969489Z [00:02:12.544]➜  echo '# import config' > $WORK/b1009/importcfg # internal
2025-08-20T18:58:35.7969923Z [00:02:12.544]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.7972252Z [00:02:12.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/internal/sequencenumber=>github.com/pion/interceptor@v0.1.29/internal/sequencenumber;$WORK/b1009=>" -p github.com/pion/interceptor/internal/sequencenumber -lang=go1.19 -complete -installsuffix shared -buildid E8NJiJkjHBtPz9yztwDX/E8NJiJkjHBtPz9yztwDX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/internal/sequencenumber/unwrapper.go
2025-08-20T18:58:35.8018113Z [00:02:12.549]➜  echo '# import config' > $WORK/b984/importcfg # internal
2025-08-20T18:58:35.8026470Z [00:02:12.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b984/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/utils/xor=>github.com/pion/transport/v2@v2.2.5/utils/xor;$WORK/b984=>" -p github.com/pion/transport/v2/utils/xor -lang=go1.12 -installsuffix shared -buildid sCzTM9f4pKPTdn-xwHiF/sCzTM9f4pKPTdn-xwHiF -goversion go1.25.0 -symabis $WORK/b984/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b984/importcfg -pack -asmhdr $WORK/b984/go_asm.h /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/utils/xor/xor_arm64.go
2025-08-20T18:58:35.8068793Z [00:02:12.554]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T18:58:35.8079798Z [00:02:12.555]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/4e/4effd006748e8e4ea739dc3f18d2f312ce57546e1038e45310aa22df58b77a23-d # internal
2025-08-20T18:58:35.8080449Z [00:02:12.556]➜  github.com/klauspost/compress
2025-08-20T18:58:35.8080744Z [00:02:12.556]➜  mkdir -p $WORK/b1022/
2025-08-20T18:58:35.8088604Z [00:02:12.556]➜  cat >/tmp/go-build693841089/b1022/importcfg << 'EOF' # internal
2025-08-20T18:58:35.8089056Z [00:02:12.556]➜  # import config
2025-08-20T18:58:35.8090212Z [00:02:12.556]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:35.8090702Z [00:02:12.556]➜  EOF
2025-08-20T18:58:35.8092584Z [00:02:12.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9=>github.com/klauspost/compress@v1.17.9;$WORK/b1022=>" -p github.com/klauspost/compress -lang=go1.20 -complete -installsuffix shared -buildid sNCYbl2aP675wXhQGJ7N/sNCYbl2aP675wXhQGJ7N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/compressible.go
2025-08-20T18:58:35.8097355Z [00:02:12.557]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T18:58:35.8098055Z [00:02:12.557]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/e0/e010374241cdb67429553b3293e3207957e29dd083b6770f4a6fe64fe27e0015-d # internal
2025-08-20T18:58:35.8098675Z [00:02:12.557]➜  github.com/quic-go/quic-go/internal/utils/ringbuffer
2025-08-20T18:58:35.8099011Z [00:02:12.557]➜  mkdir -p $WORK/b1040/
2025-08-20T18:58:35.8106315Z [00:02:12.557]➜  echo '# import config' > $WORK/b1040/importcfg # internal
2025-08-20T18:58:35.8109332Z [00:02:12.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/ringbuffer=>github.com/quic-go/quic-go@v0.46.0/internal/utils/ringbuffer;$WORK/b1040=>" -p github.com/quic-go/quic-go/internal/utils/ringbuffer -lang=go1.21 -complete -installsuffix shared -buildid wPCWiJfrzMed8WeHfbDT/wPCWiJfrzMed8WeHfbDT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/ringbuffer/ringbuffer.go
2025-08-20T18:58:35.8151115Z [00:02:12.563]➜  cd /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/utils/xor
2025-08-20T18:58:35.8157996Z [00:02:12.563]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pion/transport/v2/utils/xor -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/utils/xor=>github.com/pion/transport/v2@v2.2.5/utils/xor;$WORK/b984=>" -I $WORK/b984/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b984/xor_arm64.o ./xor_arm64.s
2025-08-20T18:58:35.8181833Z [00:02:12.566]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T18:58:35.8187744Z [00:02:12.566]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/89/89d289b7a527b3cd6d5ee00e158ca2fd4ebd0e6df0c89936795a5d0053cb7fbc-d # internal
2025-08-20T18:58:35.8189017Z [00:02:12.566]➜  golang.org/x/crypto/salsa20
2025-08-20T18:58:35.8189665Z [00:02:12.567]➜  mkdir -p $WORK/b1082/
2025-08-20T18:58:35.8192990Z [00:02:12.567]➜  cat >/tmp/go-build693841089/b1082/importcfg << 'EOF' # internal
2025-08-20T18:58:35.8193698Z [00:02:12.567]➜  # import config
2025-08-20T18:58:35.8195844Z [00:02:12.567]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build693841089/b514/_pkg_.a
2025-08-20T18:58:35.8197114Z [00:02:12.567]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build693841089/b516/_pkg_.a
2025-08-20T18:58:35.8198990Z [00:02:12.567]➜  EOF
2025-08-20T18:58:35.8199823Z [00:02:12.567]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.8201783Z [00:02:12.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1082/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/salsa20=>golang.org/x/crypto@v0.31.0/salsa20;$WORK/b1082=>" -p golang.org/x/crypto/salsa20 -lang=go1.20 -complete -installsuffix shared -buildid ossQijYQH-0GgenC5De7/ossQijYQH-0GgenC5De7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/salsa20/salsa20.go
2025-08-20T18:58:35.8224142Z [00:02:12.570]➜  cd /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/utils/xor
2025-08-20T18:58:35.8224852Z [00:02:12.570]➜  go tool pack r $WORK/b984/_pkg_.a $WORK/b984/xor_arm64.o # internal
2025-08-20T18:58:35.8225339Z [00:02:12.570]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T18:58:35.8228113Z [00:02:12.570]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T18:58:35.8244429Z [00:02:12.572]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/46/46d044799ed4f551ad573fd3ab560176afeb8dbf3238e7c12a78d052a5d1db96-d # internal
2025-08-20T18:58:35.8245836Z [00:02:12.572]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/4c/4cf7d840e3439cdc7e70eec3d626368ef6e169f209da349613ae826d6923168e-d # internal
2025-08-20T18:58:35.8246868Z [00:02:12.572]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T18:58:35.8247333Z [00:02:12.572]➜  mkdir -p $WORK/b1100/
2025-08-20T18:58:35.8247796Z [00:02:12.572]➜  go.opentelemetry.io/otel/sdk
2025-08-20T18:58:35.8248330Z [00:02:12.572]➜  mkdir -p $WORK/b1102/
2025-08-20T18:58:35.8248808Z [00:02:12.572]➜  echo '# import config' > $WORK/b1100/importcfg # internal
2025-08-20T18:58:35.8249866Z [00:02:12.572]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:35.8252872Z [00:02:12.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1100/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/instrumentation=>go.opentelemetry.io/otel/sdk@v1.29.0/instrumentation;$WORK/b1100=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.21 -complete -installsuffix shared -buildid tZHYmJaCVo8pRV127NJH/tZHYmJaCVo8pRV127NJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/instrumentation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/instrumentation/library.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/instrumentation/scope.go
2025-08-20T18:58:35.8255426Z [00:02:12.572]➜  echo '# import config' > $WORK/b1102/importcfg # internal
2025-08-20T18:58:35.8257289Z [00:02:12.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1102/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0=>go.opentelemetry.io/otel/sdk@v1.29.0;$WORK/b1102=>" -p go.opentelemetry.io/otel/sdk -lang=go1.21 -complete -installsuffix shared -buildid 7Hp3S0PjPApXeiTJs6Ke/7Hp3S0PjPApXeiTJs6Ke -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/version.go
2025-08-20T18:58:35.8349079Z [00:02:12.582]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T18:58:35.8353466Z [00:02:12.583]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/19/19eaa0d5a3910276a491b0f57209edfe3fa227519ffbd4ca01c7a37d638cb8d2-d # internal
2025-08-20T18:58:35.8355232Z [00:02:12.583]➜  github.com/dgraph-io/badger/options
2025-08-20T18:58:35.8355773Z [00:02:12.583]➜  mkdir -p $WORK/b1140/
2025-08-20T18:58:35.8358920Z [00:02:12.583]➜  echo '# import config' > $WORK/b1140/importcfg # internal
2025-08-20T18:58:35.8362168Z [00:02:12.584]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T18:58:35.8365581Z [00:02:12.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1140/_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/b1140=>" -p github.com/dgraph-io/badger/options -lang=go1.12 -complete -installsuffix shared -buildid lTs8Tms1ZbPdwZIQl5ss/lTs8Tms1ZbPdwZIQl5ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/options/options.go
2025-08-20T18:58:35.8368476Z [00:02:12.584]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/3b/3bc16effdb0c47e1cd5838b19767789e559b18df142c2de259d81f470ec4b6b9-d # internal
2025-08-20T18:58:35.8369573Z [00:02:12.584]➜  github.com/dgraph-io/badger/trie
2025-08-20T18:58:35.8373522Z [00:02:12.585]➜  mkdir -p $WORK/b1148/
2025-08-20T18:58:35.8373913Z [00:02:12.585]➜  echo '# import config' > $WORK/b1148/importcfg # internal
2025-08-20T18:58:35.8374310Z [00:02:12.585]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T18:58:35.8376339Z [00:02:12.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1148/_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/b1148=>" -p github.com/dgraph-io/badger/trie -lang=go1.12 -complete -installsuffix shared -buildid kKV2eKcdGj6sfCyCqQBj/kKV2eKcdGj6sfCyCqQBj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/trie/trie.go
2025-08-20T18:58:35.8378302Z [00:02:12.585]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/52/526c0113eaaa79c426e2306293d4ebc3aaa01c7c9c26185cd76e07c91eeb1f6c-d # internal
2025-08-20T18:58:35.8378873Z [00:02:12.585]➜  github.com/golang/groupcache/lru
2025-08-20T18:58:35.8379169Z [00:02:12.585]➜  mkdir -p $WORK/b1189/
2025-08-20T18:58:35.8383618Z [00:02:12.586]➜  cat >/tmp/go-build693841089/b1189/importcfg << 'EOF' # internal
2025-08-20T18:58:35.8385818Z [00:02:12.586]➜  # import config
2025-08-20T18:58:35.8387106Z [00:02:12.586]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:35.8387501Z [00:02:12.586]➜  EOF
2025-08-20T18:58:35.8390104Z [00:02:12.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1189/_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/b1189=>" -p github.com/golang/groupcache/lru -lang=go1.16 -complete -installsuffix shared -buildid 6ljFGMZ8T-abrNJAxJeX/6ljFGMZ8T-abrNJAxJeX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru/lru.go
2025-08-20T18:58:35.8517217Z [00:02:12.599]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T18:58:35.8527685Z [00:02:12.600]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/fb/fb09e4ee17769bfb3e178ff1c3be262d157e632f198a41a3b11fc940133efebf-d # internal
2025-08-20T18:58:35.8528773Z [00:02:12.600]➜  go.opencensus.io
2025-08-20T18:58:35.8529358Z [00:02:12.600]➜  mkdir -p $WORK/b1191/
2025-08-20T18:58:35.8530220Z [00:02:12.600]➜  echo '# import config' > $WORK/b1191/importcfg # internal
2025-08-20T18:58:35.8535319Z [00:02:12.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1191/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0=>go.opencensus.io@v0.24.0;$WORK/b1191=>" -p go.opencensus.io -lang=go1.13 -complete -installsuffix shared -buildid Px97rdbHDuNGUKE-ECiN/Px97rdbHDuNGUKE-ECiN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/opencensus.go
2025-08-20T18:58:35.8538431Z [00:02:12.600]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T18:58:35.8539902Z [00:02:12.601]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/d3/d38c28a0d38ebda2ecca029baf67738e58c4257d023eddbd129321a85677c9e3-d # internal
2025-08-20T18:58:35.8542064Z [00:02:12.601]➜  go.opencensus.io/trace/internal
2025-08-20T18:58:35.8542540Z [00:02:12.601]➜  mkdir -p $WORK/b1192/
2025-08-20T18:58:35.8543006Z [00:02:12.601]➜  echo '# import config' > $WORK/b1192/importcfg # internal
2025-08-20T18:58:35.8545270Z [00:02:12.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1192/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal=>go.opencensus.io@v0.24.0/trace/internal;$WORK/b1192=>" -p go.opencensus.io/trace/internal -lang=go1.13 -complete -installsuffix shared -buildid MNVnQ3ObK6Fsa1fjjuH4/MNVnQ3ObK6Fsa1fjjuH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal/internal.go
2025-08-20T18:58:35.8667812Z [00:02:12.614]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T18:58:35.8669661Z [00:02:12.614]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/db/db3387628424fb6de28c217cabf6d59df81fb3b8671a339f7ac95b045536d506-d # internal
2025-08-20T18:58:35.8673167Z [00:02:12.614]➜  container/ring
2025-08-20T18:58:35.8673428Z [00:02:12.614]➜  mkdir -p $WORK/b1233/
2025-08-20T18:58:35.8673790Z [00:02:12.614]➜  echo '# import config' > $WORK/b1233/importcfg # internal
2025-08-20T18:58:35.8675485Z [00:02:12.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1233/_pkg_.a -trimpath "/root/.go/src/container/ring=>container/ring;$WORK/b1233=>" -p container/ring -lang=go1.25 -std -complete -installsuffix shared -buildid Cl4xA-mVZOgTQ1c4ZpLv/Cl4xA-mVZOgTQ1c4ZpLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack /root/.go/src/container/ring/ring.go
2025-08-20T18:58:35.8681243Z [00:02:12.615]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T18:58:35.8685887Z [00:02:12.616]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/0f/0f34fbabc4cc0bc3180763e7d9952bb5c228b51a136a759f60b604273b45d859-d # internal
2025-08-20T18:58:35.8692461Z [00:02:12.616]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T18:58:35.8696073Z [00:02:12.617]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/09/09a81adad69e739304138b7fd679f5a2764532484b79dbf033d33dfca877ee0f-d # internal
2025-08-20T18:58:35.8699508Z [00:02:12.617]➜  berty.tech/berty/v2/go/pkg/bertyversion
2025-08-20T18:58:35.8699887Z [00:02:12.617]➜  mkdir -p $WORK/b1286/
2025-08-20T18:58:35.8700232Z [00:02:12.617]➜  berty.tech/go-orbit-db/internal/buildconstraints
2025-08-20T18:58:35.8700853Z [00:02:12.617]➜  mkdir -p $WORK/b1320/
2025-08-20T18:58:35.8702644Z [00:02:12.618]➜  echo '# import config' > $WORK/b1320/importcfg # internal
2025-08-20T18:58:35.8704039Z [00:02:12.618]➜  echo '# import config' > $WORK/b1286/importcfg # internal
2025-08-20T18:58:35.8711040Z [00:02:12.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1320/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/internal/buildconstraints=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/internal/buildconstraints;$WORK/b1320=>" -p berty.tech/go-orbit-db/internal/buildconstraints -lang=go1.22 -complete -installsuffix shared -buildid 815486lvpX3b4Pr4JA2C/815486lvpX3b4Pr4JA2C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/internal/buildconstraints/supported.go
2025-08-20T18:58:35.8714949Z [00:02:12.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1286/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyversion=>berty.tech/berty/v2/go/pkg/bertyversion;$WORK/b1286=>" -p berty.tech/berty/v2/go/pkg/bertyversion -lang=go1.22 -complete -installsuffix shared -buildid g36GeExdl1URSjWehR3Q/g36GeExdl1URSjWehR3Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyversion/version.go
2025-08-20T18:58:35.8794007Z [00:02:12.626]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T18:58:35.8803416Z [00:02:12.627]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/a5/a5c3ecf82fb5f07034daadae5f8ae65b9b9fe1b50f5ed538bcf53c015cf61d47-d # internal
2025-08-20T18:58:35.8804068Z [00:02:12.627]➜  berty.tech/weshnet/v2/internal/bertyversion
2025-08-20T18:58:35.8804394Z [00:02:12.627]➜  mkdir -p $WORK/b1333/
2025-08-20T18:58:35.8805005Z [00:02:12.627]➜  echo '# import config' > $WORK/b1333/importcfg # internal
2025-08-20T18:58:35.8807227Z [00:02:12.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1333/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/bertyversion=>berty.tech/weshnet/v2@v2.0.4/internal/bertyversion;$WORK/b1333=>" -p berty.tech/weshnet/v2/internal/bertyversion -lang=go1.22 -complete -installsuffix shared -buildid LKLqEDyHY7eFDMnMsIOa/LKLqEDyHY7eFDMnMsIOa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/bertyversion/version.go
2025-08-20T18:58:35.8820870Z [00:02:12.630]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T18:58:35.8821939Z [00:02:12.630]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T18:58:35.8826037Z [00:02:12.630]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/71/71fae81568b99965aa27330c35f767313f0885df4eeab97249240a12ca8a3783-d # internal
2025-08-20T18:58:35.8827538Z [00:02:12.630]➜  github.com/hyperledger/aries-framework-go/spi/secretlock
2025-08-20T18:58:35.8855826Z [00:02:12.630]➜  mkdir -p $WORK/b1353/
2025-08-20T18:58:35.8856224Z [00:02:12.631]➜  echo '# import config' > $WORK/b1353/importcfg # internal
2025-08-20T18:58:35.8858929Z [00:02:12.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1353/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/secretlock=>github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/secretlock;$WORK/b1353=>" -p github.com/hyperledger/aries-framework-go/spi/secretlock -lang=go1.19 -complete -installsuffix shared -buildid RGzFOtE8qtEAtc3HkCpW/RGzFOtE8qtEAtc3HkCpW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/secretlock/secretlock.go
2025-08-20T18:58:35.8861509Z [00:02:12.632]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/88/88452f2b182f3a9cd90587fe350bfab8397f2d08adcdaa255596e592b924d87c-d # internal
2025-08-20T18:58:35.8862505Z [00:02:12.633]➜  github.com/hyperledger/aries-framework-go/spi/log
2025-08-20T18:58:35.8862904Z [00:02:12.633]➜  mkdir -p $WORK/b1357/
2025-08-20T18:58:35.8863255Z [00:02:12.633]➜  echo '# import config' > $WORK/b1357/importcfg # internal
2025-08-20T18:58:35.8865892Z [00:02:12.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/log=>github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/log;$WORK/b1357=>" -p github.com/hyperledger/aries-framework-go/spi/log -lang=go1.19 -complete -installsuffix shared -buildid 91nlWO-r-6WtkETQQhJV/91nlWO-r-6WtkETQQhJV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/log/log.go
2025-08-20T18:58:35.8891864Z [00:02:12.636]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T18:58:35.8903077Z [00:02:12.637]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/63/63e2f755d3cedb0ee28416ec083ef7e80db0c882de8d9be9f812e63044b0413c-d # internal
2025-08-20T18:58:35.8903849Z [00:02:12.637]➜  github.com/hyperledger/aries-framework-go/component/models/util/maphelpers
2025-08-20T18:58:35.8904269Z [00:02:12.637]➜  mkdir -p $WORK/b1359/
2025-08-20T18:58:35.8904752Z [00:02:12.638]➜  echo '# import config' > $WORK/b1359/importcfg # internal
2025-08-20T18:58:35.8907799Z [00:02:12.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/util/maphelpers=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/util/maphelpers;$WORK/b1359=>" -p github.com/hyperledger/aries-framework-go/component/models/util/maphelpers -lang=go1.19 -complete -installsuffix shared -buildid ss0pfVFtC-QVM37CZoFm/ss0pfVFtC-QVM37CZoFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/util/maphelpers/maphelpers.go
2025-08-20T18:58:35.8969989Z [00:02:12.644]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T18:58:35.8978738Z [00:02:12.644]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/08/083740e7f58588bd3059d534d694af7ffb583c9ea1609f1ccb190fe9da419009-d # internal
2025-08-20T18:58:35.8979425Z [00:02:12.644]➜  github.com/hyperledger/aries-framework-go/spi/kms
2025-08-20T18:58:35.8979766Z [00:02:12.644]➜  mkdir -p $WORK/b1352/
2025-08-20T18:58:35.8980141Z [00:02:12.644]➜  cat >/tmp/go-build693841089/b1352/importcfg << 'EOF' # internal
2025-08-20T18:58:35.8980487Z [00:02:12.644]➜  # import config
2025-08-20T18:58:35.8981019Z [00:02:12.644]➜  packagefile github.com/hyperledger/aries-framework-go/spi/secretlock=/tmp/go-build693841089/b1353/_pkg_.a
2025-08-20T18:58:35.8981497Z [00:02:12.644]➜  EOF
2025-08-20T18:58:35.8984890Z [00:02:12.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/kms=>github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/kms;$WORK/b1352=>" -p github.com/hyperledger/aries-framework-go/spi/kms -lang=go1.19 -complete -installsuffix shared -buildid m-P1_5K0L3PVvYc8xImq/m-P1_5K0L3PVvYc8xImq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/kms/key_opts.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/kms/kms.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/kms/privKey_opts.go
2025-08-20T18:58:35.9017010Z [00:02:12.649]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T18:58:35.9038806Z [00:02:12.651]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/6e/6ec2e2c613ff66b9640eb98d3d7e7cebf99d9d26851baaaadb0e0a3ee4d34713-d # internal
2025-08-20T18:58:35.9044291Z [00:02:12.651]➜  github.com/google/tink/go/internal
2025-08-20T18:58:35.9045554Z [00:02:12.651]➜  mkdir -p $WORK/b1387/
2025-08-20T18:58:35.9046010Z [00:02:12.651]➜  echo '# import config' > $WORK/b1387/importcfg # internal
2025-08-20T18:58:35.9047998Z [00:02:12.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal=>github.com/google/tink/go@v1.7.0/internal;$WORK/b1387=>" -p github.com/google/tink/go/internal -lang=go1.17 -complete -installsuffix shared -buildid oZzgUFw0FCoHDvwtGa97/oZzgUFw0FCoHDvwtGa97 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/internal.go
2025-08-20T18:58:35.9049720Z [00:02:12.651]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T18:58:35.9050390Z [00:02:12.651]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/44/4463129e45e4ce75ac40fec8e70e050dcbf1c45f72a0d944640002bb99e5cf1c-d # internal
2025-08-20T18:58:35.9050972Z [00:02:12.651]➜  github.com/google/tink/go/monitoring
2025-08-20T18:58:35.9051266Z [00:02:12.651]➜  mkdir -p $WORK/b1396/
2025-08-20T18:58:35.9051614Z [00:02:12.651]➜  echo '# import config' > $WORK/b1396/importcfg # internal
2025-08-20T18:58:35.9053612Z [00:02:12.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/monitoring=>github.com/google/tink/go@v1.7.0/monitoring;$WORK/b1396=>" -p github.com/google/tink/go/monitoring -lang=go1.17 -complete -installsuffix shared -buildid h1vshajCTy67a9M761cw/h1vshajCTy67a9M761cw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/monitoring/monitoring.go
2025-08-20T18:58:35.9115115Z [00:02:12.659]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T18:58:35.9122526Z [00:02:12.659]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/98/98f1de3e6cc387eee401ee93bec099150f6d7b0acfad295927b9770310371256-d # internal
2025-08-20T18:58:35.9125595Z [00:02:12.659]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/api
2025-08-20T18:58:35.9126205Z [00:02:12.659]➜  mkdir -p $WORK/b1415/
2025-08-20T18:58:35.9128436Z [00:02:12.660]➜  echo '# import config' > $WORK/b1415/importcfg # internal
2025-08-20T18:58:35.9153254Z [00:02:12.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/api=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/api;$WORK/b1415=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/api -lang=go1.19 -complete -installsuffix shared -buildid QhZo9QpXMAIj10jK4NJS/QhZo9QpXMAIj10jK4NJS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/api/composite_decrypt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/api/composite_encrypt.go
2025-08-20T18:58:35.9159075Z [00:02:12.662]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T18:58:35.9159752Z [00:02:12.662]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/75/75d4d960eeac4637b768cfb805d3de00b12cb09789c9f3a9687b54e3e9240978-d # internal
2025-08-20T18:58:35.9160380Z [00:02:12.663]➜  github.com/hyperledger/aries-framework-go/spi/crypto
2025-08-20T18:58:35.9160724Z [00:02:12.663]➜  mkdir -p $WORK/b1420/
2025-08-20T18:58:35.9161090Z [00:02:12.663]➜  echo '# import config' > $WORK/b1420/importcfg # internal
2025-08-20T18:58:35.9164139Z [00:02:12.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/crypto=>github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/crypto;$WORK/b1420=>" -p github.com/hyperledger/aries-framework-go/spi/crypto -lang=go1.19 -complete -installsuffix shared -buildid rvbbp9ldG43Q5Ads0-6J/rvbbp9ldG43Q5Ads0-6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/crypto/crypto.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/crypto/wrapkey_opts.go
2025-08-20T18:58:35.9238212Z [00:02:12.670]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T18:58:35.9239020Z [00:02:12.670]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/5a/5ac7e743807e7c29e5d486d7451977fe6431e77bad3f759dbad2779e7a56b57e-d # internal
2025-08-20T18:58:35.9239836Z [00:02:12.670]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs/api
2025-08-20T18:58:35.9240329Z [00:02:12.670]➜  mkdir -p $WORK/b1432/
2025-08-20T18:58:35.9240679Z [00:02:12.670]➜  echo '# import config' > $WORK/b1432/importcfg # internal
2025-08-20T18:58:35.9244753Z [00:02:12.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/api=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/api;$WORK/b1432=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs/api -lang=go1.19 -complete -installsuffix shared -buildid 1IV_1uFVB2JuaJ3rJ8pL/1IV_1uFVB2JuaJ3rJ8pL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/api/signer.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/api/verifier.go
2025-08-20T18:58:35.9248248Z [00:02:12.671]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T18:58:35.9248908Z [00:02:12.671]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/01/0109a2d2072978433186f618efa0e623f7d9da607d6f7119ca649686c6ed8335-d # internal
2025-08-20T18:58:35.9249660Z [00:02:12.671]➜  github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/api
2025-08-20T18:58:35.9250113Z [00:02:12.671]➜  mkdir -p $WORK/b1439/
2025-08-20T18:58:35.9250479Z [00:02:12.671]➜  cat >/tmp/go-build693841089/b1439/importcfg << 'EOF' # internal
2025-08-20T18:58:35.9251132Z [00:02:12.671]➜  # import config
2025-08-20T18:58:35.9251943Z [00:02:12.671]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/api=/tmp/go-build693841089/b1415/_pkg_.a
2025-08-20T18:58:35.9252607Z [00:02:12.671]➜  EOF
2025-08-20T18:58:35.9256703Z [00:02:12.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/api=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/api;$WORK/b1439=>" -p github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/api -lang=go1.19 -complete -installsuffix shared -buildid VtTivMvQAERN5WNmG0JB/VtTivMvQAERN5WNmG0JB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/api/composite_decrypt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/api/composite_encrypt.go
2025-08-20T18:58:35.9315075Z [00:02:12.679]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T18:58:35.9318248Z [00:02:12.679]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/24/24ac240b89e0d63df3487f3e9a206cdc73213fbbf977ef4ae285f2c9314b0a48-d # internal
2025-08-20T18:58:35.9325592Z [00:02:12.680]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T18:58:35.9329832Z [00:02:12.680]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/cd/cd5be130771e3e4032921017e753aea7fe8d02215934abc92bd4cd36d0077c0d-d # internal
2025-08-20T18:58:35.9333839Z [00:02:12.681]➜  github.com/dgraph-io/badger/v2/options
2025-08-20T18:58:35.9334581Z [00:02:12.681]➜  mkdir -p $WORK/b1491/
2025-08-20T18:58:35.9338328Z [00:02:12.681]➜  echo '# import config' > $WORK/b1491/importcfg # internal
2025-08-20T18:58:35.9357166Z [00:02:12.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/options=>github.com/dgraph-io/badger/v2@v2.2007.3/options;$WORK/b1491=>" -p github.com/dgraph-io/badger/v2/options -lang=go1.12 -complete -installsuffix shared -buildid EwqE3i1up5bHt79q6pqJ/EwqE3i1up5bHt79q6pqJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/options/options.go
2025-08-20T18:58:35.9359362Z [00:02:12.682]➜  github.com/dgraph-io/badger/v2/trie
2025-08-20T18:58:35.9366232Z [00:02:12.683]➜  mkdir -p $WORK/b1501/
2025-08-20T18:58:35.9366712Z [00:02:12.683]➜  echo '# import config' > $WORK/b1501/importcfg # internal
2025-08-20T18:58:35.9368716Z [00:02:12.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/trie=>github.com/dgraph-io/badger/v2@v2.2007.3/trie;$WORK/b1501=>" -p github.com/dgraph-io/badger/v2/trie -lang=go1.12 -complete -installsuffix shared -buildid eQlX43vVJe4hxXAR0B8k/eQlX43vVJe4hxXAR0B8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/trie/trie.go
2025-08-20T18:58:35.9385785Z [00:02:12.686]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T18:58:35.9397950Z [00:02:12.687]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/b2/b20e16d7c405fe9ee597c1a330727e320b75f88a63910d90fc93931eaca7bc0a-d # internal
2025-08-20T18:58:35.9398736Z [00:02:12.687]➜  cloud.google.com/go/firestore/internal
2025-08-20T18:58:35.9405464Z [00:02:12.688]➜  mkdir -p $WORK/b1533/
2025-08-20T18:58:35.9416707Z [00:02:12.689]➜  echo '# import config' > $WORK/b1533/importcfg # internal
2025-08-20T18:58:35.9419218Z [00:02:12.689]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1533/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/internal=>cloud.google.com/go/firestore@v1.14.0/internal;$WORK/b1533=>" -p cloud.google.com/go/firestore/internal -lang=go1.19 -complete -installsuffix shared -buildid ZulxGHPPL60syMU_h9Sx/ZulxGHPPL60syMU_h9Sx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/internal/version.go
2025-08-20T18:58:35.9439804Z [00:02:12.691]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T18:58:35.9440607Z [00:02:12.691]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/97/9730895de1ca325227e1a97944331f228b78a1261711f0db561ce793adfe739e-d # internal
2025-08-20T18:58:35.9442770Z [00:02:12.692]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T18:58:35.9443084Z [00:02:12.692]➜  mkdir -p $WORK/b1542/
2025-08-20T18:58:35.9445664Z [00:02:12.692]➜  echo '# import config' > $WORK/b1542/importcfg # internal
2025-08-20T18:58:35.9450500Z [00:02:12.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/internal=>github.com/googleapis/gax-go/v2@v2.12.2/internal;$WORK/b1542=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.19 -complete -installsuffix shared -buildid W-IeGTOxAB1eAYTBC5ph/W-IeGTOxAB1eAYTBC5ph -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1542/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/internal/version.go
2025-08-20T18:58:35.9523877Z [00:02:12.700]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T18:58:35.9526542Z [00:02:12.700]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T18:58:35.9528179Z [00:02:12.700]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/6f/6fd338d7011d897fffff138594be37ab5853c81f30d8d348d0be14cae5f169bb-d # internal
2025-08-20T18:58:35.9530714Z [00:02:12.701]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/d4/d4a00564a721073cf741250127331e49d6a3c45b05d584af3282ded1eae2c79e-d # internal
2025-08-20T18:58:35.9531423Z [00:02:12.701]➜  github.com/hyperledger/aries-framework-go/pkg/internal/didcommutil
2025-08-20T18:58:35.9531839Z [00:02:12.701]➜  mkdir -p $WORK/b1676/
2025-08-20T18:58:35.9534209Z [00:02:12.701]➜  cloud.google.com/go/storage/internal
2025-08-20T18:58:35.9534704Z [00:02:12.701]➜  mkdir -p $WORK/b1629/
2025-08-20T18:58:35.9539301Z [00:02:12.701]➜  echo '# import config' > $WORK/b1629/importcfg # internal
2025-08-20T18:58:35.9539850Z [00:02:12.702]➜  echo '# import config' > $WORK/b1676/importcfg # internal
2025-08-20T18:58:35.9543978Z [00:02:12.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/didcommutil=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/didcommutil;$WORK/b1676=>" -p github.com/hyperledger/aries-framework-go/pkg/internal/didcommutil -lang=go1.19 -complete -installsuffix shared -buildid ywkTL3mGJXpBNczJD1ZX/ywkTL3mGJXpBNczJD1ZX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1676/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/didcommutil/util.go
2025-08-20T18:58:35.9553414Z [00:02:12.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1629/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal=>cloud.google.com/go/storage@v1.38.0/internal;$WORK/b1629=>" -p cloud.google.com/go/storage/internal -lang=go1.19 -complete -installsuffix shared -buildid H7FIfctKwB5oAaS-YCg-/H7FIfctKwB5oAaS-YCg- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1629/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/version.go
2025-08-20T18:58:35.9586719Z [00:02:12.704]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T18:58:35.9588490Z [00:02:12.706]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/bc/bc45474ce43a3501e20d78f6707db2ae6f7ec8984c90df776cace6fb72f52324-d # internal
2025-08-20T18:58:35.9589171Z [00:02:12.706]➜  github.com/hyperledger/aries-framework-go/pkg/secretlock
2025-08-20T18:58:35.9589531Z [00:02:12.706]➜  mkdir -p $WORK/b1680/
2025-08-20T18:58:35.9590266Z [00:02:12.706]➜  cat >/tmp/go-build693841089/b1680/importcfg << 'EOF' # internal
2025-08-20T18:58:35.9590676Z [00:02:12.706]➜  # import config
2025-08-20T18:58:35.9591219Z [00:02:12.706]➜  packagefile github.com/hyperledger/aries-framework-go/spi/secretlock=/tmp/go-build693841089/b1353/_pkg_.a
2025-08-20T18:58:35.9591700Z [00:02:12.706]➜  EOF
2025-08-20T18:58:35.9593942Z [00:02:12.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/secretlock=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/secretlock;$WORK/b1680=>" -p github.com/hyperledger/aries-framework-go/pkg/secretlock -lang=go1.19 -complete -installsuffix shared -buildid kma0wmpJn9Nv9oDdRdUD/kma0wmpJn9Nv9oDdRdUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1680/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/secretlock/secretlock.go
2025-08-20T18:58:35.9633069Z [00:02:12.711]➜  go tool buildid -w $WORK/b1676/_pkg_.a # internal
2025-08-20T18:58:35.9637023Z [00:02:12.711]➜  cp $WORK/b1676/_pkg_.a /root/.cache/go-build/1d/1db8520b7db2b0c34669d8b82e180be76f826aac458ff551110fc94aa03874fa-d # internal
2025-08-20T18:58:35.9694174Z [00:02:12.717]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T18:58:35.9708702Z [00:02:12.718]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/56/56910d4b7207c68d4c1a44198a3af48546b402feecb7a7c26427d72190084609-d # internal
2025-08-20T18:58:35.9727777Z [00:02:12.720]➜  go tool buildid -w $WORK/b1680/_pkg_.a # internal
2025-08-20T18:58:35.9732007Z [00:02:12.721]➜  cp $WORK/b1680/_pkg_.a /root/.cache/go-build/ea/ea7317aacb562cc1a2dc0d06876e3cc89d335a666ce3a640350c00b3d646869c-d # internal
2025-08-20T18:58:37.2847274Z [00:02:14.032]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b012/tls_GOARCH.h
2025-08-20T18:58:37.2848540Z [00:02:14.032]➜  cd /root/.go/src/runtime
2025-08-20T18:58:37.2849530Z [00:02:14.032]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/asm.o ./asm.s
2025-08-20T18:58:37.2887250Z [00:02:14.035]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/asm_arm64.o ./asm_arm64.s
2025-08-20T18:58:37.2973038Z [00:02:14.045]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/atomic_arm64.o ./atomic_arm64.s
2025-08-20T18:58:37.2996493Z [00:02:14.047]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/duff_arm64.o ./duff_arm64.s
2025-08-20T18:58:37.3022865Z [00:02:14.050]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/ints.o ./ints.s
2025-08-20T18:58:37.3049524Z [00:02:14.052]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/memclr_arm64.o ./memclr_arm64.s
2025-08-20T18:58:37.3073559Z [00:02:14.055]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/memmove_arm64.o ./memmove_arm64.s
2025-08-20T18:58:37.3100632Z [00:02:14.058]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/preempt_arm64.o ./preempt_arm64.s
2025-08-20T18:58:37.3141059Z [00:02:14.061]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T18:58:37.3167451Z [00:02:14.064]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T18:58:37.3220784Z [00:02:14.069]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b012=>" -I $WORK/b012/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b012/tls_arm64.o ./tls_arm64.s
2025-08-20T18:58:37.3268678Z [00:02:14.074]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/asm.o $WORK/b012/asm_arm64.o $WORK/b012/atomic_arm64.o $WORK/b012/duff_arm64.o $WORK/b012/ints.o $WORK/b012/memclr_arm64.o $WORK/b012/memmove_arm64.o $WORK/b012/preempt_arm64.o $WORK/b012/rt0_linux_arm64.o $WORK/b012/sys_linux_arm64.o $WORK/b012/tls_arm64.o # internal
2025-08-20T18:58:37.3269856Z [00:02:14.074]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T18:58:37.3561464Z [00:02:14.103]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T18:58:37.3565946Z [00:02:14.104]➜  iter
2025-08-20T18:58:37.3567151Z [00:02:14.104]➜  mkdir -p $WORK/b040/
2025-08-20T18:58:37.3568084Z [00:02:14.104]➜  internal/reflectlite
2025-08-20T18:58:37.3568404Z [00:02:14.104]➜  mkdir -p $WORK/b007/
2025-08-20T18:58:37.3568647Z [00:02:14.104]➜  weak
2025-08-20T18:58:37.3568876Z [00:02:14.104]➜  mkdir -p $WORK/b091/
2025-08-20T18:58:37.3569116Z [00:02:14.104]➜  sync
2025-08-20T18:58:37.3569335Z [00:02:14.104]➜  mkdir -p $WORK/b045/
2025-08-20T18:58:37.3574943Z [00:02:14.104]➜  cat >/tmp/go-build693841089/b040/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3575531Z [00:02:14.104]➜  # import config
2025-08-20T18:58:37.3575908Z [00:02:14.104]➜  packagefile internal/race=/tmp/go-build693841089/b032/_pkg_.a
2025-08-20T18:58:37.3576362Z [00:02:14.104]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.3576681Z [00:02:14.104]➜  EOF
2025-08-20T18:58:37.3576956Z [00:02:14.104]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:37.3578342Z [00:02:14.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b040=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T18:58:37.3579561Z [00:02:14.104]➜  echo -n > $WORK/b007/go_asm.h # internal
2025-08-20T18:58:37.3579889Z [00:02:14.104]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T18:58:37.3581010Z [00:02:14.104]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b007/symabis ./asm.s
2025-08-20T18:58:37.3582079Z [00:02:14.104]➜  cat >/tmp/go-build693841089/b091/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3582422Z [00:02:14.104]➜  # import config
2025-08-20T18:58:37.3582771Z [00:02:14.104]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:37.3583222Z [00:02:14.104]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.3583534Z [00:02:14.104]➜  EOF
2025-08-20T18:58:37.3583810Z [00:02:14.104]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:37.3585838Z [00:02:14.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b091=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T18:58:37.3587242Z [00:02:14.104]➜  cat >/tmp/go-build693841089/b045/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3587583Z [00:02:14.104]➜  # import config
2025-08-20T18:58:37.3587942Z [00:02:14.104]➜  packagefile internal/race=/tmp/go-build693841089/b032/_pkg_.a
2025-08-20T18:58:37.3588404Z [00:02:14.104]➜  packagefile internal/sync=/tmp/go-build693841089/b046/_pkg_.a
2025-08-20T18:58:37.3590192Z [00:02:14.104]➜  packagefile internal/synctest=/tmp/go-build693841089/b048/_pkg_.a
2025-08-20T18:58:37.3590724Z [00:02:14.104]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.3591388Z [00:02:14.104]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:37.3591982Z [00:02:14.104]➜  EOF
2025-08-20T18:58:37.3594343Z [00:02:14.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b045=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/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-20T18:58:37.3606210Z [00:02:14.107]➜  cat >/tmp/go-build693841089/b007/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3606590Z [00:02:14.107]➜  # import config
2025-08-20T18:58:37.3606955Z [00:02:14.107]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:37.3607425Z [00:02:14.107]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:37.3607945Z [00:02:14.107]➜  packagefile internal/unsafeheader=/tmp/go-build693841089/b011/_pkg_.a
2025-08-20T18:58:37.3608413Z [00:02:14.107]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.3608726Z [00:02:14.107]➜  EOF
2025-08-20T18:58:37.3610769Z [00:02:14.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b007/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b007=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b007/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b007/importcfg -pack -asmhdr $WORK/b007/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-20T18:58:37.3689105Z [00:02:14.116]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T18:58:37.3693867Z [00:02:14.117]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T18:58:37.3700370Z [00:02:14.117]➜  crypto/subtle
2025-08-20T18:58:37.3700756Z [00:02:14.117]➜  mkdir -p $WORK/b189/
2025-08-20T18:58:37.3701189Z [00:02:14.118]➜  cat >/tmp/go-build693841089/b189/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3701542Z [00:02:14.118]➜  # import config
2025-08-20T18:58:37.3701968Z [00:02:14.118]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:37.3702522Z [00:02:14.118]➜  packagefile internal/runtime/sys=/tmp/go-build693841089/b033/_pkg_.a
2025-08-20T18:58:37.3703009Z [00:02:14.118]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.3703315Z [00:02:14.118]➜  EOF
2025-08-20T18:58:37.3705598Z [00:02:14.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b189=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/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-20T18:58:37.3745805Z [00:02:14.122]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T18:58:37.3753699Z [00:02:14.123]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T18:58:37.3771068Z [00:02:14.125]➜  slices
2025-08-20T18:58:37.3771391Z [00:02:14.125]➜  mkdir -p $WORK/b050/
2025-08-20T18:58:37.3775937Z [00:02:14.125]➜  cat >/tmp/go-build693841089/b050/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3776367Z [00:02:14.125]➜  # import config
2025-08-20T18:58:37.3776714Z [00:02:14.125]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:37.3777126Z [00:02:14.125]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:37.3777551Z [00:02:14.125]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:37.3777893Z [00:02:14.125]➜  EOF
2025-08-20T18:58:37.3779707Z [00:02:14.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b050=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -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-20T18:58:37.3929452Z [00:02:14.140]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T18:58:37.3933380Z [00:02:14.141]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T18:58:37.3935484Z [00:02:14.141]➜  maps
2025-08-20T18:58:37.3935740Z [00:02:14.141]➜  mkdir -p $WORK/b162/
2025-08-20T18:58:37.3937917Z [00:02:14.141]➜  cat >/tmp/go-build693841089/b162/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3939511Z [00:02:14.141]➜  # import config
2025-08-20T18:58:37.3939867Z [00:02:14.141]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:37.3940177Z [00:02:14.141]➜  EOF
2025-08-20T18:58:37.3941680Z [00:02:14.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b162=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T18:58:37.3971947Z [00:02:14.145]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T18:58:37.3978797Z [00:02:14.145]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T18:58:37.3981476Z [00:02:14.146]➜  runtime/metrics
2025-08-20T18:58:37.3982244Z [00:02:14.146]➜  mkdir -p $WORK/b688/
2025-08-20T18:58:37.3989370Z [00:02:14.146]➜  cat >/tmp/go-build693841089/b688/importcfg << 'EOF' # internal
2025-08-20T18:58:37.3990066Z [00:02:14.146]➜  # import config
2025-08-20T18:58:37.3990464Z [00:02:14.146]➜  packagefile internal/godebugs=/tmp/go-build693841089/b018/_pkg_.a
2025-08-20T18:58:37.3990917Z [00:02:14.146]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:37.3991794Z [00:02:14.146]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.3992246Z [00:02:14.147]➜  EOF
2025-08-20T18:58:37.3995928Z [00:02:14.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b688=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid r4f670ttoJBq9e3NNbJ_/r4f670ttoJBq9e3NNbJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/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-20T18:58:37.4090037Z [00:02:14.156]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T18:58:37.4092479Z [00:02:14.157]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T18:58:37.4210337Z [00:02:14.168]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T18:58:37.4215663Z [00:02:14.169]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d # internal
2025-08-20T18:58:37.4605639Z [00:02:14.208]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T18:58:37.4606884Z [00:02:14.208]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b007=>" -I $WORK/b007/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b007/asm.o ./asm.s
2025-08-20T18:58:37.4629428Z [00:02:14.210]➜  go tool pack r $WORK/b007/_pkg_.a $WORK/b007/asm.o # internal
2025-08-20T18:58:37.4630030Z [00:02:14.210]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T18:58:37.4643835Z [00:02:14.212]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T18:58:37.4649767Z [00:02:14.212]➜  errors
2025-08-20T18:58:37.4655653Z [00:02:14.212]➜  mkdir -p $WORK/b006/
2025-08-20T18:58:37.4657120Z [00:02:14.212]➜  cat >/tmp/go-build693841089/b006/importcfg << 'EOF' # internal
2025-08-20T18:58:37.4657817Z [00:02:14.212]➜  # import config
2025-08-20T18:58:37.4658253Z [00:02:14.212]➜  packagefile internal/reflectlite=/tmp/go-build693841089/b007/_pkg_.a
2025-08-20T18:58:37.4658851Z [00:02:14.213]➜  EOF
2025-08-20T18:58:37.4659293Z [00:02:14.213]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:37.4661279Z [00:02:14.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b006=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T18:58:37.4662700Z [00:02:14.213]➜  sort
2025-08-20T18:58:37.4662929Z [00:02:14.213]➜  mkdir -p $WORK/b074/
2025-08-20T18:58:37.4663280Z [00:02:14.213]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T18:58:37.4663697Z [00:02:14.213]➜  cat >/tmp/go-build693841089/b074/importcfg << 'EOF' # internal
2025-08-20T18:58:37.4664036Z [00:02:14.213]➜  # import config
2025-08-20T18:58:37.4664420Z [00:02:14.213]➜  packagefile internal/reflectlite=/tmp/go-build693841089/b007/_pkg_.a
2025-08-20T18:58:37.4665065Z [00:02:14.213]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:37.4665507Z [00:02:14.213]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:37.4665817Z [00:02:14.213]➜  EOF
2025-08-20T18:58:37.4667546Z [00:02:14.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b074=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/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-20T18:58:37.4686761Z [00:02:14.216]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T18:58:37.4703658Z [00:02:14.216]➜  internal/testlog
2025-08-20T18:58:37.4704372Z [00:02:14.216]➜  mkdir -p $WORK/b064/
2025-08-20T18:58:37.4705853Z [00:02:14.217]➜  cat >/tmp/go-build693841089/b064/importcfg << 'EOF' # internal
2025-08-20T18:58:37.4707585Z [00:02:14.217]➜  # import config
2025-08-20T18:58:37.4708344Z [00:02:14.217]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.4709022Z [00:02:14.217]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:37.4709555Z [00:02:14.217]➜  EOF
2025-08-20T18:58:37.4709780Z [00:02:14.218]➜  internal/bisect
2025-08-20T18:58:37.4710158Z [00:02:14.218]➜  mkdir -p $WORK/b059/
2025-08-20T18:58:37.4710577Z [00:02:14.218]➜  cat >/tmp/go-build693841089/b059/importcfg << 'EOF' # internal
2025-08-20T18:58:37.4711164Z [00:02:14.218]➜  # import config
2025-08-20T18:58:37.4711623Z [00:02:14.218]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.4712111Z [00:02:14.218]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.4712686Z [00:02:14.218]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:37.4713224Z [00:02:14.218]➜  EOF
2025-08-20T18:58:37.4715088Z [00:02:14.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b059=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T18:58:37.4718497Z [00:02:14.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b064=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T18:58:37.4905789Z [00:02:14.238]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T18:58:37.4913373Z [00:02:14.239]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T18:58:37.4916295Z [00:02:14.239]➜  internal/singleflight
2025-08-20T18:58:37.4918137Z [00:02:14.239]➜  mkdir -p $WORK/b088/
2025-08-20T18:58:37.4929736Z [00:02:14.241]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T18:58:37.4930440Z [00:02:14.241]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T18:58:37.4931006Z [00:02:14.241]➜  strconv
2025-08-20T18:58:37.4931234Z [00:02:14.241]➜  mkdir -p $WORK/b043/
2025-08-20T18:58:37.4933258Z [00:02:14.241]➜  cat >/tmp/go-build693841089/b088/importcfg << 'EOF' # internal
2025-08-20T18:58:37.4933618Z [00:02:14.241]➜  # import config
2025-08-20T18:58:37.4933946Z [00:02:14.241]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.4934250Z [00:02:14.241]➜  EOF
2025-08-20T18:58:37.4941617Z [00:02:14.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b088=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T18:58:37.4959074Z [00:02:14.243]➜  cat >/tmp/go-build693841089/b043/importcfg << 'EOF' # internal
2025-08-20T18:58:37.4959550Z [00:02:14.243]➜  # import config
2025-08-20T18:58:37.4959895Z [00:02:14.243]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.4960349Z [00:02:14.243]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.4960851Z [00:02:14.243]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:37.4961316Z [00:02:14.243]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:37.4962116Z [00:02:14.243]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:37.4962638Z [00:02:14.243]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:37.4962968Z [00:02:14.243]➜  EOF
2025-08-20T18:58:37.4965884Z [00:02:14.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b043=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/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-20T18:58:37.5142254Z [00:02:14.260]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T18:58:37.5143046Z [00:02:14.261]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T18:58:37.5143578Z [00:02:14.261]➜  io
2025-08-20T18:58:37.5143804Z [00:02:14.261]➜  mkdir -p $WORK/b051/
2025-08-20T18:58:37.5144171Z [00:02:14.261]➜  cat >/tmp/go-build693841089/b051/importcfg << 'EOF' # internal
2025-08-20T18:58:37.5144514Z [00:02:14.261]➜  # import config
2025-08-20T18:58:37.5145437Z [00:02:14.262]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.5145854Z [00:02:14.262]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.5146159Z [00:02:14.262]➜  EOF
2025-08-20T18:58:37.5150019Z [00:02:14.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b051=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T18:58:37.5370561Z [00:02:14.284]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T18:58:37.5373786Z [00:02:14.284]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T18:58:37.5391141Z [00:02:14.285]➜  internal/oserror
2025-08-20T18:58:37.5392030Z [00:02:14.285]➜  mkdir -p $WORK/b055/
2025-08-20T18:58:37.5392836Z [00:02:14.286]➜  cat >/tmp/go-build693841089/b055/importcfg << 'EOF' # internal
2025-08-20T18:58:37.5393474Z [00:02:14.286]➜  # import config
2025-08-20T18:58:37.5394362Z [00:02:14.286]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.5394889Z [00:02:14.286]➜  EOF
2025-08-20T18:58:37.5396449Z [00:02:14.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b055=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T18:58:37.5581867Z [00:02:14.306]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T18:58:37.5586308Z [00:02:14.306]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T18:58:37.5620923Z [00:02:14.309]➜  path
2025-08-20T18:58:37.5621535Z [00:02:14.309]➜  mkdir -p $WORK/b056/
2025-08-20T18:58:37.5622312Z [00:02:14.310]➜  cat >/tmp/go-build693841089/b056/importcfg << 'EOF' # internal
2025-08-20T18:58:37.5623206Z [00:02:14.310]➜  # import config
2025-08-20T18:58:37.5623610Z [00:02:14.310]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.5624405Z [00:02:14.310]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.5625058Z [00:02:14.310]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:37.5625390Z [00:02:14.310]➜  EOF
2025-08-20T18:58:37.5626782Z [00:02:14.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b056=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T18:58:37.5805694Z [00:02:14.328]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T18:58:37.5817811Z [00:02:14.329]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T18:58:37.5839471Z [00:02:14.331]➜  internal/godebug
2025-08-20T18:58:37.5840103Z [00:02:14.331]➜  mkdir -p $WORK/b058/
2025-08-20T18:58:37.5843684Z [00:02:14.332]➜  cat >/tmp/go-build693841089/b058/importcfg << 'EOF' # internal
2025-08-20T18:58:37.5844066Z [00:02:14.332]➜  # import config
2025-08-20T18:58:37.5844443Z [00:02:14.332]➜  packagefile internal/bisect=/tmp/go-build693841089/b059/_pkg_.a
2025-08-20T18:58:37.5845102Z [00:02:14.332]➜  packagefile internal/godebugs=/tmp/go-build693841089/b018/_pkg_.a
2025-08-20T18:58:37.5845557Z [00:02:14.332]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.5846459Z [00:02:14.332]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:37.5846787Z [00:02:14.332]➜  EOF
2025-08-20T18:58:37.5848326Z [00:02:14.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b058=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T18:58:37.5992993Z [00:02:14.347]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T18:58:37.6006560Z [00:02:14.348]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T18:58:37.6014677Z [00:02:14.349]➜  syscall
2025-08-20T18:58:37.6015031Z [00:02:14.349]➜  mkdir -p $WORK/b060/
2025-08-20T18:58:37.6015341Z [00:02:14.349]➜  echo -n > $WORK/b060/go_asm.h # internal
2025-08-20T18:58:37.6015686Z [00:02:14.349]➜  cd /root/.go/src/syscall
2025-08-20T18:58:37.6016675Z [00:02:14.349]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b060/symabis ./asm_linux_arm64.s
2025-08-20T18:58:37.6100112Z [00:02:14.357]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T18:58:37.6101006Z [00:02:14.357]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T18:58:37.6101661Z [00:02:14.357]➜  bytes
2025-08-20T18:58:37.6102053Z [00:02:14.357]➜  mkdir -p $WORK/b066/
2025-08-20T18:58:37.6102556Z [00:02:14.357]➜  cat >/tmp/go-build693841089/b066/importcfg << 'EOF' # internal
2025-08-20T18:58:37.6102979Z [00:02:14.357]➜  # import config
2025-08-20T18:58:37.6103400Z [00:02:14.357]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.6103966Z [00:02:14.357]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.6104484Z [00:02:14.357]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:37.6105115Z [00:02:14.357]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:37.6105665Z [00:02:14.357]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:37.6106182Z [00:02:14.357]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:37.6107089Z [00:02:14.357]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:37.6107599Z [00:02:14.357]➜  EOF
2025-08-20T18:58:37.6107970Z [00:02:14.357]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:37.6109754Z [00:02:14.357]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b066=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T18:58:37.6180186Z [00:02:14.365]➜  cat >/tmp/go-build693841089/b060/importcfg << 'EOF' # internal
2025-08-20T18:58:37.6187366Z [00:02:14.365]➜  # import config
2025-08-20T18:58:37.6187745Z [00:02:14.365]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.6188233Z [00:02:14.365]➜  packagefile internal/asan=/tmp/go-build693841089/b030/_pkg_.a
2025-08-20T18:58:37.6188716Z [00:02:14.365]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.6189211Z [00:02:14.365]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:37.6189698Z [00:02:14.365]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:37.6190161Z [00:02:14.365]➜  packagefile internal/itoa=/tmp/go-build693841089/b039/_pkg_.a
2025-08-20T18:58:37.6191085Z [00:02:14.365]➜  packagefile internal/msan=/tmp/go-build693841089/b031/_pkg_.a
2025-08-20T18:58:37.6191558Z [00:02:14.365]➜  packagefile internal/oserror=/tmp/go-build693841089/b055/_pkg_.a
2025-08-20T18:58:37.6192027Z [00:02:14.365]➜  packagefile internal/race=/tmp/go-build693841089/b032/_pkg_.a
2025-08-20T18:58:37.6192533Z [00:02:14.365]➜  packagefile internal/runtime/syscall=/tmp/go-build693841089/b026/_pkg_.a
2025-08-20T18:58:37.6193010Z [00:02:14.365]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.6193438Z [00:02:14.365]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:37.6193849Z [00:02:14.365]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.6194275Z [00:02:14.365]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:37.6194742Z [00:02:14.365]➜  EOF
2025-08-20T18:58:37.6199873Z [00:02:14.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b060/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack -asmhdr $WORK/b060/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T18:58:37.6375487Z [00:02:14.385]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T18:58:37.6419142Z [00:02:14.389]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T18:58:37.6423703Z [00:02:14.390]➜  reflect
2025-08-20T18:58:37.6424059Z [00:02:14.390]➜  mkdir -p $WORK/b038/
2025-08-20T18:58:37.6424375Z [00:02:14.390]➜  echo -n > $WORK/b038/go_asm.h # internal
2025-08-20T18:58:37.6424825Z [00:02:14.390]➜  cd /root/.go/src/reflect
2025-08-20T18:58:37.6425797Z [00:02:14.390]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b038/symabis ./asm_arm64.s
2025-08-20T18:58:37.6498333Z [00:02:14.397]➜  cat >/tmp/go-build693841089/b038/importcfg << 'EOF' # internal
2025-08-20T18:58:37.6498790Z [00:02:14.397]➜  # import config
2025-08-20T18:58:37.6499139Z [00:02:14.397]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.6499583Z [00:02:14.397]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:37.6500091Z [00:02:14.397]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.6500575Z [00:02:14.397]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:37.6501043Z [00:02:14.397]➜  packagefile internal/itoa=/tmp/go-build693841089/b039/_pkg_.a
2025-08-20T18:58:37.6501506Z [00:02:14.397]➜  packagefile internal/race=/tmp/go-build693841089/b032/_pkg_.a
2025-08-20T18:58:37.6501996Z [00:02:14.397]➜  packagefile internal/runtime/maps=/tmp/go-build693841089/b029/_pkg_.a
2025-08-20T18:58:37.6502964Z [00:02:14.397]➜  packagefile internal/runtime/sys=/tmp/go-build693841089/b033/_pkg_.a
2025-08-20T18:58:37.6503490Z [00:02:14.397]➜  packagefile internal/unsafeheader=/tmp/go-build693841089/b011/_pkg_.a
2025-08-20T18:58:37.6503948Z [00:02:14.397]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:37.6504351Z [00:02:14.397]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:37.6504907Z [00:02:14.397]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.6505342Z [00:02:14.397]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:37.6505754Z [00:02:14.397]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.6506161Z [00:02:14.397]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:37.6506596Z [00:02:14.397]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:37.6506927Z [00:02:14.397]➜  EOF
2025-08-20T18:58:37.6507194Z [00:02:14.397]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:37.6520872Z [00:02:14.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b038=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b038/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack -asmhdr $WORK/b038/go_asm.h /root/.go/src/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-20T18:58:37.6902994Z [00:02:14.435]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T18:58:37.6912572Z [00:02:14.438]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T18:58:37.6913166Z [00:02:14.438]➜  strings
2025-08-20T18:58:37.6913408Z [00:02:14.438]➜  mkdir -p $WORK/b068/
2025-08-20T18:58:37.6920393Z [00:02:14.439]➜  cat >/tmp/go-build693841089/b068/importcfg << 'EOF' # internal
2025-08-20T18:58:37.6921244Z [00:02:14.439]➜  # import config
2025-08-20T18:58:37.6921920Z [00:02:14.439]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.6922937Z [00:02:14.439]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:37.6946202Z [00:02:14.439]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.6946757Z [00:02:14.439]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:37.6947218Z [00:02:14.439]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:37.6947622Z [00:02:14.439]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:37.6948073Z [00:02:14.439]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:37.6948493Z [00:02:14.439]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.6948907Z [00:02:14.439]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:37.6949346Z [00:02:14.439]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:37.6949674Z [00:02:14.439]➜  EOF
2025-08-20T18:58:37.6951851Z [00:02:14.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b068=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -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-20T18:58:37.7169430Z [00:02:14.464]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T18:58:37.7191861Z [00:02:14.467]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T18:58:37.7200292Z [00:02:14.468]➜  encoding/base64
2025-08-20T18:58:37.7207407Z [00:02:14.468]➜  mkdir -p $WORK/b079/
2025-08-20T18:58:37.7217976Z [00:02:14.469]➜  cat >/tmp/go-build693841089/b079/importcfg << 'EOF' # internal
2025-08-20T18:58:37.7219668Z [00:02:14.469]➜  # import config
2025-08-20T18:58:37.7220953Z [00:02:14.469]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:37.7221416Z [00:02:14.469]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:37.7221825Z [00:02:14.469]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:37.7222244Z [00:02:14.469]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:37.7222579Z [00:02:14.469]➜  EOF
2025-08-20T18:58:37.7229930Z [00:02:14.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b079=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T18:58:37.7661101Z [00:02:14.514]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T18:58:37.7679943Z [00:02:14.515]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T18:58:37.7681144Z [00:02:14.516]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T18:58:37.7681852Z [00:02:14.516]➜  mkdir -p $WORK/b086/
2025-08-20T18:58:37.7682428Z [00:02:14.516]➜  cat >/tmp/go-build693841089/b086/importcfg << 'EOF' # internal
2025-08-20T18:58:37.7682861Z [00:02:14.516]➜  # import config
2025-08-20T18:58:37.7683482Z [00:02:14.516]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.7684293Z [00:02:14.516]➜  EOF
2025-08-20T18:58:37.7686708Z [00:02:14.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b086=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T18:58:37.7915033Z [00:02:14.539]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T18:58:37.7936543Z [00:02:14.541]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T18:58:37.7937720Z [00:02:14.541]➜  unique
2025-08-20T18:58:37.7938652Z [00:02:14.541]➜  mkdir -p $WORK/b090/
2025-08-20T18:58:37.7940467Z [00:02:14.542]➜  cat >/tmp/go-build693841089/b090/importcfg << 'EOF' # internal
2025-08-20T18:58:37.7941072Z [00:02:14.542]➜  # import config
2025-08-20T18:58:37.7941454Z [00:02:14.542]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:37.7941932Z [00:02:14.542]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:37.7942432Z [00:02:14.542]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:37.7942949Z [00:02:14.542]➜  packagefile internal/sync=/tmp/go-build693841089/b046/_pkg_.a
2025-08-20T18:58:37.7943391Z [00:02:14.542]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.7943802Z [00:02:14.542]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.7944229Z [00:02:14.542]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:37.7944766Z [00:02:14.542]➜  packagefile weak=/tmp/go-build693841089/b091/_pkg_.a
2025-08-20T18:58:37.7945502Z [00:02:14.542]➜  EOF
2025-08-20T18:58:37.7966011Z [00:02:14.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b090=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/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-20T18:58:37.8947873Z [00:02:14.642]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T18:58:37.8992934Z [00:02:14.647]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T18:58:37.9030136Z [00:02:14.650]➜  net/netip
2025-08-20T18:58:37.9031325Z [00:02:14.651]➜  mkdir -p $WORK/b089/
2025-08-20T18:58:37.9033523Z [00:02:14.651]➜  cat >/tmp/go-build693841089/b089/importcfg << 'EOF' # internal
2025-08-20T18:58:37.9036343Z [00:02:14.651]➜  # import config
2025-08-20T18:58:37.9036693Z [00:02:14.651]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:37.9037111Z [00:02:14.651]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.9037567Z [00:02:14.651]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.9038061Z [00:02:14.651]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:37.9038571Z [00:02:14.651]➜  packagefile internal/itoa=/tmp/go-build693841089/b039/_pkg_.a
2025-08-20T18:58:37.9039007Z [00:02:14.651]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:37.9039428Z [00:02:14.651]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:37.9039853Z [00:02:14.651]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:37.9040270Z [00:02:14.651]➜  packagefile unique=/tmp/go-build693841089/b090/_pkg_.a
2025-08-20T18:58:37.9040594Z [00:02:14.651]➜  EOF
2025-08-20T18:58:37.9042109Z [00:02:14.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b089=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T18:58:37.9792187Z [00:02:14.726]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T18:58:37.9806904Z [00:02:14.728]➜  cd /root/.go/src/syscall
2025-08-20T18:58:37.9816924Z [00:02:14.728]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b060/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T18:58:37.9852417Z [00:02:14.733]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T18:58:37.9867959Z [00:02:14.734]➜  go tool pack r $WORK/b060/_pkg_.a $WORK/b060/asm_linux_arm64.o # internal
2025-08-20T18:58:37.9868604Z [00:02:14.734]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T18:58:37.9942915Z [00:02:14.742]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T18:58:37.9950235Z [00:02:14.743]➜  time
2025-08-20T18:58:37.9953462Z [00:02:14.743]➜  mkdir -p $WORK/b057/
2025-08-20T18:58:37.9967948Z [00:02:14.744]➜  cat >/tmp/go-build693841089/b057/importcfg << 'EOF' # internal
2025-08-20T18:58:37.9968398Z [00:02:14.744]➜  # import config
2025-08-20T18:58:37.9968739Z [00:02:14.744]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:37.9969190Z [00:02:14.744]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:37.9970138Z [00:02:14.744]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:37.9970647Z [00:02:14.744]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:37.9971422Z [00:02:14.744]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:37.9971858Z [00:02:14.744]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:37.9972277Z [00:02:14.744]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:37.9972704Z [00:02:14.744]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:37.9973018Z [00:02:14.744]➜  EOF
2025-08-20T18:58:37.9973293Z [00:02:14.744]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:37.9975900Z [00:02:14.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b057=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/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-20T18:58:38.0090716Z [00:02:14.756]➜  runtime/cgo
2025-08-20T18:58:38.0108672Z [00:02:14.756]➜  mkdir -p $WORK/b092/
2025-08-20T18:58:38.0109091Z [00:02:14.757]➜  echo -n > $WORK/b092/preferlinkext # internal
2025-08-20T18:58:38.0109430Z [00:02:14.757]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.0110689Z [00:02:14.757]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b092/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T18:58:38.0352603Z [00:02:14.783]➜  cd $WORK
2025-08-20T18:58:38.0353576Z [00:02:14.783]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T18:58:38.0676123Z [00:02:14.815]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T18:58:38.0873073Z [00:02:14.835]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T18:58:38.2001640Z [00:02:14.947]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T18:58:38.2096895Z [00:02:14.956]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T18:58:38.2223710Z [00:02:14.969]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T18:58:38.2429921Z [00:02:14.990]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T18:58:38.2439391Z [00:02:14.991]➜  internal/syscall/unix
2025-08-20T18:58:38.2453238Z [00:02:14.993]➜  mkdir -p $WORK/b062/
2025-08-20T18:58:38.2465575Z [00:02:14.994]➜  cat >/tmp/go-build693841089/b062/importcfg << 'EOF' # internal
2025-08-20T18:58:38.2466249Z [00:02:14.994]➜  # import config
2025-08-20T18:58:38.2466869Z [00:02:14.994]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:38.2467580Z [00:02:14.994]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:38.2468323Z [00:02:14.994]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:38.2468913Z [00:02:14.994]➜  EOF
2025-08-20T18:58:38.2469320Z [00:02:14.994]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.2476083Z [00:02:14.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b062=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T18:58:38.2753439Z [00:02:15.023]➜  cd $WORK
2025-08-20T18:58:38.2759657Z [00:02:15.023]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T18:58:38.3022020Z [00:02:15.049]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T18:58:38.3027657Z [00:02:15.050]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T18:58:38.3105034Z [00:02:15.058]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/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-20T18:58:38.3308746Z [00:02:15.077]➜  cd $WORK/b092
2025-08-20T18:58:38.3310884Z [00:02:15.078]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x001.o -c _cgo_export.c
2025-08-20T18:58:38.3312332Z [00:02:15.078]➜  internal/syscall/execenv
2025-08-20T18:58:38.3312620Z [00:02:15.078]➜  mkdir -p $WORK/b063/
2025-08-20T18:58:38.3312992Z [00:02:15.078]➜  cat >/tmp/go-build693841089/b063/importcfg << 'EOF' # internal
2025-08-20T18:58:38.3313335Z [00:02:15.078]➜  # import config
2025-08-20T18:58:38.3313679Z [00:02:15.078]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:38.3325827Z [00:02:15.078]➜  EOF
2025-08-20T18:58:38.3326576Z [00:02:15.078]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.3328945Z [00:02:15.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b063=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T18:58:38.3423740Z [00:02:15.090]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T18:58:38.3430350Z [00:02:15.090]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T18:58:38.3430962Z [00:02:15.090]➜  hash
2025-08-20T18:58:38.3431209Z [00:02:15.091]➜  mkdir -p $WORK/b100/
2025-08-20T18:58:38.3433663Z [00:02:15.091]➜  cat >/tmp/go-build693841089/b100/importcfg << 'EOF' # internal
2025-08-20T18:58:38.3437628Z [00:02:15.091]➜  # import config
2025-08-20T18:58:38.3438122Z [00:02:15.091]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.3438436Z [00:02:15.091]➜  EOF
2025-08-20T18:58:38.3439763Z [00:02:15.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b100=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T18:58:38.3497030Z [00:02:15.097]➜  cd $WORK/b092
2025-08-20T18:58:38.3498653Z [00:02:15.097]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x002.o -c cgo.cgo2.c
2025-08-20T18:58:38.3577388Z [00:02:15.105]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T18:58:38.3581285Z [00:02:15.106]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T18:58:38.3582089Z [00:02:15.106]➜  hash/fnv
2025-08-20T18:58:38.3583080Z [00:02:15.106]➜  mkdir -p $WORK/b099/
2025-08-20T18:58:38.3587119Z [00:02:15.106]➜  cat >/tmp/go-build693841089/b099/importcfg << 'EOF' # internal
2025-08-20T18:58:38.3587467Z [00:02:15.106]➜  # import config
2025-08-20T18:58:38.3587799Z [00:02:15.106]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.3588210Z [00:02:15.106]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:38.3588855Z [00:02:15.106]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:38.3589371Z [00:02:15.106]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:38.3589825Z [00:02:15.106]➜  EOF
2025-08-20T18:58:38.3590257Z [00:02:15.106]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.3592188Z [00:02:15.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b099=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T18:58:38.3640202Z [00:02:15.111]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T18:58:38.3677661Z [00:02:15.115]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T18:58:38.3679348Z [00:02:15.115]➜  io/fs
2025-08-20T18:58:38.3680014Z [00:02:15.115]➜  mkdir -p $WORK/b054/
2025-08-20T18:58:38.3680390Z [00:02:15.115]➜  cat >/tmp/go-build693841089/b054/importcfg << 'EOF' # internal
2025-08-20T18:58:38.3680729Z [00:02:15.115]➜  # import config
2025-08-20T18:58:38.3681064Z [00:02:15.115]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.3681517Z [00:02:15.115]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:38.3681997Z [00:02:15.115]➜  packagefile internal/oserror=/tmp/go-build693841089/b055/_pkg_.a
2025-08-20T18:58:38.3682446Z [00:02:15.115]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.3682844Z [00:02:15.115]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:38.3683254Z [00:02:15.115]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:38.3683685Z [00:02:15.115]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:38.3684113Z [00:02:15.115]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:38.3684449Z [00:02:15.115]➜  EOF
2025-08-20T18:58:38.3686775Z [00:02:15.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b054=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b054/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-20T18:58:38.3694392Z [00:02:15.116]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.3696040Z [00:02:15.116]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x003.o -c gcc_context.c
2025-08-20T18:58:38.3888749Z [00:02:15.136]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x004.o -c gcc_fatalf.c
2025-08-20T18:58:38.3893109Z [00:02:15.137]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T18:58:38.3901127Z [00:02:15.138]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T18:58:38.3907340Z [00:02:15.138]➜  internal/poll
2025-08-20T18:58:38.3909200Z [00:02:15.138]➜  mkdir -p $WORK/b061/
2025-08-20T18:58:38.3918534Z [00:02:15.139]➜  cat >/tmp/go-build693841089/b061/importcfg << 'EOF' # internal
2025-08-20T18:58:38.3918939Z [00:02:15.139]➜  # import config
2025-08-20T18:58:38.3919282Z [00:02:15.139]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.3921624Z [00:02:15.140]➜  packagefile internal/itoa=/tmp/go-build693841089/b039/_pkg_.a
2025-08-20T18:58:38.3922461Z [00:02:15.140]➜  packagefile internal/syscall/unix=/tmp/go-build693841089/b062/_pkg_.a
2025-08-20T18:58:38.3923196Z [00:02:15.140]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.3924127Z [00:02:15.140]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:38.3925202Z [00:02:15.140]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.3925691Z [00:02:15.140]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:38.3926135Z [00:02:15.140]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:38.3926551Z [00:02:15.140]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:38.3927288Z [00:02:15.140]➜  EOF
2025-08-20T18:58:38.3927571Z [00:02:15.140]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.3932529Z [00:02:15.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b061=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/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-20T18:58:38.4099621Z [00:02:15.157]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.4101227Z [00:02:15.157]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x005.o -c gcc_libinit.c
2025-08-20T18:58:38.4297892Z [00:02:15.177]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T18:58:38.4310769Z [00:02:15.179]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T18:58:38.4317123Z [00:02:15.179]➜  internal/filepathlite
2025-08-20T18:58:38.4317424Z [00:02:15.179]➜  mkdir -p $WORK/b053/
2025-08-20T18:58:38.4317801Z [00:02:15.179]➜  cat >/tmp/go-build693841089/b053/importcfg << 'EOF' # internal
2025-08-20T18:58:38.4318147Z [00:02:15.179]➜  # import config
2025-08-20T18:58:38.4318755Z [00:02:15.179]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.4319301Z [00:02:15.179]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:38.4319805Z [00:02:15.179]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:38.4320263Z [00:02:15.179]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:38.4320672Z [00:02:15.179]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:38.4321000Z [00:02:15.179]➜  EOF
2025-08-20T18:58:38.4321276Z [00:02:15.179]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.4323362Z [00:02:15.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b053=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/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-20T18:58:38.4445511Z [00:02:15.191]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.4447133Z [00:02:15.191]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x006.o -c gcc_linux_arm64.c
2025-08-20T18:58:38.4448939Z [00:02:15.192]➜  cd /root/.go/src/reflect
2025-08-20T18:58:38.4449862Z [00:02:15.192]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b038=>" -I $WORK/b038/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b038/asm_arm64.o ./asm_arm64.s
2025-08-20T18:58:38.4531996Z [00:02:15.201]➜  go tool pack r $WORK/b038/_pkg_.a $WORK/b038/asm_arm64.o # internal
2025-08-20T18:58:38.4535299Z [00:02:15.201]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T18:58:38.4639526Z [00:02:15.211]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T18:58:38.4648365Z [00:02:15.212]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T18:58:38.4652069Z [00:02:15.213]➜  context
2025-08-20T18:58:38.4652378Z [00:02:15.213]➜  mkdir -p $WORK/b071/
2025-08-20T18:58:38.4659252Z [00:02:15.213]➜  cat >/tmp/go-build693841089/b071/importcfg << 'EOF' # internal
2025-08-20T18:58:38.4659744Z [00:02:15.213]➜  # import config
2025-08-20T18:58:38.4661003Z [00:02:15.214]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.4661551Z [00:02:15.214]➜  packagefile internal/reflectlite=/tmp/go-build693841089/b007/_pkg_.a
2025-08-20T18:58:38.4662048Z [00:02:15.214]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.4662481Z [00:02:15.214]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:38.4662909Z [00:02:15.214]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:38.4663215Z [00:02:15.214]➜  EOF
2025-08-20T18:58:38.4663490Z [00:02:15.214]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.4668839Z [00:02:15.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b071=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/context/context.go
2025-08-20T18:58:38.4689082Z [00:02:15.216]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T18:58:38.4689955Z [00:02:15.216]➜  internal/fmtsort
2025-08-20T18:58:38.4690298Z [00:02:15.216]➜  mkdir -p $WORK/b036/
2025-08-20T18:58:38.4690668Z [00:02:15.216]➜  cat >/tmp/go-build693841089/b036/importcfg << 'EOF' # internal
2025-08-20T18:58:38.4691013Z [00:02:15.216]➜  # import config
2025-08-20T18:58:38.4691336Z [00:02:15.216]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:38.4691747Z [00:02:15.216]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:38.4692178Z [00:02:15.216]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:38.4692483Z [00:02:15.216]➜  EOF
2025-08-20T18:58:38.4693952Z [00:02:15.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b036=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T18:58:38.4840954Z [00:02:15.232]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.4842578Z [00:02:15.232]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x007.o -c gcc_mmap.c
2025-08-20T18:58:38.5148735Z [00:02:15.262]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x008.o -c gcc_setenv.c
2025-08-20T18:58:38.5220811Z [00:02:15.269]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T18:58:38.5232742Z [00:02:15.271]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T18:58:38.5236749Z [00:02:15.271]➜  encoding/binary
2025-08-20T18:58:38.5237944Z [00:02:15.271]➜  mkdir -p $WORK/b073/
2025-08-20T18:58:38.5248863Z [00:02:15.272]➜  cat >/tmp/go-build693841089/b073/importcfg << 'EOF' # internal
2025-08-20T18:58:38.5249260Z [00:02:15.272]➜  # import config
2025-08-20T18:58:38.5249642Z [00:02:15.272]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.5250053Z [00:02:15.272]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.5250449Z [00:02:15.272]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:38.5250859Z [00:02:15.272]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:38.5251275Z [00:02:15.272]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:38.5251695Z [00:02:15.272]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.5251999Z [00:02:15.272]➜  EOF
2025-08-20T18:58:38.5254847Z [00:02:15.273]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.5256868Z [00:02:15.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b073=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/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-20T18:58:38.5385040Z [00:02:15.286]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T18:58:38.5399766Z [00:02:15.287]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T18:58:38.5418105Z [00:02:15.288]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T18:58:38.5418558Z [00:02:15.288]➜  mkdir -p $WORK/b101/
2025-08-20T18:58:38.5418939Z [00:02:15.288]➜  cat >/tmp/go-build693841089/b101/importcfg << 'EOF' # internal
2025-08-20T18:58:38.5419286Z [00:02:15.288]➜  # import config
2025-08-20T18:58:38.5419614Z [00:02:15.288]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.5419920Z [00:02:15.288]➜  EOF
2025-08-20T18:58:38.5421939Z [00:02:15.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/pragma=>google.golang.org/protobuf@v1.35.2/internal/pragma;$WORK/b101=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.21 -complete -installsuffix shared -buildid CSiKQG5Cyq-_frySUAOT/CSiKQG5Cyq-_frySUAOT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/pragma/pragma.go
2025-08-20T18:58:38.5429785Z [00:02:15.290]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T18:58:38.5440332Z [00:02:15.292]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.5441996Z [00:02:15.292]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x009.o -c gcc_sigaction.c
2025-08-20T18:58:38.5479830Z [00:02:15.295]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T18:58:38.5497879Z [00:02:15.297]➜  os
2025-08-20T18:58:38.5498151Z [00:02:15.297]➜  mkdir -p $WORK/b052/
2025-08-20T18:58:38.5498536Z [00:02:15.297]➜  cat >/tmp/go-build693841089/b052/importcfg << 'EOF' # internal
2025-08-20T18:58:38.5498887Z [00:02:15.297]➜  # import config
2025-08-20T18:58:38.5499243Z [00:02:15.297]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.5499698Z [00:02:15.297]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:38.5500190Z [00:02:15.297]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:38.5500701Z [00:02:15.297]➜  packagefile internal/filepathlite=/tmp/go-build693841089/b053/_pkg_.a
2025-08-20T18:58:38.5501211Z [00:02:15.297]➜  packagefile internal/goarch=/tmp/go-build693841089/b009/_pkg_.a
2025-08-20T18:58:38.5501675Z [00:02:15.297]➜  packagefile internal/itoa=/tmp/go-build693841089/b039/_pkg_.a
2025-08-20T18:58:38.5502154Z [00:02:15.297]➜  packagefile internal/poll=/tmp/go-build693841089/b061/_pkg_.a
2025-08-20T18:58:38.5502644Z [00:02:15.297]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:38.5503171Z [00:02:15.297]➜  packagefile internal/syscall/execenv=/tmp/go-build693841089/b063/_pkg_.a
2025-08-20T18:58:38.5503708Z [00:02:15.297]➜  packagefile internal/syscall/unix=/tmp/go-build693841089/b062/_pkg_.a
2025-08-20T18:58:38.5504206Z [00:02:15.297]➜  packagefile internal/testlog=/tmp/go-build693841089/b064/_pkg_.a
2025-08-20T18:58:38.5504784Z [00:02:15.297]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.5505251Z [00:02:15.297]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:38.5505665Z [00:02:15.297]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:38.5506094Z [00:02:15.297]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:38.5506500Z [00:02:15.297]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.5506922Z [00:02:15.297]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:38.5507350Z [00:02:15.297]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:38.5507759Z [00:02:15.297]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:38.5508373Z [00:02:15.297]➜  EOF
2025-08-20T18:58:38.5508737Z [00:02:15.297]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.5514248Z [00:02:15.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b052=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/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-20T18:58:38.5519599Z [00:02:15.298]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T18:58:38.5520285Z [00:02:15.298]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/04/0413c69fe9f69dd10dcb5a48b60de0bf1c288126bb2a7f697847150c1eacc5af-d # internal
2025-08-20T18:58:38.5520814Z [00:02:15.298]➜  embed
2025-08-20T18:58:38.5521042Z [00:02:15.299]➜  mkdir -p $WORK/b107/
2025-08-20T18:58:38.5521406Z [00:02:15.299]➜  cat >/tmp/go-build693841089/b107/importcfg << 'EOF' # internal
2025-08-20T18:58:38.5521747Z [00:02:15.299]➜  # import config
2025-08-20T18:58:38.5522079Z [00:02:15.299]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.5522529Z [00:02:15.299]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:38.5523039Z [00:02:15.299]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:38.5523485Z [00:02:15.299]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.5545239Z [00:02:15.299]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:38.5545857Z [00:02:15.299]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:38.5546170Z [00:02:15.299]➜  EOF
2025-08-20T18:58:38.5547523Z [00:02:15.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b107=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T18:58:38.5759321Z [00:02:15.323]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.5760904Z [00:02:15.323]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x010.o -c gcc_stack_unix.c
2025-08-20T18:58:38.5882268Z [00:02:15.335]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T18:58:38.5886570Z [00:02:15.336]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T18:58:38.5892945Z [00:02:15.337]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T18:58:38.5893431Z [00:02:15.337]➜  mkdir -p $WORK/b106/
2025-08-20T18:58:38.5894081Z [00:02:15.337]➜  cat >/tmp/go-build693841089/b106/importcfg << 'EOF' # internal
2025-08-20T18:58:38.5894540Z [00:02:15.337]➜  # import config
2025-08-20T18:58:38.5895053Z [00:02:15.337]➜  packagefile embed=/tmp/go-build693841089/b107/_pkg_.a
2025-08-20T18:58:38.5895425Z [00:02:15.337]➜  EOF
2025-08-20T18:58:38.5896407Z [00:02:15.337]➜  cat >/tmp/go-build693841089/b106/embedcfg << 'EOF' # internal
2025-08-20T18:58:38.5897634Z [00:02:15.337]➜  {
2025-08-20T18:58:38.5897922Z [00:02:15.337]➜  	"Patterns": {
2025-08-20T18:58:38.5898209Z [00:02:15.337]➜  		"editions_defaults.binpb": [
2025-08-20T18:58:38.5898519Z [00:02:15.337]➜  			"editions_defaults.binpb"
2025-08-20T18:58:38.5898777Z [00:02:15.337]➜  		]
2025-08-20T18:58:38.5898968Z [00:02:15.337]➜  	},
2025-08-20T18:58:38.5899195Z [00:02:15.337]➜  	"Files": {
2025-08-20T18:58:38.5899834Z [00:02:15.337]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T18:58:38.5900377Z [00:02:15.337]➜  	}
2025-08-20T18:58:38.5900569Z [00:02:15.337]➜  }EOF
2025-08-20T18:58:38.5900844Z [00:02:15.337]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.5903208Z [00:02:15.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/editiondefaults=>google.golang.org/protobuf@v1.35.2/internal/editiondefaults;$WORK/b106=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.21 -complete -installsuffix shared -buildid UPgNPsHIbKhXvOJQ-XzR/UPgNPsHIbKhXvOJQ-XzR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -embedcfg $WORK/b106/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/editiondefaults/defaults.go
2025-08-20T18:58:38.6007938Z [00:02:15.348]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.6009574Z [00:02:15.348]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x011.o -c gcc_traceback.c
2025-08-20T18:58:38.6010960Z [00:02:15.348]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T18:58:38.6011622Z [00:02:15.348]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/99/99e0c4702429e92c36499455f4d887f1a375a61aa2f296d813215d5865dc0bf3-d # internal
2025-08-20T18:58:38.6014724Z [00:02:15.349]➜  bufio
2025-08-20T18:58:38.6015017Z [00:02:15.349]➜  mkdir -p $WORK/b122/
2025-08-20T18:58:38.6015583Z [00:02:15.349]➜  cat >/tmp/go-build693841089/b122/importcfg << 'EOF' # internal
2025-08-20T18:58:38.6015966Z [00:02:15.349]➜  # import config
2025-08-20T18:58:38.6016505Z [00:02:15.349]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:38.6016936Z [00:02:15.349]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.6017340Z [00:02:15.349]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.6017751Z [00:02:15.349]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:38.6018206Z [00:02:15.349]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:38.6018535Z [00:02:15.349]➜  EOF
2025-08-20T18:58:38.6018809Z [00:02:15.349]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.6020660Z [00:02:15.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b122=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T18:58:38.6375653Z [00:02:15.385]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:38.6380810Z [00:02:15.385]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x012.o -c gcc_util.c
2025-08-20T18:58:38.6859414Z [00:02:15.433]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x013.o -c linux_syscall.c
2025-08-20T18:58:38.6972561Z [00:02:15.445]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T18:58:38.6986570Z [00:02:15.446]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T18:58:38.6989034Z [00:02:15.446]➜  hash/crc32
2025-08-20T18:58:38.6989313Z [00:02:15.446]➜  mkdir -p $WORK/b124/
2025-08-20T18:58:38.6992492Z [00:02:15.447]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T18:58:38.7349332Z [00:02:15.482]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_x014.o -c gcc_arm64.S
2025-08-20T18:58:38.7482182Z [00:02:15.496]➜  cd $WORK/b092
2025-08-20T18:58:38.7485178Z [00:02:15.496]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -I $WORK/b092/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b092/_cgo_main.o -c _cgo_main.c
2025-08-20T18:58:38.7649457Z [00:02:15.512]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.7657984Z [00:02:15.513]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -o $WORK/b092/_cgo_.o $WORK/b092/_cgo_main.o $WORK/b092/preferlinkext $WORK/b092/_x001.o $WORK/b092/_x002.o $WORK/b092/_x003.o $WORK/b092/_x004.o $WORK/b092/_x005.o $WORK/b092/_x006.o $WORK/b092/_x007.o $WORK/b092/_x008.o $WORK/b092/_x009.o $WORK/b092/_x010.o $WORK/b092/_x011.o $WORK/b092/_x012.o $WORK/b092/_x013.o $WORK/b092/_x014.o -O2 -g -lpthread
2025-08-20T18:58:38.7744346Z [00:02:15.522]➜  echo -n > $WORK/b124/go_asm.h # internal
2025-08-20T18:58:38.7748539Z [00:02:15.522]➜  cd /root/.go/src/hash/crc32
2025-08-20T18:58:38.7749582Z [00:02:15.522]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b124/symabis ./crc32_arm64.s
2025-08-20T18:58:38.7831942Z [00:02:15.531]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T18:58:38.7833040Z [00:02:15.531]➜  cat >/tmp/go-build693841089/b124/importcfg << 'EOF' # internal
2025-08-20T18:58:38.7833787Z [00:02:15.531]➜  # import config
2025-08-20T18:58:38.7834895Z [00:02:15.531]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.7835409Z [00:02:15.531]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:38.7836264Z [00:02:15.531]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:38.7836831Z [00:02:15.531]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:38.7837270Z [00:02:15.531]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.7837697Z [00:02:15.531]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:38.7838021Z [00:02:15.531]➜  EOF
2025-08-20T18:58:38.7838322Z [00:02:15.531]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.7840396Z [00:02:15.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b124=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b124/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack -asmhdr $WORK/b124/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T18:58:38.7846119Z [00:02:15.532]➜  golang.org/x/sys/unix
2025-08-20T18:58:38.7847793Z [00:02:15.532]➜  mkdir -p $WORK/b072/
2025-08-20T18:58:38.7849812Z [00:02:15.532]➜  echo -n > $WORK/b072/go_asm.h # internal
2025-08-20T18:58:38.7851164Z [00:02:15.533]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix
2025-08-20T18:58:38.7866880Z [00:02:15.533]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix=>golang.org/x/sys@v0.28.0/unix;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b072/symabis ./asm_linux_arm64.s
2025-08-20T18:58:38.7931703Z [00:02:15.541]➜  cat >/tmp/go-build693841089/b072/importcfg << 'EOF' # internal
2025-08-20T18:58:38.7933685Z [00:02:15.541]➜  # import config
2025-08-20T18:58:38.7934867Z [00:02:15.541]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:38.7935754Z [00:02:15.541]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:38.7936725Z [00:02:15.541]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:38.7937199Z [00:02:15.541]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:38.7937622Z [00:02:15.541]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:38.7938034Z [00:02:15.541]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:38.7938472Z [00:02:15.541]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:38.7938880Z [00:02:15.541]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.7939288Z [00:02:15.541]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:38.7939693Z [00:02:15.541]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:38.7939995Z [00:02:15.541]➜  EOF
2025-08-20T18:58:38.7947589Z [00:02:15.542]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.7958978Z [00:02:15.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix=>golang.org/x/sys@v0.28.0/unix;$WORK/b072=>" -p golang.org/x/sys/unix -lang=go1.18 -installsuffix shared -buildid TpgSXeGKAxqQF1qRwSaP/TpgSXeGKAxqQF1qRwSaP -goversion go1.25.0 -symabis $WORK/b072/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack -asmhdr $WORK/b072/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix/ztypes_linux_arm64.go
2025-08-20T18:58:38.8189689Z [00:02:15.566]➜  cd /root/.go/src/hash/crc32
2025-08-20T18:58:38.8193252Z [00:02:15.567]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b124/crc32_arm64.o ./crc32_arm64.s
2025-08-20T18:58:38.8219287Z [00:02:15.569]➜  go tool pack r $WORK/b124/_pkg_.a $WORK/b124/crc32_arm64.o # internal
2025-08-20T18:58:38.8238525Z [00:02:15.571]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T18:58:38.8248825Z [00:02:15.571]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T18:58:38.8249399Z [00:02:15.571]➜  regexp/syntax
2025-08-20T18:58:38.8249654Z [00:02:15.571]➜  mkdir -p $WORK/b147/
2025-08-20T18:58:38.8250029Z [00:02:15.571]➜  cat >/tmp/go-build693841089/b147/importcfg << 'EOF' # internal
2025-08-20T18:58:38.8250372Z [00:02:15.571]➜  # import config
2025-08-20T18:58:38.8250726Z [00:02:15.571]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:38.8251138Z [00:02:15.571]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:38.8251554Z [00:02:15.571]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:38.8251972Z [00:02:15.571]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:38.8252381Z [00:02:15.571]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.8252796Z [00:02:15.571]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:38.8253247Z [00:02:15.571]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:38.8253573Z [00:02:15.571]➜  EOF
2025-08-20T18:58:38.8253850Z [00:02:15.571]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:38.8256985Z [00:02:15.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b147=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/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-20T18:58:38.8552326Z [00:02:15.602]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T18:58:38.8616049Z [00:02:15.609]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T18:58:38.8618233Z [00:02:15.609]➜  fmt
2025-08-20T18:58:38.8619956Z [00:02:15.610]➜  mkdir -p $WORK/b005/
2025-08-20T18:58:38.8623993Z [00:02:15.610]➜  cat >/tmp/go-build693841089/b005/importcfg << 'EOF' # internal
2025-08-20T18:58:38.8624355Z [00:02:15.610]➜  # import config
2025-08-20T18:58:38.8626441Z [00:02:15.610]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:38.8627606Z [00:02:15.610]➜  packagefile internal/fmtsort=/tmp/go-build693841089/b036/_pkg_.a
2025-08-20T18:58:38.8631409Z [00:02:15.611]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:38.8635335Z [00:02:15.611]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:38.8639317Z [00:02:15.611]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:38.8640319Z [00:02:15.611]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:38.8641719Z [00:02:15.612]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:38.8642445Z [00:02:15.612]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:38.8643578Z [00:02:15.612]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:38.8644058Z [00:02:15.612]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:38.8644393Z [00:02:15.612]➜  EOF
2025-08-20T18:58:38.8646258Z [00:02:15.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b005=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b005/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-20T18:58:38.9919234Z [00:02:15.737]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T18:58:38.9921785Z [00:02:15.740]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T18:58:38.9927591Z [00:02:15.740]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T18:58:38.9928737Z [00:02:15.740]➜  mkdir -p $WORK/b098/
2025-08-20T18:58:38.9933769Z [00:02:15.741]➜  cat >/tmp/go-build693841089/b098/importcfg << 'EOF' # internal
2025-08-20T18:58:38.9934180Z [00:02:15.741]➜  # import config
2025-08-20T18:58:38.9934570Z [00:02:15.741]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:38.9935171Z [00:02:15.741]➜  packagefile hash/fnv=/tmp/go-build693841089/b099/_pkg_.a
2025-08-20T18:58:38.9935581Z [00:02:15.741]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:38.9935879Z [00:02:15.741]➜  EOF
2025-08-20T18:58:38.9941088Z [00:02:15.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/detrand=>google.golang.org/protobuf@v1.35.2/internal/detrand;$WORK/b098=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.21 -complete -installsuffix shared -buildid _k3nELIU-gQjAyEYFycv/_k3nELIU-gQjAyEYFycv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/detrand/rand.go
2025-08-20T18:58:39.0270370Z [00:02:15.774]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T18:58:39.0276000Z [00:02:15.775]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/3d/3d072acad4ff2bf886e90a46cd377aa1c589936e2ac3f72ab4c08617b6f7b6f8-d # internal
2025-08-20T18:58:39.0295400Z [00:02:15.775]➜  io/ioutil
2025-08-20T18:58:39.0299058Z [00:02:15.777]➜  mkdir -p $WORK/b140/
2025-08-20T18:58:39.0299477Z [00:02:15.777]➜  cat >/tmp/go-build693841089/b140/importcfg << 'EOF' # internal
2025-08-20T18:58:39.0299869Z [00:02:15.777]➜  # import config
2025-08-20T18:58:39.0300195Z [00:02:15.777]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.0300603Z [00:02:15.777]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:39.0300997Z [00:02:15.777]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:39.0301399Z [00:02:15.777]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:39.0301815Z [00:02:15.777]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.0302137Z [00:02:15.777]➜  EOF
2025-08-20T18:58:39.0303656Z [00:02:15.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b140=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T18:58:39.0586589Z [00:02:15.806]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T18:58:39.0644331Z [00:02:15.812]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T18:58:39.0651468Z [00:02:15.813]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T18:58:39.0654890Z [00:02:15.813]➜  regexp
2025-08-20T18:58:39.0655170Z [00:02:15.813]➜  mkdir -p $WORK/b146/
2025-08-20T18:58:39.0657638Z [00:02:15.813]➜  cat >/tmp/go-build693841089/b146/importcfg << 'EOF' # internal
2025-08-20T18:58:39.0658017Z [00:02:15.813]➜  # import config
2025-08-20T18:58:39.0658359Z [00:02:15.813]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.0658767Z [00:02:15.813]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.0659195Z [00:02:15.813]➜  packagefile regexp/syntax=/tmp/go-build693841089/b147/_pkg_.a
2025-08-20T18:58:39.0659630Z [00:02:15.813]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:39.0660064Z [00:02:15.813]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.0660480Z [00:02:15.813]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.0660886Z [00:02:15.813]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.0661298Z [00:02:15.813]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.0661735Z [00:02:15.813]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.0662080Z [00:02:15.813]➜  EOF
2025-08-20T18:58:39.0670590Z [00:02:15.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b146=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/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-20T18:58:39.0675954Z [00:02:15.815]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T18:58:39.0676545Z [00:02:15.815]➜  golang.org/x/xerrors
2025-08-20T18:58:39.0676816Z [00:02:15.815]➜  mkdir -p $WORK/b065/
2025-08-20T18:58:39.0677184Z [00:02:15.815]➜  cat >/tmp/go-build693841089/b065/importcfg << 'EOF' # internal
2025-08-20T18:58:39.0677772Z [00:02:15.815]➜  # import config
2025-08-20T18:58:39.0678466Z [00:02:15.815]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.0678961Z [00:02:15.815]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.0679459Z [00:02:15.815]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build693841089/b067/_pkg_.a
2025-08-20T18:58:39.0679941Z [00:02:15.815]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.0680347Z [00:02:15.815]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:39.0680780Z [00:02:15.815]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:39.0681223Z [00:02:15.815]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.0681637Z [00:02:15.815]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.0682054Z [00:02:15.815]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.0682488Z [00:02:15.815]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.0682829Z [00:02:15.815]➜  EOF
2025-08-20T18:58:39.0686958Z [00:02:15.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028=>golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028;$WORK/b065=>" -p golang.org/x/xerrors -lang=go1.18 -complete -installsuffix shared -buildid g7_X9QS-s-1JhdsWjt6Y/g7_X9QS-s-1JhdsWjt6Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/adaptor.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/doc.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/errors.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/fmt.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/format.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/frame.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20231012003039-104605ab7028/wrap.go
2025-08-20T18:58:39.1499958Z [00:02:15.894]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T18:58:39.1500775Z [00:02:15.896]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/ba/baa58741e19ae4e49088f1f5ff4bb1ef45a97acb7fb140a9ffe75a79ba3fdfb9-d # internal
2025-08-20T18:58:39.1501324Z [00:02:15.896]➜  encoding/json
2025-08-20T18:58:39.1501568Z [00:02:15.896]➜  mkdir -p $WORK/b077/
2025-08-20T18:58:39.1501980Z [00:02:15.897]➜  cat >/tmp/go-build693841089/b077/importcfg << 'EOF' # internal
2025-08-20T18:58:39.1502317Z [00:02:15.897]➜  # import config
2025-08-20T18:58:39.1502648Z [00:02:15.897]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.1503053Z [00:02:15.897]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:39.1503464Z [00:02:15.897]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:39.1503931Z [00:02:15.897]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:39.1504371Z [00:02:15.897]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:39.1504967Z [00:02:15.897]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.1505358Z [00:02:15.897]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.1505753Z [00:02:15.897]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.1506160Z [00:02:15.897]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:39.1506586Z [00:02:15.897]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:39.1506996Z [00:02:15.897]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.1507407Z [00:02:15.897]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.1507813Z [00:02:15.897]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.1508222Z [00:02:15.897]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.1509037Z [00:02:15.897]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:58:39.1509584Z [00:02:15.897]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.1509917Z [00:02:15.897]➜  EOF
2025-08-20T18:58:39.1512362Z [00:02:15.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b077=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/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-20T18:58:39.2109016Z [00:02:15.958]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T18:58:39.2135825Z [00:02:15.961]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T18:58:39.2171374Z [00:02:15.963]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T18:58:39.2174955Z [00:02:15.964]➜  mkdir -p $WORK/b081/
2025-08-20T18:58:39.2175373Z [00:02:15.964]➜  cat >/tmp/go-build693841089/b081/importcfg << 'EOF' # internal
2025-08-20T18:58:39.2176183Z [00:02:15.964]➜  # import config
2025-08-20T18:58:39.2176515Z [00:02:15.964]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.2176912Z [00:02:15.964]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:39.2177209Z [00:02:15.964]➜  EOF
2025-08-20T18:58:39.2179504Z [00:02:15.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpclog=>google.golang.org/grpc@v1.65.0/internal/grpclog;$WORK/b081=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.21 -complete -installsuffix shared -buildid O12lK76OaYWjoDCRpeye/O12lK76OaYWjoDCRpeye -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpclog/prefixLogger.go
2025-08-20T18:58:39.2497982Z [00:02:15.997]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b092=/tmp/go-build -gno-record-gcc-switches -o $WORK/b092/_cgo_.o $WORK/b092/_cgo_main.o $WORK/b092/preferlinkext $WORK/b092/_x001.o $WORK/b092/_x002.o $WORK/b092/_x003.o $WORK/b092/_x004.o $WORK/b092/_x005.o $WORK/b092/_x006.o $WORK/b092/_x007.o $WORK/b092/_x008.o $WORK/b092/_x009.o $WORK/b092/_x010.o $WORK/b092/_x011.o $WORK/b092/_x012.o $WORK/b092/_x013.o $WORK/b092/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T18:58:39.2509246Z [00:02:15.997]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b092/_cgo_.o -dynout $WORK/b092/_cgo_import.go -dynlinker
2025-08-20T18:58:39.2530376Z [00:02:16.000]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T18:58:39.2535199Z [00:02:16.001]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/11/115844522196079d77ba80050643cd9e76c30dbb1eb69d141d0629765cfd6603-d # internal
2025-08-20T18:58:39.2539229Z [00:02:16.001]➜  log
2025-08-20T18:58:39.2540908Z [00:02:16.001]➜  mkdir -p $WORK/b082/
2025-08-20T18:58:39.2541697Z [00:02:16.001]➜  cat >/tmp/go-build693841089/b082/importcfg << 'EOF' # internal
2025-08-20T18:58:39.2542302Z [00:02:16.001]➜  # import config
2025-08-20T18:58:39.2542872Z [00:02:16.001]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.2544397Z [00:02:16.001]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.2545169Z [00:02:16.001]➜  packagefile log/internal=/tmp/go-build693841089/b083/_pkg_.a
2025-08-20T18:58:39.2549037Z [00:02:16.001]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:39.2549675Z [00:02:16.001]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:39.2550097Z [00:02:16.001]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.2550522Z [00:02:16.001]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:39.2550944Z [00:02:16.001]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:39.2551262Z [00:02:16.001]➜  EOF
2025-08-20T18:58:39.2552528Z [00:02:16.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b082=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/log/log.go
2025-08-20T18:58:39.2598126Z [00:02:16.007]➜  echo -n > $WORK/b092/go_asm.h # internal
2025-08-20T18:58:39.2600735Z [00:02:16.007]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:39.2601757Z [00:02:16.007]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b092/symabis ./asm_arm64.s
2025-08-20T18:58:39.2661729Z [00:02:16.014]➜  cat >/tmp/go-build693841089/b092/importcfg << 'EOF' # internal
2025-08-20T18:58:39.2662361Z [00:02:16.014]➜  # import config
2025-08-20T18:58:39.2667484Z [00:02:16.014]➜  packagefile internal/runtime/sys=/tmp/go-build693841089/b033/_pkg_.a
2025-08-20T18:58:39.2667984Z [00:02:16.014]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.2668416Z [00:02:16.014]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:39.2668742Z [00:02:16.014]➜  EOF
2025-08-20T18:58:39.2669046Z [00:02:16.014]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:39.2672984Z [00:02:16.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b092=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -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/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/b092/_cgo_gotypes.go $WORK/b092/cgo.cgo1.go $WORK/b092/_cgo_import.go
2025-08-20T18:58:39.3329932Z [00:02:16.080]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T18:58:39.3332758Z [00:02:16.081]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T18:58:39.3342788Z [00:02:16.082]➜  google.golang.org/protobuf/internal/errors
2025-08-20T18:58:39.3344032Z [00:02:16.082]➜  mkdir -p $WORK/b097/
2025-08-20T18:58:39.3349446Z [00:02:16.082]➜  cat >/tmp/go-build693841089/b097/importcfg << 'EOF' # internal
2025-08-20T18:58:39.3351990Z [00:02:16.083]➜  # import config
2025-08-20T18:58:39.3352367Z [00:02:16.083]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:39.3352780Z [00:02:16.083]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.3353359Z [00:02:16.083]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build693841089/b098/_pkg_.a
2025-08-20T18:58:39.3353794Z [00:02:16.083]➜  EOF
2025-08-20T18:58:39.3356602Z [00:02:16.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/errors=>google.golang.org/protobuf@v1.35.2/internal/errors;$WORK/b097=>" -p google.golang.org/protobuf/internal/errors -lang=go1.21 -complete -installsuffix shared -buildid 9KrQcu2SejaGkpmQP-jW/9KrQcu2SejaGkpmQP-jW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/errors/errors.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/errors/is_go113.go
2025-08-20T18:58:39.3562305Z [00:02:16.103]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T18:58:39.3566199Z [00:02:16.104]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/ae/ae6caada8a6c265423cc3bfe23444d72eae8f7a987ab27601c378d4a857ae590-d # internal
2025-08-20T18:58:39.3581456Z [00:02:16.106]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T18:58:39.3582637Z [00:02:16.106]➜  mkdir -p $WORK/b096/
2025-08-20T18:58:39.3585249Z [00:02:16.106]➜  cat >/tmp/go-build693841089/b096/importcfg << 'EOF' # internal
2025-08-20T18:58:39.3585998Z [00:02:16.106]➜  # import config
2025-08-20T18:58:39.3586683Z [00:02:16.106]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.3588143Z [00:02:16.106]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.3588879Z [00:02:16.106]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.3589591Z [00:02:16.106]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:39.3590226Z [00:02:16.106]➜  EOF
2025-08-20T18:58:39.3592463Z [00:02:16.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protowire=>google.golang.org/protobuf@v1.35.2/encoding/protowire;$WORK/b096=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.21 -complete -installsuffix shared -buildid ORUPMsKWX-LZmRxue2kF/ORUPMsKWX-LZmRxue2kF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protowire/wire.go
2025-08-20T18:58:39.3851795Z [00:02:16.132]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T18:58:39.3864209Z [00:02:16.134]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/e4/e448a2726dd4d0a86cc6aed2c551aa2f4fe55032e2004f756498efb257f38c5e-d # internal
2025-08-20T18:58:39.3901964Z [00:02:16.138]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T18:58:39.3902340Z [00:02:16.138]➜  mkdir -p $WORK/b095/
2025-08-20T18:58:39.3913282Z [00:02:16.139]➜  cat >/tmp/go-build693841089/b095/importcfg << 'EOF' # internal
2025-08-20T18:58:39.3913935Z [00:02:16.139]➜  # import config
2025-08-20T18:58:39.3914903Z [00:02:16.139]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.3915611Z [00:02:16.139]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.3916329Z [00:02:16.139]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:39.3917198Z [00:02:16.139]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:39.3917874Z [00:02:16.139]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.3926995Z [00:02:16.139]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:39.3927691Z [00:02:16.139]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.3928286Z [00:02:16.139]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.3928864Z [00:02:16.139]➜  EOF
2025-08-20T18:58:39.3934194Z [00:02:16.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect=>google.golang.org/protobuf@v1.35.2/reflect/protoreflect;$WORK/b095=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.21 -complete -installsuffix shared -buildid gsXPldjiep8iXWmVICtE/gsXPldjiep8iXWmVICtE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoreflect/value_unsafe_go121.go
2025-08-20T18:58:39.4866271Z [00:02:16.234]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T18:58:39.4925279Z [00:02:16.240]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T18:58:39.4955389Z [00:02:16.243]➜  google.golang.org/grpc/grpclog
2025-08-20T18:58:39.4963259Z [00:02:16.244]➜  mkdir -p $WORK/b076/
2025-08-20T18:58:39.4974167Z [00:02:16.245]➜  cat >/tmp/go-build693841089/b076/importcfg << 'EOF' # internal
2025-08-20T18:58:39.4975171Z [00:02:16.245]➜  # import config
2025-08-20T18:58:39.4976003Z [00:02:16.245]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:39.4976767Z [00:02:16.245]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.4977434Z [00:02:16.245]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build693841089/b081/_pkg_.a
2025-08-20T18:58:39.4978479Z [00:02:16.245]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.4978997Z [00:02:16.245]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:39.4979558Z [00:02:16.245]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:39.4982659Z [00:02:16.245]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.4983655Z [00:02:16.245]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.4984358Z [00:02:16.245]➜  EOF
2025-08-20T18:58:39.4998294Z [00:02:16.246]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/grpclog=>google.golang.org/grpc@v1.65.0/grpclog;$WORK/b076=>" -p google.golang.org/grpc/grpclog -lang=go1.21 -complete -installsuffix shared -buildid wY0vmrKKh40RqeXcoZfp/wY0vmrKKh40RqeXcoZfp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/grpclog/loggerv2.go
2025-08-20T18:58:39.5310423Z [00:02:16.279]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T18:58:39.5370348Z [00:02:16.284]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/db/dbdb7535504592e2d88ceb62e1f7b75fab42c1854910bb3124d6cbc089387cbd-d # internal
2025-08-20T18:58:39.5379621Z [00:02:16.285]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T18:58:39.5385853Z [00:02:16.286]➜  mkdir -p $WORK/b104/
2025-08-20T18:58:39.5386709Z [00:02:16.286]➜  cat >/tmp/go-build693841089/b104/importcfg << 'EOF' # internal
2025-08-20T18:58:39.5387120Z [00:02:16.286]➜  # import config
2025-08-20T18:58:39.5387459Z [00:02:16.286]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.5388016Z [00:02:16.286]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build693841089/b098/_pkg_.a
2025-08-20T18:58:39.5388718Z [00:02:16.286]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:39.5389412Z [00:02:16.286]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.5389950Z [00:02:16.286]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.5390662Z [00:02:16.286]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:39.5391153Z [00:02:16.286]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.5391574Z [00:02:16.286]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.5391885Z [00:02:16.286]➜  EOF
2025-08-20T18:58:39.5393919Z [00:02:16.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/descfmt=>google.golang.org/protobuf@v1.35.2/internal/descfmt;$WORK/b104=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.21 -complete -installsuffix shared -buildid 3MGEW5W44MbaP2pvfhNi/3MGEW5W44MbaP2pvfhNi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/descfmt/stringer.go
2025-08-20T18:58:39.5410768Z [00:02:16.288]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T18:58:39.5434520Z [00:02:16.290]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/96/96d6ad6d0ab616a225dae485e5237641e713611c53317bd497ca52d856ac39c3-d # internal
2025-08-20T18:58:39.5435363Z [00:02:16.290]➜  google.golang.org/grpc/connectivity
2025-08-20T18:58:39.5435685Z [00:02:16.290]➜  mkdir -p $WORK/b075/
2025-08-20T18:58:39.5436060Z [00:02:16.290]➜  cat >/tmp/go-build693841089/b075/importcfg << 'EOF' # internal
2025-08-20T18:58:39.5436408Z [00:02:16.290]➜  # import config
2025-08-20T18:58:39.5436857Z [00:02:16.290]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:39.5437703Z [00:02:16.290]➜  EOF
2025-08-20T18:58:39.5439624Z [00:02:16.290]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/connectivity=>google.golang.org/grpc@v1.65.0/connectivity;$WORK/b075=>" -p google.golang.org/grpc/connectivity -lang=go1.21 -complete -installsuffix shared -buildid Le7cnVH_kyer0H7hxUcv/Le7cnVH_kyer0H7hxUcv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/connectivity/connectivity.go
2025-08-20T18:58:39.5526984Z [00:02:16.300]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T18:58:39.5527718Z [00:02:16.300]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/e1/e160019a23a3caaf2cf0bc552a1712a5da42bc3c82c1c25d6f784a4fe3f5fe4a-d # internal
2025-08-20T18:58:39.5531451Z [00:02:16.301]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T18:58:39.5531858Z [00:02:16.301]➜  mkdir -p $WORK/b105/
2025-08-20T18:58:39.5533737Z [00:02:16.301]➜  cat >/tmp/go-build693841089/b105/importcfg << 'EOF' # internal
2025-08-20T18:58:39.5534092Z [00:02:16.301]➜  # import config
2025-08-20T18:58:39.5534767Z [00:02:16.301]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.5535244Z [00:02:16.301]➜  EOF
2025-08-20T18:58:39.5537312Z [00:02:16.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/descopts=>google.golang.org/protobuf@v1.35.2/internal/descopts;$WORK/b105=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.21 -complete -installsuffix shared -buildid e1OIlTsALGd4H1rK4cSa/e1OIlTsALGd4H1rK4cSa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/descopts/options.go
2025-08-20T18:58:39.5651272Z [00:02:16.313]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T18:58:39.5655317Z [00:02:16.313]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/cf/cfad12f40058049d2e427a0848782f68592517f50e8d6fc723a6d3f7180fef43-d # internal
2025-08-20T18:58:39.5655903Z [00:02:16.313]➜  go/token
2025-08-20T18:58:39.5656146Z [00:02:16.313]➜  mkdir -p $WORK/b112/
2025-08-20T18:58:39.5656518Z [00:02:16.313]➜  cat >/tmp/go-build693841089/b112/importcfg << 'EOF' # internal
2025-08-20T18:58:39.5656862Z [00:02:16.313]➜  # import config
2025-08-20T18:58:39.5657523Z [00:02:16.313]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:39.5657993Z [00:02:16.313]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.5658393Z [00:02:16.313]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:39.5658807Z [00:02:16.313]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:39.5659220Z [00:02:16.313]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.5659642Z [00:02:16.313]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.5660065Z [00:02:16.313]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:39.5660496Z [00:02:16.313]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.5660931Z [00:02:16.313]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.5661258Z [00:02:16.313]➜  EOF
2025-08-20T18:58:39.5662984Z [00:02:16.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b112=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/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-20T18:58:39.5817871Z [00:02:16.329]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix
2025-08-20T18:58:39.5819600Z [00:02:16.329]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/unix=>golang.org/x/sys@v0.28.0/unix;$WORK/b072=>" -I $WORK/b072/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b072/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T18:58:39.5850618Z [00:02:16.333]➜  go tool pack r $WORK/b072/_pkg_.a $WORK/b072/asm_linux_arm64.o # internal
2025-08-20T18:58:39.5851693Z [00:02:16.333]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T18:58:39.5888823Z [00:02:16.336]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T18:58:39.5898122Z [00:02:16.337]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/f6/f61b604dc5f737ed3e4cb5149c97032cd0cb37ef1813dc19a667b10632a69ea5-d # internal
2025-08-20T18:58:39.5905611Z [00:02:16.338]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T18:58:39.5906315Z [00:02:16.338]➜  mkdir -p $WORK/b113/
2025-08-20T18:58:39.5906812Z [00:02:16.338]➜  cat >/tmp/go-build693841089/b113/importcfg << 'EOF' # internal
2025-08-20T18:58:39.5907171Z [00:02:16.338]➜  # import config
2025-08-20T18:58:39.5907661Z [00:02:16.338]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:39.5908355Z [00:02:16.338]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.5909477Z [00:02:16.338]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.5910098Z [00:02:16.338]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.5910404Z [00:02:16.338]➜  EOF
2025-08-20T18:58:39.5910681Z [00:02:16.338]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:39.5913130Z [00:02:16.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/messageset=>google.golang.org/protobuf@v1.35.2/internal/encoding/messageset;$WORK/b113=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.21 -complete -installsuffix shared -buildid uK5kX80J1EmG0P7YoWeD/uK5kX80J1EmG0P7YoWeD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/messageset/messageset.go
2025-08-20T18:58:39.5967783Z [00:02:16.344]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/3e/3e3712760d94ba01ceae7059fcdb672c042f4201287d8b10721d0cc533f6ced2-d # internal
2025-08-20T18:58:39.6147760Z [00:02:16.362]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T18:58:39.6157562Z [00:02:16.363]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b092/abi_GOARCH.h
2025-08-20T18:58:39.6159562Z [00:02:16.363]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:39.6160597Z [00:02:16.363]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b092/asm_arm64.o ./asm_arm64.s
2025-08-20T18:58:39.6174389Z [00:02:16.365]➜  google.golang.org/protobuf/internal/genid
2025-08-20T18:58:39.6176117Z [00:02:16.365]➜  mkdir -p $WORK/b114/
2025-08-20T18:58:39.6177255Z [00:02:16.365]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/c6/c67150b5e67d9876336b4e7d7364ae35df40fbe6a09a78572f70b2acd2a824dc-d # internal
2025-08-20T18:58:39.6182944Z [00:02:16.366]➜  cat >/tmp/go-build693841089/b114/importcfg << 'EOF' # internal
2025-08-20T18:58:39.6183669Z [00:02:16.366]➜  # import config
2025-08-20T18:58:39.6184571Z [00:02:16.366]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.6185195Z [00:02:16.366]➜  EOF
2025-08-20T18:58:39.6187953Z [00:02:16.366]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:39.6200221Z [00:02:16.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid=>google.golang.org/protobuf@v1.35.2/internal/genid;$WORK/b114=>" -p google.golang.org/protobuf/internal/genid -lang=go1.21 -complete -installsuffix shared -buildid YW9MxoRJ4eHNaFNC1eOQ/YW9MxoRJ4eHNaFNC1eOQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/genid/wrappers_gen.go
2025-08-20T18:58:39.6213872Z [00:02:16.369]➜  google.golang.org/protobuf/internal/order
2025-08-20T18:58:39.6238036Z [00:02:16.371]➜  mkdir -p $WORK/b116/
2025-08-20T18:58:39.6249317Z [00:02:16.372]➜  cat >/tmp/go-build693841089/b116/importcfg << 'EOF' # internal
2025-08-20T18:58:39.6249741Z [00:02:16.372]➜  # import config
2025-08-20T18:58:39.6250251Z [00:02:16.372]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.6250829Z [00:02:16.372]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:39.6251232Z [00:02:16.372]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.6251535Z [00:02:16.372]➜  EOF
2025-08-20T18:58:39.6253808Z [00:02:16.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/order=>google.golang.org/protobuf@v1.35.2/internal/order;$WORK/b116=>" -p google.golang.org/protobuf/internal/order -lang=go1.21 -complete -installsuffix shared -buildid 5wDeDulGHxjBtxlmmhA0/5wDeDulGHxjBtxlmmhA0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/order/range.go
2025-08-20T18:58:39.6329938Z [00:02:16.380]➜  cd /root/.go/src/runtime/cgo
2025-08-20T18:58:39.6335647Z [00:02:16.380]➜  go tool pack r $WORK/b092/_pkg_.a $WORK/b092/asm_arm64.o $WORK/b092/preferlinkext $WORK/b092/_x001.o $WORK/b092/_x002.o $WORK/b092/_x003.o $WORK/b092/_x004.o $WORK/b092/_x005.o $WORK/b092/_x006.o $WORK/b092/_x007.o $WORK/b092/_x008.o $WORK/b092/_x009.o $WORK/b092/_x010.o $WORK/b092/_x011.o $WORK/b092/_x012.o $WORK/b092/_x013.o $WORK/b092/_x014.o # internal
2025-08-20T18:58:39.6336813Z [00:02:16.380]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T18:58:39.6337512Z [00:02:16.380]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T18:58:39.6357682Z [00:02:16.383]➜  net
2025-08-20T18:58:39.6379450Z [00:02:16.385]➜  mkdir -p $WORK/b085/
2025-08-20T18:58:39.6386523Z [00:02:16.386]➜  echo -n > $WORK/b085/preferlinkext # internal
2025-08-20T18:58:39.6393996Z [00:02:16.387]➜  cd /root/.go/src/net
2025-08-20T18:58:39.6402388Z [00:02:16.388]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b085/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b085/ -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-20T18:58:39.6446782Z [00:02:16.392]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T18:58:39.6464166Z [00:02:16.394]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T18:58:39.6480042Z [00:02:16.396]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/57/5713aa5590a690c562d582d1a666e72800554c7e7bd6235f210fba0f58d50c8d-d # internal
2025-08-20T18:58:39.6500802Z [00:02:16.398]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T18:58:39.6508501Z [00:02:16.398]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T18:58:39.6509152Z [00:02:16.398]➜  mkdir -p $WORK/b117/
2025-08-20T18:58:39.6509911Z [00:02:16.398]➜  cat >/tmp/go-build693841089/b117/importcfg << 'EOF' # internal
2025-08-20T18:58:39.6510765Z [00:02:16.398]➜  # import config
2025-08-20T18:58:39.6511149Z [00:02:16.398]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.6511775Z [00:02:16.398]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build693841089/b113/_pkg_.a
2025-08-20T18:58:39.6512495Z [00:02:16.398]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.6513555Z [00:02:16.398]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:39.6514297Z [00:02:16.398]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.6515002Z [00:02:16.398]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:39.6515410Z [00:02:16.398]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.6515818Z [00:02:16.398]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.6516138Z [00:02:16.398]➜  EOF
2025-08-20T18:58:39.6516415Z [00:02:16.398]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:39.6518621Z [00:02:16.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoregistry=>google.golang.org/protobuf@v1.35.2/reflect/protoregistry;$WORK/b117=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.21 -complete -installsuffix shared -buildid 5KVC61O2WTFOzG7cRelZ/5KVC61O2WTFOzG7cRelZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protoregistry/registry.go
2025-08-20T18:58:39.6577203Z [00:02:16.405]➜  google.golang.org/protobuf/internal/strs
2025-08-20T18:58:39.6577634Z [00:02:16.405]➜  mkdir -p $WORK/b111/
2025-08-20T18:58:39.6578032Z [00:02:16.405]➜  cat >/tmp/go-build693841089/b111/importcfg << 'EOF' # internal
2025-08-20T18:58:39.6578807Z [00:02:16.405]➜  # import config
2025-08-20T18:58:39.6579154Z [00:02:16.405]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:58:39.6579709Z [00:02:16.405]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:39.6580395Z [00:02:16.405]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.6580962Z [00:02:16.405]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.6581380Z [00:02:16.405]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.6581986Z [00:02:16.405]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.6582325Z [00:02:16.405]➜  EOF
2025-08-20T18:58:39.6584696Z [00:02:16.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/strs=>google.golang.org/protobuf@v1.35.2/internal/strs;$WORK/b111=>" -p google.golang.org/protobuf/internal/strs -lang=go1.21 -complete -installsuffix shared -buildid 7lK-wGzgYCp8DFH9a4XR/7lK-wGzgYCp8DFH9a4XR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/strs/strings_unsafe_go121.go
2025-08-20T18:58:39.6614970Z [00:02:16.409]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T18:58:39.6646875Z [00:02:16.412]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/cc/cc54a0f587c61f575e896ab322669042553d1c16c6e4cffc97224cd22ff05b49-d # internal
2025-08-20T18:58:39.6668301Z [00:02:16.414]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T18:58:39.6669755Z [00:02:16.414]➜  mkdir -p $WORK/b118/
2025-08-20T18:58:39.6697278Z [00:02:16.416]➜  cat >/tmp/go-build693841089/b118/importcfg << 'EOF' # internal
2025-08-20T18:58:39.6699889Z [00:02:16.416]➜  # import config
2025-08-20T18:58:39.6702224Z [00:02:16.416]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:39.6702936Z [00:02:16.416]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.6703381Z [00:02:16.416]➜  EOF
2025-08-20T18:58:39.6706220Z [00:02:16.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/runtime/protoiface=>google.golang.org/protobuf@v1.35.2/runtime/protoiface;$WORK/b118=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.21 -complete -installsuffix shared -buildid Xc47O5xPGpdNEGJktJ2b/Xc47O5xPGpdNEGJktJ2b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/runtime/protoiface/methods.go
2025-08-20T18:58:39.6927841Z [00:02:16.440]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T18:58:39.6934306Z [00:02:16.441]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/1c/1cf3e5dd890603a791743198212a1c4a408ffce64aeff7f6e2450e7fc726af7b-d # internal
2025-08-20T18:58:39.6955098Z [00:02:16.443]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T18:58:39.6956245Z [00:02:16.443]➜  mkdir -p $WORK/b109/
2025-08-20T18:58:39.6957576Z [00:02:16.443]➜  cat >/tmp/go-build693841089/b109/importcfg << 'EOF' # internal
2025-08-20T18:58:39.6958047Z [00:02:16.443]➜  # import config
2025-08-20T18:58:39.6959326Z [00:02:16.443]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.6960050Z [00:02:16.443]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.6960958Z [00:02:16.443]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build693841089/b098/_pkg_.a
2025-08-20T18:58:39.6962161Z [00:02:16.443]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.6963326Z [00:02:16.443]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:39.6963992Z [00:02:16.443]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:39.6964510Z [00:02:16.443]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.6965730Z [00:02:16.443]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.6966174Z [00:02:16.443]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:39.6966601Z [00:02:16.443]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.6967018Z [00:02:16.443]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.6967436Z [00:02:16.443]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.6967882Z [00:02:16.443]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:58:39.6968350Z [00:02:16.443]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.6968677Z [00:02:16.443]➜  EOF
2025-08-20T18:58:39.6972482Z [00:02:16.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/text=>google.golang.org/protobuf@v1.35.2/internal/encoding/text;$WORK/b109=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.21 -complete -installsuffix shared -buildid Sw8H537au6YjYsug1hWf/Sw8H537au6YjYsug1hWf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/text/encode.go
2025-08-20T18:58:39.6987813Z [00:02:16.446]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T18:58:39.7003544Z [00:02:16.448]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/3d/3dd500387fa2394c131470016ab66d4e2455ee2177126ba15d5954944763578a-d # internal
2025-08-20T18:58:39.7029868Z [00:02:16.450]➜  compress/flate
2025-08-20T18:58:39.7030210Z [00:02:16.450]➜  mkdir -p $WORK/b123/
2025-08-20T18:58:39.7041254Z [00:02:16.452]➜  cat >/tmp/go-build693841089/b123/importcfg << 'EOF' # internal
2025-08-20T18:58:39.7041992Z [00:02:16.452]➜  # import config
2025-08-20T18:58:39.7042575Z [00:02:16.452]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:39.7043239Z [00:02:16.452]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:39.7043807Z [00:02:16.452]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.7045104Z [00:02:16.452]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.7045509Z [00:02:16.452]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.7045928Z [00:02:16.452]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:39.7046345Z [00:02:16.452]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:39.7046756Z [00:02:16.452]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.7047179Z [00:02:16.452]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.7047486Z [00:02:16.452]➜  EOF
2025-08-20T18:58:39.7049964Z [00:02:16.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b123=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/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-20T18:58:39.7572612Z [00:02:16.504]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T18:58:39.7583870Z [00:02:16.506]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/ef/efa83d399c482cd81f7bb361063c1213f7f8dc5615350bc6a9d88920ac4189cb-d # internal
2025-08-20T18:58:39.7640301Z [00:02:16.512]➜  google.golang.org/protobuf/proto
2025-08-20T18:58:39.7645488Z [00:02:16.512]➜  mkdir -p $WORK/b115/
2025-08-20T18:58:39.7645894Z [00:02:16.512]➜  cat >/tmp/go-build693841089/b115/importcfg << 'EOF' # internal
2025-08-20T18:58:39.7646246Z [00:02:16.512]➜  # import config
2025-08-20T18:58:39.7646580Z [00:02:16.512]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:39.7646990Z [00:02:16.512]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.7647589Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:39.7648333Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build693841089/b113/_pkg_.a
2025-08-20T18:58:39.7649051Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.7649721Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:39.7650374Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build693841089/b114/_pkg_.a
2025-08-20T18:58:39.7651023Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build693841089/b116/_pkg_.a
2025-08-20T18:58:39.7651678Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:39.7652337Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:39.7653014Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.7653724Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:39.7654872Z [00:02:16.512]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build693841089/b118/_pkg_.a
2025-08-20T18:58:39.7655508Z [00:02:16.512]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.7655922Z [00:02:16.512]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:39.7656387Z [00:02:16.512]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.7656717Z [00:02:16.512]➜  EOF
2025-08-20T18:58:39.7662358Z [00:02:16.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto=>google.golang.org/protobuf@v1.35.2/proto;$WORK/b115=>" -p google.golang.org/protobuf/proto -lang=go1.21 -complete -installsuffix shared -buildid pSIpNB7EnKCbbb--BGPM/pSIpNB7EnKCbbb--BGPM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/proto/wrappers.go
2025-08-20T18:58:39.8009760Z [00:02:16.548]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T18:58:39.8028440Z [00:02:16.550]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/f9/f9ba405ffcf8dcd9464cc00646b0216f4b2e3f0294405f734b9e696c4f9b8f9a-d # internal
2025-08-20T18:58:39.8033836Z [00:02:16.551]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T18:58:39.8037150Z [00:02:16.551]➜  mkdir -p $WORK/b108/
2025-08-20T18:58:39.8040636Z [00:02:16.551]➜  cat >/tmp/go-build693841089/b108/importcfg << 'EOF' # internal
2025-08-20T18:58:39.8056534Z [00:02:16.551]➜  # import config
2025-08-20T18:58:39.8056920Z [00:02:16.551]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.8057506Z [00:02:16.551]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build693841089/b109/_pkg_.a
2025-08-20T18:58:39.8058199Z [00:02:16.551]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.8058890Z [00:02:16.551]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.8059450Z [00:02:16.551]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.8059866Z [00:02:16.551]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.8060178Z [00:02:16.551]➜  EOF
2025-08-20T18:58:39.8062327Z [00:02:16.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/defval=>google.golang.org/protobuf@v1.35.2/internal/encoding/defval;$WORK/b108=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.21 -complete -installsuffix shared -buildid VQNkoJ7aFC3-6azx1QwO/VQNkoJ7aFC3-6azx1QwO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/defval/default.go
2025-08-20T18:58:39.8480121Z [00:02:16.595]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T18:58:39.8509985Z [00:02:16.598]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/ba/ba66cc6a8a167b3e6e0d25967d4f547e15fc3a228542667ea62a496dfb1aedc8-d # internal
2025-08-20T18:58:39.8516238Z [00:02:16.599]➜  google.golang.org/protobuf/internal/version
2025-08-20T18:58:39.8517280Z [00:02:16.599]➜  mkdir -p $WORK/b128/
2025-08-20T18:58:39.8520727Z [00:02:16.600]➜  cat >/tmp/go-build693841089/b128/importcfg << 'EOF' # internal
2025-08-20T18:58:39.8521627Z [00:02:16.600]➜  # import config
2025-08-20T18:58:39.8522293Z [00:02:16.600]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.8523404Z [00:02:16.600]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.8524097Z [00:02:16.600]➜  EOF
2025-08-20T18:58:39.8526470Z [00:02:16.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/version=>google.golang.org/protobuf@v1.35.2/internal/version;$WORK/b128=>" -p google.golang.org/protobuf/internal/version -lang=go1.21 -complete -installsuffix shared -buildid dx-ng5ydFkArVS8vZN6w/dx-ng5ydFkArVS8vZN6w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/version/version.go
2025-08-20T18:58:39.8618001Z [00:02:16.609]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T18:58:39.8622408Z [00:02:16.610]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/4e/4ed6993e1afcd1fbee52a6bbc895ef437273032c314f1b509ca0df5bd1cdb213-d # internal
2025-08-20T18:58:39.8669426Z [00:02:16.614]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T18:58:39.8670230Z [00:02:16.614]➜  mkdir -p $WORK/b145/
2025-08-20T18:58:39.8687165Z [00:02:16.614]➜  cat >/tmp/go-build693841089/b145/importcfg << 'EOF' # internal
2025-08-20T18:58:39.8687863Z [00:02:16.614]➜  # import config
2025-08-20T18:58:39.8688355Z [00:02:16.614]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.8689000Z [00:02:16.614]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.8689720Z [00:02:16.614]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build693841089/b098/_pkg_.a
2025-08-20T18:58:39.8690771Z [00:02:16.614]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.8691968Z [00:02:16.614]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:39.8692776Z [00:02:16.614]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.8693897Z [00:02:16.614]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.8694327Z [00:02:16.614]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:39.8694867Z [00:02:16.614]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:39.8695287Z [00:02:16.614]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.8695702Z [00:02:16.614]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.8696131Z [00:02:16.614]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.8696573Z [00:02:16.614]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:58:39.8697034Z [00:02:16.614]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.8697365Z [00:02:16.614]➜  EOF
2025-08-20T18:58:39.8701156Z [00:02:16.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/json=>google.golang.org/protobuf@v1.35.2/internal/encoding/json;$WORK/b145=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.21 -complete -installsuffix shared -buildid gsrna15MyiwmdTTaTKKz/gsrna15MyiwmdTTaTKKz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/json/encode.go
2025-08-20T18:58:39.8886910Z [00:02:16.633]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T18:58:39.8890161Z [00:02:16.635]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T18:58:39.8899019Z [00:02:16.637]➜  compress/gzip
2025-08-20T18:58:39.8907580Z [00:02:16.638]➜  mkdir -p $WORK/b121/
2025-08-20T18:58:39.8908058Z [00:02:16.638]➜  cat >/tmp/go-build693841089/b121/importcfg << 'EOF' # internal
2025-08-20T18:58:39.8908410Z [00:02:16.638]➜  # import config
2025-08-20T18:58:39.8908751Z [00:02:16.638]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:39.8909191Z [00:02:16.638]➜  packagefile compress/flate=/tmp/go-build693841089/b123/_pkg_.a
2025-08-20T18:58:39.8909685Z [00:02:16.638]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:39.8910125Z [00:02:16.638]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:39.8910525Z [00:02:16.638]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.8910940Z [00:02:16.638]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:58:39.8911351Z [00:02:16.638]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.8912239Z [00:02:16.638]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:39.8912543Z [00:02:16.638]➜  EOF
2025-08-20T18:58:39.8914149Z [00:02:16.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b121=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T18:58:39.9135901Z [00:02:16.661]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T18:58:39.9159977Z [00:02:16.663]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/07/077865ad7fa1da48b86c799c50a38242b7c5d33b983225509431a008feaf7b0a-d # internal
2025-08-20T18:58:39.9190129Z [00:02:16.666]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T18:58:39.9191185Z [00:02:16.666]➜  mkdir -p $WORK/b103/
2025-08-20T18:58:39.9194882Z [00:02:16.667]➜  cat >/tmp/go-build693841089/b103/importcfg << 'EOF' # internal
2025-08-20T18:58:39.9195742Z [00:02:16.667]➜  # import config
2025-08-20T18:58:39.9198038Z [00:02:16.667]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.9198792Z [00:02:16.667]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.9199673Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:39.9200682Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build693841089/b104/_pkg_.a
2025-08-20T18:58:39.9201586Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build693841089/b105/_pkg_.a
2025-08-20T18:58:39.9202598Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build693841089/b106/_pkg_.a
2025-08-20T18:58:39.9203430Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build693841089/b108/_pkg_.a
2025-08-20T18:58:39.9204465Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build693841089/b113/_pkg_.a
2025-08-20T18:58:39.9205859Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.9206526Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build693841089/b114/_pkg_.a
2025-08-20T18:58:39.9207565Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:39.9208319Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:39.9208940Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:39.9209612Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.9210339Z [00:02:16.667]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:39.9210892Z [00:02:16.667]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:39.9211303Z [00:02:16.667]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:39.9211713Z [00:02:16.667]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:39.9212129Z [00:02:16.667]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.9212538Z [00:02:16.667]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.9212965Z [00:02:16.667]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:39.9213289Z [00:02:16.667]➜  EOF
2025-08-20T18:58:39.9224062Z [00:02:16.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc=>google.golang.org/protobuf@v1.35.2/internal/filedesc;$WORK/b103=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.21 -complete -installsuffix shared -buildid WOwXOKh64Kw3BYwzdRPc/WOwXOKh64Kw3BYwzdRPc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filedesc/placeholder.go
2025-08-20T18:58:39.9310887Z [00:02:16.678]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T18:58:39.9317660Z [00:02:16.679]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T18:58:39.9362105Z [00:02:16.683]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T18:58:39.9362582Z [00:02:16.683]➜  mkdir -p $WORK/b125/
2025-08-20T18:58:39.9362958Z [00:02:16.683]➜  cat >/tmp/go-build693841089/b125/importcfg << 'EOF' # internal
2025-08-20T18:58:39.9363305Z [00:02:16.683]➜  # import config
2025-08-20T18:58:39.9363658Z [00:02:16.683]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.9364221Z [00:02:16.683]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:39.9365080Z [00:02:16.683]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build693841089/b113/_pkg_.a
2025-08-20T18:58:39.9365834Z [00:02:16.683]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build693841089/b109/_pkg_.a
2025-08-20T18:58:39.9366539Z [00:02:16.683]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:39.9367197Z [00:02:16.683]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:39.9367849Z [00:02:16.683]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build693841089/b114/_pkg_.a
2025-08-20T18:58:39.9368870Z [00:02:16.684]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build693841089/b116/_pkg_.a
2025-08-20T18:58:39.9369601Z [00:02:16.684]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:39.9370246Z [00:02:16.684]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build693841089/b126/_pkg_.a
2025-08-20T18:58:39.9370886Z [00:02:16.684]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:39.9371503Z [00:02:16.684]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:39.9372166Z [00:02:16.684]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:39.9372872Z [00:02:16.684]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:39.9373430Z [00:02:16.684]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:39.9373877Z [00:02:16.684]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.9374205Z [00:02:16.684]➜  EOF
2025-08-20T18:58:39.9377021Z [00:02:16.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/prototext=>google.golang.org/protobuf@v1.35.2/encoding/prototext;$WORK/b125=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.21 -complete -installsuffix shared -buildid NfC_KdSZpkV6dXAlXKnC/NfC_KdSZpkV6dXAlXKnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/prototext/encode.go
2025-08-20T18:58:39.9610194Z [00:02:16.705]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T18:58:39.9612163Z [00:02:16.706]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/0a/0a3b04e2491031d824d47d2d2c43ec8d8ba763051d60009e141de876a336ab5d-d # internal
2025-08-20T18:58:39.9612807Z [00:02:16.706]➜  github.com/grpc-ecosystem/grpc-gateway/utilities
2025-08-20T18:58:39.9613145Z [00:02:16.707]➜  mkdir -p $WORK/b156/
2025-08-20T18:58:39.9613514Z [00:02:16.707]➜  cat >/tmp/go-build693841089/b156/importcfg << 'EOF' # internal
2025-08-20T18:58:39.9613860Z [00:02:16.707]➜  # import config
2025-08-20T18:58:39.9614198Z [00:02:16.707]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.9615091Z [00:02:16.707]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.9615600Z [00:02:16.707]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:39.9616019Z [00:02:16.707]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:39.9616321Z [00:02:16.707]➜  EOF
2025-08-20T18:58:39.9619381Z [00:02:16.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/utilities=>github.com/grpc-ecosystem/grpc-gateway@v1.16.0/utilities;$WORK/b156=>" -p github.com/grpc-ecosystem/grpc-gateway/utilities -lang=go1.14 -complete -installsuffix shared -buildid zMX73XcMzYcu81-dpDcW/zMX73XcMzYcu81-dpDcW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/utilities/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/utilities/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/utilities/readerfactory.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/utilities/trie.go
2025-08-20T18:58:39.9881736Z [00:02:16.736]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T18:58:39.9886366Z [00:02:16.736]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/9d/9d3887ee2e662d36c1263703f9d79fddaaddfd2087e4cae59a796b03f17a5746-d # internal
2025-08-20T18:58:39.9890092Z [00:02:16.737]➜  mime
2025-08-20T18:58:39.9890376Z [00:02:16.737]➜  mkdir -p $WORK/b161/
2025-08-20T18:58:39.9895373Z [00:02:16.737]➜  cat >/tmp/go-build693841089/b161/importcfg << 'EOF' # internal
2025-08-20T18:58:39.9895990Z [00:02:16.737]➜  # import config
2025-08-20T18:58:39.9896471Z [00:02:16.737]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:39.9896988Z [00:02:16.737]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:39.9897535Z [00:02:16.737]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:39.9898092Z [00:02:16.737]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:39.9898604Z [00:02:16.737]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:39.9899081Z [00:02:16.737]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:39.9899558Z [00:02:16.737]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:39.9900055Z [00:02:16.737]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:39.9900564Z [00:02:16.737]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:39.9901071Z [00:02:16.737]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:39.9901587Z [00:02:16.737]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:39.9902094Z [00:02:16.737]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:39.9902609Z [00:02:16.737]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:39.9903370Z [00:02:16.737]➜  EOF
2025-08-20T18:58:39.9905346Z [00:02:16.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b161=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/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-20T18:58:40.0821126Z [00:02:16.830]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T18:58:40.0842142Z [00:02:16.832]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/1e/1e9dbb76bdf3d28cfad8a0c753b706be95044a5fa95489cfa1db8f5decd36c3e-d # internal
2025-08-20T18:58:40.0848281Z [00:02:16.832]➜  crypto
2025-08-20T18:58:40.0849045Z [00:02:16.832]➜  mkdir -p $WORK/b167/
2025-08-20T18:58:40.0849468Z [00:02:16.832]➜  cat >/tmp/go-build693841089/b167/importcfg << 'EOF' # internal
2025-08-20T18:58:40.0849861Z [00:02:16.832]➜  # import config
2025-08-20T18:58:40.0850198Z [00:02:16.832]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:40.0850602Z [00:02:16.832]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.0851012Z [00:02:16.832]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.0851322Z [00:02:16.832]➜  EOF
2025-08-20T18:58:40.0852673Z [00:02:16.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b167=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T18:58:40.1210644Z [00:02:16.868]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T18:58:40.1216816Z [00:02:16.869]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T18:58:40.1246015Z [00:02:16.872]➜  crypto/internal/fips140deps/godebug
2025-08-20T18:58:40.1252427Z [00:02:16.873]➜  mkdir -p $WORK/b171/
2025-08-20T18:58:40.1252855Z [00:02:16.873]➜  cat >/tmp/go-build693841089/b171/importcfg << 'EOF' # internal
2025-08-20T18:58:40.1253207Z [00:02:16.873]➜  # import config
2025-08-20T18:58:40.1253581Z [00:02:16.873]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:40.1253924Z [00:02:16.873]➜  EOF
2025-08-20T18:58:40.1256220Z [00:02:16.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b171=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T18:58:40.1379182Z [00:02:16.885]➜  cd $WORK/b085
2025-08-20T18:58:40.1380941Z [00:02:16.886]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x001.o -c _cgo_export.c
2025-08-20T18:58:40.1530388Z [00:02:16.900]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T18:58:40.1539158Z [00:02:16.901]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T18:58:40.1539740Z [00:02:16.901]➜  crypto/internal/fips140
2025-08-20T18:58:40.1540024Z [00:02:16.901]➜  mkdir -p $WORK/b170/
2025-08-20T18:58:40.1542107Z [00:02:16.902]➜  cat >/tmp/go-build693841089/b170/importcfg << 'EOF' # internal
2025-08-20T18:58:40.1543343Z [00:02:16.902]➜  # import config
2025-08-20T18:58:40.1544876Z [00:02:16.902]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build693841089/b171/_pkg_.a
2025-08-20T18:58:40.1545465Z [00:02:16.902]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.1545882Z [00:02:16.902]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:40.1546293Z [00:02:16.902]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:40.1546729Z [00:02:16.902]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:40.1548294Z [00:02:16.902]➜  EOF
2025-08-20T18:58:40.1550293Z [00:02:16.902]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.1552925Z [00:02:16.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b170=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/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-20T18:58:40.1620192Z [00:02:16.909]➜  cd $WORK/b085
2025-08-20T18:58:40.1621709Z [00:02:16.909]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x002.o -c cgo_linux.cgo2.c
2025-08-20T18:58:40.1716348Z [00:02:16.919]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T18:58:40.1743056Z [00:02:16.922]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T18:58:40.1743858Z [00:02:16.922]➜  crypto/internal/impl
2025-08-20T18:58:40.1744274Z [00:02:16.922]➜  mkdir -p $WORK/b178/
2025-08-20T18:58:40.1749493Z [00:02:16.922]➜  cat >/tmp/go-build693841089/b178/importcfg << 'EOF' # internal
2025-08-20T18:58:40.1749996Z [00:02:16.922]➜  # import config
2025-08-20T18:58:40.1750468Z [00:02:16.922]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:40.1750870Z [00:02:16.922]➜  EOF
2025-08-20T18:58:40.1775854Z [00:02:16.922]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.1777840Z [00:02:16.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b178=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T18:58:40.1846245Z [00:02:16.932]➜  cd $WORK/b085
2025-08-20T18:58:40.1848959Z [00:02:16.932]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T18:58:40.1958123Z [00:02:16.940]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T18:58:40.1959432Z [00:02:16.941]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T18:58:40.1961455Z [00:02:16.941]➜  crypto/internal/sysrand
2025-08-20T18:58:40.1961781Z [00:02:16.941]➜  mkdir -p $WORK/b185/
2025-08-20T18:58:40.1962113Z [00:02:16.941]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T18:58:40.1963113Z [00:02:16.942]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T18:58:40.1964433Z [00:02:16.942]➜  crypto/internal/fips140/sha256
2025-08-20T18:58:40.1964861Z [00:02:16.942]➜  mkdir -p $WORK/b175/
2025-08-20T18:58:40.1965174Z [00:02:16.942]➜  echo -n > $WORK/b175/go_asm.h # internal
2025-08-20T18:58:40.1965529Z [00:02:16.942]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T18:58:40.1966856Z [00:02:16.942]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b175/symabis ./sha256block_arm64.s
2025-08-20T18:58:40.1968062Z [00:02:16.943]➜  cat >/tmp/go-build693841089/b185/importcfg << 'EOF' # internal
2025-08-20T18:58:40.1968399Z [00:02:16.943]➜  # import config
2025-08-20T18:58:40.1968730Z [00:02:16.943]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.1969212Z [00:02:16.943]➜  packagefile internal/syscall/unix=/tmp/go-build693841089/b062/_pkg_.a
2025-08-20T18:58:40.1969676Z [00:02:16.943]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:40.1970072Z [00:02:16.943]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:40.1970478Z [00:02:16.943]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:40.1970886Z [00:02:16.943]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:40.1971321Z [00:02:16.943]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:40.1971753Z [00:02:16.943]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:40.1972167Z [00:02:16.943]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:40.1972471Z [00:02:16.943]➜  EOF
2025-08-20T18:58:40.1972771Z [00:02:16.944]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.1974904Z [00:02:16.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b185=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T18:58:40.2027657Z [00:02:16.950]➜  cat >/tmp/go-build693841089/b175/importcfg << 'EOF' # internal
2025-08-20T18:58:40.2028550Z [00:02:16.950]➜  # import config
2025-08-20T18:58:40.2029057Z [00:02:16.950]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.2029554Z [00:02:16.950]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.2030162Z [00:02:16.950]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:40.2030806Z [00:02:16.950]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build693841089/b177/_pkg_.a
2025-08-20T18:58:40.2031358Z [00:02:16.950]➜  packagefile crypto/internal/impl=/tmp/go-build693841089/b178/_pkg_.a
2025-08-20T18:58:40.2031821Z [00:02:16.950]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.2032234Z [00:02:16.950]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:40.2032651Z [00:02:16.950]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.2032980Z [00:02:16.950]➜  EOF
2025-08-20T18:58:40.2035739Z [00:02:16.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b175=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b175/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack -asmhdr $WORK/b175/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T18:58:40.2223324Z [00:02:16.970]➜  cd $WORK/b085
2025-08-20T18:58:40.2225385Z [00:02:16.970]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T18:58:40.2299962Z [00:02:16.977]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T18:58:40.2301003Z [00:02:16.977]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T18:58:40.2301954Z [00:02:16.977]➜  crypto/internal/fips140/sha3
2025-08-20T18:58:40.2302852Z [00:02:16.977]➜  mkdir -p $WORK/b179/
2025-08-20T18:58:40.2303211Z [00:02:16.977]➜  echo -n > $WORK/b179/go_asm.h # internal
2025-08-20T18:58:40.2303575Z [00:02:16.977]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T18:58:40.2304980Z [00:02:16.977]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b179/symabis ./sha3_arm64.s
2025-08-20T18:58:40.2373187Z [00:02:16.985]➜  cat >/tmp/go-build693841089/b179/importcfg << 'EOF' # internal
2025-08-20T18:58:40.2373904Z [00:02:16.985]➜  # import config
2025-08-20T18:58:40.2374570Z [00:02:16.985]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.2375614Z [00:02:16.985]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.2376265Z [00:02:16.985]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:40.2376897Z [00:02:16.985]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:40.2377515Z [00:02:16.985]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build693841089/b177/_pkg_.a
2025-08-20T18:58:40.2378077Z [00:02:16.985]➜  packagefile crypto/internal/impl=/tmp/go-build693841089/b178/_pkg_.a
2025-08-20T18:58:40.2378865Z [00:02:16.985]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.2379371Z [00:02:16.985]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.2379799Z [00:02:16.985]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:40.2380113Z [00:02:16.985]➜  EOF
2025-08-20T18:58:40.2380388Z [00:02:16.985]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.2383393Z [00:02:16.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b179=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b179/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack -asmhdr $WORK/b179/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T18:58:40.2617396Z [00:02:17.007]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T18:58:40.2619348Z [00:02:17.007]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b175=>" -I $WORK/b175/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b175/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T18:58:40.2654888Z [00:02:17.013]➜  cd $WORK/b085
2025-08-20T18:58:40.2656727Z [00:02:17.013]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T18:58:40.2660776Z [00:02:17.014]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T18:58:40.2661750Z [00:02:17.014]➜  go tool pack r $WORK/b175/_pkg_.a $WORK/b175/sha256block_arm64.o # internal
2025-08-20T18:58:40.2662664Z [00:02:17.014]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T18:58:40.2681483Z [00:02:17.016]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T18:58:40.2682421Z [00:02:17.016]➜  crypto/internal/fips140/sha512
2025-08-20T18:58:40.2683137Z [00:02:17.016]➜  mkdir -p $WORK/b181/
2025-08-20T18:58:40.2683496Z [00:02:17.016]➜  echo -n > $WORK/b181/go_asm.h # internal
2025-08-20T18:58:40.2683866Z [00:02:17.016]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T18:58:40.2685342Z [00:02:17.016]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b181=>" -I $WORK/b181/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b181/symabis ./sha512block_arm64.s
2025-08-20T18:58:40.2770708Z [00:02:17.024]➜  cat >/tmp/go-build693841089/b181/importcfg << 'EOF' # internal
2025-08-20T18:58:40.2771555Z [00:02:17.024]➜  # import config
2025-08-20T18:58:40.2771948Z [00:02:17.024]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.2772472Z [00:02:17.024]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.2773081Z [00:02:17.024]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:40.2773710Z [00:02:17.024]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build693841089/b177/_pkg_.a
2025-08-20T18:58:40.2774264Z [00:02:17.024]➜  packagefile crypto/internal/impl=/tmp/go-build693841089/b178/_pkg_.a
2025-08-20T18:58:40.2775205Z [00:02:17.024]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.2775693Z [00:02:17.024]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:40.2776112Z [00:02:17.024]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.2776432Z [00:02:17.024]➜  EOF
2025-08-20T18:58:40.2776706Z [00:02:17.024]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.2779427Z [00:02:17.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b181=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b181/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack -asmhdr $WORK/b181/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T18:58:40.2797428Z [00:02:17.027]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T18:58:40.2856109Z [00:02:17.033]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/6a/6a2798bb0aa17bdddbaf1e8aee875f7cccd826071d8c04f07000a5463a8b3135-d # internal
2025-08-20T18:58:40.2863813Z [00:02:17.033]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T18:58:40.2864181Z [00:02:17.034]➜  mkdir -p $WORK/b127/
2025-08-20T18:58:40.2865141Z [00:02:17.034]➜  cat >/tmp/go-build693841089/b127/importcfg << 'EOF' # internal
2025-08-20T18:58:40.2865492Z [00:02:17.034]➜  # import config
2025-08-20T18:58:40.2866010Z [00:02:17.034]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build693841089/b108/_pkg_.a
2025-08-20T18:58:40.2866727Z [00:02:17.034]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build693841089/b103/_pkg_.a
2025-08-20T18:58:40.2867408Z [00:02:17.034]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:40.2868092Z [00:02:17.034]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:40.2868652Z [00:02:17.034]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:40.2869071Z [00:02:17.034]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.2869487Z [00:02:17.034]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:40.2869809Z [00:02:17.034]➜  EOF
2025-08-20T18:58:40.2871892Z [00:02:17.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/tag=>google.golang.org/protobuf@v1.35.2/internal/encoding/tag;$WORK/b127=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.21 -complete -installsuffix shared -buildid 9uZeDK8_EV1QYKOuxOsa/9uZeDK8_EV1QYKOuxOsa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/encoding/tag/tag.go
2025-08-20T18:58:40.3036821Z [00:02:17.051]➜  cd $WORK/b085
2025-08-20T18:58:40.3038306Z [00:02:17.051]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T18:58:40.3219384Z [00:02:17.069]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T18:58:40.3222278Z [00:02:17.070]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/cf/cf968e3c9cd6e7cccead18634e6ee0405266199e0d7135fad48a7be007dc9e3b-d # internal
2025-08-20T18:58:40.3272246Z [00:02:17.075]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T18:58:40.3274070Z [00:02:17.075]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b179=>" -I $WORK/b179/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b179/sha3_arm64.o ./sha3_arm64.s
2025-08-20T18:58:40.3280815Z [00:02:17.076]➜  cd $WORK/b085
2025-08-20T18:58:40.3282212Z [00:02:17.076]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -I $WORK/b085/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b085/_cgo_main.o -c _cgo_main.c
2025-08-20T18:58:40.3289940Z [00:02:17.077]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T18:58:40.3305171Z [00:02:17.078]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b181=>" -I $WORK/b181/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b181/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T18:58:40.3308561Z [00:02:17.078]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T18:58:40.3310257Z [00:02:17.078]➜  go tool pack r $WORK/b179/_pkg_.a $WORK/b179/sha3_arm64.o # internal
2025-08-20T18:58:40.3310703Z [00:02:17.079]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T18:58:40.3323334Z [00:02:17.080]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T18:58:40.3336134Z [00:02:17.081]➜  google.golang.org/protobuf/internal/impl
2025-08-20T18:58:40.3336806Z [00:02:17.081]➜  mkdir -p $WORK/b120/
2025-08-20T18:58:40.3337611Z [00:02:17.081]➜  cat >/tmp/go-build693841089/b120/importcfg << 'EOF' # internal
2025-08-20T18:58:40.3338005Z [00:02:17.081]➜  # import config
2025-08-20T18:58:40.3338370Z [00:02:17.081]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.3341603Z [00:02:17.081]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:40.3343069Z [00:02:17.081]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:40.3343549Z [00:02:17.081]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:40.3343984Z [00:02:17.081]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:40.3344540Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build693841089/b125/_pkg_.a
2025-08-20T18:58:40.3348018Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:40.3348720Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build693841089/b105/_pkg_.a
2025-08-20T18:58:40.3349398Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build693841089/b098/_pkg_.a
2025-08-20T18:58:40.3350140Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build693841089/b113/_pkg_.a
2025-08-20T18:58:40.3350880Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build693841089/b127/_pkg_.a
2025-08-20T18:58:40.3351562Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:40.3352236Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build693841089/b103/_pkg_.a
2025-08-20T18:58:40.3356370Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:40.3358132Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build693841089/b114/_pkg_.a
2025-08-20T18:58:40.3358813Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build693841089/b116/_pkg_.a
2025-08-20T18:58:40.3359695Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:40.3365179Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:40.3365815Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:40.3366584Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:40.3367302Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:40.3368026Z [00:02:17.081]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build693841089/b118/_pkg_.a
2025-08-20T18:58:40.3368580Z [00:02:17.081]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:58:40.3368991Z [00:02:17.081]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.3369386Z [00:02:17.081]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:40.3369811Z [00:02:17.081]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.3370233Z [00:02:17.081]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:40.3370642Z [00:02:17.081]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:40.3371048Z [00:02:17.081]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.3371463Z [00:02:17.081]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:40.3372258Z [00:02:17.081]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:40.3372685Z [00:02:17.081]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:40.3373138Z [00:02:17.081]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:40.3373463Z [00:02:17.081]➜  EOF
2025-08-20T18:58:40.3373736Z [00:02:17.081]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.3393390Z [00:02:17.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl=>google.golang.org/protobuf@v1.35.2/internal/impl;$WORK/b120=>" -p google.golang.org/protobuf/internal/impl -lang=go1.21 -complete -installsuffix shared -buildid NC3_NRM30umNhq621GMR/NC3_NRM30umNhq621GMR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_map_go112.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/validate.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/impl/weak.go
2025-08-20T18:58:40.3408878Z [00:02:17.082]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T18:58:40.3409549Z [00:02:17.082]➜  go tool pack r $WORK/b181/_pkg_.a $WORK/b181/sha512block_arm64.o # internal
2025-08-20T18:58:40.3410194Z [00:02:17.082]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T18:58:40.3410583Z [00:02:17.082]➜  mkdir -p $WORK/b144/
2025-08-20T18:58:40.3411115Z [00:02:17.082]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T18:58:40.3412595Z [00:02:17.083]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T18:58:40.3413520Z [00:02:17.084]➜  cat >/tmp/go-build693841089/b144/importcfg << 'EOF' # internal
2025-08-20T18:58:40.3413871Z [00:02:17.084]➜  # import config
2025-08-20T18:58:40.3414395Z [00:02:17.084]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.3415091Z [00:02:17.084]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:40.3415724Z [00:02:17.084]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:40.3416497Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:40.3417489Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build693841089/b145/_pkg_.a
2025-08-20T18:58:40.3418454Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build693841089/b113/_pkg_.a
2025-08-20T18:58:40.3419530Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:40.3420399Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build693841089/b103/_pkg_.a
2025-08-20T18:58:40.3421336Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:40.3422347Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build693841089/b114/_pkg_.a
2025-08-20T18:58:40.3423075Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build693841089/b116/_pkg_.a
2025-08-20T18:58:40.3423739Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:40.3424388Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build693841089/b126/_pkg_.a
2025-08-20T18:58:40.3425176Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:40.3425799Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:40.3426451Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:40.3427164Z [00:02:17.084]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:40.3427718Z [00:02:17.084]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:40.3428131Z [00:02:17.084]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.3428548Z [00:02:17.084]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:40.3428956Z [00:02:17.084]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:40.3429254Z [00:02:17.084]➜  EOF
2025-08-20T18:58:40.3429765Z [00:02:17.084]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.3432856Z [00:02:17.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protojson=>google.golang.org/protobuf@v1.35.2/encoding/protojson;$WORK/b144=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.21 -complete -installsuffix shared -buildid nQTE4okhkAfzz62nM3JG/nQTE4okhkAfzz62nM3JG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protojson/well_known_types.go
2025-08-20T18:58:40.3435651Z [00:02:17.085]➜  crypto/internal/fips140/hmac
2025-08-20T18:58:40.3435937Z [00:02:17.085]➜  mkdir -p $WORK/b174/
2025-08-20T18:58:40.3436307Z [00:02:17.087]➜  cat >/tmp/go-build693841089/b174/importcfg << 'EOF' # internal
2025-08-20T18:58:40.3436647Z [00:02:17.087]➜  # import config
2025-08-20T18:58:40.3436975Z [00:02:17.087]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.3437447Z [00:02:17.087]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.3438003Z [00:02:17.087]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:40.3438575Z [00:02:17.087]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build693841089/b179/_pkg_.a
2025-08-20T18:58:40.3439152Z [00:02:17.087]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build693841089/b181/_pkg_.a
2025-08-20T18:58:40.3439637Z [00:02:17.087]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.3440040Z [00:02:17.087]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:40.3440343Z [00:02:17.087]➜  EOF
2025-08-20T18:58:40.3442274Z [00:02:17.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b174=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T18:58:40.3568435Z [00:02:17.104]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -o $WORK/b085/_cgo_.o $WORK/b085/_cgo_main.o $WORK/b085/preferlinkext $WORK/b085/_x001.o $WORK/b085/_x002.o $WORK/b085/_x003.o $WORK/b085/_x004.o $WORK/b085/_x005.o $WORK/b085/_x006.o -O2 -g -lresolv
2025-08-20T18:58:40.3623117Z [00:02:17.109]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T18:58:40.3646572Z [00:02:17.110]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T18:58:40.3647348Z [00:02:17.110]➜  crypto/internal/fips140/check
2025-08-20T18:58:40.3651912Z [00:02:17.110]➜  mkdir -p $WORK/b173/
2025-08-20T18:58:40.3652309Z [00:02:17.113]➜  cat >/tmp/go-build693841089/b173/importcfg << 'EOF' # internal
2025-08-20T18:58:40.3652660Z [00:02:17.113]➜  # import config
2025-08-20T18:58:40.3653088Z [00:02:17.113]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.3653650Z [00:02:17.113]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build693841089/b174/_pkg_.a
2025-08-20T18:58:40.3654224Z [00:02:17.113]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:40.3654960Z [00:02:17.113]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:40.3655606Z [00:02:17.113]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build693841089/b171/_pkg_.a
2025-08-20T18:58:40.3656530Z [00:02:17.113]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.3656829Z [00:02:17.113]➜  EOF
2025-08-20T18:58:40.3658555Z [00:02:17.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b173=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T18:58:40.3822414Z [00:02:17.130]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T18:58:40.3827001Z [00:02:17.130]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T18:58:40.3830716Z [00:02:17.131]➜  crypto/internal/fips140/aes
2025-08-20T18:58:40.3831848Z [00:02:17.131]➜  mkdir -p $WORK/b169/
2025-08-20T18:58:40.3835181Z [00:02:17.131]➜  echo -n > $WORK/b169/go_asm.h # internal
2025-08-20T18:58:40.3837233Z [00:02:17.131]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T18:58:40.3838925Z [00:02:17.131]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b169/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T18:58:40.3871964Z [00:02:17.135]➜  cat >/tmp/go-build693841089/b169/importcfg << 'EOF' # internal
2025-08-20T18:58:40.3872916Z [00:02:17.135]➜  # import config
2025-08-20T18:58:40.3873325Z [00:02:17.135]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.3873946Z [00:02:17.135]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.3874549Z [00:02:17.135]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build693841089/b172/_pkg_.a
2025-08-20T18:58:40.3875329Z [00:02:17.135]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:40.3875913Z [00:02:17.135]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:40.3876532Z [00:02:17.135]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:40.3877467Z [00:02:17.135]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build693841089/b177/_pkg_.a
2025-08-20T18:58:40.3878175Z [00:02:17.135]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build693841089/b171/_pkg_.a
2025-08-20T18:58:40.3878748Z [00:02:17.135]➜  packagefile crypto/internal/impl=/tmp/go-build693841089/b178/_pkg_.a
2025-08-20T18:58:40.3879210Z [00:02:17.135]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.3879634Z [00:02:17.135]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.3880074Z [00:02:17.135]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.3880381Z [00:02:17.135]➜  EOF
2025-08-20T18:58:40.3880660Z [00:02:17.135]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.3884186Z [00:02:17.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b169=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b169/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack -asmhdr $WORK/b169/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-20T18:58:40.4821435Z [00:02:17.230]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T18:58:40.4849489Z [00:02:17.232]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/18/1810b1a78190cbc09c3dbfa3da21e7654f09c5ebe9d082209493fbfa53f8b353-d # internal
2025-08-20T18:58:40.4850129Z [00:02:17.232]➜  crypto/internal/entropy
2025-08-20T18:58:40.4850469Z [00:02:17.232]➜  mkdir -p $WORK/b184/
2025-08-20T18:58:40.4851492Z [00:02:17.233]➜  cat >/tmp/go-build693841089/b184/importcfg << 'EOF' # internal
2025-08-20T18:58:40.4852270Z [00:02:17.233]➜  # import config
2025-08-20T18:58:40.4853081Z [00:02:17.233]➜  packagefile crypto/internal/sysrand=/tmp/go-build693841089/b185/_pkg_.a
2025-08-20T18:58:40.4853459Z [00:02:17.233]➜  EOF
2025-08-20T18:58:40.4856992Z [00:02:17.233]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b184=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T18:58:40.4932461Z [00:02:17.241]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T18:58:40.4934960Z [00:02:17.241]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T18:58:40.4935970Z [00:02:17.241]➜  math/rand/v2
2025-08-20T18:58:40.4936403Z [00:02:17.241]➜  mkdir -p $WORK/b187/
2025-08-20T18:58:40.4938481Z [00:02:17.241]➜  cat >/tmp/go-build693841089/b187/importcfg << 'EOF' # internal
2025-08-20T18:58:40.4938980Z [00:02:17.241]➜  # import config
2025-08-20T18:58:40.4939422Z [00:02:17.241]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.4940022Z [00:02:17.241]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:40.4940610Z [00:02:17.241]➜  packagefile internal/chacha8rand=/tmp/go-build693841089/b016/_pkg_.a
2025-08-20T18:58:40.4941155Z [00:02:17.241]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:40.4941673Z [00:02:17.241]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.4942108Z [00:02:17.241]➜  EOF
2025-08-20T18:58:40.4944573Z [00:02:17.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b187=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/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-20T18:58:40.5243416Z [00:02:17.271]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T18:58:40.5244852Z [00:02:17.271]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b169/aes_arm64.o ./aes_arm64.s
2025-08-20T18:58:40.5265648Z [00:02:17.274]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b169=>" -I $WORK/b169/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b169/ctr_arm64.o ./ctr_arm64.s
2025-08-20T18:58:40.5282684Z [00:02:17.276]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T18:58:40.5294388Z [00:02:17.277]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T18:58:40.5297525Z [00:02:17.277]➜  crypto/internal/randutil
2025-08-20T18:58:40.5301204Z [00:02:17.277]➜  mkdir -p $WORK/b186/
2025-08-20T18:58:40.5302164Z [00:02:17.277]➜  go tool pack r $WORK/b169/_pkg_.a $WORK/b169/aes_arm64.o $WORK/b169/ctr_arm64.o # internal
2025-08-20T18:58:40.5302685Z [00:02:17.277]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T18:58:40.5303117Z [00:02:17.278]➜  cat >/tmp/go-build693841089/b186/importcfg << 'EOF' # internal
2025-08-20T18:58:40.5303480Z [00:02:17.278]➜  # import config
2025-08-20T18:58:40.5303799Z [00:02:17.278]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.5304223Z [00:02:17.278]➜  packagefile math/rand/v2=/tmp/go-build693841089/b187/_pkg_.a
2025-08-20T18:58:40.5304550Z [00:02:17.278]➜  EOF
2025-08-20T18:58:40.5305104Z [00:02:17.278]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.5306830Z [00:02:17.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b186=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T18:58:40.5320871Z [00:02:17.279]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T18:58:40.5321487Z [00:02:17.279]➜  math/rand
2025-08-20T18:58:40.5321737Z [00:02:17.279]➜  mkdir -p $WORK/b192/
2025-08-20T18:58:40.5322103Z [00:02:17.279]➜  cat >/tmp/go-build693841089/b192/importcfg << 'EOF' # internal
2025-08-20T18:58:40.5322444Z [00:02:17.279]➜  # import config
2025-08-20T18:58:40.5322811Z [00:02:17.279]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:40.5323391Z [00:02:17.279]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:40.5323818Z [00:02:17.279]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:40.5324243Z [00:02:17.279]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:40.5324565Z [00:02:17.279]➜  EOF
2025-08-20T18:58:40.5326850Z [00:02:17.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b192=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/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-20T18:58:40.5402191Z [00:02:17.287]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T18:58:40.5436101Z [00:02:17.288]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T18:58:40.5436916Z [00:02:17.288]➜  crypto/internal/fips140/drbg
2025-08-20T18:58:40.5437310Z [00:02:17.288]➜  mkdir -p $WORK/b183/
2025-08-20T18:58:40.5437816Z [00:02:17.288]➜  cat >/tmp/go-build693841089/b183/importcfg << 'EOF' # internal
2025-08-20T18:58:40.5438257Z [00:02:17.288]➜  # import config
2025-08-20T18:58:40.5438693Z [00:02:17.288]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.5439283Z [00:02:17.288]➜  packagefile crypto/internal/entropy=/tmp/go-build693841089/b184/_pkg_.a
2025-08-20T18:58:40.5439925Z [00:02:17.288]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.5440571Z [00:02:17.288]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build693841089/b169/_pkg_.a
2025-08-20T18:58:40.5441235Z [00:02:17.288]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:40.5441903Z [00:02:17.288]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:40.5443094Z [00:02:17.288]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:40.5443771Z [00:02:17.288]➜  packagefile crypto/internal/randutil=/tmp/go-build693841089/b186/_pkg_.a
2025-08-20T18:58:40.5444394Z [00:02:17.288]➜  packagefile crypto/internal/sysrand=/tmp/go-build693841089/b185/_pkg_.a
2025-08-20T18:58:40.5445249Z [00:02:17.288]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.5445775Z [00:02:17.288]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.5446275Z [00:02:17.288]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.5446780Z [00:02:17.288]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:40.5447175Z [00:02:17.288]➜  EOF
2025-08-20T18:58:40.5449373Z [00:02:17.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b183=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/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-20T18:58:40.5657998Z [00:02:17.312]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T18:58:40.5661115Z [00:02:17.313]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T18:58:40.5668235Z [00:02:17.314]➜  crypto/internal/fips140/aes/gcm
2025-08-20T18:58:40.5669040Z [00:02:17.314]➜  mkdir -p $WORK/b182/
2025-08-20T18:58:40.5678012Z [00:02:17.315]➜  echo -n > $WORK/b182/go_asm.h # internal
2025-08-20T18:58:40.5678723Z [00:02:17.315]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T18:58:40.5680535Z [00:02:17.315]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b182=>" -I $WORK/b182/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b182/symabis ./gcm_arm64.s
2025-08-20T18:58:40.5758335Z [00:02:17.323]➜  cat >/tmp/go-build693841089/b182/importcfg << 'EOF' # internal
2025-08-20T18:58:40.5759057Z [00:02:17.323]➜  # import config
2025-08-20T18:58:40.5760168Z [00:02:17.323]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:40.5761404Z [00:02:17.323]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build693841089/b169/_pkg_.a
2025-08-20T18:58:40.5762076Z [00:02:17.323]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build693841089/b172/_pkg_.a
2025-08-20T18:58:40.5762661Z [00:02:17.323]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:40.5763232Z [00:02:17.323]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:40.5763838Z [00:02:17.323]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:40.5764452Z [00:02:17.323]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:40.5765252Z [00:02:17.323]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build693841089/b177/_pkg_.a
2025-08-20T18:58:40.5765818Z [00:02:17.323]➜  packagefile crypto/internal/impl=/tmp/go-build693841089/b178/_pkg_.a
2025-08-20T18:58:40.5766284Z [00:02:17.323]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.5766698Z [00:02:17.323]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:40.5767002Z [00:02:17.323]➜  EOF
2025-08-20T18:58:40.5767275Z [00:02:17.323]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.5770807Z [00:02:17.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b182=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b182/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack -asmhdr $WORK/b182/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-20T18:58:40.5910653Z [00:02:17.338]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T18:58:40.5935966Z [00:02:17.341]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T18:58:40.5936620Z [00:02:17.341]➜  crypto/internal/fips140only
2025-08-20T18:58:40.5936915Z [00:02:17.341]➜  mkdir -p $WORK/b188/
2025-08-20T18:58:40.5937284Z [00:02:17.341]➜  cat >/tmp/go-build693841089/b188/importcfg << 'EOF' # internal
2025-08-20T18:58:40.5937629Z [00:02:17.341]➜  # import config
2025-08-20T18:58:40.5938048Z [00:02:17.341]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:40.5938642Z [00:02:17.341]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:40.5939215Z [00:02:17.341]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build693841089/b179/_pkg_.a
2025-08-20T18:58:40.5939782Z [00:02:17.341]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build693841089/b181/_pkg_.a
2025-08-20T18:58:40.5940264Z [00:02:17.341]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:40.5940708Z [00:02:17.341]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:40.5941152Z [00:02:17.341]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.5941449Z [00:02:17.341]➜  EOF
2025-08-20T18:58:40.5943505Z [00:02:17.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b188=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T18:58:40.6087194Z [00:02:17.355]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T18:58:40.6088454Z [00:02:17.356]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T18:58:40.6089545Z [00:02:17.357]➜  math/big
2025-08-20T18:58:40.6089857Z [00:02:17.357]➜  mkdir -p $WORK/b191/
2025-08-20T18:58:40.6093046Z [00:02:17.357]➜  echo -n > $WORK/b191/go_asm.h # internal
2025-08-20T18:58:40.6093792Z [00:02:17.357]➜  cd /root/.go/src/math/big
2025-08-20T18:58:40.6095092Z [00:02:17.357]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b191=>" -I $WORK/b191/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b191/symabis ./arith_arm64.s
2025-08-20T18:58:40.6121741Z [00:02:17.360]➜  cat >/tmp/go-build693841089/b191/importcfg << 'EOF' # internal
2025-08-20T18:58:40.6122337Z [00:02:17.360]➜  # import config
2025-08-20T18:58:40.6123002Z [00:02:17.360]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.6123439Z [00:02:17.360]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.6123868Z [00:02:17.360]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:40.6124316Z [00:02:17.360]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:40.6125316Z [00:02:17.360]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.6125715Z [00:02:17.360]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:40.6126133Z [00:02:17.360]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.6126570Z [00:02:17.360]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:40.6127005Z [00:02:17.360]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:40.6127422Z [00:02:17.360]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.6127838Z [00:02:17.360]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:40.6128244Z [00:02:17.360]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:40.6128547Z [00:02:17.360]➜  EOF
2025-08-20T18:58:40.6128834Z [00:02:17.360]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.6139686Z [00:02:17.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b191=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b191/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack -asmhdr $WORK/b191/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T18:58:40.6743373Z [00:02:17.421]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T18:58:40.6748200Z [00:02:17.422]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b182=>" -I $WORK/b182/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b182/gcm_arm64.o ./gcm_arm64.s
2025-08-20T18:58:40.6793455Z [00:02:17.427]➜  go tool pack r $WORK/b182/_pkg_.a $WORK/b182/gcm_arm64.o # internal
2025-08-20T18:58:40.6795639Z [00:02:17.427]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T18:58:40.6823959Z [00:02:17.429]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T18:58:40.6833284Z [00:02:17.431]➜  crypto/cipher
2025-08-20T18:58:40.6836351Z [00:02:17.431]➜  mkdir -p $WORK/b168/
2025-08-20T18:58:40.6847669Z [00:02:17.432]➜  cat >/tmp/go-build693841089/b168/importcfg << 'EOF' # internal
2025-08-20T18:58:40.6848325Z [00:02:17.432]➜  # import config
2025-08-20T18:58:40.6848931Z [00:02:17.432]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:40.6849512Z [00:02:17.432]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build693841089/b169/_pkg_.a
2025-08-20T18:58:40.6850227Z [00:02:17.432]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build693841089/b182/_pkg_.a
2025-08-20T18:58:40.6850954Z [00:02:17.432]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build693841089/b172/_pkg_.a
2025-08-20T18:58:40.6852129Z [00:02:17.432]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:40.6852649Z [00:02:17.432]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:40.6853089Z [00:02:17.432]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.6853965Z [00:02:17.432]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:40.6854411Z [00:02:17.432]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.6854994Z [00:02:17.432]➜  EOF
2025-08-20T18:58:40.6855276Z [00:02:17.432]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:40.6857592Z [00:02:17.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b168=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/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-20T18:58:40.7438370Z [00:02:17.491]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T18:58:40.7452783Z [00:02:17.493]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T18:58:40.7494717Z [00:02:17.497]➜  crypto/internal/boring
2025-08-20T18:58:40.7497395Z [00:02:17.497]➜  mkdir -p $WORK/b166/
2025-08-20T18:58:40.7505338Z [00:02:17.498]➜  cat >/tmp/go-build693841089/b166/importcfg << 'EOF' # internal
2025-08-20T18:58:40.7505728Z [00:02:17.498]➜  # import config
2025-08-20T18:58:40.7506107Z [00:02:17.498]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:40.7506556Z [00:02:17.498]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:40.7507070Z [00:02:17.498]➜  packagefile crypto/internal/boring/sig=/tmp/go-build693841089/b190/_pkg_.a
2025-08-20T18:58:40.7507548Z [00:02:17.498]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:40.7507857Z [00:02:17.498]➜  EOF
2025-08-20T18:58:40.7512977Z [00:02:17.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b166=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T18:58:40.7949027Z [00:02:17.542]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T18:58:40.7950335Z [00:02:17.542]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T18:58:40.7951174Z [00:02:17.542]➜  crypto/aes
2025-08-20T18:58:40.7951679Z [00:02:17.542]➜  mkdir -p $WORK/b194/
2025-08-20T18:58:40.7952242Z [00:02:17.542]➜  cat >/tmp/go-build693841089/b194/importcfg << 'EOF' # internal
2025-08-20T18:58:40.7952733Z [00:02:17.542]➜  # import config
2025-08-20T18:58:40.7953233Z [00:02:17.542]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:40.7953880Z [00:02:17.542]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:40.7954736Z [00:02:17.542]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build693841089/b169/_pkg_.a
2025-08-20T18:58:40.7955448Z [00:02:17.542]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.7955850Z [00:02:17.542]➜  EOF
2025-08-20T18:58:40.7957447Z [00:02:17.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b194=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T18:58:40.8186062Z [00:02:17.566]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T18:58:40.8189679Z [00:02:17.566]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T18:58:40.8190721Z [00:02:17.567]➜  crypto/des
2025-08-20T18:58:40.8192048Z [00:02:17.567]➜  mkdir -p $WORK/b195/
2025-08-20T18:58:40.8195129Z [00:02:17.567]➜  cat >/tmp/go-build693841089/b195/importcfg << 'EOF' # internal
2025-08-20T18:58:40.8197411Z [00:02:17.567]➜  # import config
2025-08-20T18:58:40.8197782Z [00:02:17.567]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:40.8198340Z [00:02:17.567]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build693841089/b172/_pkg_.a
2025-08-20T18:58:40.8198919Z [00:02:17.567]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:40.8199408Z [00:02:17.567]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.8199869Z [00:02:17.567]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:40.8200343Z [00:02:17.567]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:40.8200755Z [00:02:17.567]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:40.8201059Z [00:02:17.567]➜  EOF
2025-08-20T18:58:40.8202695Z [00:02:17.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b195=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/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-20T18:58:40.8413240Z [00:02:17.588]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b085=/tmp/go-build -gno-record-gcc-switches -o $WORK/b085/_cgo_.o $WORK/b085/_cgo_main.o $WORK/b085/preferlinkext $WORK/b085/_x001.o $WORK/b085/_x002.o $WORK/b085/_x003.o $WORK/b085/_x004.o $WORK/b085/_x005.o $WORK/b085/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T18:58:40.8417568Z [00:02:17.588]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b085/_cgo_.o -dynout $WORK/b085/_cgo_import.go
2025-08-20T18:58:40.8500499Z [00:02:17.597]➜  cat >/tmp/go-build693841089/b085/importcfg << 'EOF' # internal
2025-08-20T18:58:40.8500903Z [00:02:17.597]➜  # import config
2025-08-20T18:58:40.8501632Z [00:02:17.597]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T18:58:40.8502222Z [00:02:17.597]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:40.8502646Z [00:02:17.597]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:40.8503066Z [00:02:17.597]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.8503600Z [00:02:17.597]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build693841089/b086/_pkg_.a
2025-08-20T18:58:40.8504171Z [00:02:17.597]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:40.8504873Z [00:02:17.597]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:40.8505417Z [00:02:17.597]➜  packagefile internal/itoa=/tmp/go-build693841089/b039/_pkg_.a
2025-08-20T18:58:40.8505901Z [00:02:17.597]➜  packagefile internal/nettrace=/tmp/go-build693841089/b087/_pkg_.a
2025-08-20T18:58:40.8506377Z [00:02:17.597]➜  packagefile internal/poll=/tmp/go-build693841089/b061/_pkg_.a
2025-08-20T18:58:40.8506884Z [00:02:17.597]➜  packagefile internal/singleflight=/tmp/go-build693841089/b088/_pkg_.a
2025-08-20T18:58:40.8507405Z [00:02:17.597]➜  packagefile internal/stringslite=/tmp/go-build693841089/b034/_pkg_.a
2025-08-20T18:58:40.8507917Z [00:02:17.597]➜  packagefile internal/syscall/unix=/tmp/go-build693841089/b062/_pkg_.a
2025-08-20T18:58:40.8508364Z [00:02:17.597]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:40.8509059Z [00:02:17.597]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:40.8509481Z [00:02:17.597]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:58:40.8509890Z [00:02:17.597]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:40.8510290Z [00:02:17.597]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:40.8510702Z [00:02:17.597]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:40.8511116Z [00:02:17.597]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:40.8511537Z [00:02:17.597]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:40.8511967Z [00:02:17.597]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:40.8512375Z [00:02:17.597]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:40.8512804Z [00:02:17.597]➜  packagefile runtime/cgo=/tmp/go-build693841089/b092/_pkg_.a
2025-08-20T18:58:40.8513145Z [00:02:17.597]➜  EOF
2025-08-20T18:58:40.8521948Z [00:02:17.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b085=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/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/b085/_cgo_gotypes.go $WORK/b085/cgo_linux.cgo1.go $WORK/b085/cgo_resnew.cgo1.go $WORK/b085/cgo_socknew.cgo1.go $WORK/b085/cgo_unix_cgo.cgo1.go $WORK/b085/cgo_unix_cgo_res.cgo1.go $WORK/b085/_cgo_import.go
2025-08-20T18:58:40.8748495Z [00:02:17.621]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T18:58:40.8751916Z [00:02:17.622]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T18:58:40.8763566Z [00:02:17.624]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T18:58:40.8766450Z [00:02:17.624]➜  mkdir -p $WORK/b199/
2025-08-20T18:58:40.8775808Z [00:02:17.625]➜  cat >/tmp/go-build693841089/b199/importcfg << 'EOF' # internal
2025-08-20T18:58:40.8794125Z [00:02:17.625]➜  # import config
2025-08-20T18:58:40.8794792Z [00:02:17.625]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:40.8795461Z [00:02:17.625]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:40.8795971Z [00:02:17.625]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:40.8796402Z [00:02:17.625]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:40.8796721Z [00:02:17.625]➜  EOF
2025-08-20T18:58:40.8801576Z [00:02:17.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b199=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/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-20T18:58:41.1382650Z [00:02:17.886]➜  cd /root/.go/src/math/big
2025-08-20T18:58:41.1386339Z [00:02:17.886]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b191=>" -I $WORK/b191/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b191/arith_arm64.o ./arith_arm64.s
2025-08-20T18:58:41.1457918Z [00:02:17.893]➜  go tool pack r $WORK/b191/_pkg_.a $WORK/b191/arith_arm64.o # internal
2025-08-20T18:58:41.1459133Z [00:02:17.893]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T18:58:41.2799102Z [00:02:18.027]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T18:58:41.2799943Z [00:02:18.027]➜  crypto/rand
2025-08-20T18:58:41.2800630Z [00:02:18.028]➜  mkdir -p $WORK/b165/
2025-08-20T18:58:41.2816488Z [00:02:18.028]➜  cat >/tmp/go-build693841089/b165/importcfg << 'EOF' # internal
2025-08-20T18:58:41.2817024Z [00:02:18.028]➜  # import config
2025-08-20T18:58:41.2817519Z [00:02:18.028]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:41.2818152Z [00:02:18.028]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:41.2818835Z [00:02:18.028]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:41.2819511Z [00:02:18.028]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:41.2820153Z [00:02:18.028]➜  packagefile crypto/internal/randutil=/tmp/go-build693841089/b186/_pkg_.a
2025-08-20T18:58:41.2820788Z [00:02:18.028]➜  packagefile crypto/internal/sysrand=/tmp/go-build693841089/b185/_pkg_.a
2025-08-20T18:58:41.2821383Z [00:02:18.028]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.2821879Z [00:02:18.028]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:41.2822370Z [00:02:18.028]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:41.2822766Z [00:02:18.028]➜  EOF
2025-08-20T18:58:41.2823062Z [00:02:18.028]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:41.2824995Z [00:02:18.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b165=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/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-20T18:58:41.2872663Z [00:02:18.035]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T18:58:41.2931313Z [00:02:18.040]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T18:58:41.2968854Z [00:02:18.044]➜  crypto/internal/fips140/nistec
2025-08-20T18:58:41.2969206Z [00:02:18.044]➜  mkdir -p $WORK/b198/
2025-08-20T18:58:41.2977300Z [00:02:18.045]➜  echo -n > $WORK/b198/go_asm.h # internal
2025-08-20T18:58:41.2979631Z [00:02:18.045]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T18:58:41.2983370Z [00:02:18.045]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b198=>" -I $WORK/b198/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b198/symabis ./p256_asm_arm64.s
2025-08-20T18:58:41.3111912Z [00:02:18.059]➜  cat >/tmp/go-build693841089/b198/importcfg << 'EOF' # internal
2025-08-20T18:58:41.3112480Z [00:02:18.059]➜  # import config
2025-08-20T18:58:41.3113086Z [00:02:18.059]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:41.3113823Z [00:02:18.059]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build693841089/b199/_pkg_.a
2025-08-20T18:58:41.3114528Z [00:02:18.059]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:41.3119950Z [00:02:18.059]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:41.3120488Z [00:02:18.059]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.3120941Z [00:02:18.059]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:41.3121372Z [00:02:18.059]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:41.3121788Z [00:02:18.059]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.3122093Z [00:02:18.059]➜  EOF
2025-08-20T18:58:41.3122371Z [00:02:18.059]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:41.3126385Z [00:02:18.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b198=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b198/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack -asmhdr $WORK/b198/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-20T18:58:41.3330735Z [00:02:18.080]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T18:58:41.4285552Z [00:02:18.176]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T18:58:41.5163890Z [00:02:18.264]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T18:58:41.5179456Z [00:02:18.265]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T18:58:41.5181674Z [00:02:18.265]➜  mkdir -p $WORK/b200/
2025-08-20T18:58:41.5182671Z [00:02:18.266]➜  cat >/tmp/go-build693841089/b200/importcfg << 'EOF' # internal
2025-08-20T18:58:41.5183635Z [00:02:18.266]➜  # import config
2025-08-20T18:58:41.5184485Z [00:02:18.266]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:41.5185730Z [00:02:18.266]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:41.5186450Z [00:02:18.266]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:41.5186984Z [00:02:18.266]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.5187435Z [00:02:18.266]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:41.5187760Z [00:02:18.266]➜  EOF
2025-08-20T18:58:41.5190298Z [00:02:18.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b200=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T18:58:41.5659264Z [00:02:18.313]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T18:58:41.5669300Z [00:02:18.314]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T18:58:41.5669977Z [00:02:18.315]➜  crypto/internal/boring/bbig
2025-08-20T18:58:41.5671640Z [00:02:18.315]➜  mkdir -p $WORK/b203/
2025-08-20T18:58:41.5676548Z [00:02:18.315]➜  cat >/tmp/go-build693841089/b203/importcfg << 'EOF' # internal
2025-08-20T18:58:41.5678391Z [00:02:18.315]➜  # import config
2025-08-20T18:58:41.5678874Z [00:02:18.315]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:41.5679389Z [00:02:18.315]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:41.5739173Z [00:02:18.315]➜  EOF
2025-08-20T18:58:41.5741344Z [00:02:18.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b203=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T18:58:41.5746694Z [00:02:18.322]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/b0/b03b7945dc15009d4c6235be689551a5ad5cdba296141338face05f6db0b6eeb-d # internal
2025-08-20T18:58:41.5785978Z [00:02:18.323]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T18:58:41.5786706Z [00:02:18.324]➜  mkdir -p $WORK/b119/
2025-08-20T18:58:41.5787572Z [00:02:18.324]➜  cat >/tmp/go-build693841089/b119/importcfg << 'EOF' # internal
2025-08-20T18:58:41.5789321Z [00:02:18.324]➜  # import config
2025-08-20T18:58:41.5790013Z [00:02:18.324]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build693841089/b105/_pkg_.a
2025-08-20T18:58:41.5790968Z [00:02:18.324]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build693841089/b103/_pkg_.a
2025-08-20T18:58:41.5791966Z [00:02:18.324]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build693841089/b120/_pkg_.a
2025-08-20T18:58:41.5792819Z [00:02:18.324]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.5793768Z [00:02:18.324]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:41.5796143Z [00:02:18.324]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.5796553Z [00:02:18.324]➜  EOF
2025-08-20T18:58:41.5799090Z [00:02:18.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filetype=>google.golang.org/protobuf@v1.35.2/internal/filetype;$WORK/b119=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.21 -complete -installsuffix shared -buildid 3ccDcEjjqj0ccqrxoacI/3ccDcEjjqj0ccqrxoacI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/filetype/build.go
2025-08-20T18:58:41.5865803Z [00:02:18.334]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T18:58:41.5873084Z [00:02:18.335]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T18:58:41.5878376Z [00:02:18.335]➜  crypto/internal/fips140/bigmod
2025-08-20T18:58:41.5878687Z [00:02:18.335]➜  mkdir -p $WORK/b205/
2025-08-20T18:58:41.5878994Z [00:02:18.335]➜  echo -n > $WORK/b205/go_asm.h # internal
2025-08-20T18:58:41.5879352Z [00:02:18.335]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T18:58:41.5880656Z [00:02:18.335]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b205/symabis ./nat_arm64.s
2025-08-20T18:58:41.5948014Z [00:02:18.342]➜  cat >/tmp/go-build693841089/b205/importcfg << 'EOF' # internal
2025-08-20T18:58:41.5949308Z [00:02:18.342]➜  # import config
2025-08-20T18:58:41.5950419Z [00:02:18.342]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:41.5951282Z [00:02:18.342]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:41.5952466Z [00:02:18.342]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build693841089/b177/_pkg_.a
2025-08-20T18:58:41.5953129Z [00:02:18.342]➜  packagefile crypto/internal/impl=/tmp/go-build693841089/b178/_pkg_.a
2025-08-20T18:58:41.5953843Z [00:02:18.342]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.5954369Z [00:02:18.342]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:41.5955171Z [00:02:18.342]➜  EOF
2025-08-20T18:58:41.5955775Z [00:02:18.342]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:41.5958467Z [00:02:18.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b205=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b205/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack -asmhdr $WORK/b205/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T18:58:41.6230281Z [00:02:18.370]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T18:58:41.6250385Z [00:02:18.373]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/57/57032be206976fbde026a79eba259e75ac5cad447c0290b6f48c47fe9cf31f07-d # internal
2025-08-20T18:58:41.6258779Z [00:02:18.373]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T18:58:41.6262097Z [00:02:18.373]➜  mkdir -p $WORK/b102/
2025-08-20T18:58:41.6268952Z [00:02:18.374]➜  cat >/tmp/go-build693841089/b102/importcfg << 'EOF' # internal
2025-08-20T18:58:41.6270995Z [00:02:18.374]➜  # import config
2025-08-20T18:58:41.6271590Z [00:02:18.374]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build693841089/b103/_pkg_.a
2025-08-20T18:58:41.6276805Z [00:02:18.374]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build693841089/b119/_pkg_.a
2025-08-20T18:58:41.6278677Z [00:02:18.374]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build693841089/b120/_pkg_.a
2025-08-20T18:58:41.6279706Z [00:02:18.374]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build693841089/b128/_pkg_.a
2025-08-20T18:58:41.6281237Z [00:02:18.374]➜  EOF
2025-08-20T18:58:41.6283794Z [00:02:18.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/runtime/protoimpl=>google.golang.org/protobuf@v1.35.2/runtime/protoimpl;$WORK/b102=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.21 -complete -installsuffix shared -buildid nKYBFPu07wFmlXK07UJc/nKYBFPu07wFmlXK07UJc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/runtime/protoimpl/version.go
2025-08-20T18:58:41.6701803Z [00:02:18.417]➜  cd /root/.go/src/net
2025-08-20T18:58:41.6702943Z [00:02:18.418]➜  go tool pack r $WORK/b085/_pkg_.a $WORK/b085/preferlinkext $WORK/b085/_x001.o $WORK/b085/_x002.o $WORK/b085/_x003.o $WORK/b085/_x004.o $WORK/b085/_x005.o $WORK/b085/_x006.o # internal
2025-08-20T18:58:41.6761004Z [00:02:18.424]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T18:58:41.6779420Z [00:02:18.425]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b198=>" -I $WORK/b198/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b198/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T18:58:41.6800256Z [00:02:18.427]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T18:58:41.6800827Z [00:02:18.428]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T18:58:41.6813685Z [00:02:18.429]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/b1/b158d95eaff1a0542aa58baa5f5cbd71c7eb811a74b95f848c4fa560743e2a33-d # internal
2025-08-20T18:58:41.6820893Z [00:02:18.430]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T18:58:41.6821507Z [00:02:18.430]➜  mkdir -p $WORK/b129/
2025-08-20T18:58:41.6837348Z [00:02:18.431]➜  cat >/tmp/go-build693841089/b129/importcfg << 'EOF' # internal
2025-08-20T18:58:41.6837964Z [00:02:18.431]➜  # import config
2025-08-20T18:58:41.6838662Z [00:02:18.431]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:41.6839623Z [00:02:18.431]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.6840504Z [00:02:18.431]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:41.6841754Z [00:02:18.431]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.6842790Z [00:02:18.431]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.6843404Z [00:02:18.431]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:41.6844107Z [00:02:18.431]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.6844975Z [00:02:18.431]➜  EOF
2025-08-20T18:58:41.6845944Z [00:02:18.431]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:41.6848231Z [00:02:18.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/anypb=>google.golang.org/protobuf@v1.35.2/types/known/anypb;$WORK/b129=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.21 -complete -installsuffix shared -buildid s3tkhYL5TL1K8UVzUoiv/s3tkhYL5TL1K8UVzUoiv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/anypb/any.pb.go
2025-08-20T18:58:41.6858620Z [00:02:18.433]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T18:58:41.6859262Z [00:02:18.433]➜  go tool pack r $WORK/b198/_pkg_.a $WORK/b198/p256_asm_arm64.o # internal
2025-08-20T18:58:41.6859839Z [00:02:18.434]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T18:58:41.6887272Z [00:02:18.436]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T18:58:41.6917546Z [00:02:18.439]➜  google.golang.org/protobuf/protoadapt
2025-08-20T18:58:41.6924861Z [00:02:18.440]➜  mkdir -p $WORK/b131/
2025-08-20T18:58:41.6936651Z [00:02:18.441]➜  cat >/tmp/go-build693841089/b131/importcfg << 'EOF' # internal
2025-08-20T18:58:41.6938774Z [00:02:18.441]➜  # import config
2025-08-20T18:58:41.6939635Z [00:02:18.441]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:41.6944375Z [00:02:18.441]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build693841089/b118/_pkg_.a
2025-08-20T18:58:41.6945277Z [00:02:18.441]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.6945719Z [00:02:18.441]➜  EOF
2025-08-20T18:58:41.6950603Z [00:02:18.443]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:41.6960094Z [00:02:18.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/protoadapt=>google.golang.org/protobuf@v1.35.2/protoadapt;$WORK/b131=>" -p google.golang.org/protobuf/protoadapt -lang=go1.21 -complete -installsuffix shared -buildid AkNdJOQYLy74uD4lgjRK/AkNdJOQYLy74uD4lgjRK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/protoadapt/convert.go
2025-08-20T18:58:41.6962307Z [00:02:18.443]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/8d/8d2c90f2321a8abb2f5cc6311f852ca7914e78eee2d3520a16571b7fba4a986d-d # internal
2025-08-20T18:58:41.6965289Z [00:02:18.444]➜  google.golang.org/grpc/internal
2025-08-20T18:58:41.6966292Z [00:02:18.444]➜  mkdir -p $WORK/b070/
2025-08-20T18:58:41.6971093Z [00:02:18.445]➜  cat >/tmp/go-build693841089/b070/importcfg << 'EOF' # internal
2025-08-20T18:58:41.6972389Z [00:02:18.445]➜  # import config
2025-08-20T18:58:41.6972981Z [00:02:18.445]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:41.6974203Z [00:02:18.445]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:41.6975644Z [00:02:18.445]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:58:41.6976784Z [00:02:18.445]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:41.6978923Z [00:02:18.445]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:41.6979616Z [00:02:18.445]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:41.6980224Z [00:02:18.445]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:41.6980764Z [00:02:18.445]➜  EOF
2025-08-20T18:58:41.6983387Z [00:02:18.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal=>google.golang.org/grpc@v1.65.0/internal;$WORK/b070=>" -p google.golang.org/grpc/internal -lang=go1.21 -complete -installsuffix shared -buildid 2yw1JlAoBs5MZZE10w-O/2yw1JlAoBs5MZZE10w-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/tcp_keepalive_unix.go
2025-08-20T18:58:41.7171271Z [00:02:18.464]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T18:58:41.7196151Z [00:02:18.467]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/5a/5a6b5096938ca913d5daa0c4ccc9fd5a79642e5ec175799a34c90324742b2a9e-d # internal
2025-08-20T18:58:41.7201395Z [00:02:18.468]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T18:58:41.7209202Z [00:02:18.468]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b205=>" -I $WORK/b205/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b205/nat_arm64.o ./nat_arm64.s
2025-08-20T18:58:41.7211440Z [00:02:18.469]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T18:58:41.7217089Z [00:02:18.469]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/65/65bc8ea6785b74be0cdfda612d3752547e8e838e91d358da1e78735c598e2ca9-d # internal
2025-08-20T18:58:41.7224908Z [00:02:18.470]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T18:58:41.7226712Z [00:02:18.470]➜  mkdir -p $WORK/b138/
2025-08-20T18:58:41.7229084Z [00:02:18.470]➜  cat >/tmp/go-build693841089/b138/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7229821Z [00:02:18.470]➜  # import config
2025-08-20T18:58:41.7230824Z [00:02:18.470]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.7232266Z [00:02:18.470]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.7232914Z [00:02:18.470]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.7233344Z [00:02:18.470]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.7233650Z [00:02:18.470]➜  EOF
2025-08-20T18:58:41.7233947Z [00:02:18.470]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:41.7236312Z [00:02:18.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/descriptorpb=>google.golang.org/protobuf@v1.35.2/types/descriptorpb;$WORK/b138=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.21 -complete -installsuffix shared -buildid PRnH9GqCwsEmrGv0aYWQ/PRnH9GqCwsEmrGv0aYWQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/descriptorpb/descriptor.pb.go
2025-08-20T18:58:41.7238270Z [00:02:18.470]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T18:58:41.7238610Z [00:02:18.470]➜  mkdir -p $WORK/b094/
2025-08-20T18:58:41.7238975Z [00:02:18.470]➜  cat >/tmp/go-build693841089/b094/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7239313Z [00:02:18.470]➜  # import config
2025-08-20T18:58:41.7239799Z [00:02:18.470]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.7240494Z [00:02:18.470]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.7241482Z [00:02:18.470]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build693841089/b129/_pkg_.a
2025-08-20T18:58:41.7242105Z [00:02:18.470]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.7242521Z [00:02:18.470]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.7242816Z [00:02:18.470]➜  EOF
2025-08-20T18:58:41.7245489Z [00:02:18.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/status;$WORK/b094=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.21 -complete -installsuffix shared -buildid unahWnBiDYwIRNAHnK4z/unahWnBiDYwIRNAHnK4z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/status/status.pb.go
2025-08-20T18:58:41.7270878Z [00:02:18.475]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T18:58:41.7272330Z [00:02:18.475]➜  go tool pack r $WORK/b205/_pkg_.a $WORK/b205/nat_arm64.o # internal
2025-08-20T18:58:41.7276532Z [00:02:18.475]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T18:58:41.7290119Z [00:02:18.476]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T18:58:41.7307631Z [00:02:18.478]➜  github.com/golang/protobuf/ptypes/any
2025-08-20T18:58:41.7310996Z [00:02:18.479]➜  mkdir -p $WORK/b148/
2025-08-20T18:58:41.7315032Z [00:02:18.479]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T18:58:41.7326105Z [00:02:18.480]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/01/014638feaf91f448ad3ca4a2464b1ada0dc58df8af56a508dbebdedba358407e-d # internal
2025-08-20T18:58:41.7327625Z [00:02:18.480]➜  cat >/tmp/go-build693841089/b148/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7328058Z [00:02:18.480]➜  # import config
2025-08-20T18:58:41.7328573Z [00:02:18.480]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.7329272Z [00:02:18.480]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.7329950Z [00:02:18.480]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build693841089/b129/_pkg_.a
2025-08-20T18:58:41.7330490Z [00:02:18.480]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.7330812Z [00:02:18.480]➜  EOF
2025-08-20T18:58:41.7337254Z [00:02:18.481]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:41.7340370Z [00:02:18.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/any=>github.com/golang/protobuf@v1.5.4/ptypes/any;$WORK/b148=>" -p github.com/golang/protobuf/ptypes/any -lang=go1.17 -complete -installsuffix shared -buildid 1RMvGx1ggrpdvcq1P0Ev/1RMvGx1ggrpdvcq1P0Ev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/any/any.pb.go
2025-08-20T18:58:41.7348711Z [00:02:18.482]➜  google.golang.org/grpc/codes
2025-08-20T18:58:41.7349025Z [00:02:18.482]➜  mkdir -p $WORK/b069/
2025-08-20T18:58:41.7358760Z [00:02:18.483]➜  cat >/tmp/go-build693841089/b069/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7359558Z [00:02:18.483]➜  # import config
2025-08-20T18:58:41.7360554Z [00:02:18.483]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:41.7361093Z [00:02:18.483]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:41.7361608Z [00:02:18.483]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:41.7361929Z [00:02:18.483]➜  EOF
2025-08-20T18:58:41.7394795Z [00:02:18.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/codes=>google.golang.org/grpc@v1.65.0/codes;$WORK/b069=>" -p google.golang.org/grpc/codes -lang=go1.21 -complete -installsuffix shared -buildid QntTZ0dU7Q77j3ruMV9f/QntTZ0dU7Q77j3ruMV9f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/codes/codes.go
2025-08-20T18:58:41.7526207Z [00:02:18.500]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T18:58:41.7534174Z [00:02:18.501]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T18:58:41.7535660Z [00:02:18.501]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/17/176ae2c8ddddff969c74ef6ae9a4efecd6d5f93d4dc70393d6ba7572afe57def-d # internal
2025-08-20T18:58:41.7537006Z [00:02:18.501]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/a2/a21afd1c8dcc0d2d5cf0c4844d5df30a4efbb6501d624938fecb399f3927cb2c-d # internal
2025-08-20T18:58:41.7586245Z [00:02:18.506]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T18:58:41.7586894Z [00:02:18.506]➜  mkdir -p $WORK/b150/
2025-08-20T18:58:41.7606935Z [00:02:18.508]➜  cat >/tmp/go-build693841089/b150/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7607334Z [00:02:18.508]➜  # import config
2025-08-20T18:58:41.7607843Z [00:02:18.508]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.7608557Z [00:02:18.508]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.7609138Z [00:02:18.508]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:41.7609561Z [00:02:18.508]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.7609974Z [00:02:18.508]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.7610376Z [00:02:18.508]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:41.7610678Z [00:02:18.508]➜  EOF
2025-08-20T18:58:41.7612814Z [00:02:18.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/durationpb=>google.golang.org/protobuf@v1.35.2/types/known/durationpb;$WORK/b150=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.21 -complete -installsuffix shared -buildid px6_asqhJg7-8s-Soc7r/px6_asqhJg7-8s-Soc7r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/durationpb/duration.pb.go
2025-08-20T18:58:41.7614977Z [00:02:18.508]➜  google.golang.org/grpc/internal/status
2025-08-20T18:58:41.7615299Z [00:02:18.508]➜  mkdir -p $WORK/b130/
2025-08-20T18:58:41.7615664Z [00:02:18.508]➜  cat >/tmp/go-build693841089/b130/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7616005Z [00:02:18.508]➜  # import config
2025-08-20T18:58:41.7616342Z [00:02:18.508]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.7617152Z [00:02:18.508]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:41.7617805Z [00:02:18.508]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build693841089/b094/_pkg_.a
2025-08-20T18:58:41.7618449Z [00:02:18.508]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:41.7619030Z [00:02:18.508]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:41.7619656Z [00:02:18.508]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build693841089/b131/_pkg_.a
2025-08-20T18:58:41.7620315Z [00:02:18.508]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build693841089/b129/_pkg_.a
2025-08-20T18:58:41.7620746Z [00:02:18.508]➜  EOF
2025-08-20T18:58:41.7622664Z [00:02:18.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/status=>google.golang.org/grpc@v1.65.0/internal/status;$WORK/b130=>" -p google.golang.org/grpc/internal/status -lang=go1.21 -complete -installsuffix shared -buildid 3bra3cyMTz34hb5XCbt1/3bra3cyMTz34hb5XCbt1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/status/status.go
2025-08-20T18:58:41.7681084Z [00:02:18.515]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T18:58:41.7696042Z [00:02:18.516]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/a7/a750b9ae9d43d284c6d6636de1e9ffcb7b36dc8ec3ba7b0e01243e302caa3dc3-d # internal
2025-08-20T18:58:41.7697255Z [00:02:18.517]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T18:58:41.7702173Z [00:02:18.517]➜  mkdir -p $WORK/b152/
2025-08-20T18:58:41.7703481Z [00:02:18.517]➜  cat >/tmp/go-build693841089/b152/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7703955Z [00:02:18.517]➜  # import config
2025-08-20T18:58:41.7704511Z [00:02:18.517]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.7705744Z [00:02:18.517]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.7706449Z [00:02:18.517]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.7706939Z [00:02:18.517]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.7707347Z [00:02:18.517]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:41.7707667Z [00:02:18.517]➜  EOF
2025-08-20T18:58:41.7710056Z [00:02:18.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/timestamppb=>google.golang.org/protobuf@v1.35.2/types/known/timestamppb;$WORK/b152=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.21 -complete -installsuffix shared -buildid A6dNLg1ULQdHWIPCCRvE/A6dNLg1ULQdHWIPCCRvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/timestamppb/timestamp.pb.go
2025-08-20T18:58:41.7943606Z [00:02:18.541]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T18:58:41.7944550Z [00:02:18.542]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/35/35ec7009a8269f3abb38779a1308390281ed0710e15230e91bfdeb304b7a68fe-d # internal
2025-08-20T18:58:41.7960351Z [00:02:18.543]➜  google.golang.org/grpc/status
2025-08-20T18:58:41.7960852Z [00:02:18.543]➜  mkdir -p $WORK/b093/
2025-08-20T18:58:41.7961392Z [00:02:18.543]➜  cat >/tmp/go-build693841089/b093/importcfg << 'EOF' # internal
2025-08-20T18:58:41.7961872Z [00:02:18.543]➜  # import config
2025-08-20T18:58:41.7962339Z [00:02:18.543]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:41.7962880Z [00:02:18.543]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.7963368Z [00:02:18.543]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:41.7964496Z [00:02:18.543]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build693841089/b094/_pkg_.a
2025-08-20T18:58:41.7965563Z [00:02:18.543]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:41.7966283Z [00:02:18.543]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build693841089/b130/_pkg_.a
2025-08-20T18:58:41.7966781Z [00:02:18.543]➜  EOF
2025-08-20T18:58:41.7968652Z [00:02:18.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/status=>google.golang.org/grpc@v1.65.0/status;$WORK/b093=>" -p google.golang.org/grpc/status -lang=go1.21 -complete -installsuffix shared -buildid NUG1MVYgQnT4O23_BnLd/NUG1MVYgQnT4O23_BnLd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/status/status.go
2025-08-20T18:58:41.7985753Z [00:02:18.545]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T18:58:41.7995933Z [00:02:18.547]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/1d/1d202ca288495b07130d0cdc8cfa9c43f58a0d536abd595a7a5431c6a6f74481-d # internal
2025-08-20T18:58:41.8000848Z [00:02:18.547]➜  github.com/golang/protobuf/ptypes/duration
2025-08-20T18:58:41.8001175Z [00:02:18.547]➜  mkdir -p $WORK/b149/
2025-08-20T18:58:41.8005167Z [00:02:18.548]➜  cat >/tmp/go-build693841089/b149/importcfg << 'EOF' # internal
2025-08-20T18:58:41.8005635Z [00:02:18.548]➜  # import config
2025-08-20T18:58:41.8006685Z [00:02:18.548]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.8007477Z [00:02:18.548]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.8008256Z [00:02:18.548]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:58:41.8008925Z [00:02:18.548]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.8009328Z [00:02:18.548]➜  EOF
2025-08-20T18:58:41.8011372Z [00:02:18.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/duration=>github.com/golang/protobuf@v1.5.4/ptypes/duration;$WORK/b149=>" -p github.com/golang/protobuf/ptypes/duration -lang=go1.17 -complete -installsuffix shared -buildid XLOy-ymk6uoL6QNZIAnN/XLOy-ymk6uoL6QNZIAnN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/duration/duration.pb.go
2025-08-20T18:58:41.8179089Z [00:02:18.565]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T18:58:41.8179864Z [00:02:18.565]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/84/84a2ad7d3d48d5ed0da6f47ad8f7a9a248c90ce3af00f4bf7e63145ae7d4afe4-d # internal
2025-08-20T18:58:41.8180476Z [00:02:18.565]➜  github.com/golang/protobuf/ptypes/timestamp
2025-08-20T18:58:41.8180799Z [00:02:18.565]➜  mkdir -p $WORK/b151/
2025-08-20T18:58:41.8181199Z [00:02:18.565]➜  cat >/tmp/go-build693841089/b151/importcfg << 'EOF' # internal
2025-08-20T18:58:41.8181542Z [00:02:18.565]➜  # import config
2025-08-20T18:58:41.8182035Z [00:02:18.565]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.8182734Z [00:02:18.565]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.8183438Z [00:02:18.565]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:58:41.8184028Z [00:02:18.565]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.8184341Z [00:02:18.565]➜  EOF
2025-08-20T18:58:41.8187012Z [00:02:18.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/timestamp=>github.com/golang/protobuf@v1.5.4/ptypes/timestamp;$WORK/b151=>" -p github.com/golang/protobuf/ptypes/timestamp -lang=go1.17 -complete -installsuffix shared -buildid pk-EsO1_uZlUNqjSdA_f/pk-EsO1_uZlUNqjSdA_f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/timestamp/timestamp.pb.go
2025-08-20T18:58:41.8210516Z [00:02:18.569]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T18:58:41.8219270Z [00:02:18.569]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/bf/bfc5d277d3033e91685d498661e71c600ae6ca33e608f4a95af47e7a8c270988-d # internal
2025-08-20T18:58:41.8220726Z [00:02:18.570]➜  berty.tech/berty/v2/go/pkg/errcode
2025-08-20T18:58:41.8221374Z [00:02:18.570]➜  mkdir -p $WORK/b004/
2025-08-20T18:58:41.8223277Z [00:02:18.570]➜  cat >/tmp/go-build693841089/b004/importcfg << 'EOF' # internal
2025-08-20T18:58:41.8224267Z [00:02:18.570]➜  # import config
2025-08-20T18:58:41.8224717Z [00:02:18.570]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:41.8225260Z [00:02:18.570]➜  packagefile golang.org/x/xerrors=/tmp/go-build693841089/b065/_pkg_.a
2025-08-20T18:58:41.8225814Z [00:02:18.570]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:41.8226378Z [00:02:18.570]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:41.8227021Z [00:02:18.570]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.8227716Z [00:02:18.570]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.8228732Z [00:02:18.570]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:41.8229142Z [00:02:18.570]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.8229551Z [00:02:18.570]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.8229855Z [00:02:18.570]➜  EOF
2025-08-20T18:58:41.8232015Z [00:02:18.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/errcode=>berty.tech/berty/v2/go/pkg/errcode;$WORK/b004=>" -p berty.tech/berty/v2/go/pkg/errcode -lang=go1.22 -complete -installsuffix shared -buildid a_jH0buEyWLJS2UnL2hH/a_jH0buEyWLJS2UnL2hH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/errcode/doc.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/errcode/errcode.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/errcode/error.go
2025-08-20T18:58:41.8445241Z [00:02:18.592]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T18:58:41.8466660Z [00:02:18.593]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/15/154acab26d5f7ad817daf307233338d34662426ac34b604da490cd2ca155baed-d # internal
2025-08-20T18:58:41.8467781Z [00:02:18.594]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T18:58:41.8468668Z [00:02:18.594]➜  mkdir -p $WORK/b154/
2025-08-20T18:58:41.8478281Z [00:02:18.595]➜  cat >/tmp/go-build693841089/b154/importcfg << 'EOF' # internal
2025-08-20T18:58:41.8479050Z [00:02:18.595]➜  # import config
2025-08-20T18:58:41.8480020Z [00:02:18.595]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.8480777Z [00:02:18.595]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.8481343Z [00:02:18.595]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.8481791Z [00:02:18.595]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.8482097Z [00:02:18.595]➜  EOF
2025-08-20T18:58:41.8493884Z [00:02:18.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/wrapperspb=>google.golang.org/protobuf@v1.35.2/types/known/wrapperspb;$WORK/b154=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.21 -complete -installsuffix shared -buildid eoHxtv8iMDx1mf7LeEti/eoHxtv8iMDx1mf7LeEti -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/wrapperspb/wrappers.pb.go
2025-08-20T18:58:41.8530220Z [00:02:18.600]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T18:58:41.8546155Z [00:02:18.602]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/e4/e4dba468412e7b7053b8a33b24704c41fbbffcefc59260127e1b592b56dcdd69-d # internal
2025-08-20T18:58:41.8547422Z [00:02:18.602]➜  google.golang.org/genproto/googleapis/api/httpbody
2025-08-20T18:58:41.8548221Z [00:02:18.602]➜  mkdir -p $WORK/b157/
2025-08-20T18:58:41.8548928Z [00:02:18.602]➜  cat >/tmp/go-build693841089/b157/importcfg << 'EOF' # internal
2025-08-20T18:58:41.8549748Z [00:02:18.602]➜  # import config
2025-08-20T18:58:41.8550305Z [00:02:18.602]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.8551038Z [00:02:18.602]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.8552272Z [00:02:18.602]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build693841089/b129/_pkg_.a
2025-08-20T18:58:41.8552838Z [00:02:18.602]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.8553257Z [00:02:18.602]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.8553567Z [00:02:18.602]➜  EOF
2025-08-20T18:58:41.8556279Z [00:02:18.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/httpbody=>google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/httpbody;$WORK/b157=>" -p google.golang.org/genproto/googleapis/api/httpbody -lang=go1.21 -complete -installsuffix shared -buildid 0Hrndic8CyMwz7CaW_Jw/0Hrndic8CyMwz7CaW_Jw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/httpbody/httpbody.pb.go
2025-08-20T18:58:41.8999860Z [00:02:18.647]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T18:58:41.9000768Z [00:02:18.648]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T18:58:41.9027472Z [00:02:18.650]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/f7/f726244afc95d6dd0247c8ecdfe53fcd32add68c54a35bc2a927075637b97310-d # internal
2025-08-20T18:58:41.9028166Z [00:02:18.650]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T18:58:41.9028553Z [00:02:18.650]➜  mkdir -p $WORK/b159/
2025-08-20T18:58:41.9030769Z [00:02:18.651]➜  cat >/tmp/go-build693841089/b159/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9031542Z [00:02:18.651]➜  # import config
2025-08-20T18:58:41.9032165Z [00:02:18.651]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:41.9033159Z [00:02:18.651]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.9034238Z [00:02:18.651]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.9035590Z [00:02:18.651]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.9036164Z [00:02:18.651]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:41.9036887Z [00:02:18.651]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:41.9037518Z [00:02:18.651]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.9037963Z [00:02:18.651]➜  EOF
2025-08-20T18:58:41.9040718Z [00:02:18.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/fieldmaskpb=>google.golang.org/protobuf@v1.35.2/types/known/fieldmaskpb;$WORK/b159=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.21 -complete -installsuffix shared -buildid 1d-Rxrfzb4aXx6K1qjSL/1d-Rxrfzb4aXx6K1qjSL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T18:58:41.9043283Z [00:02:18.651]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/ec/ec2b19ae4e5e9dc8910835b3d2305d005d6ceeae1cd4c2d12333d218949e271e-d # internal
2025-08-20T18:58:41.9046321Z [00:02:18.652]➜  google.golang.org/grpc/metadata
2025-08-20T18:58:41.9046691Z [00:02:18.652]➜  mkdir -p $WORK/b160/
2025-08-20T18:58:41.9047657Z [00:02:18.652]➜  cat >/tmp/go-build693841089/b160/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9048359Z [00:02:18.652]➜  # import config
2025-08-20T18:58:41.9048977Z [00:02:18.652]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:41.9049666Z [00:02:18.652]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:41.9050791Z [00:02:18.652]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:41.9051298Z [00:02:18.652]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:41.9051611Z [00:02:18.652]➜  EOF
2025-08-20T18:58:41.9053416Z [00:02:18.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/metadata=>google.golang.org/grpc@v1.65.0/metadata;$WORK/b160=>" -p google.golang.org/grpc/metadata -lang=go1.21 -complete -installsuffix shared -buildid 1x3HimvJ3T9zg4R9JlI7/1x3HimvJ3T9zg4R9JlI7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/metadata/metadata.go
2025-08-20T18:58:41.9186602Z [00:02:18.666]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T18:58:41.9221816Z [00:02:18.669]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/91/918320d4c33c2872ba44ae156c9be7734d6773bfe101061048d1010f9cae7276-d # internal
2025-08-20T18:58:41.9222721Z [00:02:18.669]➜  github.com/golang/protobuf/ptypes/wrappers
2025-08-20T18:58:41.9225010Z [00:02:18.669]➜  mkdir -p $WORK/b153/
2025-08-20T18:58:41.9225644Z [00:02:18.670]➜  cat >/tmp/go-build693841089/b153/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9226143Z [00:02:18.670]➜  # import config
2025-08-20T18:58:41.9226890Z [00:02:18.670]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.9227904Z [00:02:18.670]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.9228867Z [00:02:18.670]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build693841089/b154/_pkg_.a
2025-08-20T18:58:41.9229542Z [00:02:18.670]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.9230032Z [00:02:18.670]➜  EOF
2025-08-20T18:58:41.9232217Z [00:02:18.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/wrappers=>github.com/golang/protobuf@v1.5.4/ptypes/wrappers;$WORK/b153=>" -p github.com/golang/protobuf/ptypes/wrappers -lang=go1.17 -complete -installsuffix shared -buildid YdnKk0cKrlz_0r73vkDp/YdnKk0cKrlz_0r73vkDp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/wrappers/wrappers.pb.go
2025-08-20T18:58:41.9339584Z [00:02:18.681]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T18:58:41.9357443Z [00:02:18.683]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/aa/aa82032421a8f68657946e442f42630f6f2efe2f8d97094ba19d22a7a17b143f-d # internal
2025-08-20T18:58:41.9361891Z [00:02:18.684]➜  crypto/internal/fips140/ecdh
2025-08-20T18:58:41.9362240Z [00:02:18.684]➜  mkdir -p $WORK/b197/
2025-08-20T18:58:41.9371204Z [00:02:18.685]➜  cat >/tmp/go-build693841089/b197/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9371731Z [00:02:18.685]➜  # import config
2025-08-20T18:58:41.9372203Z [00:02:18.685]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:41.9373165Z [00:02:18.685]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:41.9373880Z [00:02:18.685]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:41.9374551Z [00:02:18.685]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:41.9375643Z [00:02:18.685]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build693841089/b198/_pkg_.a
2025-08-20T18:58:41.9376415Z [00:02:18.685]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:41.9377062Z [00:02:18.685]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.9377570Z [00:02:18.685]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:41.9378086Z [00:02:18.685]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:41.9378615Z [00:02:18.685]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.9379030Z [00:02:18.685]➜  EOF
2025-08-20T18:58:41.9381049Z [00:02:18.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b197=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T18:58:41.9542616Z [00:02:18.702]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T18:58:41.9554935Z [00:02:18.703]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/e9/e9cc475039a7c8883c202011735a395c0e4570c7f74dda2272fb38ec9d8027a5-d # internal
2025-08-20T18:58:41.9571403Z [00:02:18.704]➜  crypto/elliptic
2025-08-20T18:58:41.9576555Z [00:02:18.705]➜  mkdir -p $WORK/b202/
2025-08-20T18:58:41.9577008Z [00:02:18.705]➜  cat >/tmp/go-build693841089/b202/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9577360Z [00:02:18.705]➜  # import config
2025-08-20T18:58:41.9577786Z [00:02:18.705]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build693841089/b198/_pkg_.a
2025-08-20T18:58:41.9578285Z [00:02:18.705]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.9578692Z [00:02:18.705]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:41.9579101Z [00:02:18.705]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:41.9579536Z [00:02:18.705]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.9579843Z [00:02:18.705]➜  EOF
2025-08-20T18:58:41.9581649Z [00:02:18.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b202=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/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-20T18:58:41.9583304Z [00:02:18.705]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T18:58:41.9596727Z [00:02:18.707]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/d1/d1be7ecfafdfa6a674741882b12ac5d38376012def019873f968c1b9227f6121-d # internal
2025-08-20T18:58:41.9598459Z [00:02:18.707]➜  google.golang.org/genproto/protobuf/field_mask
2025-08-20T18:58:41.9599203Z [00:02:18.707]➜  mkdir -p $WORK/b158/
2025-08-20T18:58:41.9600138Z [00:02:18.707]➜  cat >/tmp/go-build693841089/b158/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9600567Z [00:02:18.707]➜  # import config
2025-08-20T18:58:41.9601089Z [00:02:18.707]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build693841089/b159/_pkg_.a
2025-08-20T18:58:41.9601556Z [00:02:18.707]➜  EOF
2025-08-20T18:58:41.9604270Z [00:02:18.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/protobuf/field_mask=>google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/protobuf/field_mask;$WORK/b158=>" -p google.golang.org/genproto/protobuf/field_mask -lang=go1.19 -complete -installsuffix shared -buildid a_WZtJeHbPbpw8xqvFrM/a_WZtJeHbPbpw8xqvFrM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/protobuf/field_mask/field_mask.go
2025-08-20T18:58:41.9646557Z [00:02:18.712]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T18:58:41.9654939Z [00:02:18.713]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T18:58:41.9659408Z [00:02:18.714]➜  crypto/ecdh
2025-08-20T18:58:41.9662592Z [00:02:18.714]➜  mkdir -p $WORK/b196/
2025-08-20T18:58:41.9671373Z [00:02:18.715]➜  cat >/tmp/go-build693841089/b196/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9672344Z [00:02:18.715]➜  # import config
2025-08-20T18:58:41.9672740Z [00:02:18.715]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:41.9673164Z [00:02:18.715]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:41.9673646Z [00:02:18.715]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:41.9674201Z [00:02:18.715]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build693841089/b197/_pkg_.a
2025-08-20T18:58:41.9675516Z [00:02:18.715]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build693841089/b200/_pkg_.a
2025-08-20T18:58:41.9676141Z [00:02:18.715]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:41.9676697Z [00:02:18.715]➜  packagefile crypto/internal/randutil=/tmp/go-build693841089/b186/_pkg_.a
2025-08-20T18:58:41.9677215Z [00:02:18.715]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:41.9677655Z [00:02:18.715]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:41.9678060Z [00:02:18.715]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:41.9678357Z [00:02:18.715]➜  EOF
2025-08-20T18:58:41.9680015Z [00:02:18.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b196=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/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-20T18:58:41.9703846Z [00:02:18.718]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T18:58:41.9820114Z [00:02:18.729]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/69/695f2f8889e2ae48c8acc5a2486eca7d52f1724a5088b35f816da10d159012a6-d # internal
2025-08-20T18:58:41.9828992Z [00:02:18.730]➜  google.golang.org/protobuf/internal/editionssupport
2025-08-20T18:58:41.9829375Z [00:02:18.730]➜  mkdir -p $WORK/b137/
2025-08-20T18:58:41.9829745Z [00:02:18.730]➜  cat >/tmp/go-build693841089/b137/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9830095Z [00:02:18.730]➜  # import config
2025-08-20T18:58:41.9830581Z [00:02:18.730]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build693841089/b138/_pkg_.a
2025-08-20T18:58:41.9831043Z [00:02:18.730]➜  EOF
2025-08-20T18:58:41.9833587Z [00:02:18.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/editionssupport=>google.golang.org/protobuf@v1.35.2/internal/editionssupport;$WORK/b137=>" -p google.golang.org/protobuf/internal/editionssupport -lang=go1.21 -complete -installsuffix shared -buildid LZAGTXmSzs_maBdK-72U/LZAGTXmSzs_maBdK-72U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/internal/editionssupport/editions.go
2025-08-20T18:58:41.9844778Z [00:02:18.732]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T18:58:41.9855863Z [00:02:18.733]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/45/45f8fedd5ab94e485aa74fbbef403be67d744b75b55b91a5536e7dd014f91b10-d # internal
2025-08-20T18:58:41.9856674Z [00:02:18.733]➜  google.golang.org/protobuf/types/gofeaturespb
2025-08-20T18:58:41.9857003Z [00:02:18.733]➜  mkdir -p $WORK/b139/
2025-08-20T18:58:41.9866922Z [00:02:18.734]➜  cat >/tmp/go-build693841089/b139/importcfg << 'EOF' # internal
2025-08-20T18:58:41.9867660Z [00:02:18.734]➜  # import config
2025-08-20T18:58:41.9868749Z [00:02:18.734]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:41.9869508Z [00:02:18.734]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:41.9870233Z [00:02:18.734]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build693841089/b138/_pkg_.a
2025-08-20T18:58:41.9870790Z [00:02:18.734]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:41.9871212Z [00:02:18.734]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:41.9871518Z [00:02:18.734]➜  EOF
2025-08-20T18:58:41.9879702Z [00:02:18.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/gofeaturespb=>google.golang.org/protobuf@v1.35.2/types/gofeaturespb;$WORK/b139=>" -p google.golang.org/protobuf/types/gofeaturespb -lang=go1.21 -complete -installsuffix shared -buildid r-t4NLlX9YACQaah_uWA/r-t4NLlX9YACQaah_uWA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/gofeaturespb/go_features.pb.go
2025-08-20T18:58:42.0019585Z [00:02:18.749]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T18:58:42.0027775Z [00:02:18.750]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/64/6423619617a25056aeb56ba1394cae6407eb2546b6dfd60f8d0c5890a3d78204-d # internal
2025-08-20T18:58:42.0059309Z [00:02:18.753]➜  github.com/golang/protobuf/protoc-gen-go/descriptor
2025-08-20T18:58:42.0071790Z [00:02:18.755]➜  mkdir -p $WORK/b141/
2025-08-20T18:58:42.0073077Z [00:02:18.755]➜  cat >/tmp/go-build693841089/b141/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0073442Z [00:02:18.755]➜  # import config
2025-08-20T18:58:42.0074006Z [00:02:18.755]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:42.0074864Z [00:02:18.755]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:42.0075610Z [00:02:18.755]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build693841089/b138/_pkg_.a
2025-08-20T18:58:42.0076156Z [00:02:18.755]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:42.0076483Z [00:02:18.755]➜  EOF
2025-08-20T18:58:42.0078645Z [00:02:18.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/protoc-gen-go/descriptor=>github.com/golang/protobuf@v1.5.4/protoc-gen-go/descriptor;$WORK/b141=>" -p github.com/golang/protobuf/protoc-gen-go/descriptor -lang=go1.17 -complete -installsuffix shared -buildid at1CwKcunnhWNRBW0sKE/at1CwKcunnhWNRBW0sKE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/protoc-gen-go/descriptor/descriptor.pb.go
2025-08-20T18:58:42.0291678Z [00:02:18.776]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T18:58:42.0309334Z [00:02:18.778]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T18:58:42.0314397Z [00:02:18.779]➜  crypto/internal/fips140/ecdsa
2025-08-20T18:58:42.0315874Z [00:02:18.779]➜  mkdir -p $WORK/b204/
2025-08-20T18:58:42.0320120Z [00:02:18.780]➜  cat >/tmp/go-build693841089/b204/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0322478Z [00:02:18.780]➜  # import config
2025-08-20T18:58:42.0324849Z [00:02:18.780]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.0325455Z [00:02:18.780]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.0326032Z [00:02:18.780]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build693841089/b205/_pkg_.a
2025-08-20T18:58:42.0326640Z [00:02:18.780]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.0327209Z [00:02:18.780]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:42.0327778Z [00:02:18.780]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build693841089/b174/_pkg_.a
2025-08-20T18:58:42.0328354Z [00:02:18.780]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build693841089/b198/_pkg_.a
2025-08-20T18:58:42.0328945Z [00:02:18.780]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build693841089/b181/_pkg_.a
2025-08-20T18:58:42.0329428Z [00:02:18.780]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.0329842Z [00:02:18.780]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.0330234Z [00:02:18.780]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.0330626Z [00:02:18.780]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.0331286Z [00:02:18.780]➜  EOF
2025-08-20T18:58:42.0333683Z [00:02:18.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b204=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/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-20T18:58:42.0356621Z [00:02:18.783]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T18:58:42.0367231Z [00:02:18.784]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/c5/c5138eb46c8e7ebde0a679ef0db93246bfa6164b3e6cac462921d59da9eb0979-d # internal
2025-08-20T18:58:42.0392090Z [00:02:18.787]➜  google.golang.org/protobuf/reflect/protodesc
2025-08-20T18:58:42.0392467Z [00:02:18.787]➜  mkdir -p $WORK/b136/
2025-08-20T18:58:42.0400607Z [00:02:18.787]➜  cat >/tmp/go-build693841089/b136/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0401001Z [00:02:18.788]➜  # import config
2025-08-20T18:58:42.0401331Z [00:02:18.788]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.0401891Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:42.0402631Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build693841089/b106/_pkg_.a
2025-08-20T18:58:42.0403370Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/editionssupport=/tmp/go-build693841089/b137/_pkg_.a
2025-08-20T18:58:42.0404103Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build693841089/b108/_pkg_.a
2025-08-20T18:58:42.0404942Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:42.0405685Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build693841089/b103/_pkg_.a
2025-08-20T18:58:42.0406355Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build693841089/b110/_pkg_.a
2025-08-20T18:58:42.0407008Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build693841089/b114/_pkg_.a
2025-08-20T18:58:42.0407973Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build693841089/b101/_pkg_.a
2025-08-20T18:58:42.0408707Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build693841089/b111/_pkg_.a
2025-08-20T18:58:42.0409326Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:42.0409977Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:42.0410699Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:42.0411399Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build693841089/b138/_pkg_.a
2025-08-20T18:58:42.0412088Z [00:02:18.788]➜  packagefile google.golang.org/protobuf/types/gofeaturespb=/tmp/go-build693841089/b139/_pkg_.a
2025-08-20T18:58:42.0412618Z [00:02:18.788]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:42.0413027Z [00:02:18.788]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.0413438Z [00:02:18.788]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.0413849Z [00:02:18.788]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:42.0414161Z [00:02:18.788]➜  EOF
2025-08-20T18:58:42.0417958Z [00:02:18.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protodesc=>google.golang.org/protobuf@v1.35.2/reflect/protodesc;$WORK/b136=>" -p google.golang.org/protobuf/reflect/protodesc -lang=go1.21 -complete -installsuffix shared -buildid Ce-qqn0yGz33isy3U2v3/Ce-qqn0yGz33isy3U2v3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protodesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protodesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protodesc/desc_resolve.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protodesc/desc_validate.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protodesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/reflect/protodesc/proto.go
2025-08-20T18:58:42.0421401Z [00:02:18.789]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T18:58:42.0435911Z [00:02:18.791]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T18:58:42.0446054Z [00:02:18.792]➜  crypto/internal/fips140cache
2025-08-20T18:58:42.0447537Z [00:02:18.792]➜  mkdir -p $WORK/b206/
2025-08-20T18:58:42.0448772Z [00:02:18.792]➜  cat >/tmp/go-build693841089/b206/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0449189Z [00:02:18.792]➜  # import config
2025-08-20T18:58:42.0449540Z [00:02:18.792]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:42.0449974Z [00:02:18.792]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.0450380Z [00:02:18.792]➜  packagefile weak=/tmp/go-build693841089/b091/_pkg_.a
2025-08-20T18:58:42.0450685Z [00:02:18.792]➜  EOF
2025-08-20T18:58:42.0452379Z [00:02:18.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b206=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T18:58:42.0525258Z [00:02:18.800]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T18:58:42.0536724Z [00:02:18.801]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/90/90cda4bd71e4f830e9da94a2a5062a3aef4454d81f62babab8b91595685b5d8f-d # internal
2025-08-20T18:58:42.0538718Z [00:02:18.801]➜  crypto/sha3
2025-08-20T18:58:42.0540540Z [00:02:18.802]➜  mkdir -p $WORK/b208/
2025-08-20T18:58:42.0544739Z [00:02:18.802]➜  cat >/tmp/go-build693841089/b208/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0545154Z [00:02:18.802]➜  # import config
2025-08-20T18:58:42.0545502Z [00:02:18.802]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.0546015Z [00:02:18.802]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build693841089/b179/_pkg_.a
2025-08-20T18:58:42.0548653Z [00:02:18.802]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.0549032Z [00:02:18.802]➜  EOF
2025-08-20T18:58:42.0550444Z [00:02:18.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b208=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T18:58:42.0624735Z [00:02:18.810]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T18:58:42.0636269Z [00:02:18.811]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T18:58:42.0636981Z [00:02:18.811]➜  crypto/sha512
2025-08-20T18:58:42.0637360Z [00:02:18.811]➜  mkdir -p $WORK/b209/
2025-08-20T18:58:42.0637862Z [00:02:18.811]➜  cat >/tmp/go-build693841089/b209/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0638702Z [00:02:18.811]➜  # import config
2025-08-20T18:58:42.0639134Z [00:02:18.811]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.0639705Z [00:02:18.811]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:42.0640369Z [00:02:18.811]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build693841089/b181/_pkg_.a
2025-08-20T18:58:42.0640943Z [00:02:18.811]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.0641394Z [00:02:18.811]➜  EOF
2025-08-20T18:58:42.0642915Z [00:02:18.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b209=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T18:58:42.0828137Z [00:02:18.829]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T18:58:42.0828987Z [00:02:18.829]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T18:58:42.0829563Z [00:02:18.829]➜  crypto/internal/fips140hash
2025-08-20T18:58:42.0829847Z [00:02:18.829]➜  mkdir -p $WORK/b207/
2025-08-20T18:58:42.0830216Z [00:02:18.829]➜  cat >/tmp/go-build693841089/b207/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0830560Z [00:02:18.829]➜  # import config
2025-08-20T18:58:42.0830999Z [00:02:18.829]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build693841089/b179/_pkg_.a
2025-08-20T18:58:42.0831513Z [00:02:18.829]➜  packagefile crypto/sha3=/tmp/go-build693841089/b208/_pkg_.a
2025-08-20T18:58:42.0831941Z [00:02:18.829]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.0832248Z [00:02:18.829]➜  EOF
2025-08-20T18:58:42.0833931Z [00:02:18.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b207=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T18:58:42.0859475Z [00:02:18.833]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T18:58:42.0867899Z [00:02:18.834]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T18:58:42.0868667Z [00:02:18.834]➜  encoding/asn1
2025-08-20T18:58:42.0868942Z [00:02:18.834]➜  mkdir -p $WORK/b211/
2025-08-20T18:58:42.0879148Z [00:02:18.835]➜  cat >/tmp/go-build693841089/b211/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0879702Z [00:02:18.835]➜  # import config
2025-08-20T18:58:42.0880153Z [00:02:18.835]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.0880703Z [00:02:18.835]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.0881203Z [00:02:18.835]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.0881711Z [00:02:18.835]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:42.0882222Z [00:02:18.835]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:42.0882774Z [00:02:18.835]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:42.0883312Z [00:02:18.835]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:42.0883830Z [00:02:18.835]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.0884334Z [00:02:18.835]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.0885055Z [00:02:18.835]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:42.0885604Z [00:02:18.835]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:58:42.0886595Z [00:02:18.835]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:42.0887049Z [00:02:18.835]➜  EOF
2025-08-20T18:58:42.0888783Z [00:02:18.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b211=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/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-20T18:58:42.0972030Z [00:02:18.845]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T18:58:42.0975343Z [00:02:18.845]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T18:58:42.0978347Z [00:02:18.845]➜  crypto/internal/fips140/edwards25519
2025-08-20T18:58:42.0978717Z [00:02:18.845]➜  mkdir -p $WORK/b215/
2025-08-20T18:58:42.0992066Z [00:02:18.846]➜  cat >/tmp/go-build693841089/b215/importcfg << 'EOF' # internal
2025-08-20T18:58:42.0992465Z [00:02:18.846]➜  # import config
2025-08-20T18:58:42.0992892Z [00:02:18.846]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.0993533Z [00:02:18.846]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build693841089/b200/_pkg_.a
2025-08-20T18:58:42.0994183Z [00:02:18.846]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:42.0994980Z [00:02:18.846]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:42.0995553Z [00:02:18.846]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.0995979Z [00:02:18.846]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:42.0996399Z [00:02:18.846]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.0996720Z [00:02:18.846]➜  EOF
2025-08-20T18:58:42.1000193Z [00:02:18.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b215=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/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-20T18:58:42.1275129Z [00:02:18.875]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T18:58:42.1292526Z [00:02:18.877]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T18:58:42.1309029Z [00:02:18.878]➜  crypto/internal/fips140/hkdf
2025-08-20T18:58:42.1317334Z [00:02:18.879]➜  mkdir -p $WORK/b217/
2025-08-20T18:58:42.1317754Z [00:02:18.879]➜  cat >/tmp/go-build693841089/b217/importcfg << 'EOF' # internal
2025-08-20T18:58:42.1318106Z [00:02:18.879]➜  # import config
2025-08-20T18:58:42.1318447Z [00:02:18.879]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.1318961Z [00:02:18.879]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.1319529Z [00:02:18.879]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.1320102Z [00:02:18.879]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build693841089/b174/_pkg_.a
2025-08-20T18:58:42.1320674Z [00:02:18.879]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:42.1321568Z [00:02:18.879]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.1321981Z [00:02:18.879]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.1322285Z [00:02:18.879]➜  EOF
2025-08-20T18:58:42.1324172Z [00:02:18.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b217=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T18:58:42.1630773Z [00:02:18.910]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T18:58:42.1640752Z [00:02:18.912]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T18:58:42.1651640Z [00:02:18.912]➜  crypto/hkdf
2025-08-20T18:58:42.1651989Z [00:02:18.912]➜  mkdir -p $WORK/b216/
2025-08-20T18:58:42.1658706Z [00:02:18.913]➜  cat >/tmp/go-build693841089/b216/importcfg << 'EOF' # internal
2025-08-20T18:58:42.1659452Z [00:02:18.913]➜  # import config
2025-08-20T18:58:42.1659955Z [00:02:18.913]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build693841089/b217/_pkg_.a
2025-08-20T18:58:42.1660560Z [00:02:18.913]➜  packagefile crypto/internal/fips140hash=/tmp/go-build693841089/b207/_pkg_.a
2025-08-20T18:58:42.1661125Z [00:02:18.913]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.1661614Z [00:02:18.913]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.1662031Z [00:02:18.913]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.1662335Z [00:02:18.913]➜  EOF
2025-08-20T18:58:42.1663760Z [00:02:18.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b216=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T18:58:42.1985732Z [00:02:18.946]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T18:58:42.1998376Z [00:02:18.947]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T18:58:42.2016904Z [00:02:18.949]➜  crypto/hmac
2025-08-20T18:58:42.2017586Z [00:02:18.949]➜  mkdir -p $WORK/b218/
2025-08-20T18:58:42.2018483Z [00:02:18.949]➜  cat >/tmp/go-build693841089/b218/importcfg << 'EOF' # internal
2025-08-20T18:58:42.2018880Z [00:02:18.949]➜  # import config
2025-08-20T18:58:42.2019290Z [00:02:18.949]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:42.2019882Z [00:02:18.949]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build693841089/b174/_pkg_.a
2025-08-20T18:58:42.2020448Z [00:02:18.949]➜  packagefile crypto/internal/fips140hash=/tmp/go-build693841089/b207/_pkg_.a
2025-08-20T18:58:42.2021013Z [00:02:18.949]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.2021520Z [00:02:18.949]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:42.2021959Z [00:02:18.949]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.2022273Z [00:02:18.949]➜  EOF
2025-08-20T18:58:42.2023670Z [00:02:18.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b218=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T18:58:42.2156958Z [00:02:18.963]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T18:58:42.2175826Z [00:02:18.965]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T18:58:42.2176630Z [00:02:18.965]➜  crypto/internal/fips140/ed25519
2025-08-20T18:58:42.2177331Z [00:02:18.965]➜  mkdir -p $WORK/b214/
2025-08-20T18:58:42.2190833Z [00:02:18.967]➜  cat >/tmp/go-build693841089/b214/importcfg << 'EOF' # internal
2025-08-20T18:58:42.2191558Z [00:02:18.967]➜  # import config
2025-08-20T18:58:42.2192270Z [00:02:18.967]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.2193074Z [00:02:18.967]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.2193922Z [00:02:18.967]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.2195270Z [00:02:18.967]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:42.2195998Z [00:02:18.967]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build693841089/b215/_pkg_.a
2025-08-20T18:58:42.2196634Z [00:02:18.967]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build693841089/b181/_pkg_.a
2025-08-20T18:58:42.2197135Z [00:02:18.967]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.2197555Z [00:02:18.967]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.2197982Z [00:02:18.967]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.2198288Z [00:02:18.967]➜  EOF
2025-08-20T18:58:42.2209136Z [00:02:18.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b214=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T18:58:42.2469217Z [00:02:18.994]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T18:58:42.2475495Z [00:02:18.995]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T18:58:42.2476654Z [00:02:18.995]➜  crypto/internal/fips140/mlkem
2025-08-20T18:58:42.2477306Z [00:02:18.995]➜  mkdir -p $WORK/b219/
2025-08-20T18:58:42.2481316Z [00:02:18.996]➜  cat >/tmp/go-build693841089/b219/importcfg << 'EOF' # internal
2025-08-20T18:58:42.2481758Z [00:02:18.996]➜  # import config
2025-08-20T18:58:42.2482113Z [00:02:18.996]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.2482597Z [00:02:18.996]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.2487902Z [00:02:18.996]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.2488583Z [00:02:18.996]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:42.2489153Z [00:02:18.996]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build693841089/b179/_pkg_.a
2025-08-20T18:58:42.2489724Z [00:02:18.996]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:42.2490340Z [00:02:18.996]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:42.2490867Z [00:02:18.996]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.2491178Z [00:02:18.996]➜  EOF
2025-08-20T18:58:42.2493661Z [00:02:18.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b219=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/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-20T18:58:42.2594210Z [00:02:19.006]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T18:58:42.2596635Z [00:02:19.007]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T18:58:42.2609054Z [00:02:19.008]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T18:58:42.2611100Z [00:02:19.009]➜  crypto/ed25519
2025-08-20T18:58:42.2611533Z [00:02:19.009]➜  mkdir -p $WORK/b213/
2025-08-20T18:58:42.2626387Z [00:02:19.009]➜  cat >/tmp/go-build693841089/b213/importcfg << 'EOF' # internal
2025-08-20T18:58:42.2626810Z [00:02:19.009]➜  # import config
2025-08-20T18:58:42.2627164Z [00:02:19.009]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.2627707Z [00:02:19.009]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build693841089/b214/_pkg_.a
2025-08-20T18:58:42.2628290Z [00:02:19.009]➜  packagefile crypto/internal/fips140cache=/tmp/go-build693841089/b206/_pkg_.a
2025-08-20T18:58:42.2628853Z [00:02:19.009]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.2629355Z [00:02:19.009]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:42.2629821Z [00:02:19.009]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:42.2630258Z [00:02:19.009]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.2630660Z [00:02:19.009]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.2631060Z [00:02:19.009]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.2631368Z [00:02:19.009]➜  EOF
2025-08-20T18:58:42.2632830Z [00:02:19.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b213=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T18:58:42.2679022Z [00:02:19.014]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T18:58:42.2680091Z [00:02:19.015]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T18:58:42.2680471Z [00:02:19.015]➜  mkdir -p $WORK/b210/
2025-08-20T18:58:42.2680843Z [00:02:19.015]➜  cat >/tmp/go-build693841089/b210/importcfg << 'EOF' # internal
2025-08-20T18:58:42.2681195Z [00:02:19.015]➜  # import config
2025-08-20T18:58:42.2681667Z [00:02:19.015]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T18:58:42.2682246Z [00:02:19.015]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:58:42.2682689Z [00:02:19.015]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.2683100Z [00:02:19.015]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.2683642Z [00:02:19.015]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build693841089/b212/_pkg_.a
2025-08-20T18:58:42.2684181Z [00:02:19.015]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:42.2684762Z [00:02:19.015]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:42.2685256Z [00:02:19.015]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:42.2685568Z [00:02:19.015]➜  EOF
2025-08-20T18:58:42.2687891Z [00:02:19.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b210=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/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-20T18:58:42.2711080Z [00:02:19.019]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T18:58:42.2741529Z [00:02:19.022]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/13/136602055532c767fbc46c6bba577563b35552aeb06ef24eb37a151342e23321-d # internal
2025-08-20T18:58:42.2745291Z [00:02:19.022]➜  github.com/golang/protobuf/proto
2025-08-20T18:58:42.2755544Z [00:02:19.022]➜  mkdir -p $WORK/b135/
2025-08-20T18:58:42.2756110Z [00:02:19.023]➜  cat >/tmp/go-build693841089/b135/importcfg << 'EOF' # internal
2025-08-20T18:58:42.2756594Z [00:02:19.023]➜  # import config
2025-08-20T18:58:42.2757063Z [00:02:19.023]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.2757736Z [00:02:19.023]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:42.2758289Z [00:02:19.023]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:42.2758830Z [00:02:19.023]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:42.2759451Z [00:02:19.023]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.2759995Z [00:02:19.023]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.2760653Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build693841089/b125/_pkg_.a
2025-08-20T18:58:42.2761444Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:42.2762168Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:42.2762896Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/tmp/go-build693841089/b136/_pkg_.a
2025-08-20T18:58:42.2763741Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:42.2764581Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:42.2765503Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build693841089/b118/_pkg_.a
2025-08-20T18:58:42.2766624Z [00:02:19.023]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:42.2767242Z [00:02:19.023]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.2767659Z [00:02:19.023]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:42.2768222Z [00:02:19.023]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:42.2768728Z [00:02:19.023]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:42.2769466Z [00:02:19.023]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:42.2769985Z [00:02:19.023]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.2770498Z [00:02:19.023]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.2771034Z [00:02:19.023]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.2771549Z [00:02:19.023]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:42.2772009Z [00:02:19.023]➜  EOF
2025-08-20T18:58:42.2780727Z [00:02:19.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/proto=>github.com/golang/protobuf@v1.5.4/proto;$WORK/b135=>" -p github.com/golang/protobuf/proto -lang=go1.17 -complete -installsuffix shared -buildid L2shqbS1QyCmV0pLAyJZ/L2shqbS1QyCmV0pLAyJZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/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-20T18:58:42.3764745Z [00:02:19.123]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T18:58:42.3765271Z [00:02:19.124]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T18:58:42.3790110Z [00:02:19.126]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T18:58:42.3797396Z [00:02:19.127]➜  crypto/internal/fips140/tls12
2025-08-20T18:58:42.3811719Z [00:02:19.127]➜  mkdir -p $WORK/b220/
2025-08-20T18:58:42.3812363Z [00:02:19.127]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T18:58:42.3813276Z [00:02:19.127]➜  crypto/internal/fips140/tls13
2025-08-20T18:58:42.3813606Z [00:02:19.127]➜  mkdir -p $WORK/b221/
2025-08-20T18:58:42.3813984Z [00:02:19.128]➜  cat >/tmp/go-build693841089/b220/importcfg << 'EOF' # internal
2025-08-20T18:58:42.3814326Z [00:02:19.128]➜  # import config
2025-08-20T18:58:42.3814804Z [00:02:19.128]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.3815359Z [00:02:19.128]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.3815951Z [00:02:19.128]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.3816523Z [00:02:19.128]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build693841089/b174/_pkg_.a
2025-08-20T18:58:42.3817095Z [00:02:19.128]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:42.3817669Z [00:02:19.128]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build693841089/b181/_pkg_.a
2025-08-20T18:58:42.3818167Z [00:02:19.128]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.3818577Z [00:02:19.128]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.3818880Z [00:02:19.128]➜  EOF
2025-08-20T18:58:42.3820795Z [00:02:19.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b220=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T18:58:42.3827417Z [00:02:19.129]➜  cat >/tmp/go-build693841089/b221/importcfg << 'EOF' # internal
2025-08-20T18:58:42.3841287Z [00:02:19.129]➜  # import config
2025-08-20T18:58:42.3841658Z [00:02:19.129]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.3850176Z [00:02:19.129]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.3850760Z [00:02:19.129]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.3851337Z [00:02:19.129]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build693841089/b217/_pkg_.a
2025-08-20T18:58:42.3851911Z [00:02:19.129]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:42.3852540Z [00:02:19.129]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build693841089/b176/_pkg_.a
2025-08-20T18:58:42.3853060Z [00:02:19.129]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.3853468Z [00:02:19.129]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.3853773Z [00:02:19.129]➜  EOF
2025-08-20T18:58:42.3858636Z [00:02:19.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b221=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T18:58:42.3860437Z [00:02:19.130]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T18:58:42.3879614Z [00:02:19.135]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T18:58:42.3896681Z [00:02:19.137]➜  crypto/ecdsa
2025-08-20T18:58:42.3921068Z [00:02:19.140]➜  mkdir -p $WORK/b201/
2025-08-20T18:58:42.3929642Z [00:02:19.140]➜  cat >/tmp/go-build693841089/b201/importcfg << 'EOF' # internal
2025-08-20T18:58:42.3930371Z [00:02:19.140]➜  # import config
2025-08-20T18:58:42.3932120Z [00:02:19.140]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T18:58:42.3933160Z [00:02:19.140]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T18:58:42.3934006Z [00:02:19.140]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.3959991Z [00:02:19.140]➜  packagefile crypto/ecdh=/tmp/go-build693841089/b196/_pkg_.a
2025-08-20T18:58:42.3976652Z [00:02:19.140]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:42.3982239Z [00:02:19.140]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:42.3987767Z [00:02:19.140]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build693841089/b203/_pkg_.a
2025-08-20T18:58:42.3993881Z [00:02:19.140]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build693841089/b204/_pkg_.a
2025-08-20T18:58:42.3996090Z [00:02:19.140]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build693841089/b198/_pkg_.a
2025-08-20T18:58:42.3997107Z [00:02:19.140]➜  packagefile crypto/internal/fips140cache=/tmp/go-build693841089/b206/_pkg_.a
2025-08-20T18:58:42.4000047Z [00:02:19.140]➜  packagefile crypto/internal/fips140hash=/tmp/go-build693841089/b207/_pkg_.a
2025-08-20T18:58:42.4000619Z [00:02:19.140]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.4001167Z [00:02:19.140]➜  packagefile crypto/internal/randutil=/tmp/go-build693841089/b186/_pkg_.a
2025-08-20T18:58:42.4001665Z [00:02:19.140]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:42.4002552Z [00:02:19.140]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:42.4002989Z [00:02:19.140]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.4003533Z [00:02:19.140]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build693841089/b210/_pkg_.a
2025-08-20T18:58:42.4004183Z [00:02:19.140]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build693841089/b212/_pkg_.a
2025-08-20T18:58:42.4004864Z [00:02:19.140]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.4005334Z [00:02:19.140]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:42.4005775Z [00:02:19.140]➜  packagefile math/rand/v2=/tmp/go-build693841089/b187/_pkg_.a
2025-08-20T18:58:42.4006104Z [00:02:19.140]➜  EOF
2025-08-20T18:58:42.4007834Z [00:02:19.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b201=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/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-20T18:58:42.4260046Z [00:02:19.173]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T18:58:42.4266368Z [00:02:19.174]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T18:58:42.4273319Z [00:02:19.174]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T18:58:42.4273731Z [00:02:19.174]➜  mkdir -p $WORK/b224/
2025-08-20T18:58:42.4274055Z [00:02:19.175]➜  echo -n > $WORK/b224/go_asm.h # internal
2025-08-20T18:58:42.4275580Z [00:02:19.175]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T18:58:42.4279422Z [00:02:19.175]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b224=>" -I $WORK/b224/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b224/symabis ./chacha_arm64.s
2025-08-20T18:58:42.4351685Z [00:02:19.183]➜  cat >/tmp/go-build693841089/b224/importcfg << 'EOF' # internal
2025-08-20T18:58:42.4375464Z [00:02:19.183]➜  # import config
2025-08-20T18:58:42.4377902Z [00:02:19.183]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T18:58:42.4378561Z [00:02:19.183]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:42.4379047Z [00:02:19.183]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:42.4379491Z [00:02:19.183]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.4380039Z [00:02:19.183]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build693841089/b225/_pkg_.a
2025-08-20T18:58:42.4380597Z [00:02:19.183]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:42.4381024Z [00:02:19.183]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:42.4381337Z [00:02:19.183]➜  EOF
2025-08-20T18:58:42.4381616Z [00:02:19.183]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:42.4384177Z [00:02:19.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b224=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b224/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack -asmhdr $WORK/b224/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T18:58:42.4511824Z [00:02:19.198]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T18:58:42.4518890Z [00:02:19.199]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T18:58:42.4525187Z [00:02:19.199]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T18:58:42.4525531Z [00:02:19.199]➜  mkdir -p $WORK/b226/
2025-08-20T18:58:42.4525933Z [00:02:19.200]➜  cat >/tmp/go-build693841089/b226/importcfg << 'EOF' # internal
2025-08-20T18:58:42.4526277Z [00:02:19.200]➜  # import config
2025-08-20T18:58:42.4526632Z [00:02:19.200]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:42.4531227Z [00:02:19.200]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:42.4531741Z [00:02:19.200]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:42.4532065Z [00:02:19.200]➜  EOF
2025-08-20T18:58:42.4534737Z [00:02:19.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b226=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T18:58:42.4880858Z [00:02:19.235]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T18:58:42.4887145Z [00:02:19.236]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T18:58:42.4887765Z [00:02:19.236]➜  crypto/md5
2025-08-20T18:58:42.4888069Z [00:02:19.236]➜  mkdir -p $WORK/b227/
2025-08-20T18:58:42.4890072Z [00:02:19.237]➜  echo -n > $WORK/b227/go_asm.h # internal
2025-08-20T18:58:42.4891654Z [00:02:19.237]➜  cd /root/.go/src/crypto/md5
2025-08-20T18:58:42.4892701Z [00:02:19.237]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b227=>" -I $WORK/b227/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b227/symabis ./md5block_arm64.s
2025-08-20T18:58:42.4967105Z [00:02:19.242]➜  cat >/tmp/go-build693841089/b227/importcfg << 'EOF' # internal
2025-08-20T18:58:42.4967994Z [00:02:19.242]➜  # import config
2025-08-20T18:58:42.4968647Z [00:02:19.242]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.4969416Z [00:02:19.242]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.4970212Z [00:02:19.242]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.4971241Z [00:02:19.242]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.4971760Z [00:02:19.242]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:42.4972233Z [00:02:19.242]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:42.4972556Z [00:02:19.242]➜  EOF
2025-08-20T18:58:42.4972841Z [00:02:19.242]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:42.4974991Z [00:02:19.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b227=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b227/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack -asmhdr $WORK/b227/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-20T18:58:42.5194320Z [00:02:19.267]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T18:58:42.5198784Z [00:02:19.267]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b224=>" -I $WORK/b224/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b224/chacha_arm64.o ./chacha_arm64.s
2025-08-20T18:58:42.5265255Z [00:02:19.274]➜  go tool pack r $WORK/b224/_pkg_.a $WORK/b224/chacha_arm64.o # internal
2025-08-20T18:58:42.5266134Z [00:02:19.274]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T18:58:42.5266659Z [00:02:19.274]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T18:58:42.5268220Z [00:02:19.274]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T18:58:42.5270631Z [00:02:19.275]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T18:58:42.5271654Z [00:02:19.275]➜  mkdir -p $WORK/b223/
2025-08-20T18:58:42.5277886Z [00:02:19.275]➜  cat >/tmp/go-build693841089/b223/importcfg << 'EOF' # internal
2025-08-20T18:58:42.5278236Z [00:02:19.275]➜  # import config
2025-08-20T18:58:42.5278646Z [00:02:19.275]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T18:58:42.5279251Z [00:02:19.275]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T18:58:42.5279935Z [00:02:19.275]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T18:58:42.5280507Z [00:02:19.275]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:42.5280979Z [00:02:19.275]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:42.5281421Z [00:02:19.275]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.5281941Z [00:02:19.275]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build693841089/b224/_pkg_.a
2025-08-20T18:58:42.5282786Z [00:02:19.275]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build693841089/b225/_pkg_.a
2025-08-20T18:58:42.5283561Z [00:02:19.275]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build693841089/b226/_pkg_.a
2025-08-20T18:58:42.5284094Z [00:02:19.275]➜  EOF
2025-08-20T18:58:42.5295947Z [00:02:19.276]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:42.5299881Z [00:02:19.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b223=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T18:58:42.5346012Z [00:02:19.282]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/c8/c8b9b7029f47f229cd5bae7acda0bcfddaa56a6191ef531f6bc3710f564cb820-d # internal
2025-08-20T18:58:42.5348774Z [00:02:19.282]➜  github.com/golang/protobuf/descriptor
2025-08-20T18:58:42.5351300Z [00:02:19.282]➜  mkdir -p $WORK/b134/
2025-08-20T18:58:42.5352688Z [00:02:19.282]➜  cat >/tmp/go-build693841089/b134/importcfg << 'EOF' # internal
2025-08-20T18:58:42.5353216Z [00:02:19.282]➜  # import config
2025-08-20T18:58:42.5353691Z [00:02:19.282]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.5356325Z [00:02:19.282]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:42.5375764Z [00:02:19.282]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:42.5378600Z [00:02:19.282]➜  packagefile github.com/golang/protobuf/protoc-gen-go/descriptor=/tmp/go-build693841089/b141/_pkg_.a
2025-08-20T18:58:42.5379743Z [00:02:19.282]➜  packagefile google.golang.org/protobuf/reflect/protodesc=/tmp/go-build693841089/b136/_pkg_.a
2025-08-20T18:58:42.5380763Z [00:02:19.282]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:42.5381735Z [00:02:19.282]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:42.5382914Z [00:02:19.282]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:42.5383343Z [00:02:19.282]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.5383651Z [00:02:19.282]➜  EOF
2025-08-20T18:58:42.5385830Z [00:02:19.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/descriptor=>github.com/golang/protobuf@v1.5.4/descriptor;$WORK/b134=>" -p github.com/golang/protobuf/descriptor -lang=go1.17 -complete -installsuffix shared -buildid q02LEEUYUbrN5Imz7U_0/q02LEEUYUbrN5Imz7U_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/descriptor/descriptor.go
2025-08-20T18:58:42.5583407Z [00:02:19.305]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T18:58:42.5588249Z [00:02:19.306]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T18:58:42.5589723Z [00:02:19.307]➜  github.com/golang/protobuf/jsonpb
2025-08-20T18:58:42.5607715Z [00:02:19.308]➜  mkdir -p $WORK/b143/
2025-08-20T18:58:42.5608456Z [00:02:19.308]➜  cat >/tmp/go-build693841089/b143/importcfg << 'EOF' # internal
2025-08-20T18:58:42.5609087Z [00:02:19.308]➜  # import config
2025-08-20T18:58:42.5609682Z [00:02:19.308]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:42.5610360Z [00:02:19.308]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.5611026Z [00:02:19.308]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.5611714Z [00:02:19.308]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:42.5612533Z [00:02:19.308]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:58:42.5613617Z [00:02:19.308]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:42.5614563Z [00:02:19.308]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:42.5617256Z [00:02:19.308]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:58:42.5617968Z [00:02:19.308]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:42.5618515Z [00:02:19.308]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.5618911Z [00:02:19.308]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:42.5619321Z [00:02:19.308]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:42.5619731Z [00:02:19.308]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:42.5620137Z [00:02:19.308]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.5620560Z [00:02:19.308]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.5620969Z [00:02:19.308]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:42.5621273Z [00:02:19.308]➜  EOF
2025-08-20T18:58:42.5623618Z [00:02:19.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/jsonpb=>github.com/golang/protobuf@v1.5.4/jsonpb;$WORK/b143=>" -p github.com/golang/protobuf/jsonpb -lang=go1.17 -complete -installsuffix shared -buildid tP9TZNyXhTCbDLX2sdyt/tP9TZNyXhTCbDLX2sdyt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/jsonpb/decode.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/jsonpb/encode.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/jsonpb/json.go
2025-08-20T18:58:42.5626136Z [00:02:19.308]➜  cd /root/.go/src/crypto/md5
2025-08-20T18:58:42.5627130Z [00:02:19.308]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b227=>" -I $WORK/b227/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b227/md5block_arm64.o ./md5block_arm64.s
2025-08-20T18:58:42.5731518Z [00:02:19.320]➜  go tool pack r $WORK/b227/_pkg_.a $WORK/b227/md5block_arm64.o # internal
2025-08-20T18:58:42.5740007Z [00:02:19.321]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T18:58:42.5740694Z [00:02:19.321]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T18:58:42.5750401Z [00:02:19.322]➜  github.com/grpc-ecosystem/grpc-gateway/internal
2025-08-20T18:58:42.5751976Z [00:02:19.322]➜  mkdir -p $WORK/b155/
2025-08-20T18:58:42.5752381Z [00:02:19.323]➜  cat >/tmp/go-build693841089/b155/importcfg << 'EOF' # internal
2025-08-20T18:58:42.5752729Z [00:02:19.323]➜  # import config
2025-08-20T18:58:42.5753052Z [00:02:19.323]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.5753586Z [00:02:19.323]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:42.5754216Z [00:02:19.323]➜  packagefile github.com/golang/protobuf/ptypes/any=/tmp/go-build693841089/b148/_pkg_.a
2025-08-20T18:58:42.5754882Z [00:02:19.323]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:42.5755234Z [00:02:19.323]➜  EOF
2025-08-20T18:58:42.5755519Z [00:02:19.323]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:42.5758112Z [00:02:19.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/internal=>github.com/grpc-ecosystem/grpc-gateway@v1.16.0/internal;$WORK/b155=>" -p github.com/grpc-ecosystem/grpc-gateway/internal -lang=go1.14 -complete -installsuffix shared -buildid bFFmPXsgPAFrxQ21PNiG/bFFmPXsgPAFrxQ21PNiG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/internal/errors.pb.go
2025-08-20T18:58:42.6395010Z [00:02:19.387]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T18:58:42.6404170Z [00:02:19.388]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/3c/3c5415fd379d92e1f4adf2b8c9011dd03dc32b141f58a90f4a561e58f1552766-d # internal
2025-08-20T18:58:42.6405882Z [00:02:19.388]➜  crypto/internal/hpke
2025-08-20T18:58:42.6406640Z [00:02:19.388]➜  mkdir -p $WORK/b222/
2025-08-20T18:58:42.6416887Z [00:02:19.389]➜  cat >/tmp/go-build693841089/b222/importcfg << 'EOF' # internal
2025-08-20T18:58:42.6418392Z [00:02:19.389]➜  # import config
2025-08-20T18:58:42.6423715Z [00:02:19.389]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T18:58:42.6424321Z [00:02:19.389]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.6425003Z [00:02:19.389]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:58:42.6425514Z [00:02:19.389]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:42.6425981Z [00:02:19.389]➜  packagefile crypto/ecdh=/tmp/go-build693841089/b196/_pkg_.a
2025-08-20T18:58:42.6426431Z [00:02:19.389]➜  packagefile crypto/hkdf=/tmp/go-build693841089/b216/_pkg_.a
2025-08-20T18:58:42.6426881Z [00:02:19.389]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:42.6427314Z [00:02:19.389]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.6435644Z [00:02:19.389]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b223/_pkg_.a
2025-08-20T18:58:42.6436819Z [00:02:19.389]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:42.6437298Z [00:02:19.389]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:42.6437621Z [00:02:19.389]➜  EOF
2025-08-20T18:58:42.6439186Z [00:02:19.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b222=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T18:58:42.6928570Z [00:02:19.440]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T18:58:42.6954291Z [00:02:19.443]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/55/5513739edc2f74bb5736be73299abe4e6465dd3d798536ab9e64f9dc5698013f-d # internal
2025-08-20T18:58:42.6955455Z [00:02:19.443]➜  crypto/rc4
2025-08-20T18:58:42.6955746Z [00:02:19.443]➜  mkdir -p $WORK/b228/
2025-08-20T18:58:42.6956167Z [00:02:19.443]➜  cat >/tmp/go-build693841089/b228/importcfg << 'EOF' # internal
2025-08-20T18:58:42.6956513Z [00:02:19.443]➜  # import config
2025-08-20T18:58:42.6956938Z [00:02:19.443]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build693841089/b172/_pkg_.a
2025-08-20T18:58:42.6957538Z [00:02:19.443]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.6958025Z [00:02:19.443]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.6958442Z [00:02:19.443]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.6958755Z [00:02:19.443]➜  EOF
2025-08-20T18:58:42.6960141Z [00:02:19.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b228=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T18:58:42.7054475Z [00:02:19.453]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T18:58:42.7103501Z [00:02:19.458]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T18:58:42.7116887Z [00:02:19.458]➜  crypto/internal/fips140/rsa
2025-08-20T18:58:42.7117286Z [00:02:19.458]➜  mkdir -p $WORK/b230/
2025-08-20T18:58:42.7117667Z [00:02:19.458]➜  cat >/tmp/go-build693841089/b230/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7118016Z [00:02:19.458]➜  # import config
2025-08-20T18:58:42.7118345Z [00:02:19.458]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.7118828Z [00:02:19.458]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.7119410Z [00:02:19.458]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build693841089/b205/_pkg_.a
2025-08-20T18:58:42.7119987Z [00:02:19.458]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.7120554Z [00:02:19.458]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build693841089/b183/_pkg_.a
2025-08-20T18:58:42.7121122Z [00:02:19.458]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:42.7121701Z [00:02:19.458]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build693841089/b179/_pkg_.a
2025-08-20T18:58:42.7122272Z [00:02:19.458]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build693841089/b181/_pkg_.a
2025-08-20T18:58:42.7122863Z [00:02:19.458]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build693841089/b180/_pkg_.a
2025-08-20T18:58:42.7123351Z [00:02:19.458]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.7123757Z [00:02:19.458]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.7124458Z [00:02:19.458]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.7125109Z [00:02:19.458]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.7125417Z [00:02:19.458]➜  EOF
2025-08-20T18:58:42.7127940Z [00:02:19.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b230=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/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-20T18:58:42.7166950Z [00:02:19.464]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T18:58:42.7181990Z [00:02:19.465]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T18:58:42.7190217Z [00:02:19.467]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T18:58:42.7194197Z [00:02:19.467]➜  crypto/sha1
2025-08-20T18:58:42.7197366Z [00:02:19.467]➜  mkdir -p $WORK/b231/
2025-08-20T18:58:42.7204186Z [00:02:19.468]➜  echo -n > $WORK/b231/go_asm.h # internal
2025-08-20T18:58:42.7204977Z [00:02:19.468]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T18:58:42.7208768Z [00:02:19.468]➜  crypto/sha256
2025-08-20T18:58:42.7211105Z [00:02:19.468]➜  mkdir -p $WORK/b232/
2025-08-20T18:58:42.7215363Z [00:02:19.468]➜  cd /root/.go/src/crypto/sha1
2025-08-20T18:58:42.7216438Z [00:02:19.468]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b231=>" -I $WORK/b231/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b231/symabis ./sha1block_arm64.s
2025-08-20T18:58:42.7218581Z [00:02:19.469]➜  cat >/tmp/go-build693841089/b232/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7219724Z [00:02:19.470]➜  # import config
2025-08-20T18:58:42.7220881Z [00:02:19.470]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.7221750Z [00:02:19.470]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:42.7222909Z [00:02:19.470]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build693841089/b175/_pkg_.a
2025-08-20T18:58:42.7223832Z [00:02:19.470]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.7224360Z [00:02:19.470]➜  EOF
2025-08-20T18:58:42.7224970Z [00:02:19.470]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:42.7230948Z [00:02:19.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b232=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T18:58:42.7261106Z [00:02:19.474]➜  cat >/tmp/go-build693841089/b231/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7263085Z [00:02:19.474]➜  # import config
2025-08-20T18:58:42.7263782Z [00:02:19.474]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.7264807Z [00:02:19.474]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:42.7265458Z [00:02:19.474]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.7266011Z [00:02:19.474]➜  packagefile crypto/internal/impl=/tmp/go-build693841089/b178/_pkg_.a
2025-08-20T18:58:42.7266481Z [00:02:19.474]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.7267286Z [00:02:19.474]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.7267743Z [00:02:19.474]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:42.7268223Z [00:02:19.474]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:42.7268668Z [00:02:19.474]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:42.7268991Z [00:02:19.474]➜  EOF
2025-08-20T18:58:42.7270849Z [00:02:19.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b231=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b231/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack -asmhdr $WORK/b231/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T18:58:42.7317015Z [00:02:19.479]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T18:58:42.7342043Z [00:02:19.482]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/98/98a6e557a248116bb6549e3c78a4757455e84b5f72e4602910d212b7bd7aee87-d # internal
2025-08-20T18:58:42.7342903Z [00:02:19.482]➜  crypto/fips140
2025-08-20T18:58:42.7343409Z [00:02:19.482]➜  mkdir -p $WORK/b234/
2025-08-20T18:58:42.7347260Z [00:02:19.482]➜  cat >/tmp/go-build693841089/b234/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7348304Z [00:02:19.482]➜  # import config
2025-08-20T18:58:42.7349170Z [00:02:19.482]➜  packagefile crypto/internal/fips140=/tmp/go-build693841089/b170/_pkg_.a
2025-08-20T18:58:42.7350286Z [00:02:19.482]➜  packagefile crypto/internal/fips140/check=/tmp/go-build693841089/b173/_pkg_.a
2025-08-20T18:58:42.7350678Z [00:02:19.482]➜  EOF
2025-08-20T18:58:42.7352155Z [00:02:19.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b234=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T18:58:42.7388074Z [00:02:19.486]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T18:58:42.7397755Z [00:02:19.487]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T18:58:42.7405833Z [00:02:19.488]➜  crypto/dsa
2025-08-20T18:58:42.7407716Z [00:02:19.488]➜  mkdir -p $WORK/b236/
2025-08-20T18:58:42.7419405Z [00:02:19.489]➜  cat >/tmp/go-build693841089/b236/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7420064Z [00:02:19.489]➜  # import config
2025-08-20T18:58:42.7420754Z [00:02:19.489]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.7421536Z [00:02:19.489]➜  packagefile crypto/internal/randutil=/tmp/go-build693841089/b186/_pkg_.a
2025-08-20T18:58:42.7422273Z [00:02:19.489]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.7423002Z [00:02:19.489]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.7423646Z [00:02:19.489]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:42.7426863Z [00:02:19.489]➜  EOF
2025-08-20T18:58:42.7443455Z [00:02:19.492]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T18:58:42.7453759Z [00:02:19.493]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T18:58:42.7461501Z [00:02:19.494]➜  crypto/tls/internal/fips140tls
2025-08-20T18:58:42.7468778Z [00:02:19.494]➜  mkdir -p $WORK/b233/
2025-08-20T18:58:42.7478906Z [00:02:19.495]➜  cat >/tmp/go-build693841089/b233/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7479294Z [00:02:19.495]➜  # import config
2025-08-20T18:58:42.7479663Z [00:02:19.495]➜  packagefile crypto/fips140=/tmp/go-build693841089/b234/_pkg_.a
2025-08-20T18:58:42.7480442Z [00:02:19.495]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:42.7480773Z [00:02:19.495]➜  EOF
2025-08-20T18:58:42.7482498Z [00:02:19.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b233=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T18:58:42.7491794Z [00:02:19.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b236=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T18:58:42.7596425Z [00:02:19.506]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T18:58:42.7597931Z [00:02:19.507]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T18:58:42.7598797Z [00:02:19.507]➜  encoding/hex
2025-08-20T18:58:42.7599466Z [00:02:19.507]➜  mkdir -p $WORK/b238/
2025-08-20T18:58:42.7600136Z [00:02:19.507]➜  cat >/tmp/go-build693841089/b238/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7600659Z [00:02:19.507]➜  # import config
2025-08-20T18:58:42.7601214Z [00:02:19.507]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.7602565Z [00:02:19.507]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.7602982Z [00:02:19.507]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.7603389Z [00:02:19.507]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:42.7603828Z [00:02:19.507]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.7604138Z [00:02:19.507]➜  EOF
2025-08-20T18:58:42.7630940Z [00:02:19.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b238=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T18:58:42.7746720Z [00:02:19.521]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T18:58:42.7754163Z [00:02:19.523]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T18:58:42.7755789Z [00:02:19.523]➜  encoding/pem
2025-08-20T18:58:42.7756539Z [00:02:19.523]➜  mkdir -p $WORK/b239/
2025-08-20T18:58:42.7757195Z [00:02:19.523]➜  cat >/tmp/go-build693841089/b239/importcfg << 'EOF' # internal
2025-08-20T18:58:42.7757789Z [00:02:19.523]➜  # import config
2025-08-20T18:58:42.7758457Z [00:02:19.523]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.7759130Z [00:02:19.523]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:42.7759782Z [00:02:19.523]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.7760350Z [00:02:19.523]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.7760920Z [00:02:19.523]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:42.7761556Z [00:02:19.523]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.7762158Z [00:02:19.523]➜  EOF
2025-08-20T18:58:42.7763875Z [00:02:19.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b239=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T18:58:42.8085788Z [00:02:19.556]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T18:58:42.8107229Z [00:02:19.558]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T18:58:42.8107858Z [00:02:19.558]➜  crypto/x509/pkix
2025-08-20T18:58:42.8109654Z [00:02:19.558]➜  mkdir -p $WORK/b237/
2025-08-20T18:58:42.8110119Z [00:02:19.558]➜  cat >/tmp/go-build693841089/b237/importcfg << 'EOF' # internal
2025-08-20T18:58:42.8110476Z [00:02:19.558]➜  # import config
2025-08-20T18:58:42.8110842Z [00:02:19.558]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:58:42.8111310Z [00:02:19.558]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:42.8111739Z [00:02:19.558]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.8112176Z [00:02:19.558]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:42.8112595Z [00:02:19.558]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:42.8112896Z [00:02:19.558]➜  EOF
2025-08-20T18:58:42.8114366Z [00:02:19.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b237=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T18:58:42.8116014Z [00:02:19.558]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T18:58:42.8141227Z [00:02:19.562]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T18:58:42.8185262Z [00:02:19.566]➜  crypto/rsa
2025-08-20T18:58:42.8185597Z [00:02:19.566]➜  mkdir -p $WORK/b229/
2025-08-20T18:58:42.8186629Z [00:02:19.566]➜  cat >/tmp/go-build693841089/b229/importcfg << 'EOF' # internal
2025-08-20T18:58:42.8187299Z [00:02:19.566]➜  # import config
2025-08-20T18:58:42.8187885Z [00:02:19.566]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.8188609Z [00:02:19.566]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:42.8189760Z [00:02:19.566]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build693841089/b203/_pkg_.a
2025-08-20T18:58:42.8190587Z [00:02:19.566]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build693841089/b205/_pkg_.a
2025-08-20T18:58:42.8191755Z [00:02:19.566]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build693841089/b230/_pkg_.a
2025-08-20T18:58:42.8192372Z [00:02:19.566]➜  packagefile crypto/internal/fips140hash=/tmp/go-build693841089/b207/_pkg_.a
2025-08-20T18:58:42.8192940Z [00:02:19.566]➜  packagefile crypto/internal/fips140only=/tmp/go-build693841089/b188/_pkg_.a
2025-08-20T18:58:42.8193512Z [00:02:19.566]➜  packagefile crypto/internal/randutil=/tmp/go-build693841089/b186/_pkg_.a
2025-08-20T18:58:42.8194010Z [00:02:19.566]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:42.8194474Z [00:02:19.566]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:42.8195146Z [00:02:19.566]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.8195570Z [00:02:19.566]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.8195973Z [00:02:19.566]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:42.8196419Z [00:02:19.566]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:42.8197011Z [00:02:19.566]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.8197410Z [00:02:19.566]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:42.8197822Z [00:02:19.566]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:42.8198534Z [00:02:19.566]➜  EOF
2025-08-20T18:58:42.8200326Z [00:02:19.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b229=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/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-20T18:58:42.8202951Z [00:02:19.566]➜  cd /root/.go/src/crypto/sha1
2025-08-20T18:58:42.8203967Z [00:02:19.566]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b231=>" -I $WORK/b231/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b231/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T18:58:42.8334680Z [00:02:19.581]➜  go tool pack r $WORK/b231/_pkg_.a $WORK/b231/sha1block_arm64.o # internal
2025-08-20T18:58:42.8336248Z [00:02:19.581]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T18:58:42.8366611Z [00:02:19.584]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T18:58:42.8373694Z [00:02:19.585]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T18:58:42.8375281Z [00:02:19.585]➜  net/url
2025-08-20T18:58:42.8375604Z [00:02:19.585]➜  mkdir -p $WORK/b240/
2025-08-20T18:58:42.8396028Z [00:02:19.586]➜  cat >/tmp/go-build693841089/b240/importcfg << 'EOF' # internal
2025-08-20T18:58:42.8396411Z [00:02:19.586]➜  # import config
2025-08-20T18:58:42.8396749Z [00:02:19.586]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.8397164Z [00:02:19.586]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.8397565Z [00:02:19.586]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:42.8397990Z [00:02:19.586]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:42.8398397Z [00:02:19.586]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:42.8398811Z [00:02:19.586]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.8399230Z [00:02:19.586]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.8399540Z [00:02:19.586]➜  EOF
2025-08-20T18:58:42.8399814Z [00:02:19.586]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:42.8401614Z [00:02:19.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b240=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T18:58:42.8407276Z [00:02:19.588]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T18:58:42.8408448Z [00:02:19.588]➜  path/filepath
2025-08-20T18:58:42.8409435Z [00:02:19.588]➜  mkdir -p $WORK/b241/
2025-08-20T18:58:42.8409814Z [00:02:19.588]➜  cat >/tmp/go-build693841089/b241/importcfg << 'EOF' # internal
2025-08-20T18:58:42.8410160Z [00:02:19.588]➜  # import config
2025-08-20T18:58:42.8410496Z [00:02:19.588]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.8410965Z [00:02:19.588]➜  packagefile internal/bytealg=/tmp/go-build693841089/b013/_pkg_.a
2025-08-20T18:58:42.8411479Z [00:02:19.588]➜  packagefile internal/filepathlite=/tmp/go-build693841089/b053/_pkg_.a
2025-08-20T18:58:42.8411944Z [00:02:19.588]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:42.8412349Z [00:02:19.588]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:42.8412754Z [00:02:19.588]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:42.8413579Z [00:02:19.588]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:42.8413996Z [00:02:19.588]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.8414415Z [00:02:19.588]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:42.8415103Z [00:02:19.588]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:42.8415431Z [00:02:19.588]➜  EOF
2025-08-20T18:58:42.8417497Z [00:02:19.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b241=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/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-20T18:58:42.8506200Z [00:02:19.598]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T18:58:42.8520325Z [00:02:19.599]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T18:58:42.8533313Z [00:02:19.601]➜  vendor/golang.org/x/text/transform
2025-08-20T18:58:42.8534137Z [00:02:19.601]➜  mkdir -p $WORK/b245/
2025-08-20T18:58:42.8536874Z [00:02:19.601]➜  cat >/tmp/go-build693841089/b245/importcfg << 'EOF' # internal
2025-08-20T18:58:42.8537408Z [00:02:19.601]➜  # import config
2025-08-20T18:58:42.8540117Z [00:02:19.601]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.8540539Z [00:02:19.601]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.8540945Z [00:02:19.601]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.8541374Z [00:02:19.601]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:42.8541721Z [00:02:19.601]➜  EOF
2025-08-20T18:58:42.8543493Z [00:02:19.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b245=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T18:58:42.9117871Z [00:02:19.659]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T18:58:42.9124832Z [00:02:19.660]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T18:58:42.9143186Z [00:02:19.662]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T18:58:42.9147961Z [00:02:19.662]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T18:58:42.9148304Z [00:02:19.662]➜  mkdir -p $WORK/b246/
2025-08-20T18:58:42.9150812Z [00:02:19.663]➜  cat >/tmp/go-build693841089/b246/importcfg << 'EOF' # internal
2025-08-20T18:58:42.9152861Z [00:02:19.663]➜  # import config
2025-08-20T18:58:42.9154116Z [00:02:19.663]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.9155064Z [00:02:19.663]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:42.9156841Z [00:02:19.663]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.9157272Z [00:02:19.663]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:42.9157676Z [00:02:19.663]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:42.9158115Z [00:02:19.663]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:42.9158445Z [00:02:19.663]➜  EOF
2025-08-20T18:58:42.9161484Z [00:02:19.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b246=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/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-20T18:58:42.9169862Z [00:02:19.665]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T18:58:42.9185715Z [00:02:19.666]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T18:58:42.9187613Z [00:02:19.666]➜  mkdir -p $WORK/b247/
2025-08-20T18:58:42.9236418Z [00:02:19.670]➜  cat >/tmp/go-build693841089/b247/importcfg << 'EOF' # internal
2025-08-20T18:58:42.9237455Z [00:02:19.670]➜  # import config
2025-08-20T18:58:42.9240066Z [00:02:19.670]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T18:58:42.9241212Z [00:02:19.670]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:42.9241667Z [00:02:19.670]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.9242206Z [00:02:19.670]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build693841089/b245/_pkg_.a
2025-08-20T18:58:42.9242703Z [00:02:19.670]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.9243103Z [00:02:19.670]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.9243541Z [00:02:19.670]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:42.9243868Z [00:02:19.670]➜  EOF
2025-08-20T18:58:42.9248280Z [00:02:19.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b247=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/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-20T18:58:42.9273693Z [00:02:19.675]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T18:58:42.9293130Z [00:02:19.677]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T18:58:42.9303232Z [00:02:19.677]➜  net/textproto
2025-08-20T18:58:42.9303517Z [00:02:19.677]➜  mkdir -p $WORK/b248/
2025-08-20T18:58:42.9303894Z [00:02:19.677]➜  cat >/tmp/go-build693841089/b248/importcfg << 'EOF' # internal
2025-08-20T18:58:42.9304239Z [00:02:19.677]➜  # import config
2025-08-20T18:58:42.9304726Z [00:02:19.677]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:42.9305212Z [00:02:19.677]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.9305626Z [00:02:19.677]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.9306035Z [00:02:19.677]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.9306425Z [00:02:19.677]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.9306830Z [00:02:19.677]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:42.9307599Z [00:02:19.677]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:42.9308002Z [00:02:19.677]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.9308418Z [00:02:19.678]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.9308831Z [00:02:19.678]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.9309133Z [00:02:19.678]➜  EOF
2025-08-20T18:58:42.9311184Z [00:02:19.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b248=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid XWUT2OYMGyMELuUBAro_/XWUT2OYMGyMELuUBAro_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/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-20T18:58:42.9518930Z [00:02:19.699]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T18:58:42.9533483Z [00:02:19.701]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T18:58:42.9537825Z [00:02:19.701]➜  crypto/x509
2025-08-20T18:58:42.9538123Z [00:02:19.701]➜  mkdir -p $WORK/b235/
2025-08-20T18:58:42.9546368Z [00:02:19.702]➜  cat >/tmp/go-build693841089/b235/importcfg << 'EOF' # internal
2025-08-20T18:58:42.9546867Z [00:02:19.702]➜  # import config
2025-08-20T18:58:42.9547306Z [00:02:19.702]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T18:58:42.9547946Z [00:02:19.702]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T18:58:42.9548485Z [00:02:19.702]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:42.9548929Z [00:02:19.702]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:42.9549383Z [00:02:19.702]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:58:42.9549835Z [00:02:19.702]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:42.9550284Z [00:02:19.702]➜  packagefile crypto/des=/tmp/go-build693841089/b195/_pkg_.a
2025-08-20T18:58:42.9550722Z [00:02:19.702]➜  packagefile crypto/dsa=/tmp/go-build693841089/b236/_pkg_.a
2025-08-20T18:58:42.9551506Z [00:02:19.702]➜  packagefile crypto/ecdh=/tmp/go-build693841089/b196/_pkg_.a
2025-08-20T18:58:42.9552054Z [00:02:19.702]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:58:42.9552515Z [00:02:19.702]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:58:42.9552984Z [00:02:19.702]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:42.9553441Z [00:02:19.702]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:58:42.9553887Z [00:02:19.702]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:58:42.9554331Z [00:02:19.702]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:42.9555100Z [00:02:19.702]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:42.9555574Z [00:02:19.702]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:42.9561052Z [00:02:19.702]➜  packagefile crypto/x509/pkix=/tmp/go-build693841089/b237/_pkg_.a
2025-08-20T18:58:42.9561633Z [00:02:19.702]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:58:42.9562102Z [00:02:19.702]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:42.9562559Z [00:02:19.702]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:58:42.9562993Z [00:02:19.702]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:42.9563397Z [00:02:19.702]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:42.9564312Z [00:02:19.702]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build693841089/b210/_pkg_.a
2025-08-20T18:58:42.9565145Z [00:02:19.702]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build693841089/b212/_pkg_.a
2025-08-20T18:58:42.9565718Z [00:02:19.702]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:42.9566190Z [00:02:19.702]➜  packagefile internal/goos=/tmp/go-build693841089/b020/_pkg_.a
2025-08-20T18:58:42.9566625Z [00:02:19.702]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:42.9567026Z [00:02:19.702]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:42.9567428Z [00:02:19.702]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:42.9567828Z [00:02:19.702]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:42.9568227Z [00:02:19.702]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:42.9568652Z [00:02:19.702]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:42.9569081Z [00:02:19.702]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:42.9569495Z [00:02:19.702]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:42.9569902Z [00:02:19.702]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:58:42.9570325Z [00:02:19.702]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:42.9570925Z [00:02:19.702]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:42.9571414Z [00:02:19.702]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:42.9571854Z [00:02:19.702]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:42.9572271Z [00:02:19.702]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:42.9572686Z [00:02:19.702]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:42.9573114Z [00:02:19.702]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:42.9573522Z [00:02:19.702]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:42.9573921Z [00:02:19.702]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:42.9574330Z [00:02:19.702]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:42.9574981Z [00:02:19.702]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:58:42.9575468Z [00:02:19.702]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:42.9575799Z [00:02:19.702]➜  EOF
2025-08-20T18:58:42.9578648Z [00:02:19.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b235=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid N-0aqxbUK0qy7D1Kvxyd/N-0aqxbUK0qy7D1Kvxyd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/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-20T18:58:43.0072172Z [00:02:19.753]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T18:58:43.0075768Z [00:02:19.755]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/59/590f509eb6bcfc611a3d92952c30ff55a84bd553ac35c1535e5a55054fa495a7-d # internal
2025-08-20T18:58:43.0087127Z [00:02:19.756]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T18:58:43.0088869Z [00:02:19.756]➜  mkdir -p $WORK/b250/
2025-08-20T18:58:43.0092294Z [00:02:19.757]➜  cat >/tmp/go-build693841089/b250/importcfg << 'EOF' # internal
2025-08-20T18:58:43.0095609Z [00:02:19.757]➜  # import config
2025-08-20T18:58:43.0097610Z [00:02:19.757]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.0098861Z [00:02:19.757]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.0101244Z [00:02:19.757]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.0101935Z [00:02:19.757]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.0102610Z [00:02:19.757]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.0103682Z [00:02:19.757]➜  EOF
2025-08-20T18:58:43.0106798Z [00:02:19.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b250=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/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-20T18:58:43.0406350Z [00:02:19.788]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T18:58:43.0437279Z [00:02:19.790]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T18:58:43.0438856Z [00:02:19.790]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T18:58:43.0439870Z [00:02:19.790]➜  mkdir -p $WORK/b244/
2025-08-20T18:58:43.0440569Z [00:02:19.790]➜  cat >/tmp/go-build693841089/b244/importcfg << 'EOF' # internal
2025-08-20T18:58:43.0441451Z [00:02:19.790]➜  # import config
2025-08-20T18:58:43.0441870Z [00:02:19.790]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T18:58:43.0442434Z [00:02:19.790]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T18:58:43.0442959Z [00:02:19.790]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.0443476Z [00:02:19.790]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build693841089/b245/_pkg_.a
2025-08-20T18:58:43.0444096Z [00:02:19.790]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build693841089/b246/_pkg_.a
2025-08-20T18:58:43.0444853Z [00:02:19.790]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.0445257Z [00:02:19.790]➜  EOF
2025-08-20T18:58:43.0447441Z [00:02:19.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b244=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/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-20T18:58:43.0782724Z [00:02:19.825]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T18:58:43.0793127Z [00:02:19.827]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T18:58:43.0796582Z [00:02:19.827]➜  mime/quotedprintable
2025-08-20T18:58:43.0796945Z [00:02:19.827]➜  mkdir -p $WORK/b252/
2025-08-20T18:58:43.0797330Z [00:02:19.827]➜  cat >/tmp/go-build693841089/b252/importcfg << 'EOF' # internal
2025-08-20T18:58:43.0797675Z [00:02:19.827]➜  # import config
2025-08-20T18:58:43.0798016Z [00:02:19.827]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:43.0798429Z [00:02:19.827]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.0798835Z [00:02:19.827]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.0799255Z [00:02:19.827]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.0799554Z [00:02:19.827]➜  EOF
2025-08-20T18:58:43.0801309Z [00:02:19.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b252=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T18:58:43.1009828Z [00:02:19.848]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T18:58:43.1014187Z [00:02:19.848]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T18:58:43.1014900Z [00:02:19.848]➜  net/http/internal
2025-08-20T18:58:43.1015170Z [00:02:19.848]➜  mkdir -p $WORK/b254/
2025-08-20T18:58:43.1015592Z [00:02:19.848]➜  cat >/tmp/go-build693841089/b254/importcfg << 'EOF' # internal
2025-08-20T18:58:43.1015933Z [00:02:19.848]➜  # import config
2025-08-20T18:58:43.1016273Z [00:02:19.848]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:43.1016681Z [00:02:19.848]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.1017094Z [00:02:19.848]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.1017930Z [00:02:19.848]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.1018396Z [00:02:19.848]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.1018698Z [00:02:19.848]➜  EOF
2025-08-20T18:58:43.1020220Z [00:02:19.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b254=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T18:58:43.1092775Z [00:02:19.856]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T18:58:43.1098287Z [00:02:19.857]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T18:58:43.1103244Z [00:02:19.858]➜  mime/multipart
2025-08-20T18:58:43.1104066Z [00:02:19.858]➜  mkdir -p $WORK/b251/
2025-08-20T18:58:43.1115515Z [00:02:19.859]➜  cat >/tmp/go-build693841089/b251/importcfg << 'EOF' # internal
2025-08-20T18:58:43.1116893Z [00:02:19.859]➜  # import config
2025-08-20T18:58:43.1119142Z [00:02:19.859]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:43.1119891Z [00:02:19.859]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.1120880Z [00:02:19.859]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:43.1122469Z [00:02:19.859]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.1123468Z [00:02:19.859]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.1124119Z [00:02:19.859]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:43.1124566Z [00:02:19.859]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.1125116Z [00:02:19.859]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:43.1125546Z [00:02:19.859]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:43.1125952Z [00:02:19.859]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:43.1126414Z [00:02:19.859]➜  packagefile mime/quotedprintable=/tmp/go-build693841089/b252/_pkg_.a
2025-08-20T18:58:43.1126905Z [00:02:19.859]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:43.1127331Z [00:02:19.859]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:43.1127775Z [00:02:19.859]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:43.1128214Z [00:02:19.859]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:43.1128631Z [00:02:19.859]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:43.1129048Z [00:02:19.859]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.1129357Z [00:02:19.859]➜  EOF
2025-08-20T18:58:43.1131349Z [00:02:19.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b251=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/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-20T18:58:43.1639725Z [00:02:19.911]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T18:58:43.1680839Z [00:02:19.915]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T18:58:43.1683348Z [00:02:19.915]➜  net/http/internal/ascii
2025-08-20T18:58:43.1683675Z [00:02:19.915]➜  mkdir -p $WORK/b255/
2025-08-20T18:58:43.1684051Z [00:02:19.915]➜  cat >/tmp/go-build693841089/b255/importcfg << 'EOF' # internal
2025-08-20T18:58:43.1684400Z [00:02:19.915]➜  # import config
2025-08-20T18:58:43.1685308Z [00:02:19.915]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.1685818Z [00:02:19.915]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:43.1686144Z [00:02:19.915]➜  EOF
2025-08-20T18:58:43.1687746Z [00:02:19.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b255=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T18:58:43.1875242Z [00:02:19.935]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T18:58:43.1882021Z [00:02:19.936]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T18:58:43.1889449Z [00:02:19.936]➜  golang.org/x/net/internal/timeseries
2025-08-20T18:58:43.1890697Z [00:02:19.936]➜  mkdir -p $WORK/b259/
2025-08-20T18:58:43.1891153Z [00:02:19.937]➜  cat >/tmp/go-build693841089/b259/importcfg << 'EOF' # internal
2025-08-20T18:58:43.1891503Z [00:02:19.937]➜  # import config
2025-08-20T18:58:43.1891831Z [00:02:19.937]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.1892231Z [00:02:19.937]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:43.1897829Z [00:02:19.937]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.1900274Z [00:02:19.937]➜  EOF
2025-08-20T18:58:43.1902245Z [00:02:19.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/timeseries=>golang.org/x/net@v0.33.0/internal/timeseries;$WORK/b259=>" -p golang.org/x/net/internal/timeseries -lang=go1.18 -complete -installsuffix shared -buildid eZp4LI8QZM_dyklq6UTy/eZp4LI8QZM_dyklq6UTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/timeseries/timeseries.go
2025-08-20T18:58:43.2118742Z [00:02:19.957]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T18:58:43.2166113Z [00:02:19.964]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T18:58:43.2179815Z [00:02:19.965]➜  vendor/golang.org/x/net/idna
2025-08-20T18:58:43.2181996Z [00:02:19.966]➜  mkdir -p $WORK/b243/
2025-08-20T18:58:43.2183476Z [00:02:19.966]➜  cat >/tmp/go-build693841089/b243/importcfg << 'EOF' # internal
2025-08-20T18:58:43.2183858Z [00:02:19.966]➜  # import config
2025-08-20T18:58:43.2184316Z [00:02:19.966]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T18:58:43.2185168Z [00:02:19.966]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T18:58:43.2185773Z [00:02:19.966]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T18:58:43.2186266Z [00:02:19.966]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.2186803Z [00:02:19.966]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build693841089/b244/_pkg_.a
2025-08-20T18:58:43.2187445Z [00:02:19.966]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build693841089/b246/_pkg_.a
2025-08-20T18:58:43.2188089Z [00:02:19.966]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build693841089/b247/_pkg_.a
2025-08-20T18:58:43.2188594Z [00:02:19.966]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:43.2189007Z [00:02:19.966]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.2189445Z [00:02:19.966]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.2189776Z [00:02:19.966]➜  EOF
2025-08-20T18:58:43.2193120Z [00:02:19.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b243=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/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-20T18:58:43.2604567Z [00:02:20.008]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T18:58:43.2614843Z [00:02:20.009]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T18:58:43.2627034Z [00:02:20.010]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/5f/5f523765bfb7098e532fd4214b2c22d554e93534dd31d3f7cb3317d764c91f7a-d # internal
2025-08-20T18:58:43.2640742Z [00:02:20.011]➜  html
2025-08-20T18:58:43.2641771Z [00:02:20.012]➜  mkdir -p $WORK/b261/
2025-08-20T18:58:43.2649747Z [00:02:20.013]➜  cat >/tmp/go-build693841089/b261/importcfg << 'EOF' # internal
2025-08-20T18:58:43.2652820Z [00:02:20.013]➜  # import config
2025-08-20T18:58:43.2659752Z [00:02:20.013]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.2660606Z [00:02:20.013]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.2661052Z [00:02:20.013]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.2661386Z [00:02:20.013]➜  EOF
2025-08-20T18:58:43.2662803Z [00:02:20.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b261=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T18:58:43.2678325Z [00:02:20.015]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T18:58:43.2684488Z [00:02:20.016]➜  text/template/parse
2025-08-20T18:58:43.2687640Z [00:02:20.016]➜  mkdir -p $WORK/b263/
2025-08-20T18:58:43.2699404Z [00:02:20.017]➜  cat >/tmp/go-build693841089/b263/importcfg << 'EOF' # internal
2025-08-20T18:58:43.2700912Z [00:02:20.018]➜  # import config
2025-08-20T18:58:43.2701642Z [00:02:20.018]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.2702347Z [00:02:20.018]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.2702914Z [00:02:20.018]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:43.2703591Z [00:02:20.018]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:43.2704799Z [00:02:20.018]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.2705286Z [00:02:20.018]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:43.2705725Z [00:02:20.018]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.2706058Z [00:02:20.018]➜  EOF
2025-08-20T18:58:43.2721046Z [00:02:20.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b263=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/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-20T18:58:43.3302449Z [00:02:20.078]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T18:58:43.3312895Z [00:02:20.079]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T18:58:43.3317495Z [00:02:20.079]➜  text/tabwriter
2025-08-20T18:58:43.3318149Z [00:02:20.079]➜  mkdir -p $WORK/b264/
2025-08-20T18:58:43.3319797Z [00:02:20.079]➜  cat >/tmp/go-build693841089/b264/importcfg << 'EOF' # internal
2025-08-20T18:58:43.3320426Z [00:02:20.079]➜  # import config
2025-08-20T18:58:43.3321532Z [00:02:20.079]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.3321991Z [00:02:20.079]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.3322424Z [00:02:20.079]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.3322755Z [00:02:20.079]➜  EOF
2025-08-20T18:58:43.3324241Z [00:02:20.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b264=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T18:58:43.3444791Z [00:02:20.092]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T18:58:43.3596041Z [00:02:20.106]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/75/75ff3d700dbb386e0049b4ac074c6819b52aa776d689b5b284b0c1488f75d175-d # internal
2025-08-20T18:58:43.3618820Z [00:02:20.109]➜  crypto/tls
2025-08-20T18:58:43.3620354Z [00:02:20.109]➜  mkdir -p $WORK/b193/
2025-08-20T18:58:43.3620928Z [00:02:20.109]➜  cat >/tmp/go-build693841089/b193/importcfg << 'EOF' # internal
2025-08-20T18:58:43.3621779Z [00:02:20.109]➜  # import config
2025-08-20T18:58:43.3624583Z [00:02:20.109]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T18:58:43.3625862Z [00:02:20.109]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T18:58:43.3626838Z [00:02:20.109]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.3627696Z [00:02:20.109]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:43.3628529Z [00:02:20.110]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:43.3629542Z [00:02:20.110]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:43.3630030Z [00:02:20.110]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:58:43.3630501Z [00:02:20.110]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:43.3630982Z [00:02:20.110]➜  packagefile crypto/des=/tmp/go-build693841089/b195/_pkg_.a
2025-08-20T18:58:43.3631432Z [00:02:20.110]➜  packagefile crypto/ecdh=/tmp/go-build693841089/b196/_pkg_.a
2025-08-20T18:58:43.3631905Z [00:02:20.110]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:58:43.3632367Z [00:02:20.110]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:58:43.3632851Z [00:02:20.110]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:43.3633313Z [00:02:20.110]➜  packagefile crypto/hkdf=/tmp/go-build693841089/b216/_pkg_.a
2025-08-20T18:58:43.3633762Z [00:02:20.110]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:58:43.3634252Z [00:02:20.110]➜  packagefile crypto/internal/boring=/tmp/go-build693841089/b166/_pkg_.a
2025-08-20T18:58:43.3634964Z [00:02:20.110]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build693841089/b169/_pkg_.a
2025-08-20T18:58:43.3635571Z [00:02:20.110]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build693841089/b182/_pkg_.a
2025-08-20T18:58:43.3636153Z [00:02:20.110]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build693841089/b219/_pkg_.a
2025-08-20T18:58:43.3636722Z [00:02:20.110]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build693841089/b220/_pkg_.a
2025-08-20T18:58:43.3637293Z [00:02:20.110]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build693841089/b221/_pkg_.a
2025-08-20T18:58:43.3638195Z [00:02:20.110]➜  packagefile crypto/internal/hpke=/tmp/go-build693841089/b222/_pkg_.a
2025-08-20T18:58:43.3638726Z [00:02:20.110]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:58:43.3639169Z [00:02:20.110]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:43.3639613Z [00:02:20.110]➜  packagefile crypto/rc4=/tmp/go-build693841089/b228/_pkg_.a
2025-08-20T18:58:43.3640051Z [00:02:20.110]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:58:43.3640507Z [00:02:20.110]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:43.3640959Z [00:02:20.110]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:43.3641415Z [00:02:20.110]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:43.3641873Z [00:02:20.110]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:43.3642413Z [00:02:20.110]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build693841089/b233/_pkg_.a
2025-08-20T18:58:43.3642925Z [00:02:20.110]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:58:43.3643380Z [00:02:20.110]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:58:43.3643812Z [00:02:20.110]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.3644214Z [00:02:20.110]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.3645185Z [00:02:20.110]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b223/_pkg_.a
2025-08-20T18:58:43.3645845Z [00:02:20.110]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build693841089/b210/_pkg_.a
2025-08-20T18:58:43.3646359Z [00:02:20.110]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:43.3646813Z [00:02:20.110]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:43.3647299Z [00:02:20.110]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:43.3647769Z [00:02:20.110]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:43.3648203Z [00:02:20.110]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.3648591Z [00:02:20.110]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:43.3648981Z [00:02:20.110]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:43.3649388Z [00:02:20.110]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:43.3649816Z [00:02:20.110]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:43.3650221Z [00:02:20.110]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:43.3650631Z [00:02:20.110]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:43.3651047Z [00:02:20.110]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.3651463Z [00:02:20.110]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.3651890Z [00:02:20.110]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:43.3652312Z [00:02:20.110]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.3652716Z [00:02:20.110]➜  packagefile weak=/tmp/go-build693841089/b091/_pkg_.a
2025-08-20T18:58:43.3653020Z [00:02:20.110]➜  EOF
2025-08-20T18:58:43.3667970Z [00:02:20.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b193=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid qVtpbtO1kb9hd4DNTghP/qVtpbtO1kb9hd4DNTghP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/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-20T18:58:43.3706747Z [00:02:20.118]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T18:58:43.3733828Z [00:02:20.121]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T18:58:43.3736906Z [00:02:20.121]➜  google.golang.org/grpc/backoff
2025-08-20T18:58:43.3737238Z [00:02:20.121]➜  mkdir -p $WORK/b265/
2025-08-20T18:58:43.3744157Z [00:02:20.122]➜  cat >/tmp/go-build693841089/b265/importcfg << 'EOF' # internal
2025-08-20T18:58:43.3744564Z [00:02:20.122]➜  # import config
2025-08-20T18:58:43.3745033Z [00:02:20.122]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.3745353Z [00:02:20.122]➜  EOF
2025-08-20T18:58:43.3752455Z [00:02:20.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/backoff=>google.golang.org/grpc@v1.65.0/backoff;$WORK/b265=>" -p google.golang.org/grpc/backoff -lang=go1.21 -complete -installsuffix shared -buildid Z3HP4GTKo_57fg9OShcW/Z3HP4GTKo_57fg9OShcW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/backoff/backoff.go
2025-08-20T18:58:43.3829349Z [00:02:20.130]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T18:58:43.3832241Z [00:02:20.131]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/28/28bf96e7e6a9c82a8e1133376c0463dbe4e94485df78ff018417751bcc34f0d5-d # internal
2025-08-20T18:58:43.3835308Z [00:02:20.131]➜  google.golang.org/grpc/attributes
2025-08-20T18:58:43.3835650Z [00:02:20.131]➜  mkdir -p $WORK/b270/
2025-08-20T18:58:43.3836022Z [00:02:20.131]➜  cat >/tmp/go-build693841089/b270/importcfg << 'EOF' # internal
2025-08-20T18:58:43.3836371Z [00:02:20.131]➜  # import config
2025-08-20T18:58:43.3836697Z [00:02:20.131]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.3837114Z [00:02:20.131]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.3837444Z [00:02:20.131]➜  EOF
2025-08-20T18:58:43.3839324Z [00:02:20.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/attributes=>google.golang.org/grpc@v1.65.0/attributes;$WORK/b270=>" -p google.golang.org/grpc/attributes -lang=go1.21 -complete -installsuffix shared -buildid PXZ1IpfZuOgRyhU2UZ7z/PXZ1IpfZuOgRyhU2UZ7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/attributes/attributes.go
2025-08-20T18:58:43.3962939Z [00:02:20.144]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T18:58:43.3974506Z [00:02:20.145]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T18:58:43.3981496Z [00:02:20.146]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T18:58:43.3982522Z [00:02:20.146]➜  mkdir -p $WORK/b242/
2025-08-20T18:58:43.3985277Z [00:02:20.146]➜  cat >/tmp/go-build693841089/b242/importcfg << 'EOF' # internal
2025-08-20T18:58:43.3985803Z [00:02:20.146]➜  # import config
2025-08-20T18:58:43.3987599Z [00:02:20.146]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T18:58:43.3988135Z [00:02:20.146]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build693841089/b243/_pkg_.a
2025-08-20T18:58:43.3988619Z [00:02:20.146]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:43.3989398Z [00:02:20.146]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:43.3989910Z [00:02:20.146]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.3990351Z [00:02:20.146]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.3990684Z [00:02:20.146]➜  EOF
2025-08-20T18:58:43.3992741Z [00:02:20.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b242=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid Rp0qdFBnjvH52_4_9Ppg/Rp0qdFBnjvH52_4_9Ppg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/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-20T18:58:43.3999210Z [00:02:20.147]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T18:58:43.4026283Z [00:02:20.148]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/f1/f16bc0d6e9ac8f6e331eb4b640ca94f86525626f681b8f308232d0e1e80382fa-d # internal
2025-08-20T18:58:43.4027595Z [00:02:20.148]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T18:58:43.4027957Z [00:02:20.148]➜  mkdir -p $WORK/b249/
2025-08-20T18:58:43.4028334Z [00:02:20.148]➜  cat >/tmp/go-build693841089/b249/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4028684Z [00:02:20.148]➜  # import config
2025-08-20T18:58:43.4029437Z [00:02:20.148]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T18:58:43.4029937Z [00:02:20.148]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.4030351Z [00:02:20.148]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.4030841Z [00:02:20.148]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build693841089/b243/_pkg_.a
2025-08-20T18:58:43.4031321Z [00:02:20.148]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:43.4031749Z [00:02:20.148]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:58:43.4032177Z [00:02:20.148]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:43.4032580Z [00:02:20.148]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:43.4032983Z [00:02:20.148]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.4033423Z [00:02:20.148]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.4033766Z [00:02:20.148]➜  EOF
2025-08-20T18:58:43.4041068Z [00:02:20.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b249=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid t7miVdUF3zQo70B7Zs4h/t7miVdUF3zQo70B7Zs4h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T18:58:43.4337704Z [00:02:20.181]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T18:58:43.4349582Z [00:02:20.182]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/68/68527f7b8831f203b85f497abd4b248e85926a1384112f2a580eef71dbe7eb23-d # internal
2025-08-20T18:58:43.4369205Z [00:02:20.184]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T18:58:43.4375881Z [00:02:20.185]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/a1/a1a3b22c3aad027c8d11c23f410c338029efbf8c5ac45383ac97d53cc5bd9d19-d # internal
2025-08-20T18:58:43.4383218Z [00:02:20.186]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T18:58:43.4384120Z [00:02:20.186]➜  mkdir -p $WORK/b272/
2025-08-20T18:58:43.4389079Z [00:02:20.186]➜  cat >/tmp/go-build693841089/b272/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4389790Z [00:02:20.186]➜  # import config
2025-08-20T18:58:43.4391826Z [00:02:20.186]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:43.4392650Z [00:02:20.186]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:43.4393164Z [00:02:20.186]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.4393482Z [00:02:20.186]➜  EOF
2025-08-20T18:58:43.4396220Z [00:02:20.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/envconfig=>google.golang.org/grpc@v1.65.0/internal/envconfig;$WORK/b272=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.21 -complete -installsuffix shared -buildid 0FTU1oije2Bx5HZiigYj/0FTU1oije2Bx5HZiigYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/envconfig/xds.go
2025-08-20T18:58:43.4403464Z [00:02:20.188]➜  google.golang.org/grpc/internal/pretty
2025-08-20T18:58:43.4404209Z [00:02:20.188]➜  mkdir -p $WORK/b276/
2025-08-20T18:58:43.4404710Z [00:02:20.188]➜  cat >/tmp/go-build693841089/b276/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4405113Z [00:02:20.188]➜  # import config
2025-08-20T18:58:43.4405458Z [00:02:20.188]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.4405902Z [00:02:20.188]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:43.4406330Z [00:02:20.188]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.4407270Z [00:02:20.188]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:58:43.4407936Z [00:02:20.188]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build693841089/b131/_pkg_.a
2025-08-20T18:58:43.4408350Z [00:02:20.188]➜  EOF
2025-08-20T18:58:43.4410285Z [00:02:20.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/pretty=>google.golang.org/grpc@v1.65.0/internal/pretty;$WORK/b276=>" -p google.golang.org/grpc/internal/pretty -lang=go1.21 -complete -installsuffix shared -buildid c4bpXriemQ2XqCR1UtU7/c4bpXriemQ2XqCR1UtU7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/pretty/pretty.go
2025-08-20T18:58:43.4558427Z [00:02:20.203]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T18:58:43.4562296Z [00:02:20.203]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/19/191cf6bdc500f1e0bd0584c614c3cf3804e99073db414da99adbfe01ac612e3c-d # internal
2025-08-20T18:58:43.4582716Z [00:02:20.206]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T18:58:43.4588472Z [00:02:20.206]➜  mkdir -p $WORK/b280/
2025-08-20T18:58:43.4597834Z [00:02:20.207]➜  cat >/tmp/go-build693841089/b280/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4598207Z [00:02:20.207]➜  # import config
2025-08-20T18:58:43.4598587Z [00:02:20.207]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:43.4599015Z [00:02:20.207]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.4599519Z [00:02:20.207]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:43.4600015Z [00:02:20.207]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:43.4600436Z [00:02:20.207]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:43.4600875Z [00:02:20.207]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.4601280Z [00:02:20.207]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.4601583Z [00:02:20.207]➜  EOF
2025-08-20T18:58:43.4615233Z [00:02:20.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcutil=>google.golang.org/grpc@v1.65.0/internal/grpcutil;$WORK/b280=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.21 -complete -installsuffix shared -buildid iHMshFD4ReCS3NgLPOiK/iHMshFD4ReCS3NgLPOiK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcutil/regex.go
2025-08-20T18:58:43.4691990Z [00:02:20.217]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T18:58:43.4700874Z [00:02:20.218]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/68/68f2a41f71b598a9b23f21c1b77bfcca1fdc1813c7215ce54d109aa062c6df75-d # internal
2025-08-20T18:58:43.4708180Z [00:02:20.218]➜  google.golang.org/grpc/internal/backoff
2025-08-20T18:58:43.4711736Z [00:02:20.218]➜  mkdir -p $WORK/b282/
2025-08-20T18:58:43.4712501Z [00:02:20.219]➜  cat >/tmp/go-build693841089/b282/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4714892Z [00:02:20.219]➜  # import config
2025-08-20T18:58:43.4715254Z [00:02:20.219]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:43.4715681Z [00:02:20.219]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.4716189Z [00:02:20.219]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build693841089/b265/_pkg_.a
2025-08-20T18:58:43.4717086Z [00:02:20.219]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:43.4717507Z [00:02:20.219]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.4717814Z [00:02:20.219]➜  EOF
2025-08-20T18:58:43.4719784Z [00:02:20.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/backoff=>google.golang.org/grpc@v1.65.0/internal/backoff;$WORK/b282=>" -p google.golang.org/grpc/internal/backoff -lang=go1.21 -complete -installsuffix shared -buildid Tax2cMRVnc65BnXKUQUq/Tax2cMRVnc65BnXKUQUq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/backoff/backoff.go
2025-08-20T18:58:43.4731587Z [00:02:20.220]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T18:58:43.4768583Z [00:02:20.224]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T18:58:43.4777223Z [00:02:20.225]➜  text/template
2025-08-20T18:58:43.4777508Z [00:02:20.225]➜  mkdir -p $WORK/b262/
2025-08-20T18:58:43.4782668Z [00:02:20.226]➜  cat >/tmp/go-build693841089/b262/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4783034Z [00:02:20.226]➜  # import config
2025-08-20T18:58:43.4783383Z [00:02:20.226]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.4783813Z [00:02:20.226]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.4784256Z [00:02:20.226]➜  packagefile internal/fmtsort=/tmp/go-build693841089/b036/_pkg_.a
2025-08-20T18:58:43.4784828Z [00:02:20.226]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.4785315Z [00:02:20.226]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:43.4785723Z [00:02:20.226]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:43.4786152Z [00:02:20.226]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:43.4786554Z [00:02:20.226]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:43.4786946Z [00:02:20.226]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:43.4787374Z [00:02:20.226]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:43.4787811Z [00:02:20.226]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:43.4788584Z [00:02:20.226]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:43.4789071Z [00:02:20.226]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.4789480Z [00:02:20.226]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.4789935Z [00:02:20.226]➜  packagefile text/template/parse=/tmp/go-build693841089/b263/_pkg_.a
2025-08-20T18:58:43.4790420Z [00:02:20.226]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:43.4790869Z [00:02:20.226]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.4791195Z [00:02:20.226]➜  EOF
2025-08-20T18:58:43.4793325Z [00:02:20.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b262=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/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-20T18:58:43.4814503Z [00:02:20.229]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T18:58:43.4815386Z [00:02:20.229]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/3e/3e3da23bf67974d928f96e5276de069999122803ffd530c78b193ff311a79f2e-d # internal
2025-08-20T18:58:43.4845429Z [00:02:20.231]➜  google.golang.org/grpc/encoding
2025-08-20T18:58:43.4845841Z [00:02:20.231]➜  mkdir -p $WORK/b279/
2025-08-20T18:58:43.4846222Z [00:02:20.231]➜  cat >/tmp/go-build693841089/b279/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4846565Z [00:02:20.231]➜  # import config
2025-08-20T18:58:43.4847126Z [00:02:20.231]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build693841089/b280/_pkg_.a
2025-08-20T18:58:43.4847647Z [00:02:20.231]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.4848080Z [00:02:20.231]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.4848389Z [00:02:20.231]➜  EOF
2025-08-20T18:58:43.4850200Z [00:02:20.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/encoding=>google.golang.org/grpc@v1.65.0/encoding;$WORK/b279=>" -p google.golang.org/grpc/encoding -lang=go1.21 -complete -installsuffix shared -buildid p3Jf-221AFMXKrMsCLj9/p3Jf-221AFMXKrMsCLj9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/encoding/encoding.go
2025-08-20T18:58:43.4871275Z [00:02:20.234]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T18:58:43.4902026Z [00:02:20.238]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/a3/a3eb3a6ed651f01a42c176e77beeaab4b2a092456678ab63ade7aa9a0ae0528f-d # internal
2025-08-20T18:58:43.4905600Z [00:02:20.238]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T18:58:43.4905974Z [00:02:20.238]➜  mkdir -p $WORK/b284/
2025-08-20T18:58:43.4908264Z [00:02:20.238]➜  cat >/tmp/go-build693841089/b284/importcfg << 'EOF' # internal
2025-08-20T18:58:43.4908890Z [00:02:20.238]➜  # import config
2025-08-20T18:58:43.4909834Z [00:02:20.238]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:43.4910263Z [00:02:20.238]➜  EOF
2025-08-20T18:58:43.4912311Z [00:02:20.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/balancerload=>google.golang.org/grpc@v1.65.0/internal/balancerload;$WORK/b284=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.21 -complete -installsuffix shared -buildid CLGdP8Nj7PquXVvSWN_-/CLGdP8Nj7PquXVvSWN_- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/balancerload/load.go
2025-08-20T18:58:43.5027163Z [00:02:20.250]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T18:58:43.5029493Z [00:02:20.250]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/e8/e86651fd1cf2ca262a942af738d37fb19eef452f0046e93f16375285d4b624fb-d # internal
2025-08-20T18:58:43.5036086Z [00:02:20.251]➜  google.golang.org/grpc/encoding/proto
2025-08-20T18:58:43.5037367Z [00:02:20.251]➜  mkdir -p $WORK/b281/
2025-08-20T18:58:43.5038745Z [00:02:20.251]➜  cat >/tmp/go-build693841089/b281/importcfg << 'EOF' # internal
2025-08-20T18:58:43.5041217Z [00:02:20.251]➜  # import config
2025-08-20T18:58:43.5041626Z [00:02:20.251]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.5042135Z [00:02:20.251]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build693841089/b279/_pkg_.a
2025-08-20T18:58:43.5042723Z [00:02:20.251]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:43.5043340Z [00:02:20.251]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build693841089/b131/_pkg_.a
2025-08-20T18:58:43.5043763Z [00:02:20.251]➜  EOF
2025-08-20T18:58:43.5053488Z [00:02:20.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/encoding/proto=>google.golang.org/grpc@v1.65.0/encoding/proto;$WORK/b281=>" -p google.golang.org/grpc/encoding/proto -lang=go1.21 -complete -installsuffix shared -buildid mlpHr060Aq-6T9T65NA9/mlpHr060Aq-6T9T65NA9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/encoding/proto/proto.go
2025-08-20T18:58:43.5063360Z [00:02:20.254]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T18:58:43.5066911Z [00:02:20.254]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/90/90bbab0ca4ef22398bdbe2bc54d3f28f1e038fdcad97646b11deff4fc10a9592-d # internal
2025-08-20T18:58:43.5082997Z [00:02:20.256]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T18:58:43.5083666Z [00:02:20.256]➜  mkdir -p $WORK/b286/
2025-08-20T18:58:43.5084311Z [00:02:20.256]➜  cat >/tmp/go-build693841089/b286/importcfg << 'EOF' # internal
2025-08-20T18:58:43.5085079Z [00:02:20.256]➜  # import config
2025-08-20T18:58:43.5085778Z [00:02:20.256]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:43.5086704Z [00:02:20.256]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:43.5087553Z [00:02:20.256]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:58:43.5088449Z [00:02:20.256]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:58:43.5089250Z [00:02:20.256]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:43.5089872Z [00:02:20.256]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.5090851Z [00:02:20.256]➜  EOF
2025-08-20T18:58:43.5092973Z [00:02:20.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.65.0/binarylog/grpc_binarylog_v1;$WORK/b286=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.21 -complete -installsuffix shared -buildid mbbLxzt-gZ969LrEc-gx/mbbLxzt-gZ969LrEc-gx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T18:58:43.5293027Z [00:02:20.277]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T18:58:43.5293788Z [00:02:20.277]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/c9/c9a333477788f46218d1bf5ac9d1f1d2cf54644784243ecd4fd02753f968d31f-d # internal
2025-08-20T18:58:43.5298631Z [00:02:20.277]➜  google.golang.org/grpc/internal/buffer
2025-08-20T18:58:43.5299464Z [00:02:20.277]➜  mkdir -p $WORK/b288/
2025-08-20T18:58:43.5306525Z [00:02:20.277]➜  cat >/tmp/go-build693841089/b288/importcfg << 'EOF' # internal
2025-08-20T18:58:43.5306950Z [00:02:20.278]➜  # import config
2025-08-20T18:58:43.5307296Z [00:02:20.278]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.5307715Z [00:02:20.278]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.5308021Z [00:02:20.278]➜  EOF
2025-08-20T18:58:43.5309974Z [00:02:20.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/buffer=>google.golang.org/grpc@v1.65.0/internal/buffer;$WORK/b288=>" -p google.golang.org/grpc/internal/buffer -lang=go1.21 -complete -installsuffix shared -buildid OPvVnsUzJmmXKpDOillL/OPvVnsUzJmmXKpDOillL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/buffer/unbounded.go
2025-08-20T18:58:43.5443963Z [00:02:20.292]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T18:58:43.5449241Z [00:02:20.292]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/fb/fbf00dc471636eba704bdf0de6cd72df116faa680276a0de87212802064877e9-d # internal
2025-08-20T18:58:43.5526571Z [00:02:20.300]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T18:58:43.5527291Z [00:02:20.300]➜  mkdir -p $WORK/b287/
2025-08-20T18:58:43.5528359Z [00:02:20.300]➜  cat >/tmp/go-build693841089/b287/importcfg << 'EOF' # internal
2025-08-20T18:58:43.5528713Z [00:02:20.300]➜  # import config
2025-08-20T18:58:43.5529594Z [00:02:20.300]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:43.5530156Z [00:02:20.300]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build693841089/b288/_pkg_.a
2025-08-20T18:58:43.5530828Z [00:02:20.300]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.5531374Z [00:02:20.300]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:43.5531719Z [00:02:20.300]➜  EOF
2025-08-20T18:58:43.5542380Z [00:02:20.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcsync=>google.golang.org/grpc@v1.65.0/internal/grpcsync;$WORK/b287=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.21 -complete -installsuffix shared -buildid x5NOC53DGOumss3gc9Tq/x5NOC53DGOumss3gc9Tq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcsync/oncefunc.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/grpcsync/pubsub.go
2025-08-20T18:58:43.5770199Z [00:02:20.324]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T18:58:43.5774094Z [00:02:20.325]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/8b/8b2881fcf3161c067e64171a053acef07a5376694804ffa19bdb047b6f29b7b9-d # internal
2025-08-20T18:58:43.5779277Z [00:02:20.325]➜  google.golang.org/grpc/internal/idle
2025-08-20T18:58:43.5781631Z [00:02:20.325]➜  mkdir -p $WORK/b289/
2025-08-20T18:58:43.5782500Z [00:02:20.326]➜  cat >/tmp/go-build693841089/b289/importcfg << 'EOF' # internal
2025-08-20T18:58:43.5786011Z [00:02:20.326]➜  # import config
2025-08-20T18:58:43.5786429Z [00:02:20.326]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.5786838Z [00:02:20.326]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:43.5787277Z [00:02:20.326]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.5787706Z [00:02:20.326]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:43.5788131Z [00:02:20.326]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.5788434Z [00:02:20.326]➜  EOF
2025-08-20T18:58:43.5790650Z [00:02:20.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/idle=>google.golang.org/grpc@v1.65.0/internal/idle;$WORK/b289=>" -p google.golang.org/grpc/internal/idle -lang=go1.21 -complete -installsuffix shared -buildid krqnSiLHMvKx4auSb9Vb/krqnSiLHMvKx4auSb9Vb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/idle/idle.go
2025-08-20T18:58:43.5817686Z [00:02:20.329]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T18:58:43.5867532Z [00:02:20.334]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/fb/fbd854d9da76aa210cbca097a6427a9b58fd55871a94c098d9c3da385089a2a7-d # internal
2025-08-20T18:58:43.5885162Z [00:02:20.336]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T18:58:43.5885598Z [00:02:20.336]➜  mkdir -p $WORK/b285/
2025-08-20T18:58:43.5887103Z [00:02:20.336]➜  cat >/tmp/go-build693841089/b285/importcfg << 'EOF' # internal
2025-08-20T18:58:43.5887540Z [00:02:20.336]➜  # import config
2025-08-20T18:58:43.5887914Z [00:02:20.336]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:43.5888339Z [00:02:20.336]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:43.5888792Z [00:02:20.336]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:43.5889235Z [00:02:20.336]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.5889639Z [00:02:20.336]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.5890672Z [00:02:20.336]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build693841089/b286/_pkg_.a
2025-08-20T18:58:43.5891318Z [00:02:20.336]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:43.5891933Z [00:02:20.336]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build693841089/b280/_pkg_.a
2025-08-20T18:58:43.5892541Z [00:02:20.336]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:43.5893122Z [00:02:20.336]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:43.5893701Z [00:02:20.336]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:43.5894365Z [00:02:20.336]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:58:43.5895287Z [00:02:20.336]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:58:43.5895855Z [00:02:20.336]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.5896252Z [00:02:20.336]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:43.5896641Z [00:02:20.336]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:43.5900606Z [00:02:20.336]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:43.5902758Z [00:02:20.338]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:43.5903614Z [00:02:20.338]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.5905158Z [00:02:20.338]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.5905609Z [00:02:20.338]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:43.5906032Z [00:02:20.338]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.5906334Z [00:02:20.338]➜  EOF
2025-08-20T18:58:43.5909894Z [00:02:20.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/binarylog=>google.golang.org/grpc@v1.65.0/internal/binarylog;$WORK/b285=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.21 -complete -installsuffix shared -buildid LUG4y8DZC66E8hyaQCvV/LUG4y8DZC66E8hyaQCvV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/binarylog/sink.go
2025-08-20T18:58:43.6131520Z [00:02:20.360]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T18:58:43.6133107Z [00:02:20.361]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/92/929bf1da6c8f93c95cce27e8fc5f52aa6cb548289154e1c6dd0a23520a8249ed-d # internal
2025-08-20T18:58:43.6136881Z [00:02:20.361]➜  golang.org/x/text/transform
2025-08-20T18:58:43.6137426Z [00:02:20.361]➜  mkdir -p $WORK/b301/
2025-08-20T18:58:43.6139740Z [00:02:20.361]➜  cat >/tmp/go-build693841089/b301/importcfg << 'EOF' # internal
2025-08-20T18:58:43.6140150Z [00:02:20.361]➜  # import config
2025-08-20T18:58:43.6140490Z [00:02:20.361]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.6142833Z [00:02:20.362]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.6143271Z [00:02:20.362]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.6143699Z [00:02:20.362]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.6144033Z [00:02:20.362]➜  EOF
2025-08-20T18:58:43.6145938Z [00:02:20.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/transform=>golang.org/x/text@v0.21.0/transform;$WORK/b301=>" -p golang.org/x/text/transform -lang=go1.18 -complete -installsuffix shared -buildid VvG8fWGXdHkE7wpNsiam/VvG8fWGXdHkE7wpNsiam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/transform/transform.go
2025-08-20T18:58:43.6722326Z [00:02:20.419]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T18:58:43.6727271Z [00:02:20.420]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/e3/e364833d2385edd0d8c0b04e67a3c4e10ab0a7c6d4e9bb106b0fff711ae10cb6-d # internal
2025-08-20T18:58:43.6844217Z [00:02:20.432]➜  golang.org/x/text/unicode/bidi
2025-08-20T18:58:43.6845232Z [00:02:20.432]➜  mkdir -p $WORK/b302/
2025-08-20T18:58:43.6845979Z [00:02:20.432]➜  cat >/tmp/go-build693841089/b302/importcfg << 'EOF' # internal
2025-08-20T18:58:43.6846560Z [00:02:20.432]➜  # import config
2025-08-20T18:58:43.6847048Z [00:02:20.432]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.6847665Z [00:02:20.432]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:43.6848373Z [00:02:20.432]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.6848881Z [00:02:20.432]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:43.6849739Z [00:02:20.432]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:43.6850174Z [00:02:20.432]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.6850505Z [00:02:20.432]➜  EOF
2025-08-20T18:58:43.6878635Z [00:02:20.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/bidi=>golang.org/x/text@v0.21.0/unicode/bidi;$WORK/b302=>" -p golang.org/x/text/unicode/bidi -lang=go1.18 -complete -installsuffix shared -buildid c88aZvJwG-IblKKsgXw6/c88aZvJwG-IblKKsgXw6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/bidi/trieval.go
2025-08-20T18:58:43.6977458Z [00:02:20.445]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T18:58:43.6997885Z [00:02:20.447]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/7e/7e4ce4276c2f706f7a7253850a85b679575bc78a29dc3423dc5f8cada87f139f-d # internal
2025-08-20T18:58:43.7067038Z [00:02:20.454]➜  golang.org/x/text/unicode/norm
2025-08-20T18:58:43.7067730Z [00:02:20.454]➜  mkdir -p $WORK/b303/
2025-08-20T18:58:43.7069216Z [00:02:20.455]➜  cat >/tmp/go-build693841089/b303/importcfg << 'EOF' # internal
2025-08-20T18:58:43.7069731Z [00:02:20.455]➜  # import config
2025-08-20T18:58:43.7070121Z [00:02:20.455]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:43.7071115Z [00:02:20.455]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.7071724Z [00:02:20.455]➜  packagefile golang.org/x/text/transform=/tmp/go-build693841089/b301/_pkg_.a
2025-08-20T18:58:43.7072268Z [00:02:20.455]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.7072791Z [00:02:20.455]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.7095960Z [00:02:20.455]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.7096379Z [00:02:20.455]➜  EOF
2025-08-20T18:58:43.7100223Z [00:02:20.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm=>golang.org/x/text@v0.21.0/unicode/norm;$WORK/b303=>" -p golang.org/x/text/unicode/norm -lang=go1.18 -complete -installsuffix shared -buildid rRiaCBwnEpY8DnJbVfzj/rRiaCBwnEpY8DnJbVfzj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/unicode/norm/trie.go
2025-08-20T18:58:43.7228294Z [00:02:20.470]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T18:58:43.7262168Z [00:02:20.474]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T18:58:43.7270905Z [00:02:20.475]➜  html/template
2025-08-20T18:58:43.7275789Z [00:02:20.475]➜  mkdir -p $WORK/b260/
2025-08-20T18:58:43.7284442Z [00:02:20.476]➜  cat >/tmp/go-build693841089/b260/importcfg << 'EOF' # internal
2025-08-20T18:58:43.7285483Z [00:02:20.476]➜  # import config
2025-08-20T18:58:43.7286568Z [00:02:20.476]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.7287031Z [00:02:20.476]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:43.7287469Z [00:02:20.476]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.7288218Z [00:02:20.476]➜  packagefile html=/tmp/go-build693841089/b261/_pkg_.a
2025-08-20T18:58:43.7288746Z [00:02:20.476]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:43.7289187Z [00:02:20.476]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.7289586Z [00:02:20.476]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:43.7289993Z [00:02:20.476]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:43.7290387Z [00:02:20.476]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:43.7290796Z [00:02:20.476]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:43.7291228Z [00:02:20.476]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:43.7291666Z [00:02:20.476]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:43.7292080Z [00:02:20.476]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:43.7292503Z [00:02:20.476]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:43.7292923Z [00:02:20.476]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:43.7293374Z [00:02:20.476]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.7293807Z [00:02:20.476]➜  packagefile text/template=/tmp/go-build693841089/b262/_pkg_.a
2025-08-20T18:58:43.7294296Z [00:02:20.476]➜  packagefile text/template/parse=/tmp/go-build693841089/b263/_pkg_.a
2025-08-20T18:58:43.7294972Z [00:02:20.476]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:43.7295712Z [00:02:20.476]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.7296045Z [00:02:20.476]➜  EOF
2025-08-20T18:58:43.7300326Z [00:02:20.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b260=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/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-20T18:58:43.8110461Z [00:02:20.558]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T18:58:43.8127463Z [00:02:20.560]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/7b/7b7a12b11ff89169e2a464ecce3cd96a9af01dd49b6e24d68189839d046d4232-d # internal
2025-08-20T18:58:43.8159450Z [00:02:20.561]➜  golang.org/x/text/secure/bidirule
2025-08-20T18:58:43.8159865Z [00:02:20.561]➜  mkdir -p $WORK/b300/
2025-08-20T18:58:43.8160244Z [00:02:20.562]➜  cat >/tmp/go-build693841089/b300/importcfg << 'EOF' # internal
2025-08-20T18:58:43.8160589Z [00:02:20.562]➜  # import config
2025-08-20T18:58:43.8160935Z [00:02:20.562]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.8161474Z [00:02:20.562]➜  packagefile golang.org/x/text/transform=/tmp/go-build693841089/b301/_pkg_.a
2025-08-20T18:58:43.8162068Z [00:02:20.562]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build693841089/b302/_pkg_.a
2025-08-20T18:58:43.8162580Z [00:02:20.562]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:43.8162909Z [00:02:20.562]➜  EOF
2025-08-20T18:58:43.8165508Z [00:02:20.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/secure/bidirule=>golang.org/x/text@v0.21.0/secure/bidirule;$WORK/b300=>" -p golang.org/x/text/secure/bidirule -lang=go1.18 -complete -installsuffix shared -buildid 9-pBhPaWJ2OZWETS2szj/9-pBhPaWJ2OZWETS2szj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T18:58:43.8448920Z [00:02:20.592]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T18:58:43.8456422Z [00:02:20.593]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/94/94ed638302bca7ffa9001927586d3114966d798dbc6576be299ca9af389eefa6-d # internal
2025-08-20T18:58:43.8459384Z [00:02:20.593]➜  golang.org/x/net/http2/hpack
2025-08-20T18:58:43.8462010Z [00:02:20.594]➜  mkdir -p $WORK/b304/
2025-08-20T18:58:43.8465435Z [00:02:20.594]➜  cat >/tmp/go-build693841089/b304/importcfg << 'EOF' # internal
2025-08-20T18:58:43.8466666Z [00:02:20.594]➜  # import config
2025-08-20T18:58:43.8467391Z [00:02:20.594]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:43.8468157Z [00:02:20.594]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:43.8469058Z [00:02:20.594]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.8469505Z [00:02:20.594]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:43.8469916Z [00:02:20.594]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:43.8470678Z [00:02:20.594]➜  EOF
2025-08-20T18:58:43.8473408Z [00:02:20.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/hpack=>golang.org/x/net@v0.33.0/http2/hpack;$WORK/b304=>" -p golang.org/x/net/http2/hpack -lang=go1.18 -complete -installsuffix shared -buildid gQg1abXt4AMRFP1jw1_2/gQg1abXt4AMRFP1jw1_2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/hpack/tables.go
2025-08-20T18:58:43.9967422Z [00:02:20.742]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T18:58:43.9968129Z [00:02:20.743]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/37/37b1f1580024d701ad78809653564f02309599cba293c1e3314175e9f4169e3d-d # internal
2025-08-20T18:58:43.9968762Z [00:02:20.744]➜  google.golang.org/grpc/internal/syscall
2025-08-20T18:58:43.9969643Z [00:02:20.745]➜  mkdir -p $WORK/b305/
2025-08-20T18:58:43.9978135Z [00:02:20.745]➜  cat >/tmp/go-build693841089/b305/importcfg << 'EOF' # internal
2025-08-20T18:58:43.9978514Z [00:02:20.745]➜  # import config
2025-08-20T18:58:43.9978848Z [00:02:20.745]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:43.9979352Z [00:02:20.745]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:43.9979927Z [00:02:20.745]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:43.9980407Z [00:02:20.745]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:43.9980816Z [00:02:20.745]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:43.9981226Z [00:02:20.745]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:43.9981544Z [00:02:20.745]➜  EOF
2025-08-20T18:58:43.9983820Z [00:02:20.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/syscall=>google.golang.org/grpc@v1.65.0/internal/syscall;$WORK/b305=>" -p google.golang.org/grpc/internal/syscall -lang=go1.21 -complete -installsuffix shared -buildid aed-DAJBbqWDCV9uftQC/aed-DAJBbqWDCV9uftQC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/syscall/syscall_linux.go
2025-08-20T18:58:44.0053372Z [00:02:20.753]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T18:58:44.0123381Z [00:02:20.760]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T18:58:44.0124554Z [00:02:20.760]➜  google.golang.org/grpc/keepalive
2025-08-20T18:58:44.0126473Z [00:02:20.760]➜  mkdir -p $WORK/b306/
2025-08-20T18:58:44.0127385Z [00:02:20.760]➜  cat >/tmp/go-build693841089/b306/importcfg << 'EOF' # internal
2025-08-20T18:58:44.0127751Z [00:02:20.760]➜  # import config
2025-08-20T18:58:44.0128083Z [00:02:20.760]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.0128390Z [00:02:20.760]➜  EOF
2025-08-20T18:58:44.0130230Z [00:02:20.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/keepalive=>google.golang.org/grpc@v1.65.0/keepalive;$WORK/b306=>" -p google.golang.org/grpc/keepalive -lang=go1.21 -complete -installsuffix shared -buildid d_k9LAHVgsFUaY0kSD5d/d_k9LAHVgsFUaY0kSD5d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/keepalive/keepalive.go
2025-08-20T18:58:44.0255264Z [00:02:20.773]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T18:58:44.0296461Z [00:02:20.777]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/b0/b0986addeff3dd3d7f4674d8b106e02aa60c6ffc7c052b03a0289708baf54c54-d # internal
2025-08-20T18:58:44.0298237Z [00:02:20.777]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T18:58:44.0300699Z [00:02:20.777]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/74/748c600be1e86784f63af93c509038e3e00d1b4b4bf50aab172789869e78c18c-d # internal
2025-08-20T18:58:44.0319928Z [00:02:20.780]➜  google.golang.org/grpc/stats
2025-08-20T18:58:44.0320597Z [00:02:20.780]➜  mkdir -p $WORK/b308/
2025-08-20T18:58:44.0330647Z [00:02:20.781]➜  cat >/tmp/go-build693841089/b308/importcfg << 'EOF' # internal
2025-08-20T18:58:44.0331321Z [00:02:20.781]➜  # import config
2025-08-20T18:58:44.0332075Z [00:02:20.781]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.0332869Z [00:02:20.781]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:44.0333507Z [00:02:20.781]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.0336345Z [00:02:20.781]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.0336695Z [00:02:20.781]➜  EOF
2025-08-20T18:58:44.0338720Z [00:02:20.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/stats=>google.golang.org/grpc@v1.65.0/stats;$WORK/b308=>" -p google.golang.org/grpc/stats -lang=go1.21 -complete -installsuffix shared -buildid eK3vFi4N1uQ2zqM0NyOR/eK3vFi4N1uQ2zqM0NyOR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/stats/stats.go
2025-08-20T18:58:44.0369548Z [00:02:20.784]➜  golang.org/x/net/idna
2025-08-20T18:58:44.0370359Z [00:02:20.784]➜  mkdir -p $WORK/b299/
2025-08-20T18:58:44.0372006Z [00:02:20.784]➜  cat >/tmp/go-build693841089/b299/importcfg << 'EOF' # internal
2025-08-20T18:58:44.0372504Z [00:02:20.784]➜  # import config
2025-08-20T18:58:44.0373116Z [00:02:20.784]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.0374528Z [00:02:20.784]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build693841089/b300/_pkg_.a
2025-08-20T18:58:44.0375313Z [00:02:20.784]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build693841089/b302/_pkg_.a
2025-08-20T18:58:44.0375893Z [00:02:20.784]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build693841089/b303/_pkg_.a
2025-08-20T18:58:44.0376376Z [00:02:20.784]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:44.0377122Z [00:02:20.784]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.0377650Z [00:02:20.784]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:44.0377981Z [00:02:20.784]➜  EOF
2025-08-20T18:58:44.0380887Z [00:02:20.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/idna=>golang.org/x/net@v0.33.0/idna;$WORK/b299=>" -p golang.org/x/net/idna -lang=go1.18 -complete -installsuffix shared -buildid E7iZz1uPrR75H9lref8y/E7iZz1uPrR75H9lref8y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/idna/trieval.go
2025-08-20T18:58:44.0554367Z [00:02:20.803]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T18:58:44.0557668Z [00:02:20.803]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/03/032d61d968b6c7b7eeddc07d8c82e71397ed4ba0253782b28c65cc739e14ecf8-d # internal
2025-08-20T18:58:44.0564705Z [00:02:20.804]➜  google.golang.org/grpc/tap
2025-08-20T18:58:44.0565496Z [00:02:20.804]➜  mkdir -p $WORK/b309/
2025-08-20T18:58:44.0570140Z [00:02:20.804]➜  cat >/tmp/go-build693841089/b309/importcfg << 'EOF' # internal
2025-08-20T18:58:44.0575847Z [00:02:20.804]➜  # import config
2025-08-20T18:58:44.0576202Z [00:02:20.804]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.0576719Z [00:02:20.804]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:44.0577113Z [00:02:20.804]➜  EOF
2025-08-20T18:58:44.0578855Z [00:02:20.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/tap=>google.golang.org/grpc@v1.65.0/tap;$WORK/b309=>" -p google.golang.org/grpc/tap -lang=go1.21 -complete -installsuffix shared -buildid A4NKnQVvYGUDMDGHFVg9/A4NKnQVvYGUDMDGHFVg9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/tap/tap.go
2025-08-20T18:58:44.0669972Z [00:02:20.814]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T18:58:44.0676892Z [00:02:20.815]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/30/3039ad70c6475617fdfa14d2a8f0067a8bc45286c138cce9a9a5122a8600589f-d # internal
2025-08-20T18:58:44.0687688Z [00:02:20.816]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T18:58:44.0688531Z [00:02:20.816]➜  mkdir -p $WORK/b314/
2025-08-20T18:58:44.0691904Z [00:02:20.817]➜  cat >/tmp/go-build693841089/b314/importcfg << 'EOF' # internal
2025-08-20T18:58:44.0692451Z [00:02:20.817]➜  # import config
2025-08-20T18:58:44.0692926Z [00:02:20.817]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.0693375Z [00:02:20.817]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.0694258Z [00:02:20.817]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.0695102Z [00:02:20.817]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.0695696Z [00:02:20.817]➜  EOF
2025-08-20T18:58:44.0698198Z [00:02:20.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/dns/internal=>google.golang.org/grpc@v1.65.0/internal/resolver/dns/internal;$WORK/b314=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.21 -complete -installsuffix shared -buildid syWU6ozFlLBq_5IEYffz/syWU6ozFlLBq_5IEYffz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/dns/internal/internal.go
2025-08-20T18:58:44.0710941Z [00:02:20.819]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T18:58:44.0714844Z [00:02:20.819]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/e7/e77530e824b7fdc6b05e758325e941f5b0d7c916ddb32456b84e956cef23a2c2-d # internal
2025-08-20T18:58:44.0735784Z [00:02:20.821]➜  berty.tech/weshnet/v2/pkg/errcode
2025-08-20T18:58:44.0736394Z [00:02:20.821]➜  mkdir -p $WORK/b317/
2025-08-20T18:58:44.0743346Z [00:02:20.822]➜  cat >/tmp/go-build693841089/b317/importcfg << 'EOF' # internal
2025-08-20T18:58:44.0746402Z [00:02:20.822]➜  # import config
2025-08-20T18:58:44.0746862Z [00:02:20.822]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.0747344Z [00:02:20.822]➜  packagefile golang.org/x/xerrors=/tmp/go-build693841089/b065/_pkg_.a
2025-08-20T18:58:44.0747909Z [00:02:20.822]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:44.0748477Z [00:02:20.822]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:44.0749142Z [00:02:20.822]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:44.0749841Z [00:02:20.822]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:44.0750370Z [00:02:20.822]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.0750774Z [00:02:20.822]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:44.0751525Z [00:02:20.822]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.0751832Z [00:02:20.822]➜  EOF
2025-08-20T18:58:44.0754422Z [00:02:20.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/errcode=>berty.tech/weshnet/v2@v2.0.4/pkg/errcode;$WORK/b317=>" -p berty.tech/weshnet/v2/pkg/errcode -lang=go1.22 -complete -installsuffix shared -buildid joIW6Y5T4c8buKQHYQEa/joIW6Y5T4c8buKQHYQEa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/errcode/doc.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/errcode/errcode.pb.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/errcode/error.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/errcode/stdproto.go
2025-08-20T18:58:44.0931696Z [00:02:20.838]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T18:58:44.0932504Z [00:02:20.838]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/f9/f993ca2aa9d72b4999a3e1be032219fb9a389dc8ff96a69ba181ff1909c0eead-d # internal
2025-08-20T18:58:44.0933117Z [00:02:20.838]➜  filippo.io/edwards25519/field
2025-08-20T18:58:44.0933410Z [00:02:20.838]➜  mkdir -p $WORK/b319/
2025-08-20T18:58:44.0933715Z [00:02:20.838]➜  echo -n > $WORK/b319/go_asm.h # internal
2025-08-20T18:58:44.0934103Z [00:02:20.839]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field
2025-08-20T18:58:44.0935589Z [00:02:20.839]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field=>filippo.io/edwards25519@v1.0.0/field;$WORK/b319=>" -I $WORK/b319/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b319/symabis ./fe_arm64.s
2025-08-20T18:58:44.0961478Z [00:02:20.843]➜  cat >/tmp/go-build693841089/b319/importcfg << 'EOF' # internal
2025-08-20T18:58:44.0962044Z [00:02:20.844]➜  # import config
2025-08-20T18:58:44.0962534Z [00:02:20.844]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:44.0963128Z [00:02:20.844]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.0963678Z [00:02:20.844]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.0964229Z [00:02:20.844]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:44.0964743Z [00:02:20.844]➜  EOF
2025-08-20T18:58:44.0987847Z [00:02:20.846]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:44.0991275Z [00:02:20.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field=>filippo.io/edwards25519@v1.0.0/field;$WORK/b319=>" -p filippo.io/edwards25519/field -lang=go1.17 -installsuffix shared -buildid UvI1MJp8pZb5zX4psj8y/UvI1MJp8pZb5zX4psj8y -goversion go1.25.0 -symabis $WORK/b319/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack -asmhdr $WORK/b319/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field/fe_amd64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field/fe_arm64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field/fe_generic.go
2025-08-20T18:58:44.1626462Z [00:02:20.910]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field
2025-08-20T18:58:44.1627879Z [00:02:20.910]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/field=>filippo.io/edwards25519@v1.0.0/field;$WORK/b319=>" -I $WORK/b319/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b319/fe_arm64.o ./fe_arm64.s
2025-08-20T18:58:44.1656154Z [00:02:20.913]➜  go tool pack r $WORK/b319/_pkg_.a $WORK/b319/fe_arm64.o # internal
2025-08-20T18:58:44.1658403Z [00:02:20.913]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T18:58:44.1667873Z [00:02:20.914]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/87/879e20652a82223a5791fa4bd27a30ff7202ece0ae306170248d13995fc652ff-d # internal
2025-08-20T18:58:44.1672189Z [00:02:20.915]➜  filippo.io/edwards25519
2025-08-20T18:58:44.1672525Z [00:02:20.915]➜  mkdir -p $WORK/b318/
2025-08-20T18:58:44.1676635Z [00:02:20.915]➜  cat >/tmp/go-build693841089/b318/importcfg << 'EOF' # internal
2025-08-20T18:58:44.1677643Z [00:02:20.915]➜  # import config
2025-08-20T18:58:44.1678460Z [00:02:20.915]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:44.1679006Z [00:02:20.915]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.1679458Z [00:02:20.915]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.1679959Z [00:02:20.915]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build693841089/b319/_pkg_.a
2025-08-20T18:58:44.1680446Z [00:02:20.915]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.1680753Z [00:02:20.915]➜  EOF
2025-08-20T18:58:44.1681054Z [00:02:20.915]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:44.1688711Z [00:02:20.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.0.0=>filippo.io/edwards25519@v1.0.0;$WORK/b318=>" -p filippo.io/edwards25519 -lang=go1.17 -complete -installsuffix shared -buildid g1Go_Ka-wrkVjBCVHEUR/g1Go_Ka-wrkVjBCVHEUR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.0.0/tables.go
2025-08-20T18:58:44.1992284Z [00:02:20.946]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T18:58:44.2006156Z [00:02:20.948]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/08/087759d2af7e4b86e83bd5057981a3cd349771f4a5f72b3b715b9a5efd14f4ae-d # internal
2025-08-20T18:58:44.2007945Z [00:02:20.948]➜  hash/adler32
2025-08-20T18:58:44.2008744Z [00:02:20.948]➜  mkdir -p $WORK/b323/
2025-08-20T18:58:44.2012003Z [00:02:20.949]➜  cat >/tmp/go-build693841089/b323/importcfg << 'EOF' # internal
2025-08-20T18:58:44.2013221Z [00:02:20.949]➜  # import config
2025-08-20T18:58:44.2014365Z [00:02:20.949]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.2015425Z [00:02:20.949]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.2015979Z [00:02:20.949]➜  packagefile internal/byteorder=/tmp/go-build693841089/b015/_pkg_.a
2025-08-20T18:58:44.2016338Z [00:02:20.949]➜  EOF
2025-08-20T18:58:44.2017772Z [00:02:20.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b323=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T18:58:44.2420299Z [00:02:20.989]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T18:58:44.2426027Z [00:02:20.990]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T18:58:44.2434814Z [00:02:20.991]➜  compress/zlib
2025-08-20T18:58:44.2437895Z [00:02:20.991]➜  mkdir -p $WORK/b322/
2025-08-20T18:58:44.2458975Z [00:02:20.993]➜  cat >/tmp/go-build693841089/b322/importcfg << 'EOF' # internal
2025-08-20T18:58:44.2459940Z [00:02:20.993]➜  # import config
2025-08-20T18:58:44.2460862Z [00:02:20.993]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:44.2461373Z [00:02:20.993]➜  packagefile compress/flate=/tmp/go-build693841089/b123/_pkg_.a
2025-08-20T18:58:44.2461851Z [00:02:20.993]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.2462768Z [00:02:20.993]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.2463183Z [00:02:20.993]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.2463580Z [00:02:20.993]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.2464008Z [00:02:20.993]➜  packagefile hash/adler32=/tmp/go-build693841089/b323/_pkg_.a
2025-08-20T18:58:44.2464427Z [00:02:20.993]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.2465168Z [00:02:20.993]➜  EOF
2025-08-20T18:58:44.2466798Z [00:02:20.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b322=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T18:58:44.2778841Z [00:02:21.025]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T18:58:44.2792737Z [00:02:21.027]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T18:58:44.2794048Z [00:02:21.027]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/67/6766c6aabcee1d9f945ef269f023f248cbf750720243f4054193beb991e85af6-d # internal
2025-08-20T18:58:44.2860095Z [00:02:21.033]➜  github.com/libp2p/go-libp2p/core/crypto/pb
2025-08-20T18:58:44.2860949Z [00:02:21.034]➜  mkdir -p $WORK/b325/
2025-08-20T18:58:44.2865077Z [00:02:21.034]➜  cat >/tmp/go-build693841089/b325/importcfg << 'EOF' # internal
2025-08-20T18:58:44.2865485Z [00:02:21.034]➜  # import config
2025-08-20T18:58:44.2865985Z [00:02:21.034]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:44.2866690Z [00:02:21.034]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:44.2867235Z [00:02:21.034]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:44.2867668Z [00:02:21.034]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.2867970Z [00:02:21.034]➜  EOF
2025-08-20T18:58:44.2890270Z [00:02:21.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/pb=>github.com/libp2p/go-libp2p@v0.34.1/core/crypto/pb;$WORK/b325=>" -p github.com/libp2p/go-libp2p/core/crypto/pb -lang=go1.21 -complete -installsuffix shared -buildid bCt3m_Ar2z6gU7B-xRKr/bCt3m_Ar2z6gU7B-xRKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/pb/crypto.pb.go
2025-08-20T18:58:44.2939326Z [00:02:21.041]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/53/538a2f7a185e6e5c0d92ab1c73161d8f9a870d7c0df93bdcaf6252656a914dee-d # internal
2025-08-20T18:58:44.2940182Z [00:02:21.041]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T18:58:44.2953824Z [00:02:21.043]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T18:58:44.2960996Z [00:02:21.044]➜  golang.org/x/net/http/httpguts
2025-08-20T18:58:44.2962660Z [00:02:21.044]➜  mkdir -p $WORK/b298/
2025-08-20T18:58:44.2971325Z [00:02:21.045]➜  cat >/tmp/go-build693841089/b298/importcfg << 'EOF' # internal
2025-08-20T18:58:44.2971873Z [00:02:21.045]➜  # import config
2025-08-20T18:58:44.2972434Z [00:02:21.045]➜  packagefile golang.org/x/net/idna=/tmp/go-build693841089/b299/_pkg_.a
2025-08-20T18:58:44.2973301Z [00:02:21.045]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.2973803Z [00:02:21.045]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:44.2974249Z [00:02:21.045]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.2974900Z [00:02:21.045]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:44.2975595Z [00:02:21.045]➜  EOF
2025-08-20T18:58:44.2977648Z [00:02:21.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/http/httpguts=>golang.org/x/net@v0.33.0/http/httpguts;$WORK/b298=>" -p golang.org/x/net/http/httpguts -lang=go1.18 -complete -installsuffix shared -buildid gDlH5zASXDlVrRfcauH1/gDlH5zASXDlVrRfcauH1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http/httpguts/httplex.go
2025-08-20T18:58:44.3005922Z [00:02:21.048]➜  github.com/decred/dcrd/dcrec/secp256k1/v4
2025-08-20T18:58:44.3006851Z [00:02:21.048]➜  mkdir -p $WORK/b321/
2025-08-20T18:58:44.3040675Z [00:02:21.052]➜  cat >/tmp/go-build693841089/b321/importcfg << 'EOF' # internal
2025-08-20T18:58:44.3041245Z [00:02:21.052]➜  # import config
2025-08-20T18:58:44.3041699Z [00:02:21.052]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:44.3042275Z [00:02:21.052]➜  packagefile compress/zlib=/tmp/go-build693841089/b322/_pkg_.a
2025-08-20T18:58:44.3044552Z [00:02:21.052]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:58:44.3045227Z [00:02:21.052]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:44.3045698Z [00:02:21.052]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:44.3046154Z [00:02:21.052]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:44.3046637Z [00:02:21.052]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:44.3047103Z [00:02:21.052]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:44.3047526Z [00:02:21.052]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.3047926Z [00:02:21.052]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.3048313Z [00:02:21.052]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.3048734Z [00:02:21.052]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:44.3049163Z [00:02:21.052]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:44.3049586Z [00:02:21.052]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.3049994Z [00:02:21.052]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.3050544Z [00:02:21.052]➜  EOF
2025-08-20T18:58:44.3056506Z [00:02:21.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0=>github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0;$WORK/b321=>" -p github.com/decred/dcrd/dcrec/secp256k1/v4 -lang=go1.17 -complete -installsuffix shared -buildid PzElwAogn_TzhHRHsHaK/PzElwAogn_TzhHRHsHaK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/compressedbytepoints.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/curve.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/curve_precompute.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/doc.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/ecdh.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/ellipticadaptor.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/error.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/field.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/loadprecomputed.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/modnscalar.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/nonce.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/privkey.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/pubkey.go
2025-08-20T18:58:44.3392733Z [00:02:21.087]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T18:58:44.3405036Z [00:02:21.088]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/e9/e983643d2044e6dbaa5169f1f555b1148adfb1dc3191da049960afc1cb8eab62-d # internal
2025-08-20T18:58:44.3424815Z [00:02:21.089]➜  runtime/debug
2025-08-20T18:58:44.3425196Z [00:02:21.089]➜  mkdir -p $WORK/b327/
2025-08-20T18:58:44.3433730Z [00:02:21.091]➜  echo -n > $WORK/b327/go_asm.h # internal
2025-08-20T18:58:44.3438730Z [00:02:21.091]➜  cd /root/.go/src/runtime/debug
2025-08-20T18:58:44.3439884Z [00:02:21.091]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b327=>" -I $WORK/b327/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b327/symabis ./debug.s
2025-08-20T18:58:44.3458778Z [00:02:21.093]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T18:58:44.3469204Z [00:02:21.094]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/af/afa4fff38acb89ca30062aaaa60764631763e90c625a1cce0e0e5d9803e4c78f-d # internal
2025-08-20T18:58:44.3475132Z [00:02:21.095]➜  golang.org/x/crypto/ed25519
2025-08-20T18:58:44.3478266Z [00:02:21.095]➜  mkdir -p $WORK/b328/
2025-08-20T18:58:44.3481140Z [00:02:21.096]➜  cat >/tmp/go-build693841089/b328/importcfg << 'EOF' # internal
2025-08-20T18:58:44.3481502Z [00:02:21.096]➜  # import config
2025-08-20T18:58:44.3481870Z [00:02:21.096]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:58:44.3482298Z [00:02:21.096]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.3482815Z [00:02:21.096]➜  EOF
2025-08-20T18:58:44.3484569Z [00:02:21.096]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:44.3486801Z [00:02:21.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/ed25519=>golang.org/x/crypto@v0.31.0/ed25519;$WORK/b328=>" -p golang.org/x/crypto/ed25519 -lang=go1.20 -complete -installsuffix shared -buildid IrlB7eWTcSdGCjiNMs6x/IrlB7eWTcSdGCjiNMs6x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/ed25519/ed25519.go
2025-08-20T18:58:44.3516711Z [00:02:21.098]➜  cat >/tmp/go-build693841089/b327/importcfg << 'EOF' # internal
2025-08-20T18:58:44.3517217Z [00:02:21.098]➜  # import config
2025-08-20T18:58:44.3517648Z [00:02:21.098]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.3518108Z [00:02:21.098]➜  packagefile internal/poll=/tmp/go-build693841089/b061/_pkg_.a
2025-08-20T18:58:44.3526656Z [00:02:21.098]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:44.3527318Z [00:02:21.098]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:44.3527852Z [00:02:21.098]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:44.3528388Z [00:02:21.098]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.3528914Z [00:02:21.098]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.3529484Z [00:02:21.098]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.3529876Z [00:02:21.098]➜  EOF
2025-08-20T18:58:44.3531910Z [00:02:21.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b327=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b327/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack -asmhdr $WORK/b327/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T18:58:44.3637570Z [00:02:21.111]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T18:58:44.3642065Z [00:02:21.112]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/8a/8ad9a55b0493cac47559f5aaa59f0f9f7e5956438b0075abc6d6060058b905dd-d # internal
2025-08-20T18:58:44.3662424Z [00:02:21.114]➜  golang.org/x/crypto/pbkdf2
2025-08-20T18:58:44.3662747Z [00:02:21.114]➜  mkdir -p $WORK/b330/
2025-08-20T18:58:44.3663118Z [00:02:21.114]➜  cat >/tmp/go-build693841089/b330/importcfg << 'EOF' # internal
2025-08-20T18:58:44.3663461Z [00:02:21.114]➜  # import config
2025-08-20T18:58:44.3663812Z [00:02:21.114]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:58:44.3664240Z [00:02:21.114]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.3664542Z [00:02:21.114]➜  EOF
2025-08-20T18:58:44.3666474Z [00:02:21.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pbkdf2=>golang.org/x/crypto@v0.31.0/pbkdf2;$WORK/b330=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.20 -complete -installsuffix shared -buildid y0W-CL0aVZPPW_hg_bKl/y0W-CL0aVZPPW_hg_bKl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pbkdf2/pbkdf2.go
2025-08-20T18:58:44.3806840Z [00:02:21.128]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T18:58:44.3810450Z [00:02:21.128]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/b8/b8f9ae4403eb568969d7244f0fce92ae612bfc59e9dd7d3279c6d5499ff36e90-d # internal
2025-08-20T18:58:44.3816982Z [00:02:21.129]➜  golang.org/x/crypto/scrypt
2025-08-20T18:58:44.3823449Z [00:02:21.130]➜  mkdir -p $WORK/b329/
2025-08-20T18:58:44.3833176Z [00:02:21.131]➜  cat >/tmp/go-build693841089/b329/importcfg << 'EOF' # internal
2025-08-20T18:58:44.3838361Z [00:02:21.131]➜  # import config
2025-08-20T18:58:44.3840495Z [00:02:21.132]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:44.3840990Z [00:02:21.132]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.3841443Z [00:02:21.132]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.3841936Z [00:02:21.132]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build693841089/b330/_pkg_.a
2025-08-20T18:58:44.3842461Z [00:02:21.132]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:44.3842818Z [00:02:21.132]➜  EOF
2025-08-20T18:58:44.3844919Z [00:02:21.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/scrypt=>golang.org/x/crypto@v0.31.0/scrypt;$WORK/b329=>" -p golang.org/x/crypto/scrypt -lang=go1.20 -complete -installsuffix shared -buildid WwTSfdtxyS3_AbnbQN0b/WwTSfdtxyS3_AbnbQN0b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/scrypt/scrypt.go
2025-08-20T18:58:44.4089468Z [00:02:21.156]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T18:58:44.4118561Z [00:02:21.159]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/e1/e12cdae9c6ce9b9542078052a400a588b8c86a6c16fb3c6831e2329b53aa8d5a-d # internal
2025-08-20T18:58:44.4125612Z [00:02:21.160]➜  golang.org/x/crypto/hkdf
2025-08-20T18:58:44.4132651Z [00:02:21.161]➜  mkdir -p $WORK/b331/
2025-08-20T18:58:44.4142408Z [00:02:21.162]➜  cat >/tmp/go-build693841089/b331/importcfg << 'EOF' # internal
2025-08-20T18:58:44.4146358Z [00:02:21.162]➜  # import config
2025-08-20T18:58:44.4146738Z [00:02:21.162]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:58:44.4147176Z [00:02:21.162]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.4147587Z [00:02:21.162]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.4148007Z [00:02:21.162]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.4148307Z [00:02:21.162]➜  EOF
2025-08-20T18:58:44.4162231Z [00:02:21.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/hkdf=>golang.org/x/crypto@v0.31.0/hkdf;$WORK/b331=>" -p golang.org/x/crypto/hkdf -lang=go1.20 -complete -installsuffix shared -buildid 2yp-P9-Vcm30-z-6rDhc/2yp-P9-Vcm30-z-6rDhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/hkdf/hkdf.go
2025-08-20T18:58:44.4237069Z [00:02:21.171]➜  cd /root/.go/src/runtime/debug
2025-08-20T18:58:44.4238096Z [00:02:21.171]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b327=>" -I $WORK/b327/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b327/debug.o ./debug.s
2025-08-20T18:58:44.4260577Z [00:02:21.174]➜  go tool pack r $WORK/b327/_pkg_.a $WORK/b327/debug.o # internal
2025-08-20T18:58:44.4261033Z [00:02:21.174]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T18:58:44.4271116Z [00:02:21.175]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T18:58:44.4274341Z [00:02:21.175]➜  github.com/libp2p/go-libp2p/core/internal/catch
2025-08-20T18:58:44.4280153Z [00:02:21.175]➜  mkdir -p $WORK/b326/
2025-08-20T18:58:44.4280704Z [00:02:21.175]➜  cat >/tmp/go-build693841089/b326/importcfg << 'EOF' # internal
2025-08-20T18:58:44.4281054Z [00:02:21.175]➜  # import config
2025-08-20T18:58:44.4281381Z [00:02:21.175]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.4281806Z [00:02:21.175]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.4282195Z [00:02:21.175]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:44.4282639Z [00:02:21.175]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:44.4282970Z [00:02:21.175]➜  EOF
2025-08-20T18:58:44.4283254Z [00:02:21.175]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:44.4291830Z [00:02:21.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/internal/catch=>github.com/libp2p/go-libp2p@v0.34.1/core/internal/catch;$WORK/b326=>" -p github.com/libp2p/go-libp2p/core/internal/catch -lang=go1.21 -complete -installsuffix shared -buildid BVa0L4aU7Jb10lq0XO5N/BVa0L4aU7Jb10lq0XO5N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/internal/catch/catch.go
2025-08-20T18:58:44.4314801Z [00:02:21.179]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T18:58:44.4323256Z [00:02:21.180]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/14/1437333e4b2de392ef6caa6bd5e1ff1d238e22277ca616a36eb52dc66149d8fd-d # internal
2025-08-20T18:58:44.4351542Z [00:02:21.183]➜  golang.org/x/sys/cpu
2025-08-20T18:58:44.4352411Z [00:02:21.183]➜  mkdir -p $WORK/b333/
2025-08-20T18:58:44.4363717Z [00:02:21.184]➜  echo -n > $WORK/b333/go_asm.h # internal
2025-08-20T18:58:44.4365120Z [00:02:21.184]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu
2025-08-20T18:58:44.4376388Z [00:02:21.185]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu=>golang.org/x/sys@v0.28.0/cpu;$WORK/b333=>" -I $WORK/b333/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b333/symabis ./cpu_arm64.s
2025-08-20T18:58:44.4440927Z [00:02:21.192]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T18:58:44.4447371Z [00:02:21.192]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/8f/8f43cf98842bd5b77d5a947ecb307e5c09196ddf6ed30d3713f481db542ca98d-d # internal
2025-08-20T18:58:44.4451290Z [00:02:21.193]➜  database/sql/driver
2025-08-20T18:58:44.4456080Z [00:02:21.193]➜  mkdir -p $WORK/b335/
2025-08-20T18:58:44.4458153Z [00:02:21.193]➜  cat >/tmp/go-build693841089/b335/importcfg << 'EOF' # internal
2025-08-20T18:58:44.4459025Z [00:02:21.193]➜  # import config
2025-08-20T18:58:44.4459601Z [00:02:21.193]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.4461413Z [00:02:21.193]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.4461983Z [00:02:21.193]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.4463418Z [00:02:21.193]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:44.4464896Z [00:02:21.193]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.4465413Z [00:02:21.193]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.4465729Z [00:02:21.193]➜  EOF
2025-08-20T18:58:44.4466016Z [00:02:21.194]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:44.4467850Z [00:02:21.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b335=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T18:58:44.4469501Z [00:02:21.194]➜  cat >/tmp/go-build693841089/b333/importcfg << 'EOF' # internal
2025-08-20T18:58:44.4469863Z [00:02:21.194]➜  # import config
2025-08-20T18:58:44.4470199Z [00:02:21.194]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.4470601Z [00:02:21.194]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.4470991Z [00:02:21.194]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:44.4471392Z [00:02:21.194]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:44.4471821Z [00:02:21.194]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.4472239Z [00:02:21.194]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.4472656Z [00:02:21.194]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:44.4472967Z [00:02:21.194]➜  EOF
2025-08-20T18:58:44.4482882Z [00:02:21.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu=>golang.org/x/sys@v0.28.0/cpu;$WORK/b333=>" -p golang.org/x/sys/cpu -lang=go1.18 -installsuffix shared -buildid lKarlZcxfwXa-p1Psq-t/lKarlZcxfwXa-p1Psq-t -goversion go1.25.0 -symabis $WORK/b333/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack -asmhdr $WORK/b333/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/cpu_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/cpu_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/proc_cpuinfo_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu/runtime_auxv_go121.go
2025-08-20T18:58:44.4681018Z [00:02:21.215]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T18:58:44.5134341Z [00:02:21.261]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/a1/a17766246d1d2e2f0c3f8fbe97898ef54492fc93f6b41085d77575b816aaf047-d # internal
2025-08-20T18:58:44.5152239Z [00:02:21.261]➜  net/http/httptrace
2025-08-20T18:58:44.5152566Z [00:02:21.261]➜  mkdir -p $WORK/b253/
2025-08-20T18:58:44.5152945Z [00:02:21.261]➜  cat >/tmp/go-build693841089/b253/importcfg << 'EOF' # internal
2025-08-20T18:58:44.5153288Z [00:02:21.261]➜  # import config
2025-08-20T18:58:44.5153665Z [00:02:21.261]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.5154105Z [00:02:21.261]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:58:44.5154576Z [00:02:21.261]➜  packagefile internal/nettrace=/tmp/go-build693841089/b087/_pkg_.a
2025-08-20T18:58:44.5155214Z [00:02:21.261]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.5155651Z [00:02:21.261]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:44.5156473Z [00:02:21.261]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:44.5156892Z [00:02:21.261]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.5157196Z [00:02:21.261]➜  EOF
2025-08-20T18:58:44.5158746Z [00:02:21.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b253=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid qyMc7Yswl5l5voR34iMf/qyMc7Yswl5l5voR34iMf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T18:58:44.5200126Z [00:02:21.267]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu
2025-08-20T18:58:44.5204741Z [00:02:21.268]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.28.0/cpu=>golang.org/x/sys@v0.28.0/cpu;$WORK/b333=>" -I $WORK/b333/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b333/cpu_arm64.o ./cpu_arm64.s
2025-08-20T18:58:44.5217417Z [00:02:21.269]➜  go tool pack r $WORK/b333/_pkg_.a $WORK/b333/cpu_arm64.o # internal
2025-08-20T18:58:44.5220234Z [00:02:21.269]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T18:58:44.5234840Z [00:02:21.271]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/b0/b0e3f06c2d6ae9d50d953bedf03ca8350501950030d27a7ab5f3cdf796196af1-d # internal
2025-08-20T18:58:44.5253315Z [00:02:21.273]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T18:58:44.5261072Z [00:02:21.274]➜  google.golang.org/grpc/internal/credentials
2025-08-20T18:58:44.5267100Z [00:02:21.274]➜  mkdir -p $WORK/b271/
2025-08-20T18:58:44.5269697Z [00:02:21.275]➜  cat >/tmp/go-build693841089/b271/importcfg << 'EOF' # internal
2025-08-20T18:58:44.5271407Z [00:02:21.275]➜  # import config
2025-08-20T18:58:44.5272399Z [00:02:21.275]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.5273124Z [00:02:21.275]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:58:44.5273963Z [00:02:21.275]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:58:44.5274932Z [00:02:21.275]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.5276872Z [00:02:21.275]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.5277477Z [00:02:21.275]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:44.5278630Z [00:02:21.275]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:44.5279273Z [00:02:21.275]➜  EOF
2025-08-20T18:58:44.5285529Z [00:02:21.275]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:44.5288864Z [00:02:21.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/credentials=>google.golang.org/grpc@v1.65.0/internal/credentials;$WORK/b271=>" -p google.golang.org/grpc/internal/credentials -lang=go1.21 -complete -installsuffix shared -buildid X5bFS_vp5kbkmeHc70Nb/X5bFS_vp5kbkmeHc70Nb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/credentials/util.go
2025-08-20T18:58:44.5322332Z [00:02:21.280]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T18:58:44.5375277Z [00:02:21.285]➜  golang.org/x/crypto/sha3
2025-08-20T18:58:44.5376433Z [00:02:21.285]➜  mkdir -p $WORK/b332/
2025-08-20T18:58:44.5378328Z [00:02:21.285]➜  cat >/tmp/go-build693841089/b332/importcfg << 'EOF' # internal
2025-08-20T18:58:44.5378876Z [00:02:21.285]➜  # import config
2025-08-20T18:58:44.5379532Z [00:02:21.285]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:44.5381186Z [00:02:21.285]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:44.5381965Z [00:02:21.285]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:44.5382655Z [00:02:21.285]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.5383370Z [00:02:21.285]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.5384057Z [00:02:21.285]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build693841089/b333/_pkg_.a
2025-08-20T18:58:44.5386646Z [00:02:21.285]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.5389021Z [00:02:21.285]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.5389449Z [00:02:21.285]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:44.5389769Z [00:02:21.285]➜  EOF
2025-08-20T18:58:44.5394524Z [00:02:21.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3=>golang.org/x/crypto@v0.31.0/sha3;$WORK/b332=>" -p golang.org/x/crypto/sha3 -lang=go1.20 -complete -installsuffix shared -buildid jFmgWP1Mm-dIUjZyng8Y/jFmgWP1Mm-dIUjZyng8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3/keccakf.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/sha3/shake_noasm.go
2025-08-20T18:58:44.5588822Z [00:02:21.306]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T18:58:44.5591950Z [00:02:21.307]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T18:58:44.5596098Z [00:02:21.307]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/e4/e4e5473cd2f674cd8b680a8ef8b5746215b197e622e1cdef275408995af45dcc-d # internal
2025-08-20T18:58:44.5596767Z [00:02:21.307]➜  net/http/internal/httpcommon
2025-08-20T18:58:44.5597058Z [00:02:21.307]➜  mkdir -p $WORK/b256/
2025-08-20T18:58:44.5599753Z [00:02:21.308]➜  cat >/tmp/go-build693841089/b256/importcfg << 'EOF' # internal
2025-08-20T18:58:44.5600119Z [00:02:21.308]➜  # import config
2025-08-20T18:58:44.5600548Z [00:02:21.308]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T18:58:44.5601479Z [00:02:21.308]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T18:58:44.5602063Z [00:02:21.308]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.5602484Z [00:02:21.308]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.5602886Z [00:02:21.308]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.5603643Z [00:02:21.308]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build693841089/b242/_pkg_.a
2025-08-20T18:58:44.5604396Z [00:02:21.308]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build693841089/b250/_pkg_.a
2025-08-20T18:58:44.5605188Z [00:02:21.308]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:58:44.5605781Z [00:02:21.308]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:44.5606352Z [00:02:21.308]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:44.5607213Z [00:02:21.308]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:44.5615319Z [00:02:21.308]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.5615761Z [00:02:21.308]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.5616174Z [00:02:21.308]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.5616478Z [00:02:21.308]➜  EOF
2025-08-20T18:58:44.5618180Z [00:02:21.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b256=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T18:58:44.5673301Z [00:02:21.314]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/01/012edae2f1b602dda5e6f964ce801f54b8014835297bb22aba310926eb30133c-d # internal
2025-08-20T18:58:44.5674436Z [00:02:21.314]➜  github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa
2025-08-20T18:58:44.5675397Z [00:02:21.314]➜  mkdir -p $WORK/b324/
2025-08-20T18:58:44.5675827Z [00:02:21.314]➜  cat >/tmp/go-build693841089/b324/importcfg << 'EOF' # internal
2025-08-20T18:58:44.5676178Z [00:02:21.314]➜  # import config
2025-08-20T18:58:44.5676504Z [00:02:21.314]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.5677073Z [00:02:21.314]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4=/tmp/go-build693841089/b321/_pkg_.a
2025-08-20T18:58:44.5677497Z [00:02:21.314]➜  EOF
2025-08-20T18:58:44.5680215Z [00:02:21.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/ecdsa=>github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/ecdsa;$WORK/b324=>" -p github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa -lang=go1.17 -complete -installsuffix shared -buildid FKUU7vo4Ug07BbQ94e1P/FKUU7vo4Ug07BbQ94e1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/ecdsa/doc.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/ecdsa/error.go /root/go/pkg/mod/github.com/decred/dcrd/dcrec/secp256k1/v4@v4.3.0/ecdsa/signature.go
2025-08-20T18:58:44.5776265Z [00:02:21.324]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T18:58:44.5777022Z [00:02:21.324]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/cd/cda9a9cdd7496aeb349b23b5bd87fd10af91971becad3f3e41170bdaaad4792d-d # internal
2025-08-20T18:58:44.5801863Z [00:02:21.328]➜  google.golang.org/grpc/credentials
2025-08-20T18:58:44.5802663Z [00:02:21.328]➜  mkdir -p $WORK/b269/
2025-08-20T18:58:44.5807781Z [00:02:21.328]➜  cat >/tmp/go-build693841089/b269/importcfg << 'EOF' # internal
2025-08-20T18:58:44.5808366Z [00:02:21.328]➜  # import config
2025-08-20T18:58:44.5809283Z [00:02:21.328]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.5809893Z [00:02:21.328]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:58:44.5810487Z [00:02:21.328]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:58:44.5811031Z [00:02:21.328]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.5811463Z [00:02:21.328]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.5811991Z [00:02:21.328]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build693841089/b270/_pkg_.a
2025-08-20T18:58:44.5812716Z [00:02:21.328]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.5813523Z [00:02:21.328]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build693841089/b271/_pkg_.a
2025-08-20T18:58:44.5814337Z [00:02:21.328]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build693841089/b272/_pkg_.a
2025-08-20T18:58:44.5815225Z [00:02:21.328]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:44.5815852Z [00:02:21.328]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.5816408Z [00:02:21.328]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:44.5816950Z [00:02:21.328]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:44.5817377Z [00:02:21.328]➜  EOF
2025-08-20T18:58:44.5819976Z [00:02:21.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials=>google.golang.org/grpc@v1.65.0/credentials;$WORK/b269=>" -p google.golang.org/grpc/credentials -lang=go1.21 -complete -installsuffix shared -buildid ds29GDamRt0BJX3rB5OO/ds29GDamRt0BJX3rB5OO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/tls.go
2025-08-20T18:58:44.6082316Z [00:02:21.355]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T18:58:44.6097147Z [00:02:21.357]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/d5/d5e87956ad2205011bff2905630d597c6c17aa3467afc01a57ac3ede4ea6221e-d # internal
2025-08-20T18:58:44.6102226Z [00:02:21.357]➜  github.com/gofrs/uuid
2025-08-20T18:58:44.6103229Z [00:02:21.357]➜  mkdir -p $WORK/b334/
2025-08-20T18:58:44.6104079Z [00:02:21.358]➜  cat >/tmp/go-build693841089/b334/importcfg << 'EOF' # internal
2025-08-20T18:58:44.6104481Z [00:02:21.358]➜  # import config
2025-08-20T18:58:44.6104971Z [00:02:21.358]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:44.6105403Z [00:02:21.358]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:58:44.6105852Z [00:02:21.358]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:44.6106297Z [00:02:21.358]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:44.6106789Z [00:02:21.358]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:58:44.6107279Z [00:02:21.358]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.6107742Z [00:02:21.358]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:44.6108226Z [00:02:21.358]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:44.6108653Z [00:02:21.358]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.6109066Z [00:02:21.358]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.6109463Z [00:02:21.358]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.6109855Z [00:02:21.358]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.6110281Z [00:02:21.358]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.6110693Z [00:02:21.358]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.6111437Z [00:02:21.358]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.6111816Z [00:02:21.358]➜  EOF
2025-08-20T18:58:44.6114387Z [00:02:21.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gofrs/uuid@v4.3.1+incompatible=>github.com/gofrs/uuid@v4.3.1+incompatible;$WORK/b334=>" -p github.com/gofrs/uuid -lang=go1.16 -complete -installsuffix shared -buildid 9ygDOYj8EU04nPAx984C/9ygDOYj8EU04nPAx984C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/github.com/gofrs/uuid@v4.3.1+incompatible/codec.go /root/go/pkg/mod/github.com/gofrs/uuid@v4.3.1+incompatible/generator.go /root/go/pkg/mod/github.com/gofrs/uuid@v4.3.1+incompatible/sql.go /root/go/pkg/mod/github.com/gofrs/uuid@v4.3.1+incompatible/uuid.go
2025-08-20T18:58:44.6126003Z [00:02:21.360]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T18:58:44.6156177Z [00:02:21.361]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T18:58:44.6156781Z [00:02:21.362]➜  net/http
2025-08-20T18:58:44.6157024Z [00:02:21.362]➜  mkdir -p $WORK/b163/
2025-08-20T18:58:44.6157396Z [00:02:21.362]➜  cat >/tmp/go-build693841089/b163/importcfg << 'EOF' # internal
2025-08-20T18:58:44.6157739Z [00:02:21.362]➜  # import config
2025-08-20T18:58:44.6158165Z [00:02:21.362]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T18:58:44.6159186Z [00:02:21.362]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T18:58:44.6159768Z [00:02:21.362]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T18:58:44.6160272Z [00:02:21.362]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T18:58:44.6160713Z [00:02:21.362]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:44.6161137Z [00:02:21.362]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:44.6161571Z [00:02:21.362]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:44.6162040Z [00:02:21.362]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:44.6162481Z [00:02:21.362]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.6162919Z [00:02:21.362]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:44.6163372Z [00:02:21.362]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:58:44.6163828Z [00:02:21.362]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:44.6164296Z [00:02:21.362]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.6165021Z [00:02:21.362]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.6165486Z [00:02:21.362]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.6166231Z [00:02:21.362]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build693841089/b242/_pkg_.a
2025-08-20T18:58:44.6166944Z [00:02:21.362]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build693841089/b249/_pkg_.a
2025-08-20T18:58:44.6167573Z [00:02:21.362]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build693841089/b250/_pkg_.a
2025-08-20T18:58:44.6168153Z [00:02:21.362]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build693841089/b243/_pkg_.a
2025-08-20T18:58:44.6168685Z [00:02:21.363]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:44.6169117Z [00:02:21.363]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.6169515Z [00:02:21.363]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:44.6169917Z [00:02:21.363]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:44.6170315Z [00:02:21.363]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:44.6170723Z [00:02:21.363]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:44.6171140Z [00:02:21.363]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:44.6171571Z [00:02:21.363]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:44.6171985Z [00:02:21.363]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:44.6172417Z [00:02:21.363]➜  packagefile mime/multipart=/tmp/go-build693841089/b251/_pkg_.a
2025-08-20T18:58:44.6173149Z [00:02:21.363]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.6173598Z [00:02:21.363]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:58:44.6174088Z [00:02:21.363]➜  packagefile net/http/internal=/tmp/go-build693841089/b254/_pkg_.a
2025-08-20T18:58:44.6174766Z [00:02:21.363]➜  packagefile net/http/internal/ascii=/tmp/go-build693841089/b255/_pkg_.a
2025-08-20T18:58:44.6175426Z [00:02:21.363]➜  packagefile net/http/internal/httpcommon=/tmp/go-build693841089/b256/_pkg_.a
2025-08-20T18:58:44.6175942Z [00:02:21.363]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:44.6176381Z [00:02:21.363]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:44.6176784Z [00:02:21.363]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:44.6177179Z [00:02:21.363]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:44.6177616Z [00:02:21.363]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:44.6178066Z [00:02:21.363]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:44.6178488Z [00:02:21.363]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:44.6178902Z [00:02:21.363]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:44.6179307Z [00:02:21.363]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:44.6179722Z [00:02:21.363]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.6180139Z [00:02:21.363]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.6180546Z [00:02:21.363]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.6180972Z [00:02:21.363]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:44.6181394Z [00:02:21.363]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.6181800Z [00:02:21.363]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:44.6182238Z [00:02:21.363]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:44.6182567Z [00:02:21.363]➜  EOF
2025-08-20T18:58:44.6189828Z [00:02:21.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b163=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid OU2fXlafv722onzyI7nB/OU2fXlafv722onzyI7nB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/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-20T18:58:44.6234323Z [00:02:21.371]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T18:58:44.6246062Z [00:02:21.372]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/cf/cf4048a4a5494ac52aef9ffc7cead72f8333e9128d8d93ccb27b688357bed178-d # internal
2025-08-20T18:58:44.6290056Z [00:02:21.376]➜  github.com/libp2p/go-libp2p/core/crypto
2025-08-20T18:58:44.6310456Z [00:02:21.376]➜  mkdir -p $WORK/b320/
2025-08-20T18:58:44.6311273Z [00:02:21.377]➜  cat >/tmp/go-build693841089/b320/importcfg << 'EOF' # internal
2025-08-20T18:58:44.6311625Z [00:02:21.377]➜  # import config
2025-08-20T18:58:44.6311965Z [00:02:21.377]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:44.6312382Z [00:02:21.377]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:44.6312819Z [00:02:21.377]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:58:44.6313295Z [00:02:21.377]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:58:44.6313765Z [00:02:21.377]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:44.6314224Z [00:02:21.377]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:44.6317845Z [00:02:21.377]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:58:44.6318415Z [00:02:21.377]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:44.6318881Z [00:02:21.377]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:44.6319357Z [00:02:21.377]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:58:44.6319811Z [00:02:21.377]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:58:44.6320277Z [00:02:21.377]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:44.6320711Z [00:02:21.377]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.6321124Z [00:02:21.377]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.6321666Z [00:02:21.377]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4=/tmp/go-build693841089/b321/_pkg_.a
2025-08-20T18:58:44.6322388Z [00:02:21.377]➜  packagefile github.com/decred/dcrd/dcrec/secp256k1/v4/ecdsa=/tmp/go-build693841089/b324/_pkg_.a
2025-08-20T18:58:44.6323071Z [00:02:21.377]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build693841089/b325/_pkg_.a
2025-08-20T18:58:44.6323755Z [00:02:21.377]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/tmp/go-build693841089/b326/_pkg_.a
2025-08-20T18:58:44.6324391Z [00:02:21.377]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:44.6325071Z [00:02:21.377]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.6325479Z [00:02:21.377]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:44.6325885Z [00:02:21.377]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:44.6326490Z [00:02:21.377]➜  EOF
2025-08-20T18:58:44.6330221Z [00:02:21.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto=>github.com/libp2p/go-libp2p@v0.34.1/core/crypto;$WORK/b320=>" -p github.com/libp2p/go-libp2p/core/crypto -lang=go1.21 -complete -installsuffix shared -buildid F0tdYyAB9JGKHWlYJ-23/F0tdYyAB9JGKHWlYJ-23 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/ecdsa.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/ed25519.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/key.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/key_to_stdlib.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/rsa_common.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/rsa_go.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/crypto/secp256k1.go
2025-08-20T18:58:44.6414217Z [00:02:21.388]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T18:58:44.6417946Z [00:02:21.389]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/77/77c4c868ad2d88f24b220ce245d5f9e757f468e00e9a0814a12ab1ba3a2964f6-d # internal
2025-08-20T18:58:44.6439401Z [00:02:21.391]➜  google.golang.org/grpc/internal/channelz
2025-08-20T18:58:44.6440997Z [00:02:21.392]➜  mkdir -p $WORK/b268/
2025-08-20T18:58:44.6452330Z [00:02:21.393]➜  cat >/tmp/go-build693841089/b268/importcfg << 'EOF' # internal
2025-08-20T18:58:44.6452787Z [00:02:21.393]➜  # import config
2025-08-20T18:58:44.6453128Z [00:02:21.393]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.6453761Z [00:02:21.393]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:44.6454449Z [00:02:21.393]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:58:44.6455273Z [00:02:21.393]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:58:44.6455918Z [00:02:21.393]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.6456493Z [00:02:21.393]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:44.6456990Z [00:02:21.393]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.6457390Z [00:02:21.393]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:44.6457806Z [00:02:21.393]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.6458238Z [00:02:21.393]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:44.6458675Z [00:02:21.393]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:44.6459086Z [00:02:21.393]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.6459393Z [00:02:21.393]➜  EOF
2025-08-20T18:58:44.6464176Z [00:02:21.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz=>google.golang.org/grpc@v1.65.0/internal/channelz;$WORK/b268=>" -p google.golang.org/grpc/internal/channelz -lang=go1.21 -complete -installsuffix shared -buildid jwh3kPFQeXL-hOf4tYqq/jwh3kPFQeXL-hOf4tYqq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/channelz/trace.go
2025-08-20T18:58:44.6808533Z [00:02:21.428]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T18:58:44.6822507Z [00:02:21.430]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/64/642d6b79fc7e3224f8101af7437f088f7f4748d9031bab93aaced2e5230b0a9e-d # internal
2025-08-20T18:58:44.6831682Z [00:02:21.431]➜  google.golang.org/grpc/resolver
2025-08-20T18:58:44.6834405Z [00:02:21.431]➜  mkdir -p $WORK/b273/
2025-08-20T18:58:44.6844665Z [00:02:21.432]➜  cat >/tmp/go-build693841089/b273/importcfg << 'EOF' # internal
2025-08-20T18:58:44.6845910Z [00:02:21.432]➜  # import config
2025-08-20T18:58:44.6846384Z [00:02:21.432]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.6847034Z [00:02:21.432]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.6847730Z [00:02:21.432]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build693841089/b270/_pkg_.a
2025-08-20T18:58:44.6848406Z [00:02:21.432]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:58:44.6849007Z [00:02:21.432]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:44.6849606Z [00:02:21.432]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:44.6850105Z [00:02:21.432]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.6850955Z [00:02:21.432]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:44.6851374Z [00:02:21.432]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.6851683Z [00:02:21.432]➜  EOF
2025-08-20T18:58:44.6853756Z [00:02:21.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver=>google.golang.org/grpc@v1.65.0/resolver;$WORK/b273=>" -p google.golang.org/grpc/resolver -lang=go1.21 -complete -installsuffix shared -buildid CQvEgZtU-wps_15a5Nqo/CQvEgZtU-wps_15a5Nqo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver/resolver.go
2025-08-20T18:58:44.7062440Z [00:02:21.454]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T18:58:44.7077060Z [00:02:21.455]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/61/61b80f5696bacdfebcd9da78f338b983ac2573190020655fe78d7d42197001d9-d # internal
2025-08-20T18:58:44.7108666Z [00:02:21.458]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T18:58:44.7109528Z [00:02:21.458]➜  mkdir -p $WORK/b278/
2025-08-20T18:58:44.7110626Z [00:02:21.459]➜  cat >/tmp/go-build693841089/b278/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7110989Z [00:02:21.459]➜  # import config
2025-08-20T18:58:44.7111338Z [00:02:21.459]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.7111898Z [00:02:21.459]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:58:44.7112399Z [00:02:21.459]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.7112700Z [00:02:21.459]➜  EOF
2025-08-20T18:58:44.7114891Z [00:02:21.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/insecure=>google.golang.org/grpc@v1.65.0/credentials/insecure;$WORK/b278=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.21 -complete -installsuffix shared -buildid xU4CXoksVhOFSStTMM-k/xU4CXoksVhOFSStTMM-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/insecure/insecure.go
2025-08-20T18:58:44.7409162Z [00:02:21.488]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T18:58:44.7412272Z [00:02:21.489]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/dc/dc315fad2064d18b4c55a933012226cf79a7af2803f82927d367761fe471710f-d # internal
2025-08-20T18:58:44.7418677Z [00:02:21.489]➜  google.golang.org/grpc/internal/metadata
2025-08-20T18:58:44.7419038Z [00:02:21.489]➜  mkdir -p $WORK/b290/
2025-08-20T18:58:44.7424133Z [00:02:21.490]➜  cat >/tmp/go-build693841089/b290/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7424556Z [00:02:21.490]➜  # import config
2025-08-20T18:58:44.7425017Z [00:02:21.490]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.7425557Z [00:02:21.490]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:44.7426137Z [00:02:21.490]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.7426629Z [00:02:21.490]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.7426946Z [00:02:21.490]➜  EOF
2025-08-20T18:58:44.7429148Z [00:02:21.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/metadata=>google.golang.org/grpc@v1.65.0/internal/metadata;$WORK/b290=>" -p google.golang.org/grpc/internal/metadata -lang=go1.21 -complete -installsuffix shared -buildid Fn6-2AkmmPFUGzgGYhRf/Fn6-2AkmmPFUGzgGYhRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/metadata/metadata.go
2025-08-20T18:58:44.7479544Z [00:02:21.495]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T18:58:44.7484488Z [00:02:21.496]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/7b/7bbb85763d983691bf5e2d64466c0e31a68a22c4106a5a280806d121d13b714b-d # internal
2025-08-20T18:58:44.7485332Z [00:02:21.496]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T18:58:44.7486662Z [00:02:21.496]➜  mkdir -p $WORK/b293/
2025-08-20T18:58:44.7491801Z [00:02:21.497]➜  cat >/tmp/go-build693841089/b293/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7492181Z [00:02:21.497]➜  # import config
2025-08-20T18:58:44.7492548Z [00:02:21.497]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.7493066Z [00:02:21.497]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.7493461Z [00:02:21.497]➜  EOF
2025-08-20T18:58:44.7496031Z [00:02:21.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/passthrough=>google.golang.org/grpc@v1.65.0/internal/resolver/passthrough;$WORK/b293=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.21 -complete -installsuffix shared -buildid ceiXrgPrpisLf5cCSYTi/ceiXrgPrpisLf5cCSYTi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/passthrough/passthrough.go
2025-08-20T18:58:44.7679169Z [00:02:21.515]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T18:58:44.7693212Z [00:02:21.517]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T18:58:44.7699618Z [00:02:21.517]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/c9/c94c92c2dc8fbb8ea2e5db5db0d0d2fc5b51e76481ffa9b06bdccef80db9f4da-d # internal
2025-08-20T18:58:44.7701501Z [00:02:21.518]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T18:58:44.7701868Z [00:02:21.518]➜  mkdir -p $WORK/b295/
2025-08-20T18:58:44.7702242Z [00:02:21.518]➜  cat >/tmp/go-build693841089/b295/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7702607Z [00:02:21.518]➜  # import config
2025-08-20T18:58:44.7703031Z [00:02:21.518]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.7703419Z [00:02:21.518]➜  EOF
2025-08-20T18:58:44.7708433Z [00:02:21.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/networktype=>google.golang.org/grpc@v1.65.0/internal/transport/networktype;$WORK/b295=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.21 -complete -installsuffix shared -buildid sS8rSz-AubuCtyS4hHZR/sS8rSz-AubuCtyS4hHZR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/networktype/networktype.go
2025-08-20T18:58:44.7712766Z [00:02:21.519]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/82/828d6ba2de60e2c0f2e54f03cce155688ad170c0b5c55e2b9785ce6d57625e4d-d # internal
2025-08-20T18:58:44.7717504Z [00:02:21.519]➜  google.golang.org/grpc/channelz
2025-08-20T18:58:44.7717981Z [00:02:21.519]➜  mkdir -p $WORK/b267/
2025-08-20T18:58:44.7719663Z [00:02:21.519]➜  cat >/tmp/go-build693841089/b267/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7720370Z [00:02:21.519]➜  # import config
2025-08-20T18:58:44.7721220Z [00:02:21.519]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build693841089/b268/_pkg_.a
2025-08-20T18:58:44.7721877Z [00:02:21.519]➜  EOF
2025-08-20T18:58:44.7724335Z [00:02:21.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/channelz=>google.golang.org/grpc@v1.65.0/channelz;$WORK/b267=>" -p google.golang.org/grpc/channelz -lang=go1.21 -complete -installsuffix shared -buildid w1o2Pb0iXJn_6n8jEw4Y/w1o2Pb0iXJn_6n8jEw4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/channelz/channelz.go
2025-08-20T18:58:44.7727958Z [00:02:21.520]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T18:58:44.7733283Z [00:02:21.521]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/e9/e90e31a735e89af43ea60e9ccae0585bc862f456bbfff5c02463f6d47d5c2030-d # internal
2025-08-20T18:58:44.7735895Z [00:02:21.521]➜  google.golang.org/grpc/peer
2025-08-20T18:58:44.7736189Z [00:02:21.521]➜  mkdir -p $WORK/b307/
2025-08-20T18:58:44.7737832Z [00:02:21.521]➜  cat >/tmp/go-build693841089/b307/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7738216Z [00:02:21.521]➜  # import config
2025-08-20T18:58:44.7738562Z [00:02:21.521]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.7748766Z [00:02:21.521]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.7751176Z [00:02:21.521]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:58:44.7751703Z [00:02:21.522]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.7752128Z [00:02:21.522]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.7752439Z [00:02:21.522]➜  EOF
2025-08-20T18:58:44.7754158Z [00:02:21.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/peer=>google.golang.org/grpc@v1.65.0/peer;$WORK/b307=>" -p google.golang.org/grpc/peer -lang=go1.21 -complete -installsuffix shared -buildid 182ibzJcX1NzS85g7G1c/182ibzJcX1NzS85g7G1c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/peer/peer.go
2025-08-20T18:58:44.7806774Z [00:02:21.528]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T18:58:44.7807699Z [00:02:21.528]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/f8/f8f85574c3bd95d4ceec771712dcd7de6ade783e2660b9aabbe72a0f99df2be6-d # internal
2025-08-20T18:58:44.7812316Z [00:02:21.529]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T18:58:44.7812732Z [00:02:21.529]➜  mkdir -p $WORK/b294/
2025-08-20T18:58:44.7822894Z [00:02:21.530]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T18:58:44.7827334Z [00:02:21.530]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/1e/1e0f6438938307c1c9fa9bf671eb8339b9d2db9896577b8d405cc7d604adde32-d # internal
2025-08-20T18:58:44.7831922Z [00:02:21.531]➜  google.golang.org/grpc/balancer
2025-08-20T18:58:44.7832736Z [00:02:21.531]➜  mkdir -p $WORK/b266/
2025-08-20T18:58:44.7847516Z [00:02:21.532]➜  cat >/tmp/go-build693841089/b294/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7848496Z [00:02:21.532]➜  # import config
2025-08-20T18:58:44.7849231Z [00:02:21.532]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.7850619Z [00:02:21.532]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build693841089/b295/_pkg_.a
2025-08-20T18:58:44.7853730Z [00:02:21.532]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.7854206Z [00:02:21.532]➜  EOF
2025-08-20T18:58:44.7860221Z [00:02:21.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/unix=>google.golang.org/grpc@v1.65.0/internal/resolver/unix;$WORK/b294=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.21 -complete -installsuffix shared -buildid VseryOjMp0e-rO0fQx5J/VseryOjMp0e-rO0fQx5J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/unix/unix.go
2025-08-20T18:58:44.7862378Z [00:02:21.532]➜  cat >/tmp/go-build693841089/b266/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7862732Z [00:02:21.532]➜  # import config
2025-08-20T18:58:44.7863069Z [00:02:21.532]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.7863519Z [00:02:21.532]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:44.7863959Z [00:02:21.532]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.7865003Z [00:02:21.532]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build693841089/b267/_pkg_.a
2025-08-20T18:58:44.7865653Z [00:02:21.532]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:58:44.7866258Z [00:02:21.532]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:58:44.7866885Z [00:02:21.532]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.7867469Z [00:02:21.532]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:44.7868050Z [00:02:21.533]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:44.7868624Z [00:02:21.533]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.7869227Z [00:02:21.533]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:44.7869735Z [00:02:21.533]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.7870140Z [00:02:21.533]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.7870449Z [00:02:21.533]➜  EOF
2025-08-20T18:58:44.7872575Z [00:02:21.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer=>google.golang.org/grpc@v1.65.0/balancer;$WORK/b266=>" -p google.golang.org/grpc/balancer -lang=go1.21 -complete -installsuffix shared -buildid TjAlaYhlJiYU7lUYlTOJ/TjAlaYhlJiYU7lUYlTOJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/conn_state_evaluator.go
2025-08-20T18:58:44.7936034Z [00:02:21.541]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T18:58:44.7943090Z [00:02:21.542]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/6d/6d351e7b0c03aa80dda3653c48fdfb40402b8d632226127e6a2d9b5794580f1b-d # internal
2025-08-20T18:58:44.7958316Z [00:02:21.543]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T18:58:44.7959090Z [00:02:21.543]➜  mkdir -p $WORK/b313/
2025-08-20T18:58:44.7965388Z [00:02:21.544]➜  cat >/tmp/go-build693841089/b313/importcfg << 'EOF' # internal
2025-08-20T18:58:44.7965776Z [00:02:21.544]➜  # import config
2025-08-20T18:58:44.7966475Z [00:02:21.544]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.7966932Z [00:02:21.544]➜  EOF
2025-08-20T18:58:44.7968977Z [00:02:21.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/state=>google.golang.org/grpc@v1.65.0/balancer/grpclb/state;$WORK/b313=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.21 -complete -installsuffix shared -buildid BCxOLc-SV4imqRWILepk/BCxOLc-SV4imqRWILepk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/state/state.go
2025-08-20T18:58:44.8009246Z [00:02:21.548]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T18:58:44.8015413Z [00:02:21.549]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/2a/2adb2eb5c4855e5507062648797b2fe93bab1e3f58b0b27b0fdcf15b7d9b2f48-d # internal
2025-08-20T18:58:44.8039612Z [00:02:21.551]➜  berty.tech/weshnet/v2/pkg/cryptoutil
2025-08-20T18:58:44.8043894Z [00:02:21.552]➜  mkdir -p $WORK/b316/
2025-08-20T18:58:44.8045141Z [00:02:21.552]➜  cat >/tmp/go-build693841089/b316/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8045503Z [00:02:21.552]➜  # import config
2025-08-20T18:58:44.8045953Z [00:02:21.552]➜  packagefile berty.tech/weshnet/v2/pkg/errcode=/tmp/go-build693841089/b317/_pkg_.a
2025-08-20T18:58:44.8046460Z [00:02:21.552]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:44.8046892Z [00:02:21.552]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:58:44.8047652Z [00:02:21.552]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:44.8048110Z [00:02:21.552]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:44.8048564Z [00:02:21.552]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:44.8049022Z [00:02:21.552]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:44.8049523Z [00:02:21.552]➜  packagefile filippo.io/edwards25519=/tmp/go-build693841089/b318/_pkg_.a
2025-08-20T18:58:44.8049978Z [00:02:21.552]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.8050501Z [00:02:21.552]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:44.8051147Z [00:02:21.552]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build693841089/b325/_pkg_.a
2025-08-20T18:58:44.8051745Z [00:02:21.552]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build693841089/b328/_pkg_.a
2025-08-20T18:58:44.8052302Z [00:02:21.552]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build693841089/b329/_pkg_.a
2025-08-20T18:58:44.8052760Z [00:02:21.552]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.8053056Z [00:02:21.552]➜  EOF
2025-08-20T18:58:44.8055727Z [00:02:21.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/cryptoutil=>berty.tech/weshnet/v2@v2.0.4/pkg/cryptoutil;$WORK/b316=>" -p berty.tech/weshnet/v2/pkg/cryptoutil -lang=go1.22 -complete -installsuffix shared -buildid WHbctNmOfhsIyRrt02Mw/WHbctNmOfhsIyRrt02Mw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/cryptoutil/cryptoutil.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/cryptoutil/doc.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/cryptoutil/signer_wrapper.go
2025-08-20T18:58:44.8116901Z [00:02:21.559]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T18:58:44.8129179Z [00:02:21.560]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/0b/0ba28095d8984ccc3308f11c11735db7e92ea56df1e7540b1d2be89cebf38d05-d # internal
2025-08-20T18:58:44.8142395Z [00:02:21.562]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T18:58:44.8142803Z [00:02:21.562]➜  google.golang.org/grpc/balancer/base
2025-08-20T18:58:44.8143108Z [00:02:21.562]➜  mkdir -p $WORK/b274/
2025-08-20T18:58:44.8156740Z [00:02:21.562]➜  cat >/tmp/go-build693841089/b274/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8157768Z [00:02:21.562]➜  # import config
2025-08-20T18:58:44.8158688Z [00:02:21.562]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.8160181Z [00:02:21.562]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.8161704Z [00:02:21.562]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build693841089/b266/_pkg_.a
2025-08-20T18:58:44.8163419Z [00:02:21.562]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:58:44.8164248Z [00:02:21.562]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.8165193Z [00:02:21.562]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.8165771Z [00:02:21.562]➜  EOF
2025-08-20T18:58:44.8168231Z [00:02:21.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/base=>google.golang.org/grpc@v1.65.0/balancer/base;$WORK/b274=>" -p google.golang.org/grpc/balancer/base -lang=go1.21 -complete -installsuffix shared -buildid oEihT7zlYnzt7eViogvb/oEihT7zlYnzt7eViogvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/base/base.go
2025-08-20T18:58:44.8170855Z [00:02:21.562]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/aa/aa5f3db45e6497bbd3a7a7a55f9520d392fbd5769336c6e6950f4e8680926e0c-d # internal
2025-08-20T18:58:44.8171454Z [00:02:21.563]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T18:58:44.8171762Z [00:02:21.563]➜  mkdir -p $WORK/b275/
2025-08-20T18:58:44.8172131Z [00:02:21.563]➜  cat >/tmp/go-build693841089/b275/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8172469Z [00:02:21.563]➜  # import config
2025-08-20T18:58:44.8172839Z [00:02:21.563]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:44.8173281Z [00:02:21.563]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.8173684Z [00:02:21.563]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.8174180Z [00:02:21.563]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build693841089/b266/_pkg_.a
2025-08-20T18:58:44.8174982Z [00:02:21.563]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:58:44.8175643Z [00:02:21.563]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.8176217Z [00:02:21.563]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:44.8176830Z [00:02:21.563]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build693841089/b081/_pkg_.a
2025-08-20T18:58:44.8177462Z [00:02:21.563]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build693841089/b276/_pkg_.a
2025-08-20T18:58:44.8178071Z [00:02:21.563]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.8178673Z [00:02:21.563]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:44.8179195Z [00:02:21.563]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:44.8179511Z [00:02:21.563]➜  EOF
2025-08-20T18:58:44.8181486Z [00:02:21.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/pickfirst=>google.golang.org/grpc@v1.65.0/balancer/pickfirst;$WORK/b275=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.21 -complete -installsuffix shared -buildid KJdNZ4Gj986fa1FznqHJ/KJdNZ4Gj986fa1FznqHJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/pickfirst/pickfirst.go
2025-08-20T18:58:44.8486569Z [00:02:21.596]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T18:58:44.8494270Z [00:02:21.597]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/12/12a5239eea081e1d24f6272aba5756cf9fc0bf0fa5a3318b7b720f8e4d284ff9-d # internal
2025-08-20T18:58:44.8506088Z [00:02:21.597]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T18:58:44.8512777Z [00:02:21.599]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T18:58:44.8513555Z [00:02:21.599]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T18:58:44.8514288Z [00:02:21.599]➜  mkdir -p $WORK/b292/
2025-08-20T18:58:44.8515195Z [00:02:21.599]➜  cat >/tmp/go-build693841089/b292/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8515573Z [00:02:21.599]➜  # import config
2025-08-20T18:58:44.8515937Z [00:02:21.599]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:44.8516372Z [00:02:21.599]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.8516891Z [00:02:21.599]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build693841089/b266/_pkg_.a
2025-08-20T18:58:44.8517465Z [00:02:21.599]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:44.8518027Z [00:02:21.599]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.8518623Z [00:02:21.599]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:44.8519127Z [00:02:21.599]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:44.8519957Z [00:02:21.599]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.8520376Z [00:02:21.599]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.8520786Z [00:02:21.599]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.8521091Z [00:02:21.599]➜  EOF
2025-08-20T18:58:44.8523485Z [00:02:21.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/serviceconfig=>google.golang.org/grpc@v1.65.0/internal/serviceconfig;$WORK/b292=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.21 -complete -installsuffix shared -buildid m_S49ipjhjKxLLts6ElS/m_S49ipjhjKxLLts6ElS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/serviceconfig/serviceconfig.go
2025-08-20T18:58:44.8526128Z [00:02:21.599]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/c8/c88cd767f9fdee599a893aef69e783ba09ab8bbb78c4f643df375e1ccef23caa-d # internal
2025-08-20T18:58:44.8544957Z [00:02:21.599]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T18:58:44.8545362Z [00:02:21.599]➜  mkdir -p $WORK/b312/
2025-08-20T18:58:44.8545735Z [00:02:21.599]➜  cat >/tmp/go-build693841089/b312/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8546077Z [00:02:21.599]➜  # import config
2025-08-20T18:58:44.8546438Z [00:02:21.599]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.8546884Z [00:02:21.599]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:44.8547314Z [00:02:21.599]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.8547863Z [00:02:21.599]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build693841089/b313/_pkg_.a
2025-08-20T18:58:44.8548486Z [00:02:21.599]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.8549106Z [00:02:21.599]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build693841089/b282/_pkg_.a
2025-08-20T18:58:44.8549753Z [00:02:21.599]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build693841089/b272/_pkg_.a
2025-08-20T18:58:44.8550462Z [00:02:21.599]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build693841089/b314/_pkg_.a
2025-08-20T18:58:44.8551467Z [00:02:21.599]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.8552176Z [00:02:21.599]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:44.8552699Z [00:02:21.599]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:44.8553113Z [00:02:21.599]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:44.8553504Z [00:02:21.599]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:44.8553914Z [00:02:21.599]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.8554360Z [00:02:21.599]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.8555624Z [00:02:21.599]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.8556043Z [00:02:21.599]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.8556347Z [00:02:21.599]➜  EOF
2025-08-20T18:58:44.8558450Z [00:02:21.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/dns=>google.golang.org/grpc@v1.65.0/internal/resolver/dns;$WORK/b312=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.21 -complete -installsuffix shared -buildid Y4EiQPZpy8VLj8XgqASX/Y4EiQPZpy8VLj8XgqASX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/dns/dns_resolver.go
2025-08-20T18:58:44.8560917Z [00:02:21.600]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/32/3231574f905bed63bc5f2d7ae160a440319d5e05e21df0782dae8b92bc837958-d # internal
2025-08-20T18:58:44.8561510Z [00:02:21.601]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T18:58:44.8561814Z [00:02:21.601]➜  mkdir -p $WORK/b277/
2025-08-20T18:58:44.8562176Z [00:02:21.602]➜  cat >/tmp/go-build693841089/b277/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8562513Z [00:02:21.602]➜  # import config
2025-08-20T18:58:44.8562943Z [00:02:21.602]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build693841089/b266/_pkg_.a
2025-08-20T18:58:44.8563546Z [00:02:21.602]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build693841089/b274/_pkg_.a
2025-08-20T18:58:44.8564139Z [00:02:21.602]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:44.8564786Z [00:02:21.602]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:44.8565295Z [00:02:21.602]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:44.8565620Z [00:02:21.602]➜  EOF
2025-08-20T18:58:44.8567629Z [00:02:21.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/roundrobin=>google.golang.org/grpc@v1.65.0/balancer/roundrobin;$WORK/b277=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.21 -complete -installsuffix shared -buildid McqJyznD1hXfsXWmsAhi/McqJyznD1hXfsXWmsAhi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/roundrobin/roundrobin.go
2025-08-20T18:58:44.8727832Z [00:02:21.620]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T18:58:44.8762570Z [00:02:21.624]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/4c/4c0f65ced73f0eab1a1826c25bee710870a88977eddd12136a6333fb1335226a-d # internal
2025-08-20T18:58:44.8765155Z [00:02:21.624]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T18:58:44.8772151Z [00:02:21.625]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/e9/e99d4c65f462e04548fd79e6b7f70ae130b36bae27369a277fe4ca2c6dab9550-d # internal
2025-08-20T18:58:44.8778736Z [00:02:21.625]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T18:58:44.8780840Z [00:02:21.626]➜  mkdir -p $WORK/b283/
2025-08-20T18:58:44.8791499Z [00:02:21.627]➜  google.golang.org/grpc/internal/resolver
2025-08-20T18:58:44.8792098Z [00:02:21.627]➜  mkdir -p $WORK/b291/
2025-08-20T18:58:44.8793015Z [00:02:21.627]➜  cat >/tmp/go-build693841089/b283/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8793864Z [00:02:21.627]➜  # import config
2025-08-20T18:58:44.8796471Z [00:02:21.627]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:44.8797421Z [00:02:21.627]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.8798004Z [00:02:21.627]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.8799809Z [00:02:21.627]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build693841089/b266/_pkg_.a
2025-08-20T18:58:44.8800429Z [00:02:21.627]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build693841089/b274/_pkg_.a
2025-08-20T18:58:44.8801045Z [00:02:21.627]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:58:44.8801636Z [00:02:21.627]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.8802249Z [00:02:21.627]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:44.8802752Z [00:02:21.627]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.8803058Z [00:02:21.627]➜  EOF
2025-08-20T18:58:44.8805959Z [00:02:21.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.65.0/internal/balancer/gracefulswitch;$WORK/b283=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.21 -complete -installsuffix shared -buildid opINclUIcMNwcziQqEnp/opINclUIcMNwcziQqEnp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T18:58:44.8809855Z [00:02:21.628]➜  cat >/tmp/go-build693841089/b291/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8810471Z [00:02:21.628]➜  # import config
2025-08-20T18:58:44.8810954Z [00:02:21.628]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:44.8811619Z [00:02:21.628]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build693841089/b292/_pkg_.a
2025-08-20T18:58:44.8812535Z [00:02:21.628]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:44.8814044Z [00:02:21.628]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.8814544Z [00:02:21.628]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:44.8819061Z [00:02:21.628]➜  EOF
2025-08-20T18:58:44.8821117Z [00:02:21.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver=>google.golang.org/grpc@v1.65.0/internal/resolver;$WORK/b291=>" -p google.golang.org/grpc/internal/resolver -lang=go1.21 -complete -installsuffix shared -buildid dxCETvcBCioc9nnZBmGl/dxCETvcBCioc9nnZBmGl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/resolver/config_selector.go
2025-08-20T18:58:44.8976485Z [00:02:21.645]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T18:58:44.8986374Z [00:02:21.646]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/12/12003c84ad568ca2b68de05db01a40b20dacd193fbbc2fe3efbd38aa51909828-d # internal
2025-08-20T18:58:44.8996173Z [00:02:21.647]➜  google.golang.org/grpc/resolver/dns
2025-08-20T18:58:44.8998276Z [00:02:21.647]➜  mkdir -p $WORK/b311/
2025-08-20T18:58:44.8998747Z [00:02:21.647]➜  cat >/tmp/go-build693841089/b311/importcfg << 'EOF' # internal
2025-08-20T18:58:44.8999097Z [00:02:21.647]➜  # import config
2025-08-20T18:58:44.8999579Z [00:02:21.647]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build693841089/b312/_pkg_.a
2025-08-20T18:58:44.9000516Z [00:02:21.647]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:44.9001121Z [00:02:21.647]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:44.9001431Z [00:02:21.647]➜  EOF
2025-08-20T18:58:44.9003304Z [00:02:21.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver/dns=>google.golang.org/grpc@v1.65.0/resolver/dns;$WORK/b311=>" -p google.golang.org/grpc/resolver/dns -lang=go1.21 -complete -installsuffix shared -buildid 3kW_0bNJ9WaUwmrqBxjH/3kW_0bNJ9WaUwmrqBxjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver/dns/dns_resolver.go
2025-08-20T18:58:44.9013799Z [00:02:21.649]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T18:58:44.9024032Z [00:02:21.650]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/e2/e2c4cf890a5a78c0227d862668a4d7fca99e5add60aa825287f531fb09889902-d # internal
2025-08-20T18:58:44.9032280Z [00:02:21.651]➜  github.com/srikrsna/protoc-gen-gotag/tagger
2025-08-20T18:58:44.9033211Z [00:02:21.651]➜  mkdir -p $WORK/b336/
2025-08-20T18:58:44.9033622Z [00:02:21.651]➜  cat >/tmp/go-build693841089/b336/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9033973Z [00:02:21.651]➜  # import config
2025-08-20T18:58:44.9034471Z [00:02:21.651]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:44.9035697Z [00:02:21.651]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:44.9036391Z [00:02:21.651]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build693841089/b138/_pkg_.a
2025-08-20T18:58:44.9036939Z [00:02:21.651]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:44.9037251Z [00:02:21.651]➜  EOF
2025-08-20T18:58:44.9039274Z [00:02:21.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/srikrsna/protoc-gen-gotag@v1.0.1/tagger=>github.com/srikrsna/protoc-gen-gotag@v1.0.1/tagger;$WORK/b336=>" -p github.com/srikrsna/protoc-gen-gotag/tagger -lang=go1.16 -complete -installsuffix shared -buildid xWiiRNDtk2Hygrphts3Z/xWiiRNDtk2Hygrphts3Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/github.com/srikrsna/protoc-gen-gotag@v1.0.1/tagger/tagger.pb.go
2025-08-20T18:58:44.9179861Z [00:02:21.665]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T18:58:44.9181161Z [00:02:21.665]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/57/578fcd6ae7f873ae0e405547518987f1fab936f6c55a7c4f55d181550c366352-d # internal
2025-08-20T18:58:44.9181778Z [00:02:21.665]➜  github.com/mr-tron/base58/base58
2025-08-20T18:58:44.9182082Z [00:02:21.665]➜  mkdir -p $WORK/b339/
2025-08-20T18:58:44.9182456Z [00:02:21.665]➜  cat >/tmp/go-build693841089/b339/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9182829Z [00:02:21.665]➜  # import config
2025-08-20T18:58:44.9183152Z [00:02:21.665]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.9183565Z [00:02:21.665]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:44.9183879Z [00:02:21.665]➜  EOF
2025-08-20T18:58:44.9186067Z [00:02:21.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_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/b339=>" -p github.com/mr-tron/base58/base58 -lang=go1.12 -complete -installsuffix shared -buildid vrjS-mh9vgh-EKMZTK0K/vrjS-mh9vgh-EKMZTK0K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/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-20T18:58:44.9205926Z [00:02:21.668]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T18:58:44.9212197Z [00:02:21.669]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/ee/ee1692c0d08ef7595cf970854cfefcbd05abdb3aef52ec3a8d3137f1be5fab99-d # internal
2025-08-20T18:58:44.9212874Z [00:02:21.669]➜  github.com/multiformats/go-base32
2025-08-20T18:58:44.9213179Z [00:02:21.669]➜  mkdir -p $WORK/b340/
2025-08-20T18:58:44.9219711Z [00:02:21.670]➜  cat >/tmp/go-build693841089/b340/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9220607Z [00:02:21.670]➜  # import config
2025-08-20T18:58:44.9221427Z [00:02:21.670]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.9221925Z [00:02:21.670]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.9222243Z [00:02:21.670]➜  EOF
2025-08-20T18:58:44.9224086Z [00:02:21.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-base32@v0.1.0=>github.com/multiformats/go-base32@v0.1.0;$WORK/b340=>" -p github.com/multiformats/go-base32 -lang=go1.18 -complete -installsuffix shared -buildid g59SEyNqpGSLH7m398gf/g59SEyNqpGSLH7m398gf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-base32@v0.1.0/base32.go
2025-08-20T18:58:44.9342686Z [00:02:21.682]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T18:58:44.9350990Z [00:02:21.683]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/72/72fa2e62a1cda6925edf1d0ac3c37f76bc955c852b2901d11b55e6df4f4419ce-d # internal
2025-08-20T18:58:44.9351620Z [00:02:21.683]➜  github.com/multiformats/go-base36
2025-08-20T18:58:44.9352527Z [00:02:21.683]➜  mkdir -p $WORK/b341/
2025-08-20T18:58:44.9357140Z [00:02:21.683]➜  cat >/tmp/go-build693841089/b341/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9357636Z [00:02:21.683]➜  # import config
2025-08-20T18:58:44.9358102Z [00:02:21.683]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.9358535Z [00:02:21.683]➜  EOF
2025-08-20T18:58:44.9360505Z [00:02:21.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-base36@v0.2.0=>github.com/multiformats/go-base36@v0.2.0;$WORK/b341=>" -p github.com/multiformats/go-base36 -lang=go1.18 -complete -installsuffix shared -buildid dYGb60LUIZZceyRbQyvO/dYGb60LUIZZceyRbQyvO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-base36@v0.2.0/base36.go
2025-08-20T18:58:44.9478269Z [00:02:21.694]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T18:58:44.9481588Z [00:02:21.694]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/b9/b9cd1ca9b8f4b03cf50d1c3055bdebbb1f038036e678a663e20bc56d6dba0091-d # internal
2025-08-20T18:58:44.9482217Z [00:02:21.694]➜  github.com/multiformats/go-multihash/core
2025-08-20T18:58:44.9482530Z [00:02:21.694]➜  mkdir -p $WORK/b343/
2025-08-20T18:58:44.9482898Z [00:02:21.695]➜  cat >/tmp/go-build693841089/b343/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9483241Z [00:02:21.695]➜  # import config
2025-08-20T18:58:44.9483589Z [00:02:21.695]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:44.9484020Z [00:02:21.695]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:58:44.9484466Z [00:02:21.695]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:44.9485096Z [00:02:21.695]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:44.9485557Z [00:02:21.695]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:44.9486006Z [00:02:21.695]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.9486411Z [00:02:21.695]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.9486813Z [00:02:21.695]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.9487116Z [00:02:21.695]➜  EOF
2025-08-20T18:58:44.9489957Z [00:02:21.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_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/b343=>" -p github.com/multiformats/go-multihash/core -lang=go1.19 -complete -installsuffix shared -buildid ihc-tGzqLL1sTUubcO3H/ihc-tGzqLL1sTUubcO3H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/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-20T18:58:44.9510659Z [00:02:21.698]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T18:58:44.9515367Z [00:02:21.699]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/aa/aa7a66afe13fa5a279d66654c4fe34d539a84bf06323357c802aa5b275419e8d-d # internal
2025-08-20T18:58:44.9536178Z [00:02:21.701]➜  golang.org/x/crypto/blake2b
2025-08-20T18:58:44.9537244Z [00:02:21.701]➜  mkdir -p $WORK/b346/
2025-08-20T18:58:44.9560711Z [00:02:21.703]➜  cat >/tmp/go-build693841089/b346/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9561370Z [00:02:21.703]➜  # import config
2025-08-20T18:58:44.9562015Z [00:02:21.703]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:44.9562802Z [00:02:21.703]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.9563858Z [00:02:21.703]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.9564334Z [00:02:21.703]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.9565390Z [00:02:21.703]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.9565815Z [00:02:21.703]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:44.9566137Z [00:02:21.703]➜  EOF
2025-08-20T18:58:44.9568889Z [00:02:21.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2b=>golang.org/x/crypto@v0.31.0/blake2b;$WORK/b346=>" -p golang.org/x/crypto/blake2b -lang=go1.20 -complete -installsuffix shared -buildid XGGLfC0SDyYasS7UzV1j/XGGLfC0SDyYasS7UzV1j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2b/blake2b_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2b/register.go
2025-08-20T18:58:44.9571352Z [00:02:21.704]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T18:58:44.9582180Z [00:02:21.706]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/96/96ba1b24dbcf1ecc1577b8556f214d98d99386c95c7df14678b189fed5f8abe3-d # internal
2025-08-20T18:58:44.9583101Z [00:02:21.706]➜  github.com/multiformats/go-multibase
2025-08-20T18:58:44.9583651Z [00:02:21.706]➜  mkdir -p $WORK/b338/
2025-08-20T18:58:44.9599436Z [00:02:21.707]➜  cat >/tmp/go-build693841089/b338/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9599967Z [00:02:21.707]➜  # import config
2025-08-20T18:58:44.9600894Z [00:02:21.707]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:44.9601510Z [00:02:21.707]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:44.9602041Z [00:02:21.707]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:44.9602627Z [00:02:21.707]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build693841089/b339/_pkg_.a
2025-08-20T18:58:44.9603327Z [00:02:21.707]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build693841089/b340/_pkg_.a
2025-08-20T18:58:44.9604019Z [00:02:21.707]➜  packagefile github.com/multiformats/go-base36=/tmp/go-build693841089/b341/_pkg_.a
2025-08-20T18:58:44.9618019Z [00:02:21.707]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:44.9618621Z [00:02:21.707]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:44.9619409Z [00:02:21.707]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:44.9619796Z [00:02:21.707]➜  EOF
2025-08-20T18:58:44.9623040Z [00:02:21.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multibase@v0.2.0=>github.com/multiformats/go-multibase@v0.2.0;$WORK/b338=>" -p github.com/multiformats/go-multibase -lang=go1.19 -complete -installsuffix shared -buildid wNXIJ8jvO9yOxwUkdHVN/wNXIJ8jvO9yOxwUkdHVN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/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-20T18:58:44.9948927Z [00:02:21.741]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T18:58:44.9949809Z [00:02:21.742]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/06/0683706c43330a6d15615925d26fb78882de2de5404301a1d83aafcde834811e-d # internal
2025-08-20T18:58:44.9960053Z [00:02:21.743]➜  golang.org/x/crypto/blake2s
2025-08-20T18:58:44.9960515Z [00:02:21.743]➜  mkdir -p $WORK/b347/
2025-08-20T18:58:44.9962709Z [00:02:21.744]➜  cat >/tmp/go-build693841089/b347/importcfg << 'EOF' # internal
2025-08-20T18:58:44.9963468Z [00:02:21.744]➜  # import config
2025-08-20T18:58:44.9963818Z [00:02:21.744]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:44.9964274Z [00:02:21.744]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:44.9964868Z [00:02:21.744]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:44.9965345Z [00:02:21.744]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:44.9965760Z [00:02:21.744]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:44.9966174Z [00:02:21.744]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:44.9966494Z [00:02:21.744]➜  EOF
2025-08-20T18:58:44.9968992Z [00:02:21.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2s=>golang.org/x/crypto@v0.31.0/blake2s;$WORK/b347=>" -p golang.org/x/crypto/blake2s -lang=go1.20 -complete -installsuffix shared -buildid sI6X_baU2TPYOIGehp2k/sI6X_baU2TPYOIGehp2k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2s/blake2s.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2s/blake2s_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2s/blake2s_ref.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/blake2s/blake2x.go
2025-08-20T18:58:44.9989186Z [00:02:21.746]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T18:58:45.0002966Z [00:02:21.747]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/99/99435112f3182a9244f11b9c865340cdd17c3903cbf297bd69697f0e435d428b-d # internal
2025-08-20T18:58:45.0003617Z [00:02:21.748]➜  flag
2025-08-20T18:58:45.0003855Z [00:02:21.748]➜  mkdir -p $WORK/b353/
2025-08-20T18:58:45.0004182Z [00:02:21.748]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T18:58:45.0014041Z [00:02:21.749]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/48/48451eb99225a1004ab61a460cc1dfb0ae286e7b01aadbbca764e86c1275203c-d # internal
2025-08-20T18:58:45.0015719Z [00:02:21.749]➜  github.com/spaolacci/murmur3
2025-08-20T18:58:45.0016471Z [00:02:21.749]➜  mkdir -p $WORK/b355/
2025-08-20T18:58:45.0020693Z [00:02:21.750]➜  cat >/tmp/go-build693841089/b353/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0021066Z [00:02:21.750]➜  # import config
2025-08-20T18:58:45.0021417Z [00:02:21.750]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:45.0021842Z [00:02:21.750]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.0022589Z [00:02:21.750]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.0023056Z [00:02:21.750]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.0023451Z [00:02:21.750]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:45.0023856Z [00:02:21.750]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:45.0024274Z [00:02:21.750]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:45.0025109Z [00:02:21.750]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:45.0025603Z [00:02:21.750]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:45.0026017Z [00:02:21.750]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.0026456Z [00:02:21.750]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:45.0026763Z [00:02:21.750]➜  EOF
2025-08-20T18:58:45.0028056Z [00:02:21.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b353=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T18:58:45.0039187Z [00:02:21.751]➜  cat >/tmp/go-build693841089/b355/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0039566Z [00:02:21.751]➜  # import config
2025-08-20T18:58:45.0040345Z [00:02:21.751]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.0040653Z [00:02:21.751]➜  EOF
2025-08-20T18:58:45.0043420Z [00:02:21.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spaolacci/murmur3@v1.1.0=>github.com/spaolacci/murmur3@v1.1.0;$WORK/b355=>" -p github.com/spaolacci/murmur3 -lang=go1.16 -complete -installsuffix shared -buildid erxxKEOOk3FjrU975O5p/erxxKEOOk3FjrU975O5p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/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-20T18:58:45.0315542Z [00:02:21.779]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T18:58:45.0328416Z [00:02:21.780]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/d3/d3564ff8e1e2dfc2ab7f1a51415e7273571614fb4a77c2e1276fbe65b85e0419-d # internal
2025-08-20T18:58:45.0329170Z [00:02:21.780]➜  github.com/multiformats/go-multihash/register/murmur3
2025-08-20T18:58:45.0329527Z [00:02:21.780]➜  mkdir -p $WORK/b354/
2025-08-20T18:58:45.0338690Z [00:02:21.781]➜  cat >/tmp/go-build693841089/b354/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0339207Z [00:02:21.781]➜  # import config
2025-08-20T18:58:45.0339691Z [00:02:21.781]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:45.0340332Z [00:02:21.781]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build693841089/b355/_pkg_.a
2025-08-20T18:58:45.0340818Z [00:02:21.781]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.0341121Z [00:02:21.781]➜  EOF
2025-08-20T18:58:45.0343325Z [00:02:21.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_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/b354=>" -p github.com/multiformats/go-multihash/register/murmur3 -lang=go1.19 -complete -installsuffix shared -buildid dHxz4VlCgZc6Sy5c_JZN/dHxz4VlCgZc6Sy5c_JZN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/murmur3/multihash_murmur3.go
2025-08-20T18:58:45.0368276Z [00:02:21.784]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T18:58:45.0377572Z [00:02:21.785]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/71/71106924c40725fead6e161915c9477b191be6802a0d5a9569eca3ed7e4b44ae-d # internal
2025-08-20T18:58:45.0378369Z [00:02:21.785]➜  github.com/multiformats/go-multihash/register/blake2
2025-08-20T18:58:45.0378724Z [00:02:21.785]➜  mkdir -p $WORK/b345/
2025-08-20T18:58:45.0379094Z [00:02:21.785]➜  cat >/tmp/go-build693841089/b345/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0379434Z [00:02:21.785]➜  # import config
2025-08-20T18:58:45.0380259Z [00:02:21.785]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:45.0380873Z [00:02:21.785]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build693841089/b346/_pkg_.a
2025-08-20T18:58:45.0381436Z [00:02:21.785]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build693841089/b347/_pkg_.a
2025-08-20T18:58:45.0381910Z [00:02:21.785]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.0382215Z [00:02:21.785]➜  EOF
2025-08-20T18:58:45.0384400Z [00:02:21.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_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/b345=>" -p github.com/multiformats/go-multihash/register/blake2 -lang=go1.19 -complete -installsuffix shared -buildid Mt4wHkrMN98ePokZqdKx/Mt4wHkrMN98ePokZqdKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/blake2/multihash_blake2.go
2025-08-20T18:58:45.0549561Z [00:02:21.800]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T18:58:45.0554960Z [00:02:21.802]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/bd/bd856918e019b43e3c15b61d97346e9d27ebd824f2f0e992bb168a819d39014c-d # internal
2025-08-20T18:58:45.0555666Z [00:02:21.802]➜  github.com/multiformats/go-multihash/register/sha3
2025-08-20T18:58:45.0556011Z [00:02:21.802]➜  mkdir -p $WORK/b356/
2025-08-20T18:58:45.0556419Z [00:02:21.802]➜  cat >/tmp/go-build693841089/b356/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0556763Z [00:02:21.802]➜  # import config
2025-08-20T18:58:45.0557233Z [00:02:21.802]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:45.0557914Z [00:02:21.802]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build693841089/b332/_pkg_.a
2025-08-20T18:58:45.0558440Z [00:02:21.802]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.0558765Z [00:02:21.802]➜  EOF
2025-08-20T18:58:45.0561257Z [00:02:21.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_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/b356=>" -p github.com/multiformats/go-multihash/register/sha3 -lang=go1.19 -complete -installsuffix shared -buildid stkXzSYLaD5FmxHm_WXQ/stkXzSYLaD5FmxHm_WXQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/sha3/multihash_sha3.go
2025-08-20T18:58:45.0579823Z [00:02:21.805]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T18:58:45.0580876Z [00:02:21.805]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/da/da7b7ae85d87f417406abf093fea6bb6daeab6c68afbc95d9ca9c99903e88653-d # internal
2025-08-20T18:58:45.0581808Z [00:02:21.805]➜  github.com/multiformats/go-multihash/register/sha256
2025-08-20T18:58:45.0582406Z [00:02:21.805]➜  mkdir -p $WORK/b358/
2025-08-20T18:58:45.0583342Z [00:02:21.805]➜  cat >/tmp/go-build693841089/b358/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0583906Z [00:02:21.805]➜  # import config
2025-08-20T18:58:45.0584416Z [00:02:21.805]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:45.0585372Z [00:02:21.805]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:45.0586175Z [00:02:21.805]➜  EOF
2025-08-20T18:58:45.0588578Z [00:02:21.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_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/b358=>" -p github.com/multiformats/go-multihash/register/sha256 -lang=go1.19 -complete -installsuffix shared -buildid hZaoLRRia5kjBkI_NDds/hZaoLRRia5kjBkI_NDds -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/sha256/sha256.go
2025-08-20T18:58:45.0667134Z [00:02:21.814]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T18:58:45.0671863Z [00:02:21.815]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/72/7236c4877656185de9e3f3f65224fbc260df4217148f7ea598031095e4f53312-d # internal
2025-08-20T18:58:45.0687352Z [00:02:21.816]➜  github.com/multiformats/go-varint
2025-08-20T18:58:45.0687951Z [00:02:21.816]➜  mkdir -p $WORK/b359/
2025-08-20T18:58:45.0688585Z [00:02:21.816]➜  cat >/tmp/go-build693841089/b359/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0689143Z [00:02:21.816]➜  # import config
2025-08-20T18:58:45.0689760Z [00:02:21.816]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:45.0690444Z [00:02:21.816]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.0691029Z [00:02:21.816]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.0691638Z [00:02:21.816]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:45.0692072Z [00:02:21.816]➜  EOF
2025-08-20T18:58:45.0694071Z [00:02:21.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-varint@v0.0.7=>github.com/multiformats/go-varint@v0.0.7;$WORK/b359=>" -p github.com/multiformats/go-varint -lang=go1.18 -complete -installsuffix shared -buildid wzar9gfb1tnHMohF-zvE/wzar9gfb1tnHMohF-zvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-varint@v0.0.7/varint.go
2025-08-20T18:58:45.0782629Z [00:02:21.826]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T18:58:45.0786397Z [00:02:21.826]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/42/42784b6945f1ea4bb3b5d36cd9c17cbdc4f365598f283ad7c0fc4ee51a3182b7-d # internal
2025-08-20T18:58:45.0787077Z [00:02:21.826]➜  github.com/multiformats/go-multihash/register/miniosha256
2025-08-20T18:58:45.0787469Z [00:02:21.826]➜  mkdir -p $WORK/b357/
2025-08-20T18:58:45.0787843Z [00:02:21.826]➜  cat >/tmp/go-build693841089/b357/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0788189Z [00:02:21.826]➜  # import config
2025-08-20T18:58:45.0788701Z [00:02:21.826]➜  packagefile github.com/multiformats/go-multihash/register/sha256=/tmp/go-build693841089/b358/_pkg_.a
2025-08-20T18:58:45.0789159Z [00:02:21.826]➜  EOF
2025-08-20T18:58:45.0791773Z [00:02:21.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_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/b357=>" -p github.com/multiformats/go-multihash/register/miniosha256 -lang=go1.19 -complete -installsuffix shared -buildid 5fBHAaDx6ewH7w-U9mam/5fBHAaDx6ewH7w-U9mam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/miniosha256/post_go1.21.go
2025-08-20T18:58:45.0837358Z [00:02:21.831]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T18:58:45.0846241Z [00:02:21.832]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/f2/f2545d77a42925b83da6fbf1255ceb2ef61571369627ffaf2e08b3fa7cd6df72-d # internal
2025-08-20T18:58:45.0847300Z [00:02:21.832]➜  os/exec
2025-08-20T18:58:45.0849189Z [00:02:21.832]➜  mkdir -p $WORK/b364/
2025-08-20T18:58:45.0849880Z [00:02:21.832]➜  cat >/tmp/go-build693841089/b364/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0850255Z [00:02:21.832]➜  # import config
2025-08-20T18:58:45.0850590Z [00:02:21.832]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.0851012Z [00:02:21.832]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:45.0851428Z [00:02:21.832]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.0851880Z [00:02:21.832]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:45.0852807Z [00:02:21.832]➜  packagefile internal/syscall/execenv=/tmp/go-build693841089/b063/_pkg_.a
2025-08-20T18:58:45.0853338Z [00:02:21.832]➜  packagefile internal/syscall/unix=/tmp/go-build693841089/b062/_pkg_.a
2025-08-20T18:58:45.0853792Z [00:02:21.832]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.0854195Z [00:02:21.832]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:45.0854722Z [00:02:21.832]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:45.0855272Z [00:02:21.832]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:45.0855719Z [00:02:21.832]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:45.0856138Z [00:02:21.832]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:45.0856558Z [00:02:21.832]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.0856975Z [00:02:21.832]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:45.0857401Z [00:02:21.832]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:45.0857713Z [00:02:21.832]➜  EOF
2025-08-20T18:58:45.0859308Z [00:02:21.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b364=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/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-20T18:58:45.0910924Z [00:02:21.839]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T18:58:45.0926392Z [00:02:21.840]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/cc/ccfe948bb9d31d4f307f6a686e58dd2b0bad8ae3183b571fad84d783f01600e8-d # internal
2025-08-20T18:58:45.0929323Z [00:02:21.841]➜  berty.tech/berty/v2/go/pkg/banner
2025-08-20T18:58:45.0929677Z [00:02:21.841]➜  mkdir -p $WORK/b370/
2025-08-20T18:58:45.0936405Z [00:02:21.841]➜  cat >/tmp/go-build693841089/b370/importcfg << 'EOF' # internal
2025-08-20T18:58:45.0937244Z [00:02:21.841]➜  # import config
2025-08-20T18:58:45.0937866Z [00:02:21.841]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.0938723Z [00:02:21.841]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:45.0939196Z [00:02:21.841]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.0939919Z [00:02:21.841]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:45.0940286Z [00:02:21.841]➜  EOF
2025-08-20T18:58:45.0942436Z [00:02:21.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/banner=>berty.tech/berty/v2/go/pkg/banner;$WORK/b370=>" -p berty.tech/berty/v2/go/pkg/banner -lang=go1.22 -complete -installsuffix shared -buildid mc3mfit7lxWVRhKK3EWQ/mc3mfit7lxWVRhKK3EWQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/banner/banner.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/banner/doc.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/banner/quote.go
2025-08-20T18:58:45.1263782Z [00:02:21.874]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T18:58:45.1270593Z [00:02:21.874]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/28/286e37db5591f845c55a5bc98e7555e2b4da0f4677d9ffdd5ca1ad3d9e04297d-d # internal
2025-08-20T18:58:45.1271254Z [00:02:21.874]➜  github.com/eknkc/basex
2025-08-20T18:58:45.1271564Z [00:02:21.874]➜  mkdir -p $WORK/b372/
2025-08-20T18:58:45.1272464Z [00:02:21.875]➜  cat >/tmp/go-build693841089/b372/importcfg << 'EOF' # internal
2025-08-20T18:58:45.1273093Z [00:02:21.875]➜  # import config
2025-08-20T18:58:45.1273764Z [00:02:21.875]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.1274547Z [00:02:21.875]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.1276634Z [00:02:21.875]➜  EOF
2025-08-20T18:58:45.1283174Z [00:02:21.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eknkc/basex@v1.0.1=>github.com/eknkc/basex@v1.0.1;$WORK/b372=>" -p github.com/eknkc/basex -lang=go1.16 -complete -installsuffix shared -buildid _DAtgLsLLNDSvRHSLoQk/_DAtgLsLLNDSvRHSLoQk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/github.com/eknkc/basex@v1.0.1/basex.go
2025-08-20T18:58:45.1299830Z [00:02:21.877]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T18:58:45.1327048Z [00:02:21.880]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T18:58:45.1330113Z [00:02:21.881]➜  github.com/klauspost/cpuid/v2
2025-08-20T18:58:45.1332463Z [00:02:21.881]➜  mkdir -p $WORK/b352/
2025-08-20T18:58:45.1344748Z [00:02:21.882]➜  echo -n > $WORK/b352/go_asm.h # internal
2025-08-20T18:58:45.1345508Z [00:02:21.882]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7
2025-08-20T18:58:45.1347284Z [00:02:21.882]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7=>github.com/klauspost/cpuid/v2@v2.2.7;$WORK/b352=>" -I $WORK/b352/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b352/symabis ./cpuid_arm64.s
2025-08-20T18:58:45.1432461Z [00:02:21.890]➜  cat >/tmp/go-build693841089/b352/importcfg << 'EOF' # internal
2025-08-20T18:58:45.1433198Z [00:02:21.890]➜  # import config
2025-08-20T18:58:45.1433608Z [00:02:21.890]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:45.1434059Z [00:02:21.890]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:58:45.1434463Z [00:02:21.890]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.1435094Z [00:02:21.890]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:45.1435516Z [00:02:21.890]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:45.1435949Z [00:02:21.890]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:45.1437448Z [00:02:21.890]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:45.1438035Z [00:02:21.890]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:45.1438783Z [00:02:21.890]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:45.1439840Z [00:02:21.890]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.1440382Z [00:02:21.890]➜  EOF
2025-08-20T18:58:45.1440829Z [00:02:21.890]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:45.1444725Z [00:02:21.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7=>github.com/klauspost/cpuid/v2@v2.2.7;$WORK/b352=>" -p github.com/klauspost/cpuid/v2 -lang=go1.15 -installsuffix shared -buildid Mo5k7vhJMmtuYsVbPr-G/Mo5k7vhJMmtuYsVbPr-G -goversion go1.25.0 -symabis $WORK/b352/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack -asmhdr $WORK/b352/go_asm.h /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/cpuid.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/detect_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/featureid_string.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/os_linux_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7/os_unsafe_linux_arm64.go
2025-08-20T18:58:45.1447448Z [00:02:21.891]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T18:58:45.1448100Z [00:02:21.891]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/78/78731571033f34af4ad57ec380b740eafb763b8035f84a9246d04c326ad0942e-d # internal
2025-08-20T18:58:45.1617726Z [00:02:21.909]➜  github.com/mr-tron/base58
2025-08-20T18:58:45.1618059Z [00:02:21.909]➜  mkdir -p $WORK/b373/
2025-08-20T18:58:45.1640924Z [00:02:21.909]➜  cat >/tmp/go-build693841089/b373/importcfg << 'EOF' # internal
2025-08-20T18:58:45.1642285Z [00:02:21.912]➜  # import config
2025-08-20T18:58:45.1644869Z [00:02:21.912]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.1645516Z [00:02:21.912]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:45.1648001Z [00:02:21.912]➜  EOF
2025-08-20T18:58:45.1650703Z [00:02:21.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0=>github.com/mr-tron/base58@v1.2.0;$WORK/b373=>" -p github.com/mr-tron/base58 -lang=go1.12 -complete -installsuffix shared -buildid 3Jb-RuEE0HroAHIzlclF/3Jb-RuEE0HroAHIzlclF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0/alphabet.go /root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0/base58.go /root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0/doc.go /root/go/pkg/mod/github.com/mr-tron/base58@v1.2.0/trivial.go
2025-08-20T18:58:45.1765928Z [00:02:21.924]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T18:58:45.1804067Z [00:02:21.928]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T18:58:45.1809608Z [00:02:21.928]➜  github.com/gobuffalo/here
2025-08-20T18:58:45.1809918Z [00:02:21.928]➜  mkdir -p $WORK/b363/
2025-08-20T18:58:45.1810291Z [00:02:21.928]➜  cat >/tmp/go-build693841089/b363/importcfg << 'EOF' # internal
2025-08-20T18:58:45.1810635Z [00:02:21.928]➜  # import config
2025-08-20T18:58:45.1810994Z [00:02:21.928]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.1811438Z [00:02:21.928]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:45.1811868Z [00:02:21.928]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.1812257Z [00:02:21.928]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:45.1812657Z [00:02:21.928]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:58:45.1813109Z [00:02:21.928]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:45.1813546Z [00:02:21.928]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:45.1813957Z [00:02:21.928]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.1814368Z [00:02:21.928]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.1814838Z [00:02:21.928]➜  EOF
2025-08-20T18:58:45.1819347Z [00:02:21.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0=>github.com/gobuffalo/here@v0.6.0;$WORK/b363=>" -p github.com/gobuffalo/here -lang=go1.13 -complete -installsuffix shared -buildid 2U-LOsu6tjWbMlQPbFjm/2U-LOsu6tjWbMlQPbFjm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/current.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/dir.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/here.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/info.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/info_map.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/module.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/parse.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/path.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/pkg.go /root/go/pkg/mod/github.com/gobuffalo/here@v0.6.0/version.go
2025-08-20T18:58:45.1850870Z [00:02:21.933]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T18:58:45.1856439Z [00:02:21.933]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/46/46c560d8e028c5c64d51b6e5e1c17ab80754aad50c2422df232803f023584ba9-d # internal
2025-08-20T18:58:45.1863150Z [00:02:21.933]➜  berty.tech/weshnet/v2/internal/notify
2025-08-20T18:58:45.1864343Z [00:02:21.934]➜  mkdir -p $WORK/b375/
2025-08-20T18:58:45.1864872Z [00:02:21.934]➜  cat >/tmp/go-build693841089/b375/importcfg << 'EOF' # internal
2025-08-20T18:58:45.1865525Z [00:02:21.934]➜  # import config
2025-08-20T18:58:45.1865867Z [00:02:21.934]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:45.1866281Z [00:02:21.934]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.1866583Z [00:02:21.934]➜  EOF
2025-08-20T18:58:45.1868476Z [00:02:21.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/notify=>berty.tech/weshnet/v2@v2.0.4/internal/notify;$WORK/b375=>" -p berty.tech/weshnet/v2/internal/notify -lang=go1.22 -complete -installsuffix shared -buildid EQ0wNUC7rl5H0QXaFAZ1/EQ0wNUC7rl5H0QXaFAZ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/notify/notify.go
2025-08-20T18:58:45.1991710Z [00:02:21.946]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T18:58:45.2000774Z [00:02:21.947]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/2b/2b4f170fe8ddf6da9e7fcdfa787401338722eba2552766f340a7df1737e7a205-d # internal
2025-08-20T18:58:45.2001753Z [00:02:21.947]➜  berty.tech/weshnet/v2/pkg/lifecycle
2025-08-20T18:58:45.2003246Z [00:02:21.947]➜  mkdir -p $WORK/b374/
2025-08-20T18:58:45.2003633Z [00:02:21.947]➜  cat >/tmp/go-build693841089/b374/importcfg << 'EOF' # internal
2025-08-20T18:58:45.2003979Z [00:02:21.947]➜  # import config
2025-08-20T18:58:45.2004431Z [00:02:21.947]➜  packagefile berty.tech/weshnet/v2/internal/notify=/tmp/go-build693841089/b375/_pkg_.a
2025-08-20T18:58:45.2005130Z [00:02:21.948]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:45.2005551Z [00:02:21.948]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.2005857Z [00:02:21.948]➜  EOF
2025-08-20T18:58:45.2007961Z [00:02:21.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/lifecycle=>berty.tech/weshnet/v2@v2.0.4/pkg/lifecycle;$WORK/b374=>" -p berty.tech/weshnet/v2/pkg/lifecycle -lang=go1.22 -complete -installsuffix shared -buildid qTVt_LC3Yz0WHkXmKIQb/qTVt_LC3Yz0WHkXmKIQb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/lifecycle/manager.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/lifecycle/task.go
2025-08-20T18:58:45.2309287Z [00:02:21.978]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T18:58:45.2316051Z [00:02:21.979]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/92/92acc550d676b0cc585f2cdd3c1f4d47d9315c7e5f749b0fdfd191a92291f2f4-d # internal
2025-08-20T18:58:45.2363447Z [00:02:21.984]➜  github.com/grpc-ecosystem/go-grpc-middleware/logging
2025-08-20T18:58:45.2364316Z [00:02:21.984]➜  mkdir -p $WORK/b379/
2025-08-20T18:58:45.2365895Z [00:02:21.984]➜  cat >/tmp/go-build693841089/b379/importcfg << 'EOF' # internal
2025-08-20T18:58:45.2366450Z [00:02:21.984]➜  # import config
2025-08-20T18:58:45.2367069Z [00:02:21.984]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:45.2369901Z [00:02:21.984]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:45.2370489Z [00:02:21.984]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:45.2371052Z [00:02:21.984]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:45.2371523Z [00:02:21.984]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.2371824Z [00:02:21.984]➜  EOF
2025-08-20T18:58:45.2374291Z [00:02:21.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging;$WORK/b379=>" -p github.com/grpc-ecosystem/go-grpc-middleware/logging -lang=go1.14 -complete -installsuffix shared -buildid RXFBWFLcRjsKE8DRA48c/RXFBWFLcRjsKE8DRA48c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/common.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/doc.go
2025-08-20T18:58:45.2648528Z [00:02:22.012]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T18:58:45.2653854Z [00:02:22.013]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/1a/1aef28aeb8dfd0634bbb329488a5b21916cbb6b6a281c8b586db28ff59a6320d-d # internal
2025-08-20T18:58:45.2662106Z [00:02:22.014]➜  github.com/grpc-ecosystem/go-grpc-middleware/logging/settable
2025-08-20T18:58:45.2665671Z [00:02:22.014]➜  mkdir -p $WORK/b380/
2025-08-20T18:58:45.2670362Z [00:02:22.014]➜  cat >/tmp/go-build693841089/b380/importcfg << 'EOF' # internal
2025-08-20T18:58:45.2671823Z [00:02:22.014]➜  # import config
2025-08-20T18:58:45.2672504Z [00:02:22.014]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:45.2673910Z [00:02:22.014]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:45.2674958Z [00:02:22.014]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.2675621Z [00:02:22.014]➜  EOF
2025-08-20T18:58:45.2678522Z [00:02:22.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable;$WORK/b380=>" -p github.com/grpc-ecosystem/go-grpc-middleware/logging/settable -lang=go1.14 -complete -installsuffix shared -buildid Mr95fKMiCkwPVmIFo0Yl/Mr95fKMiCkwPVmIFo0Yl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable/logsettable.go
2025-08-20T18:58:45.2830436Z [00:02:22.030]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T18:58:45.2882341Z [00:02:22.036]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/95/9514ba1a4ce26814579c6e6d0e716d5191f10be6d075b9a2bc9a90b7f4d656c1-d # internal
2025-08-20T18:58:45.2898162Z [00:02:22.037]➜  github.com/markbates/pkger/here
2025-08-20T18:58:45.2898556Z [00:02:22.037]➜  mkdir -p $WORK/b362/
2025-08-20T18:58:45.2898936Z [00:02:22.037]➜  cat >/tmp/go-build693841089/b362/importcfg << 'EOF' # internal
2025-08-20T18:58:45.2899280Z [00:02:22.037]➜  # import config
2025-08-20T18:58:45.2900237Z [00:02:22.037]➜  packagefile github.com/gobuffalo/here=/tmp/go-build693841089/b363/_pkg_.a
2025-08-20T18:58:45.2900690Z [00:02:22.037]➜  EOF
2025-08-20T18:58:45.2902924Z [00:02:22.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/here=>github.com/markbates/pkger@v0.17.1/here;$WORK/b362=>" -p github.com/markbates/pkger/here -lang=go1.13 -complete -installsuffix shared -buildid W_KfN3u0eeBnSGx-t89u/W_KfN3u0eeBnSGx-t89u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/here/here.go
2025-08-20T18:58:45.2940957Z [00:02:22.042]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T18:58:45.2947524Z [00:02:22.042]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/5a/5ae311abd2b21a89042ee8e1058616b6079605c8dfe644ae3308d72cc8dfe578-d # internal
2025-08-20T18:58:45.2954899Z [00:02:22.043]➜  go.uber.org/multierr
2025-08-20T18:58:45.2957813Z [00:02:22.043]➜  mkdir -p $WORK/b384/
2025-08-20T18:58:45.2961830Z [00:02:22.043]➜  cat >/tmp/go-build693841089/b384/importcfg << 'EOF' # internal
2025-08-20T18:58:45.2963265Z [00:02:22.043]➜  # import config
2025-08-20T18:58:45.2965006Z [00:02:22.043]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.2966397Z [00:02:22.043]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.2968008Z [00:02:22.043]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.2969533Z [00:02:22.043]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.2970016Z [00:02:22.043]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.2970435Z [00:02:22.043]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.2970865Z [00:02:22.043]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:45.2971192Z [00:02:22.043]➜  EOF
2025-08-20T18:58:45.2973217Z [00:02:22.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b384=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid CjvxZhZwUPABOVHbB3J-/CjvxZhZwUPABOVHbB3J- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/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-20T18:58:45.3600813Z [00:02:22.106]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T18:58:45.3601781Z [00:02:22.106]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/46/46d9986903c21a58d1657728753bca3372c916d9724e9b7b1bee9967a2ef18ad-d # internal
2025-08-20T18:58:45.3602467Z [00:02:22.106]➜  go.uber.org/zap/internal/pool
2025-08-20T18:58:45.3602886Z [00:02:22.106]➜  mkdir -p $WORK/b388/
2025-08-20T18:58:45.3603372Z [00:02:22.106]➜  cat >/tmp/go-build693841089/b388/importcfg << 'EOF' # internal
2025-08-20T18:58:45.3603829Z [00:02:22.106]➜  # import config
2025-08-20T18:58:45.3604294Z [00:02:22.106]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.3604871Z [00:02:22.106]➜  EOF
2025-08-20T18:58:45.3606784Z [00:02:22.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_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/b388=>" -p go.uber.org/zap/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid WP-1l-eXuncCm3F8WQq9/WP-1l-eXuncCm3F8WQq9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool/pool.go
2025-08-20T18:58:45.3733730Z [00:02:22.121]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T18:58:45.3738775Z [00:02:22.121]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/8d/8d7d33cc8d5faaa820a2c30809b31ef63d30023692839527f4f22b758bc840ed-d # internal
2025-08-20T18:58:45.3766249Z [00:02:22.124]➜  go.uber.org/zap/buffer
2025-08-20T18:58:45.3768574Z [00:02:22.124]➜  mkdir -p $WORK/b387/
2025-08-20T18:58:45.3769305Z [00:02:22.124]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T18:58:45.3769843Z [00:02:22.124]➜  cat >/tmp/go-build693841089/b387/importcfg << 'EOF' # internal
2025-08-20T18:58:45.3770195Z [00:02:22.124]➜  # import config
2025-08-20T18:58:45.3770619Z [00:02:22.124]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build693841089/b388/_pkg_.a
2025-08-20T18:58:45.3771114Z [00:02:22.124]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:45.3771548Z [00:02:22.124]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:45.3771853Z [00:02:22.124]➜  EOF
2025-08-20T18:58:45.3773693Z [00:02:22.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer=>go.uber.org/zap@v1.27.0/buffer;$WORK/b387=>" -p go.uber.org/zap/buffer -lang=go1.19 -complete -installsuffix shared -buildid YpNJlQ6Eg7dd51iqfUon/YpNJlQ6Eg7dd51iqfUon -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/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-20T18:58:45.3799208Z [00:02:22.127]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7
2025-08-20T18:58:45.3800994Z [00:02:22.127]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7=>github.com/klauspost/cpuid/v2@v2.2.7;$WORK/b352=>" -I $WORK/b352/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b352/cpuid_arm64.o ./cpuid_arm64.s
2025-08-20T18:58:45.3807262Z [00:02:22.127]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/01/0140dd5f3fc19d89747d71e0a042c68f69e8ba258bfcaab56708861770ae8b6e-d # internal
2025-08-20T18:58:45.3823373Z [00:02:22.130]➜  go.uber.org/zap/internal/color
2025-08-20T18:58:45.3828569Z [00:02:22.130]➜  mkdir -p $WORK/b390/
2025-08-20T18:58:45.3829030Z [00:02:22.130]➜  cat >/tmp/go-build693841089/b390/importcfg << 'EOF' # internal
2025-08-20T18:58:45.3829381Z [00:02:22.130]➜  # import config
2025-08-20T18:58:45.3829706Z [00:02:22.130]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.3830010Z [00:02:22.130]➜  EOF
2025-08-20T18:58:45.3830287Z [00:02:22.130]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:45.3832143Z [00:02:22.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_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/b390=>" -p go.uber.org/zap/internal/color -lang=go1.19 -complete -installsuffix shared -buildid pgBLyg47Sb-E0VSzqbXC/pgBLyg47Sb-E0VSzqbXC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/color/color.go
2025-08-20T18:58:45.3860684Z [00:02:22.133]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.7
2025-08-20T18:58:45.3861713Z [00:02:22.134]➜  go tool pack r $WORK/b352/_pkg_.a $WORK/b352/cpuid_arm64.o # internal
2025-08-20T18:58:45.3864423Z [00:02:22.134]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T18:58:45.3873801Z [00:02:22.135]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/d2/d29fbcbde14bfe300cbeea243c264a5d57c9bcac0dbab7a3def844fcfd15dfce-d # internal
2025-08-20T18:58:45.3898175Z [00:02:22.137]➜  lukechampine.com/blake3/guts
2025-08-20T18:58:45.3898859Z [00:02:22.137]➜  mkdir -p $WORK/b351/
2025-08-20T18:58:45.3902259Z [00:02:22.138]➜  cat >/tmp/go-build693841089/b351/importcfg << 'EOF' # internal
2025-08-20T18:58:45.3903118Z [00:02:22.138]➜  # import config
2025-08-20T18:58:45.3903872Z [00:02:22.138]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.3914166Z [00:02:22.138]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:45.3915369Z [00:02:22.138]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build693841089/b352/_pkg_.a
2025-08-20T18:58:45.3915920Z [00:02:22.138]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:45.3916595Z [00:02:22.138]➜  EOF
2025-08-20T18:58:45.3916980Z [00:02:22.138]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:45.3919582Z [00:02:22.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/guts=>lukechampine.com/blake3@v1.3.0/guts;$WORK/b351=>" -p lukechampine.com/blake3/guts -lang=go1.17 -complete -installsuffix shared -buildid OMBDNKDZU-c1Sy_n5vgy/OMBDNKDZU-c1Sy_n5vgy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/guts/compress_generic.go /root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/guts/compress_noasm.go /root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/guts/cpu.go /root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/guts/node.go
2025-08-20T18:58:45.4092796Z [00:02:22.155]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T18:58:45.4095322Z [00:02:22.157]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/64/64adde809865bc56f3936befb7d8b47fa0770e6f6709e418c22cfee34fcb6abf-d # internal
2025-08-20T18:58:45.4100842Z [00:02:22.158]➜  go.uber.org/zap/internal/exit
2025-08-20T18:58:45.4101203Z [00:02:22.158]➜  mkdir -p $WORK/b391/
2025-08-20T18:58:45.4131007Z [00:02:22.160]➜  cat >/tmp/go-build693841089/b391/importcfg << 'EOF' # internal
2025-08-20T18:58:45.4131450Z [00:02:22.161]➜  # import config
2025-08-20T18:58:45.4131788Z [00:02:22.161]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:45.4132564Z [00:02:22.161]➜  EOF
2025-08-20T18:58:45.4134349Z [00:02:22.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_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/b391=>" -p go.uber.org/zap/internal/exit -lang=go1.19 -complete -installsuffix shared -buildid DpiOu8sldqEKzRVBYGMm/DpiOu8sldqEKzRVBYGMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/exit/exit.go
2025-08-20T18:58:45.4151341Z [00:02:22.162]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T18:58:45.4157145Z [00:02:22.163]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/46/4683499672ce48bc81b6f8b3ea6a067cc526f790b0de0203e8c638751ff98ab0-d # internal
2025-08-20T18:58:45.4162428Z [00:02:22.164]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T18:58:45.4163452Z [00:02:22.164]➜  mkdir -p $WORK/b389/
2025-08-20T18:58:45.4163878Z [00:02:22.164]➜  cat >/tmp/go-build693841089/b389/importcfg << 'EOF' # internal
2025-08-20T18:58:45.4164222Z [00:02:22.164]➜  # import config
2025-08-20T18:58:45.4164708Z [00:02:22.164]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build693841089/b387/_pkg_.a
2025-08-20T18:58:45.4165142Z [00:02:22.164]➜  EOF
2025-08-20T18:58:45.4167046Z [00:02:22.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_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/b389=>" -p go.uber.org/zap/internal/bufferpool -lang=go1.19 -complete -installsuffix shared -buildid KyynEOSRAGNaMD0w1RFU/KyynEOSRAGNaMD0w1RFU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/bufferpool/bufferpool.go
2025-08-20T18:58:45.4418226Z [00:02:22.187]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T18:58:45.4421338Z [00:02:22.188]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/91/917346487ee84100e5696a6c52aa4ecf1b33ce417222f12a926eaae4db2a6c71-d # internal
2025-08-20T18:58:45.4422003Z [00:02:22.189]➜  lukechampine.com/blake3/bao
2025-08-20T18:58:45.4422301Z [00:02:22.189]➜  mkdir -p $WORK/b350/
2025-08-20T18:58:45.4422672Z [00:02:22.189]➜  cat >/tmp/go-build693841089/b350/importcfg << 'EOF' # internal
2025-08-20T18:58:45.4423010Z [00:02:22.189]➜  # import config
2025-08-20T18:58:45.4423384Z [00:02:22.189]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.4424242Z [00:02:22.189]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:45.4425014Z [00:02:22.189]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.4425448Z [00:02:22.189]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.4425935Z [00:02:22.189]➜  packagefile lukechampine.com/blake3/guts=/tmp/go-build693841089/b351/_pkg_.a
2025-08-20T18:58:45.4426436Z [00:02:22.189]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:45.4426777Z [00:02:22.189]➜  EOF
2025-08-20T18:58:45.4428511Z [00:02:22.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/bao=>lukechampine.com/blake3@v1.3.0/bao;$WORK/b350=>" -p lukechampine.com/blake3/bao -lang=go1.17 -complete -installsuffix shared -buildid hlrVJJ-tZjbxpddlj1Is/hlrVJJ-tZjbxpddlj1Is -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/bao/bao.go
2025-08-20T18:58:45.4480935Z [00:02:22.195]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T18:58:45.4489469Z [00:02:22.195]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/10/105f1c2ac36e14bc99e5bd97b0085f5a1702180ede9f48ded861fd2de26f3f62-d # internal
2025-08-20T18:58:45.4490064Z [00:02:22.195]➜  github.com/mattn/go-isatty
2025-08-20T18:58:45.4490353Z [00:02:22.195]➜  mkdir -p $WORK/b394/
2025-08-20T18:58:45.4494386Z [00:02:22.195]➜  cat >/tmp/go-build693841089/b394/importcfg << 'EOF' # internal
2025-08-20T18:58:45.4495366Z [00:02:22.195]➜  # import config
2025-08-20T18:58:45.4495768Z [00:02:22.195]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:45.4496139Z [00:02:22.195]➜  EOF
2025-08-20T18:58:45.4498095Z [00:02:22.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b394=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid VBqTnniOw-g52P7ZwcCy/VBqTnniOw-g52P7ZwcCy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/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-20T18:58:45.4499847Z [00:02:22.196]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T18:58:45.4500510Z [00:02:22.197]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/58/58428706e7d026a873dccb50a976ceacc8059122a89a27b67fb119b4192696f8-d # internal
2025-08-20T18:58:45.4572153Z [00:02:22.204]➜  go.uber.org/zap/zapcore
2025-08-20T18:58:45.4572565Z [00:02:22.204]➜  mkdir -p $WORK/b386/
2025-08-20T18:58:45.4577821Z [00:02:22.205]➜  cat >/tmp/go-build693841089/b386/importcfg << 'EOF' # internal
2025-08-20T18:58:45.4587204Z [00:02:22.205]➜  # import config
2025-08-20T18:58:45.4588217Z [00:02:22.205]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:45.4588705Z [00:02:22.205]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.4589168Z [00:02:22.205]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:45.4589637Z [00:02:22.205]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:45.4590080Z [00:02:22.205]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.4590485Z [00:02:22.205]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.4590950Z [00:02:22.205]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:45.4591457Z [00:02:22.205]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build693841089/b387/_pkg_.a
2025-08-20T18:58:45.4592018Z [00:02:22.205]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build693841089/b389/_pkg_.a
2025-08-20T18:58:45.4592597Z [00:02:22.205]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build693841089/b390/_pkg_.a
2025-08-20T18:58:45.4593546Z [00:02:22.205]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build693841089/b391/_pkg_.a
2025-08-20T18:58:45.4594182Z [00:02:22.205]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build693841089/b388/_pkg_.a
2025-08-20T18:58:45.4594899Z [00:02:22.205]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.4595358Z [00:02:22.205]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:45.4595767Z [00:02:22.205]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:45.4596200Z [00:02:22.205]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:45.4596613Z [00:02:22.205]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.4597020Z [00:02:22.205]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.4597443Z [00:02:22.205]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:45.4597866Z [00:02:22.205]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:45.4598303Z [00:02:22.205]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:45.4598637Z [00:02:22.205]➜  EOF
2025-08-20T18:58:45.4604579Z [00:02:22.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore=>go.uber.org/zap@v1.27.0/zapcore;$WORK/b386=>" -p go.uber.org/zap/zapcore -lang=go1.19 -complete -installsuffix shared -buildid etq66OsYPNqbLvjpUVRL/etq66OsYPNqbLvjpUVRL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/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-20T18:58:45.4881388Z [00:02:22.236]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T18:58:45.4882815Z [00:02:22.236]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T18:58:45.4888121Z [00:02:22.236]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/35/35455fae7d6c4228bf32c4446d7bd46292e30f39cfa42aad7e38119da37467fe-d # internal
2025-08-20T18:58:45.4894107Z [00:02:22.237]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/ed/ed89d07b05da1249dfe3f30e05065e15489250c0f6e1047a7e7ec0f7d82e3238-d # internal
2025-08-20T18:58:45.4897647Z [00:02:22.237]➜  go.uber.org/zap/internal/stacktrace
2025-08-20T18:58:45.4897967Z [00:02:22.237]➜  mkdir -p $WORK/b392/
2025-08-20T18:58:45.4901509Z [00:02:22.238]➜  cat >/tmp/go-build693841089/b392/importcfg << 'EOF' # internal
2025-08-20T18:58:45.4904867Z [00:02:22.238]➜  # import config
2025-08-20T18:58:45.4905313Z [00:02:22.238]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build693841089/b387/_pkg_.a
2025-08-20T18:58:45.4905882Z [00:02:22.238]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build693841089/b389/_pkg_.a
2025-08-20T18:58:45.4906466Z [00:02:22.238]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build693841089/b388/_pkg_.a
2025-08-20T18:58:45.4907302Z [00:02:22.238]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:45.4907685Z [00:02:22.238]➜  EOF
2025-08-20T18:58:45.4908212Z [00:02:22.238]➜  lukechampine.com/blake3
2025-08-20T18:58:45.4908517Z [00:02:22.238]➜  mkdir -p $WORK/b349/
2025-08-20T18:58:45.4908882Z [00:02:22.238]➜  cat >/tmp/go-build693841089/b349/importcfg << 'EOF' # internal
2025-08-20T18:58:45.4909344Z [00:02:22.238]➜  # import config
2025-08-20T18:58:45.4909832Z [00:02:22.238]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:45.4910371Z [00:02:22.238]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.4910919Z [00:02:22.238]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.4911404Z [00:02:22.238]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.4911983Z [00:02:22.238]➜  packagefile lukechampine.com/blake3/bao=/tmp/go-build693841089/b350/_pkg_.a
2025-08-20T18:58:45.4912698Z [00:02:22.238]➜  packagefile lukechampine.com/blake3/guts=/tmp/go-build693841089/b351/_pkg_.a
2025-08-20T18:58:45.4913269Z [00:02:22.238]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:45.4913777Z [00:02:22.238]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:45.4914182Z [00:02:22.238]➜  EOF
2025-08-20T18:58:45.4916043Z [00:02:22.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/lukechampine.com/blake3@v1.3.0=>lukechampine.com/blake3@v1.3.0;$WORK/b349=>" -p lukechampine.com/blake3 -lang=go1.17 -complete -installsuffix shared -buildid 6UD3wsp0QL3kugS12TCW/6UD3wsp0QL3kugS12TCW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/lukechampine.com/blake3@v1.3.0/blake3.go
2025-08-20T18:58:45.4932816Z [00:02:22.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_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/b392=>" -p go.uber.org/zap/internal/stacktrace -lang=go1.19 -complete -installsuffix shared -buildid _a4WiGjI3o4IaY4d9Lxr/_a4WiGjI3o4IaY4d9Lxr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/stacktrace/stack.go
2025-08-20T18:58:45.5341016Z [00:02:22.280]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T18:58:45.5341801Z [00:02:22.280]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/34/3409e0fa0788f427f2a23d38dbaaa85ea41f77bc568b38143bd1c14a1e9d6e4d-d # internal
2025-08-20T18:58:45.5342484Z [00:02:22.280]➜  github.com/multiformats/go-multihash/register/blake3
2025-08-20T18:58:45.5342823Z [00:02:22.280]➜  mkdir -p $WORK/b348/
2025-08-20T18:58:45.5343192Z [00:02:22.280]➜  cat >/tmp/go-build693841089/b348/importcfg << 'EOF' # internal
2025-08-20T18:58:45.5343532Z [00:02:22.280]➜  # import config
2025-08-20T18:58:45.5344016Z [00:02:22.280]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:45.5344537Z [00:02:22.280]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.5345245Z [00:02:22.280]➜  packagefile lukechampine.com/blake3=/tmp/go-build693841089/b349/_pkg_.a
2025-08-20T18:58:45.5345614Z [00:02:22.280]➜  EOF
2025-08-20T18:58:45.5347830Z [00:02:22.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_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/b348=>" -p github.com/multiformats/go-multihash/register/blake3 -lang=go1.19 -complete -installsuffix shared -buildid pEyLPEzJ8ZEVrFlN0Qx8/pEyLPEzJ8ZEVrFlN0Qx8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/blake3/multihash_blake3.go
2025-08-20T18:58:45.5399127Z [00:02:22.287]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T18:58:45.5409418Z [00:02:22.288]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/8f/8f017bac6c2f5b20567d8f2a7003158183a3f802e918367fa92fe73ce835b0c6-d # internal
2025-08-20T18:58:45.5411525Z [00:02:22.288]➜  archive/zip
2025-08-20T18:58:45.5411789Z [00:02:22.288]➜  mkdir -p $WORK/b396/
2025-08-20T18:58:45.5412164Z [00:02:22.289]➜  cat >/tmp/go-build693841089/b396/importcfg << 'EOF' # internal
2025-08-20T18:58:45.5412505Z [00:02:22.289]➜  # import config
2025-08-20T18:58:45.5412849Z [00:02:22.289]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:45.5413309Z [00:02:22.289]➜  packagefile compress/flate=/tmp/go-build693841089/b123/_pkg_.a
2025-08-20T18:58:45.5413780Z [00:02:22.289]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:45.5414221Z [00:02:22.289]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.5431371Z [00:02:22.289]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.5431846Z [00:02:22.289]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.5432284Z [00:02:22.289]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:58:45.5432752Z [00:02:22.289]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:45.5433188Z [00:02:22.289]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.5433587Z [00:02:22.289]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:45.5434524Z [00:02:22.289]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:45.5435358Z [00:02:22.289]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:45.5435798Z [00:02:22.289]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:45.5436237Z [00:02:22.289]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:45.5436651Z [00:02:22.289]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.5437077Z [00:02:22.289]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.5437478Z [00:02:22.289]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:45.5437909Z [00:02:22.289]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:45.5438237Z [00:02:22.289]➜  EOF
2025-08-20T18:58:45.5440058Z [00:02:22.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b396=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/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-20T18:58:45.5588823Z [00:02:22.306]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T18:58:45.5589669Z [00:02:22.306]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/72/72b03cba1e2ce593f7e89e954fc88b288f8953ae4691a0d8af35af8473940535-d # internal
2025-08-20T18:58:45.5590297Z [00:02:22.306]➜  github.com/multiformats/go-multihash/register/all
2025-08-20T18:58:45.5590634Z [00:02:22.307]➜  mkdir -p $WORK/b344/
2025-08-20T18:58:45.5639257Z [00:02:22.310]➜  cat >/tmp/go-build693841089/b344/importcfg << 'EOF' # internal
2025-08-20T18:58:45.5639756Z [00:02:22.310]➜  # import config
2025-08-20T18:58:45.5640280Z [00:02:22.310]➜  packagefile github.com/multiformats/go-multihash/register/blake2=/tmp/go-build693841089/b345/_pkg_.a
2025-08-20T18:58:45.5641052Z [00:02:22.310]➜  packagefile github.com/multiformats/go-multihash/register/blake3=/tmp/go-build693841089/b348/_pkg_.a
2025-08-20T18:58:45.5641808Z [00:02:22.310]➜  packagefile github.com/multiformats/go-multihash/register/murmur3=/tmp/go-build693841089/b354/_pkg_.a
2025-08-20T18:58:45.5642538Z [00:02:22.310]➜  packagefile github.com/multiformats/go-multihash/register/sha3=/tmp/go-build693841089/b356/_pkg_.a
2025-08-20T18:58:45.5642988Z [00:02:22.310]➜  EOF
2025-08-20T18:58:45.5645586Z [00:02:22.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_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/b344=>" -p github.com/multiformats/go-multihash/register/all -lang=go1.19 -complete -installsuffix shared -buildid muqHHOiJLpk-k2fRrPpb/muqHHOiJLpk-k2fRrPpb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3/register/all/multihash_all.go
2025-08-20T18:58:45.5785519Z [00:02:22.326]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T18:58:45.5792519Z [00:02:22.327]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/7c/7c52e4c977823a6ac25c07664dd0971af6ba0d826734e4ca5e6f52e57feb9740-d # internal
2025-08-20T18:58:45.5798193Z [00:02:22.327]➜  github.com/multiformats/go-multihash
2025-08-20T18:58:45.5800838Z [00:02:22.327]➜  mkdir -p $WORK/b342/
2025-08-20T18:58:45.5808261Z [00:02:22.328]➜  cat >/tmp/go-build693841089/b342/importcfg << 'EOF' # internal
2025-08-20T18:58:45.5808843Z [00:02:22.328]➜  # import config
2025-08-20T18:58:45.5809349Z [00:02:22.328]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:45.5809926Z [00:02:22.328]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.5816321Z [00:02:22.328]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.5817254Z [00:02:22.328]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build693841089/b339/_pkg_.a
2025-08-20T18:58:45.5818012Z [00:02:22.328]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:45.5818707Z [00:02:22.328]➜  packagefile github.com/multiformats/go-multihash/register/all=/tmp/go-build693841089/b344/_pkg_.a
2025-08-20T18:58:45.5819457Z [00:02:22.328]➜  packagefile github.com/multiformats/go-multihash/register/miniosha256=/tmp/go-build693841089/b357/_pkg_.a
2025-08-20T18:58:45.5820148Z [00:02:22.328]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:45.5820642Z [00:02:22.328]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:45.5821035Z [00:02:22.328]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.5821428Z [00:02:22.328]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:45.5821732Z [00:02:22.328]➜  EOF
2025-08-20T18:58:45.5824823Z [00:02:22.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multihash@v0.2.3=>github.com/multiformats/go-multihash@v0.2.3;$WORK/b342=>" -p github.com/multiformats/go-multihash -lang=go1.19 -complete -installsuffix shared -buildid D1EnaF6wstDPGtkF2v6e/D1EnaF6wstDPGtkF2v6e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/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-20T18:58:45.6367920Z [00:02:22.384]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T18:58:45.6378974Z [00:02:22.385]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/98/9823fad7bd8d851645c7fc88675860f99631df1b34936b3ad33565d0928c730e-d # internal
2025-08-20T18:58:45.6424883Z [00:02:22.390]➜  github.com/ipfs/go-cid
2025-08-20T18:58:45.6425801Z [00:02:22.390]➜  mkdir -p $WORK/b337/
2025-08-20T18:58:45.6430169Z [00:02:22.391]➜  cat >/tmp/go-build693841089/b337/importcfg << 'EOF' # internal
2025-08-20T18:58:45.6430846Z [00:02:22.391]➜  # import config
2025-08-20T18:58:45.6431745Z [00:02:22.391]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:45.6433392Z [00:02:22.391]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:45.6434224Z [00:02:22.391]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:45.6434871Z [00:02:22.391]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:45.6435318Z [00:02:22.391]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:45.6435724Z [00:02:22.391]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.6436241Z [00:02:22.391]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:45.6436883Z [00:02:22.391]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:45.6437489Z [00:02:22.391]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:45.6437973Z [00:02:22.391]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.6438376Z [00:02:22.391]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.6438700Z [00:02:22.391]➜  EOF
2025-08-20T18:58:45.6441153Z [00:02:22.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-cid@v0.4.1=>github.com/ipfs/go-cid@v0.4.1;$WORK/b337=>" -p github.com/ipfs/go-cid -lang=go1.19 -complete -installsuffix shared -buildid A6cPnubpoVoOVyD2uiGC/A6cPnubpoVoOVyD2uiGC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-cid@v0.4.1/builder.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.4.1/cid.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.4.1/deprecated.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.4.1/set.go /root/go/pkg/mod/github.com/ipfs/go-cid@v0.4.1/varint.go
2025-08-20T18:58:45.7630785Z [00:02:22.510]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T18:58:45.7644439Z [00:02:22.512]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/56/5616fb071f8039c3539f5189b60380a81175f404ac962409ad7e57e7d9ad51da-d # internal
2025-08-20T18:58:45.7680467Z [00:02:22.516]➜  os/signal
2025-08-20T18:58:45.7684260Z [00:02:22.516]➜  mkdir -p $WORK/b397/
2025-08-20T18:58:45.7698490Z [00:02:22.517]➜  echo -n > $WORK/b397/go_asm.h # internal
2025-08-20T18:58:45.7707145Z [00:02:22.518]➜  cd /root/.go/src/os/signal
2025-08-20T18:58:45.7710778Z [00:02:22.518]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b397=>" -I $WORK/b397/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b397/symabis ./sig.s
2025-08-20T18:58:45.7757862Z [00:02:22.523]➜  cat >/tmp/go-build693841089/b397/importcfg << 'EOF' # internal
2025-08-20T18:58:45.7766160Z [00:02:22.523]➜  # import config
2025-08-20T18:58:45.7766530Z [00:02:22.523]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:45.7766945Z [00:02:22.523]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:45.7767354Z [00:02:22.523]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:45.7767790Z [00:02:22.523]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.7768204Z [00:02:22.523]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:45.7768514Z [00:02:22.523]➜  EOF
2025-08-20T18:58:45.7768787Z [00:02:22.523]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:45.7770664Z [00:02:22.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b397=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b397/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack -asmhdr $WORK/b397/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-20T18:58:45.8456650Z [00:02:22.592]➜  cd /root/.go/src/os/signal
2025-08-20T18:58:45.8460755Z [00:02:22.592]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b397=>" -I $WORK/b397/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b397/sig.o ./sig.s
2025-08-20T18:58:45.8587530Z [00:02:22.606]➜  go tool pack r $WORK/b397/_pkg_.a $WORK/b397/sig.o # internal
2025-08-20T18:58:45.8588925Z [00:02:22.606]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T18:58:45.8597572Z [00:02:22.607]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T18:58:45.8600361Z [00:02:22.608]➜  os/user
2025-08-20T18:58:45.8601251Z [00:02:22.608]➜  mkdir -p $WORK/b398/
2025-08-20T18:58:45.8603931Z [00:02:22.608]➜  echo -n > $WORK/b398/preferlinkext # internal
2025-08-20T18:58:45.8605890Z [00:02:22.608]➜  cd /root/.go/src/os/user
2025-08-20T18:58:45.8607644Z [00:02:22.608]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b398/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b398/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T18:58:45.9069247Z [00:02:22.654]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T18:58:45.9131560Z [00:02:22.661]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/69/69285a66a65ab9eb97a3850318f495af8a4c218fb35cbc141939d5643ffd1f7f-d # internal
2025-08-20T18:58:45.9180282Z [00:02:22.665]➜  go.uber.org/zap/internal
2025-08-20T18:58:45.9180711Z [00:02:22.665]➜  mkdir -p $WORK/b385/
2025-08-20T18:58:45.9181562Z [00:02:22.666]➜  cat >/tmp/go-build693841089/b385/importcfg << 'EOF' # internal
2025-08-20T18:58:45.9181913Z [00:02:22.666]➜  # import config
2025-08-20T18:58:45.9182315Z [00:02:22.666]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:45.9182676Z [00:02:22.666]➜  EOF
2025-08-20T18:58:45.9182950Z [00:02:22.666]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:45.9184886Z [00:02:22.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal=>go.uber.org/zap@v1.27.0/internal;$WORK/b385=>" -p go.uber.org/zap/internal -lang=go1.19 -complete -installsuffix shared -buildid bVnzDh2R_57v9t8CgJkI/bVnzDh2R_57v9t8CgJkI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/level_enabler.go
2025-08-20T18:58:45.9392662Z [00:02:22.686]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T18:58:45.9393692Z [00:02:22.687]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/82/824834fe3210c71508964e39e39e41ab362a533338ca39911f9330a9bad92fce-d # internal
2025-08-20T18:58:45.9398093Z [00:02:22.687]➜  github.com/maruel/circular
2025-08-20T18:58:45.9398885Z [00:02:22.687]➜  mkdir -p $WORK/b401/
2025-08-20T18:58:45.9399749Z [00:02:22.687]➜  cat >/tmp/go-build693841089/b401/importcfg << 'EOF' # internal
2025-08-20T18:58:45.9400514Z [00:02:22.687]➜  # import config
2025-08-20T18:58:45.9400906Z [00:02:22.687]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:45.9401326Z [00:02:22.687]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:45.9401735Z [00:02:22.687]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.9402168Z [00:02:22.687]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:45.9402592Z [00:02:22.687]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:45.9402896Z [00:02:22.687]➜  EOF
2025-08-20T18:58:45.9405804Z [00:02:22.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/maruel/circular@v0.0.0-20200815005550-36e533b830e9=>github.com/maruel/circular@v0.0.0-20200815005550-36e533b830e9;$WORK/b401=>" -p github.com/maruel/circular -lang=go1.11 -complete -installsuffix shared -buildid W_wfiifvGND2ggR_RMrU/W_wfiifvGND2ggR_RMrU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/maruel/circular@v0.0.0-20200815005550-36e533b830e9/auto_flush.go /root/go/pkg/mod/github.com/maruel/circular@v0.0.0-20200815005550-36e533b830e9/circular.go
2025-08-20T18:58:45.9791391Z [00:02:22.727]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T18:58:45.9797319Z [00:02:22.727]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/8f/8f09d39c4cf67ffeb8d3c61b14873b4a5a14b2d9d6c0fce0a378f42c7af57a37-d # internal
2025-08-20T18:58:45.9815067Z [00:02:22.729]➜  berty.tech/weshnet/v2/pkg/netmanager
2025-08-20T18:58:45.9817870Z [00:02:22.729]➜  mkdir -p $WORK/b402/
2025-08-20T18:58:45.9818263Z [00:02:22.729]➜  cat >/tmp/go-build693841089/b402/importcfg << 'EOF' # internal
2025-08-20T18:58:45.9818612Z [00:02:22.729]➜  # import config
2025-08-20T18:58:45.9819067Z [00:02:22.729]➜  packagefile berty.tech/weshnet/v2/internal/notify=/tmp/go-build693841089/b375/_pkg_.a
2025-08-20T18:58:45.9819599Z [00:02:22.729]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:45.9820028Z [00:02:22.729]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:45.9820486Z [00:02:22.729]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:45.9820893Z [00:02:22.729]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:45.9821783Z [00:02:22.729]➜  EOF
2025-08-20T18:58:45.9824419Z [00:02:22.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/netmanager=>berty.tech/weshnet/v2@v2.0.4/pkg/netmanager;$WORK/b402=>" -p berty.tech/weshnet/v2/pkg/netmanager -lang=go1.22 -complete -installsuffix shared -buildid -lD4Ychxdd7Eru7IIHV_/-lD4Ychxdd7Eru7IIHV_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/netmanager/connectivity.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/netmanager/netmanager.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/netmanager/netmanager_noop.go
2025-08-20T18:58:45.9885416Z [00:02:22.736]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T18:58:45.9978959Z [00:02:22.745]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T18:58:45.9990478Z [00:02:22.747]➜  github.com/atotto/clipboard
2025-08-20T18:58:45.9994299Z [00:02:22.747]➜  mkdir -p $WORK/b403/
2025-08-20T18:58:46.0002006Z [00:02:22.748]➜  cat >/tmp/go-build693841089/b403/importcfg << 'EOF' # internal
2025-08-20T18:58:46.0003092Z [00:02:22.748]➜  # import config
2025-08-20T18:58:46.0004740Z [00:02:22.748]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.0005503Z [00:02:22.748]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.0006171Z [00:02:22.748]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:58:46.0009277Z [00:02:22.748]➜  EOF
2025-08-20T18:58:46.0013327Z [00:02:22.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4=>github.com/atotto/clipboard@v0.1.4;$WORK/b403=>" -p github.com/atotto/clipboard -lang=go1.16 -complete -installsuffix shared -buildid dU7xf_9cbxpt1N7a3LK3/dU7xf_9cbxpt1N7a3LK3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard.go /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard_unix.go
2025-08-20T18:58:46.0178572Z [00:02:22.765]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T18:58:46.0183356Z [00:02:22.766]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/cd/cd82833584f83aa9330aa1e87804322c05733ea181358dfe138e31d31e619cd8-d # internal
2025-08-20T18:58:46.0192600Z [00:02:22.766]➜  golang.org/x/text/encoding
2025-08-20T18:58:46.0193023Z [00:02:22.766]➜  mkdir -p $WORK/b406/
2025-08-20T18:58:46.0193408Z [00:02:22.767]➜  cat >/tmp/go-build693841089/b406/importcfg << 'EOF' # internal
2025-08-20T18:58:46.0193751Z [00:02:22.767]➜  # import config
2025-08-20T18:58:46.0194113Z [00:02:22.767]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.0194821Z [00:02:22.767]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build693841089/b407/_pkg_.a
2025-08-20T18:58:46.0195507Z [00:02:22.767]➜  packagefile golang.org/x/text/transform=/tmp/go-build693841089/b301/_pkg_.a
2025-08-20T18:58:46.0195981Z [00:02:22.767]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.0196389Z [00:02:22.767]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:46.0197253Z [00:02:22.767]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:46.0197580Z [00:02:22.767]➜  EOF
2025-08-20T18:58:46.0199316Z [00:02:22.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/encoding=>golang.org/x/text@v0.21.0/encoding;$WORK/b406=>" -p golang.org/x/text/encoding -lang=go1.18 -complete -installsuffix shared -buildid 1KPSuvyOZPcIpKJRYkuD/1KPSuvyOZPcIpKJRYkuD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/encoding/encoding.go
2025-08-20T18:58:46.0363642Z [00:02:22.784]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T18:58:46.0368742Z [00:02:22.784]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/4c/4c326107d834119cbe43ab9688424f8098db62dcf0dbcb109bea74de01296aeb-d # internal
2025-08-20T18:58:46.0388114Z [00:02:22.786]➜  github.com/gdamore/tcell/terminfo
2025-08-20T18:58:46.0397134Z [00:02:22.786]➜  mkdir -p $WORK/b408/
2025-08-20T18:58:46.0397542Z [00:02:22.787]➜  cat >/tmp/go-build693841089/b408/importcfg << 'EOF' # internal
2025-08-20T18:58:46.0397892Z [00:02:22.787]➜  # import config
2025-08-20T18:58:46.0398230Z [00:02:22.787]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.0398650Z [00:02:22.787]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.0399089Z [00:02:22.787]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.0399487Z [00:02:22.787]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.0399879Z [00:02:22.787]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.0400285Z [00:02:22.787]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:46.0400705Z [00:02:22.787]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.0401114Z [00:02:22.787]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.0401532Z [00:02:22.787]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.0401838Z [00:02:22.787]➜  EOF
2025-08-20T18:58:46.0404051Z [00:02:22.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo=>github.com/gdamore/tcell@v1.4.0/terminfo;$WORK/b408=>" -p github.com/gdamore/tcell/terminfo -lang=go1.12 -complete -installsuffix shared -buildid PVl47h8mumnNF8tViIxa/PVl47h8mumnNF8tViIxa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/terminfo.go
2025-08-20T18:58:46.0792058Z [00:02:22.826]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T18:58:46.0800929Z [00:02:22.827]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/fc/fca875e9b76191ebb352050e3c873713e32bb9787462dfa8e708270fb9dd8c48-d # internal
2025-08-20T18:58:46.0803795Z [00:02:22.828]➜  github.com/gdamore/encoding
2025-08-20T18:58:46.0804191Z [00:02:22.828]➜  mkdir -p $WORK/b405/
2025-08-20T18:58:46.0806765Z [00:02:22.828]➜  cat >/tmp/go-build693841089/b405/importcfg << 'EOF' # internal
2025-08-20T18:58:46.0807618Z [00:02:22.828]➜  # import config
2025-08-20T18:58:46.0808599Z [00:02:22.828]➜  packagefile golang.org/x/text/encoding=/tmp/go-build693841089/b406/_pkg_.a
2025-08-20T18:58:46.0809213Z [00:02:22.828]➜  packagefile golang.org/x/text/transform=/tmp/go-build693841089/b301/_pkg_.a
2025-08-20T18:58:46.0809731Z [00:02:22.828]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.0810164Z [00:02:22.828]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:46.0810502Z [00:02:22.828]➜  EOF
2025-08-20T18:58:46.0813616Z [00:02:22.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0=>github.com/gdamore/encoding@v1.0.0;$WORK/b405=>" -p github.com/gdamore/encoding -lang=go1.9 -complete -installsuffix shared -buildid fSImIa0Kjv2KO1KhHbyq/fSImIa0Kjv2KO1KhHbyq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/ascii.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/charmap.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/doc.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/ebcdic.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/latin1.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/latin5.go /root/go/pkg/mod/github.com/gdamore/encoding@v1.0.0/utf8.go
2025-08-20T18:58:46.1112690Z [00:02:22.859]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T18:58:46.1116503Z [00:02:22.859]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/2e/2ec2fe1863136fb8f2ec51fd290a2e38e8f0b236a5129d3b637899b362a992e4-d # internal
2025-08-20T18:58:46.1119688Z [00:02:22.860]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T18:58:46.1120058Z [00:02:22.860]➜  mkdir -p $WORK/b457/
2025-08-20T18:58:46.1123045Z [00:02:22.860]➜  cat >/tmp/go-build693841089/b457/importcfg << 'EOF' # internal
2025-08-20T18:58:46.1123487Z [00:02:22.860]➜  # import config
2025-08-20T18:58:46.1123875Z [00:02:22.860]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:58:46.1124328Z [00:02:22.860]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.1124903Z [00:02:22.860]➜  packagefile image/color=/tmp/go-build693841089/b458/_pkg_.a
2025-08-20T18:58:46.1125362Z [00:02:22.860]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:46.1125790Z [00:02:22.860]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:46.1126219Z [00:02:22.860]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:46.1126533Z [00:02:22.860]➜  EOF
2025-08-20T18:58:46.1130119Z [00:02:22.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3=>github.com/lucasb-eyer/go-colorful@v1.0.3;$WORK/b457=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid sxaVnbP2qk90o07Tum6x/sxaVnbP2qk90o07Tum6x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.0.3/warm_palettegen.go
2025-08-20T18:58:46.1338116Z [00:02:22.878]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T18:58:46.1338889Z [00:02:22.879]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/d9/d9b72db3c7197ef3720f1d94f19b16063054664f5a274e09472997fe55428a3c-d # internal
2025-08-20T18:58:46.1343011Z [00:02:22.880]➜  github.com/gdamore/tcell/terminfo/a/ansi
2025-08-20T18:58:46.1348799Z [00:02:22.880]➜  mkdir -p $WORK/b410/
2025-08-20T18:58:46.1350032Z [00:02:22.880]➜  cat >/tmp/go-build693841089/b410/importcfg << 'EOF' # internal
2025-08-20T18:58:46.1350597Z [00:02:22.880]➜  # import config
2025-08-20T18:58:46.1351450Z [00:02:22.880]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.1351896Z [00:02:22.880]➜  EOF
2025-08-20T18:58:46.1353901Z [00:02:22.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/ansi=>github.com/gdamore/tcell@v1.4.0/terminfo/a/ansi;$WORK/b410=>" -p github.com/gdamore/tcell/terminfo/a/ansi -lang=go1.12 -complete -installsuffix shared -buildid c8s1wt0GquHkgqH5TCmj/c8s1wt0GquHkgqH5TCmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/ansi/term.go
2025-08-20T18:58:46.1473591Z [00:02:22.895]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T18:58:46.1478220Z [00:02:22.895]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/39/391b965eb49802088e268c00ebef22d4c17dd97b1bdc7aeed27f9b276d462482-d # internal
2025-08-20T18:58:46.1483525Z [00:02:22.896]➜  github.com/gdamore/tcell/terminfo/v/vt100
2025-08-20T18:58:46.1488115Z [00:02:22.896]➜  mkdir -p $WORK/b411/
2025-08-20T18:58:46.1489497Z [00:02:22.896]➜  cat >/tmp/go-build693841089/b411/importcfg << 'EOF' # internal
2025-08-20T18:58:46.1489915Z [00:02:22.897]➜  # import config
2025-08-20T18:58:46.1490362Z [00:02:22.897]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.1490764Z [00:02:22.897]➜  EOF
2025-08-20T18:58:46.1492747Z [00:02:22.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt100=>github.com/gdamore/tcell@v1.4.0/terminfo/v/vt100;$WORK/b411=>" -p github.com/gdamore/tcell/terminfo/v/vt100 -lang=go1.12 -complete -installsuffix shared -buildid MW7WvsDisV7kQusAlg8k/MW7WvsDisV7kQusAlg8k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt100/term.go
2025-08-20T18:58:46.1580181Z [00:02:22.905]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T18:58:46.1583710Z [00:02:22.906]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/f1/f1f3815577cef463ed25716444a55459fe88fe4659dc0764f26b567331c9b90b-d # internal
2025-08-20T18:58:46.1593076Z [00:02:22.907]➜  github.com/gdamore/tcell/terminfo/v/vt102
2025-08-20T18:58:46.1593496Z [00:02:22.907]➜  mkdir -p $WORK/b412/
2025-08-20T18:58:46.1598945Z [00:02:22.907]➜  cat >/tmp/go-build693841089/b412/importcfg << 'EOF' # internal
2025-08-20T18:58:46.1599881Z [00:02:22.907]➜  # import config
2025-08-20T18:58:46.1600340Z [00:02:22.907]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.1600769Z [00:02:22.907]➜  EOF
2025-08-20T18:58:46.1603020Z [00:02:22.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt102=>github.com/gdamore/tcell@v1.4.0/terminfo/v/vt102;$WORK/b412=>" -p github.com/gdamore/tcell/terminfo/v/vt102 -lang=go1.12 -complete -installsuffix shared -buildid cb0-END61ztUDvSkL72C/cb0-END61ztUDvSkL72C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt102/term.go
2025-08-20T18:58:46.1747443Z [00:02:22.922]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T18:58:46.1770342Z [00:02:22.924]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/30/309e41f661e0b0f564252289d7baed0348ae3901526210c647cd1ff205f4b55f-d # internal
2025-08-20T18:58:46.1770979Z [00:02:22.924]➜  github.com/gdamore/tcell/terminfo/v/vt220
2025-08-20T18:58:46.1771301Z [00:02:22.924]➜  mkdir -p $WORK/b413/
2025-08-20T18:58:46.1771712Z [00:02:22.924]➜  cat >/tmp/go-build693841089/b413/importcfg << 'EOF' # internal
2025-08-20T18:58:46.1772057Z [00:02:22.924]➜  # import config
2025-08-20T18:58:46.1772498Z [00:02:22.924]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.1772894Z [00:02:22.924]➜  EOF
2025-08-20T18:58:46.1775163Z [00:02:22.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt220=>github.com/gdamore/tcell@v1.4.0/terminfo/v/vt220;$WORK/b413=>" -p github.com/gdamore/tcell/terminfo/v/vt220 -lang=go1.12 -complete -installsuffix shared -buildid YdXHgDdX9Y8H0zYTKNU8/YdXHgDdX9Y8H0zYTKNU8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt220/term.go
2025-08-20T18:58:46.1960138Z [00:02:22.943]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T18:58:46.1986395Z [00:02:22.943]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/0a/0ac3c5be632cbbc4740ec8485c24cff1e689645748ecf33f497475613b8e7d31-d # internal
2025-08-20T18:58:46.1987657Z [00:02:22.944]➜  github.com/gdamore/tcell/terminfo/x/xterm
2025-08-20T18:58:46.1987987Z [00:02:22.944]➜  mkdir -p $WORK/b414/
2025-08-20T18:58:46.1988362Z [00:02:22.944]➜  cat >/tmp/go-build693841089/b414/importcfg << 'EOF' # internal
2025-08-20T18:58:46.1988712Z [00:02:22.944]➜  # import config
2025-08-20T18:58:46.1989168Z [00:02:22.944]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.1989569Z [00:02:22.944]➜  EOF
2025-08-20T18:58:46.1991547Z [00:02:22.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xterm=>github.com/gdamore/tcell@v1.4.0/terminfo/x/xterm;$WORK/b414=>" -p github.com/gdamore/tcell/terminfo/x/xterm -lang=go1.12 -complete -installsuffix shared -buildid lmUf-dHI0B0H0AhNiA6C/lmUf-dHI0B0H0AhNiA6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xterm/term.go
2025-08-20T18:58:46.2187735Z [00:02:22.966]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T18:58:46.2202709Z [00:02:22.968]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/33/33807d4d272dad2619c7e14ccdd1093a591cacb141b0a89e15065098fe4434f7-d # internal
2025-08-20T18:58:46.2222567Z [00:02:22.970]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T18:58:46.2224152Z [00:02:22.970]➜  github.com/gdamore/tcell/terminfo/dynamic
2025-08-20T18:58:46.2225421Z [00:02:22.970]➜  mkdir -p $WORK/b415/
2025-08-20T18:58:46.2230029Z [00:02:22.970]➜  cat >/tmp/go-build693841089/b415/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2231428Z [00:02:22.970]➜  # import config
2025-08-20T18:58:46.2231781Z [00:02:22.970]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.2232203Z [00:02:22.970]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.2232755Z [00:02:22.970]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.2233259Z [00:02:22.970]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:58:46.2233709Z [00:02:22.970]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:46.2234128Z [00:02:22.970]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:46.2234545Z [00:02:22.970]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.2235328Z [00:02:22.970]➜  EOF
2025-08-20T18:58:46.2237916Z [00:02:22.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/dynamic=>github.com/gdamore/tcell@v1.4.0/terminfo/dynamic;$WORK/b415=>" -p github.com/gdamore/tcell/terminfo/dynamic -lang=go1.12 -complete -installsuffix shared -buildid bx6M-v0S7v-jN6OJrIzU/bx6M-v0S7v-jN6OJrIzU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/dynamic/dynamic.go
2025-08-20T18:58:46.2250557Z [00:02:22.972]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/c9/c9efaa89c288b4c66d57ad2be715c01b1b4979ac079699715efb9fc35b50ea83-d # internal
2025-08-20T18:58:46.2274848Z [00:02:22.975]➜  github.com/gdamore/tcell/terminfo/base
2025-08-20T18:58:46.2285928Z [00:02:22.975]➜  mkdir -p $WORK/b409/
2025-08-20T18:58:46.2286355Z [00:02:22.976]➜  cat >/tmp/go-build693841089/b409/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2286703Z [00:02:22.976]➜  # import config
2025-08-20T18:58:46.2290133Z [00:02:22.976]➜  packagefile github.com/gdamore/tcell/terminfo/a/ansi=/tmp/go-build693841089/b410/_pkg_.a
2025-08-20T18:58:46.2290817Z [00:02:22.976]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt100=/tmp/go-build693841089/b411/_pkg_.a
2025-08-20T18:58:46.2291478Z [00:02:22.976]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt102=/tmp/go-build693841089/b412/_pkg_.a
2025-08-20T18:58:46.2292541Z [00:02:22.976]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt220=/tmp/go-build693841089/b413/_pkg_.a
2025-08-20T18:58:46.2293216Z [00:02:22.976]➜  packagefile github.com/gdamore/tcell/terminfo/x/xterm=/tmp/go-build693841089/b414/_pkg_.a
2025-08-20T18:58:46.2307783Z [00:02:22.976]➜  EOF
2025-08-20T18:58:46.2309797Z [00:02:22.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/base=>github.com/gdamore/tcell@v1.4.0/terminfo/base;$WORK/b409=>" -p github.com/gdamore/tcell/terminfo/base -lang=go1.12 -complete -installsuffix shared -buildid fiuMDBpUJomC_n-tUEjx/fiuMDBpUJomC_n-tUEjx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/base/base.go
2025-08-20T18:58:46.2480755Z [00:02:22.995]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T18:58:46.2482328Z [00:02:22.996]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/75/7580a7cf39065b62984cb348d84fde9f4931d0dd6bc400143c2e59ce27e41cf2-d # internal
2025-08-20T18:58:46.2493109Z [00:02:22.997]➜  github.com/gdamore/tcell/terminfo/a/adm3a
2025-08-20T18:58:46.2497503Z [00:02:22.997]➜  mkdir -p $WORK/b417/
2025-08-20T18:58:46.2497909Z [00:02:22.997]➜  cat >/tmp/go-build693841089/b417/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2498255Z [00:02:22.997]➜  # import config
2025-08-20T18:58:46.2498722Z [00:02:22.997]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.2499126Z [00:02:22.997]➜  EOF
2025-08-20T18:58:46.2501101Z [00:02:22.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/adm3a=>github.com/gdamore/tcell@v1.4.0/terminfo/a/adm3a;$WORK/b417=>" -p github.com/gdamore/tcell/terminfo/a/adm3a -lang=go1.12 -complete -installsuffix shared -buildid L35NWThz6-N4BQy8dWiy/L35NWThz6-N4BQy8dWiy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/adm3a/term.go
2025-08-20T18:58:46.2611903Z [00:02:23.008]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T18:58:46.2615605Z [00:02:23.009]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/bd/bdfa7fa197f0e413d8d6adaee8009f2ea3f30071d972a4f5273b92799f19ec8d-d # internal
2025-08-20T18:58:46.2628783Z [00:02:23.010]➜  github.com/gdamore/tcell/terminfo/a/aixterm
2025-08-20T18:58:46.2629512Z [00:02:23.010]➜  mkdir -p $WORK/b418/
2025-08-20T18:58:46.2631982Z [00:02:23.011]➜  cat >/tmp/go-build693841089/b418/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2632765Z [00:02:23.011]➜  # import config
2025-08-20T18:58:46.2633600Z [00:02:23.011]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.2636196Z [00:02:23.011]➜  EOF
2025-08-20T18:58:46.2638228Z [00:02:23.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/aixterm=>github.com/gdamore/tcell@v1.4.0/terminfo/a/aixterm;$WORK/b418=>" -p github.com/gdamore/tcell/terminfo/a/aixterm -lang=go1.12 -complete -installsuffix shared -buildid m4yqI12zwhxQbSV5CvGu/m4yqI12zwhxQbSV5CvGu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/aixterm/term.go
2025-08-20T18:58:46.2720787Z [00:02:23.019]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T18:58:46.2722134Z [00:02:23.019]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/4c/4c7a2552a44082c8bc6c150d74c937913a135294991b19b506d08e45e2c86a7b-d # internal
2025-08-20T18:58:46.2725496Z [00:02:23.020]➜  github.com/gdamore/tcell/terminfo/a/alacritty
2025-08-20T18:58:46.2725848Z [00:02:23.020]➜  mkdir -p $WORK/b419/
2025-08-20T18:58:46.2726221Z [00:02:23.020]➜  cat >/tmp/go-build693841089/b419/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2726565Z [00:02:23.020]➜  # import config
2025-08-20T18:58:46.2727469Z [00:02:23.020]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.2727865Z [00:02:23.020]➜  EOF
2025-08-20T18:58:46.2730067Z [00:02:23.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/alacritty=>github.com/gdamore/tcell@v1.4.0/terminfo/a/alacritty;$WORK/b419=>" -p github.com/gdamore/tcell/terminfo/a/alacritty -lang=go1.12 -complete -installsuffix shared -buildid w8YbmFoiJYSL1XIKW0XF/w8YbmFoiJYSL1XIKW0XF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/alacritty/term.go
2025-08-20T18:58:46.2737684Z [00:02:23.021]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T18:58:46.2747964Z [00:02:23.022]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/57/575c28ca0cde0df75122ceaa9ee5ce90ce2365481e86ef3aa9cc80582261cd72-d # internal
2025-08-20T18:58:46.2751945Z [00:02:23.023]➜  github.com/gdamore/tcell/terminfo/a/aterm
2025-08-20T18:58:46.2752283Z [00:02:23.023]➜  mkdir -p $WORK/b420/
2025-08-20T18:58:46.2756310Z [00:02:23.023]➜  cat >/tmp/go-build693841089/b420/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2765946Z [00:02:23.023]➜  # import config
2025-08-20T18:58:46.2766961Z [00:02:23.023]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.2767591Z [00:02:23.023]➜  EOF
2025-08-20T18:58:46.2769899Z [00:02:23.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/aterm=>github.com/gdamore/tcell@v1.4.0/terminfo/a/aterm;$WORK/b420=>" -p github.com/gdamore/tcell/terminfo/a/aterm -lang=go1.12 -complete -installsuffix shared -buildid GRlQ4EkB7B82yYWrtDM9/GRlQ4EkB7B82yYWrtDM9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/a/aterm/term.go
2025-08-20T18:58:46.2778175Z [00:02:23.025]➜  cd $WORK/b398
2025-08-20T18:58:46.2780122Z [00:02:23.025]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b398=/tmp/go-build -gno-record-gcc-switches -I $WORK/b398/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b398/_x001.o -c _cgo_export.c
2025-08-20T18:58:46.2857787Z [00:02:23.033]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T18:58:46.2861124Z [00:02:23.034]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/02/0279aed4f0369ae3e8949f0b32580fb2a83bdc8778b217ed43b558acebc314ea-d # internal
2025-08-20T18:58:46.2868312Z [00:02:23.034]➜  github.com/gdamore/tcell/terminfo/b/beterm
2025-08-20T18:58:46.2868944Z [00:02:23.034]➜  mkdir -p $WORK/b421/
2025-08-20T18:58:46.2869561Z [00:02:23.034]➜  cat >/tmp/go-build693841089/b421/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2870183Z [00:02:23.034]➜  # import config
2025-08-20T18:58:46.2870750Z [00:02:23.034]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.2871342Z [00:02:23.034]➜  EOF
2025-08-20T18:58:46.2871821Z [00:02:23.034]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:46.2873991Z [00:02:23.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/b/beterm=>github.com/gdamore/tcell@v1.4.0/terminfo/b/beterm;$WORK/b421=>" -p github.com/gdamore/tcell/terminfo/b/beterm -lang=go1.12 -complete -installsuffix shared -buildid FjsIPgaC5vD1t8PqjIAX/FjsIPgaC5vD1t8PqjIAX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/b/beterm/term.go
2025-08-20T18:58:46.2920046Z [00:02:23.039]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T18:58:46.2925232Z [00:02:23.040]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/34/34286c56a7752cc6747038ad01c6ae0692331cbe8501ae30a52614dedb8c5ada-d # internal
2025-08-20T18:58:46.2942593Z [00:02:23.042]➜  github.com/gdamore/tcell/terminfo/b/bsdos_pc
2025-08-20T18:58:46.2943647Z [00:02:23.042]➜  mkdir -p $WORK/b422/
2025-08-20T18:58:46.2947984Z [00:02:23.042]➜  cat >/tmp/go-build693841089/b422/importcfg << 'EOF' # internal
2025-08-20T18:58:46.2950223Z [00:02:23.042]➜  # import config
2025-08-20T18:58:46.2950695Z [00:02:23.042]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.2951097Z [00:02:23.042]➜  EOF
2025-08-20T18:58:46.2953100Z [00:02:23.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/b/bsdos_pc=>github.com/gdamore/tcell@v1.4.0/terminfo/b/bsdos_pc;$WORK/b422=>" -p github.com/gdamore/tcell/terminfo/b/bsdos_pc -lang=go1.12 -complete -installsuffix shared -buildid QCQF6ZhYo7Af4M7yB5D-/QCQF6ZhYo7Af4M7yB5D- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/b/bsdos_pc/term.go
2025-08-20T18:58:46.2966630Z [00:02:23.044]➜  cd $WORK/b398
2025-08-20T18:58:46.2968069Z [00:02:23.044]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b398=/tmp/go-build -gno-record-gcc-switches -I $WORK/b398/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b398/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T18:58:46.3016974Z [00:02:23.049]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T18:58:46.3021518Z [00:02:23.050]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/3f/3f275f60bb75bf53ccefcd959e274b4981a6d8357e589933d4226912c79ac77e-d # internal
2025-08-20T18:58:46.3029211Z [00:02:23.050]➜  github.com/gdamore/tcell/terminfo/c/cygwin
2025-08-20T18:58:46.3029661Z [00:02:23.050]➜  mkdir -p $WORK/b423/
2025-08-20T18:58:46.3032186Z [00:02:23.051]➜  cat >/tmp/go-build693841089/b423/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3033798Z [00:02:23.051]➜  # import config
2025-08-20T18:58:46.3035214Z [00:02:23.051]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3036160Z [00:02:23.051]➜  EOF
2025-08-20T18:58:46.3037269Z [00:02:23.051]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:46.3040212Z [00:02:23.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/c/cygwin=>github.com/gdamore/tcell@v1.4.0/terminfo/c/cygwin;$WORK/b423=>" -p github.com/gdamore/tcell/terminfo/c/cygwin -lang=go1.12 -complete -installsuffix shared -buildid de4AOAzyjEJouvh-4i7Y/de4AOAzyjEJouvh-4i7Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/c/cygwin/term.go
2025-08-20T18:58:46.3168030Z [00:02:23.064]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T18:58:46.3171574Z [00:02:23.064]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/c2/c2e6c78952690fcc55d42fa6472212ea7ea97d184317be9962b661f7943653c5-d # internal
2025-08-20T18:58:46.3180749Z [00:02:23.066]➜  github.com/gdamore/tcell/terminfo/d/d200
2025-08-20T18:58:46.3181176Z [00:02:23.066]➜  mkdir -p $WORK/b424/
2025-08-20T18:58:46.3187122Z [00:02:23.066]➜  cat >/tmp/go-build693841089/b424/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3188463Z [00:02:23.066]➜  # import config
2025-08-20T18:58:46.3189707Z [00:02:23.066]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3190419Z [00:02:23.066]➜  EOF
2025-08-20T18:58:46.3192963Z [00:02:23.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/d/d200=>github.com/gdamore/tcell@v1.4.0/terminfo/d/d200;$WORK/b424=>" -p github.com/gdamore/tcell/terminfo/d/d200 -lang=go1.12 -complete -installsuffix shared -buildid GqilYKZeWaPWPAWW0-8f/GqilYKZeWaPWPAWW0-8f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/d/d200/term.go
2025-08-20T18:58:46.3205889Z [00:02:23.068]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T18:58:46.3208881Z [00:02:23.068]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/1f/1fdefedc52fe05d5ce1a5324a0403f8ae084f7743df70861892512ba0b270723-d # internal
2025-08-20T18:58:46.3223622Z [00:02:23.070]➜  github.com/gdamore/tcell/terminfo/d/d210
2025-08-20T18:58:46.3225017Z [00:02:23.070]➜  mkdir -p $WORK/b425/
2025-08-20T18:58:46.3226115Z [00:02:23.070]➜  cat >/tmp/go-build693841089/b425/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3226753Z [00:02:23.070]➜  # import config
2025-08-20T18:58:46.3227519Z [00:02:23.070]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3228276Z [00:02:23.070]➜  EOF
2025-08-20T18:58:46.3230786Z [00:02:23.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/d/d210=>github.com/gdamore/tcell@v1.4.0/terminfo/d/d210;$WORK/b425=>" -p github.com/gdamore/tcell/terminfo/d/d210 -lang=go1.12 -complete -installsuffix shared -buildid Rmbh5fwqmSokHKjK8Lft/Rmbh5fwqmSokHKjK8Lft -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/d/d210/term.go
2025-08-20T18:58:46.3284850Z [00:02:23.076]➜  cd $WORK/b398
2025-08-20T18:58:46.3287273Z [00:02:23.076]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b398=/tmp/go-build -gno-record-gcc-switches -I $WORK/b398/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b398/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T18:58:46.3347636Z [00:02:23.082]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T18:58:46.3353058Z [00:02:23.083]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/45/45d326f37444cea50b62d6f1c7659d3ff97b07f337cb17c65e219d73fb194f0c-d # internal
2025-08-20T18:58:46.3361122Z [00:02:23.084]➜  github.com/gdamore/tcell/terminfo/d/dtterm
2025-08-20T18:58:46.3365205Z [00:02:23.084]➜  mkdir -p $WORK/b426/
2025-08-20T18:58:46.3365846Z [00:02:23.084]➜  cat >/tmp/go-build693841089/b426/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3366274Z [00:02:23.084]➜  # import config
2025-08-20T18:58:46.3366709Z [00:02:23.084]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3367108Z [00:02:23.084]➜  EOF
2025-08-20T18:58:46.3367379Z [00:02:23.084]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:46.3382170Z [00:02:23.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/d/dtterm=>github.com/gdamore/tcell@v1.4.0/terminfo/d/dtterm;$WORK/b426=>" -p github.com/gdamore/tcell/terminfo/d/dtterm -lang=go1.12 -complete -installsuffix shared -buildid rTOhuTO-JYCl3oIF0QUy/rTOhuTO-JYCl3oIF0QUy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/d/dtterm/term.go
2025-08-20T18:58:46.3386994Z [00:02:23.085]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T18:58:46.3387684Z [00:02:23.085]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/29/2967bf9249c14f02de8cb41c60b3c8dcbf6bbd2cc6230b063221d15dda137bec-d # internal
2025-08-20T18:58:46.3397099Z [00:02:23.086]➜  github.com/gdamore/tcell/terminfo/e/emacs
2025-08-20T18:58:46.3397419Z [00:02:23.086]➜  mkdir -p $WORK/b427/
2025-08-20T18:58:46.3397799Z [00:02:23.087]➜  cat >/tmp/go-build693841089/b427/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3398139Z [00:02:23.087]➜  # import config
2025-08-20T18:58:46.3398939Z [00:02:23.087]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3399334Z [00:02:23.087]➜  EOF
2025-08-20T18:58:46.3401293Z [00:02:23.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/e/emacs=>github.com/gdamore/tcell@v1.4.0/terminfo/e/emacs;$WORK/b427=>" -p github.com/gdamore/tcell/terminfo/e/emacs -lang=go1.12 -complete -installsuffix shared -buildid 7XqwzeBVjTWwIwJ6gkQ4/7XqwzeBVjTWwIwJ6gkQ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/e/emacs/term.go
2025-08-20T18:58:46.3478681Z [00:02:23.095]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T18:58:46.3484182Z [00:02:23.095]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/71/711f61f2c2bed54a2fee0de23b3f37f73a3d65a375362e6137327ceda5b4361f-d # internal
2025-08-20T18:58:46.3494690Z [00:02:23.096]➜  github.com/gdamore/tcell/terminfo/e/eterm
2025-08-20T18:58:46.3495701Z [00:02:23.097]➜  mkdir -p $WORK/b428/
2025-08-20T18:58:46.3498207Z [00:02:23.097]➜  cat >/tmp/go-build693841089/b428/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3498603Z [00:02:23.097]➜  # import config
2025-08-20T18:58:46.3512348Z [00:02:23.097]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3512914Z [00:02:23.097]➜  EOF
2025-08-20T18:58:46.3515086Z [00:02:23.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/e/eterm=>github.com/gdamore/tcell@v1.4.0/terminfo/e/eterm;$WORK/b428=>" -p github.com/gdamore/tcell/terminfo/e/eterm -lang=go1.12 -complete -installsuffix shared -buildid NnhIRVqrHs3t_Ax3RJ5T/NnhIRVqrHs3t_Ax3RJ5T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/e/eterm/term.go
2025-08-20T18:58:46.3551032Z [00:02:23.102]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T18:58:46.3562995Z [00:02:23.103]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/eb/ebaac2c1514105a75444fe8c023b4d60e14ee9294ce7f5404a35245e58d323b1-d # internal
2025-08-20T18:58:46.3563780Z [00:02:23.103]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T18:58:46.3564155Z [00:02:23.103]➜  github.com/gdamore/tcell/terminfo/g/gnome
2025-08-20T18:58:46.3564478Z [00:02:23.103]➜  mkdir -p $WORK/b429/
2025-08-20T18:58:46.3565235Z [00:02:23.104]➜  cat >/tmp/go-build693841089/b429/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3565648Z [00:02:23.104]➜  # import config
2025-08-20T18:58:46.3566088Z [00:02:23.104]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3566486Z [00:02:23.104]➜  EOF
2025-08-20T18:58:46.3568444Z [00:02:23.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/g/gnome=>github.com/gdamore/tcell@v1.4.0/terminfo/g/gnome;$WORK/b429=>" -p github.com/gdamore/tcell/terminfo/g/gnome -lang=go1.12 -complete -installsuffix shared -buildid GylSFTAXwfnH92udFEIT/GylSFTAXwfnH92udFEIT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/g/gnome/term.go
2025-08-20T18:58:46.3651359Z [00:02:23.112]➜  cd $WORK/b398
2025-08-20T18:58:46.3655229Z [00:02:23.112]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b398=/tmp/go-build -gno-record-gcc-switches -I $WORK/b398/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b398/_cgo_main.o -c _cgo_main.c
2025-08-20T18:58:46.3726353Z [00:02:23.119]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T18:58:46.3727215Z [00:02:23.119]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/f8/f8fe73e11ac9d743458961817e9f54079feabe3ff14b1f440bd3658d279ffdcc-d # internal
2025-08-20T18:58:46.3728254Z [00:02:23.119]➜  github.com/gdamore/tcell/terminfo/h/hpterm
2025-08-20T18:58:46.3728574Z [00:02:23.119]➜  mkdir -p $WORK/b430/
2025-08-20T18:58:46.3728947Z [00:02:23.120]➜  cat >/tmp/go-build693841089/b430/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3729286Z [00:02:23.120]➜  # import config
2025-08-20T18:58:46.3729720Z [00:02:23.120]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.3730131Z [00:02:23.120]➜  EOF
2025-08-20T18:58:46.3730400Z [00:02:23.120]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:46.3732468Z [00:02:23.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/h/hpterm=>github.com/gdamore/tcell@v1.4.0/terminfo/h/hpterm;$WORK/b430=>" -p github.com/gdamore/tcell/terminfo/h/hpterm -lang=go1.12 -complete -installsuffix shared -buildid 7IOZILKkUfV-MwAHnvRf/7IOZILKkUfV-MwAHnvRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/h/hpterm/term.go
2025-08-20T18:58:46.3795716Z [00:02:23.126]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/e6/e6e3007cbe5d1ca1ec6a17cf6815583fe786bd5ac64baa2b2d31e066e6a51058-d # internal
2025-08-20T18:58:46.3804805Z [00:02:23.128]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T18:58:46.3805688Z [00:02:23.128]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/e2/e26f7652ff3967209debd872a42a61dff7e08cdccdc747941573465e7a857674-d # internal
2025-08-20T18:58:46.3813424Z [00:02:23.129]➜  golang.org/x/net/trace
2025-08-20T18:58:46.3815639Z [00:02:23.129]➜  mkdir -p $WORK/b258/
2025-08-20T18:58:46.3817859Z [00:02:23.129]➜  cat >/tmp/go-build693841089/b258/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3818471Z [00:02:23.129]➜  # import config
2025-08-20T18:58:46.3818998Z [00:02:23.129]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.3820042Z [00:02:23.129]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:46.3820458Z [00:02:23.129]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.3820979Z [00:02:23.129]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build693841089/b259/_pkg_.a
2025-08-20T18:58:46.3821526Z [00:02:23.129]➜  packagefile html/template=/tmp/go-build693841089/b260/_pkg_.a
2025-08-20T18:58:46.3822245Z [00:02:23.129]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.3822701Z [00:02:23.129]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:46.3823099Z [00:02:23.129]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:46.3823494Z [00:02:23.129]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:46.3823903Z [00:02:23.129]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.3824322Z [00:02:23.129]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:46.3826261Z [00:02:23.129]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:46.3826720Z [00:02:23.129]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:46.3827135Z [00:02:23.129]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:46.3827550Z [00:02:23.129]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.3827973Z [00:02:23.129]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.3828402Z [00:02:23.129]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:46.3828859Z [00:02:23.129]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:58:46.3829696Z [00:02:23.129]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.3830096Z [00:02:23.129]➜  EOF
2025-08-20T18:58:46.3832223Z [00:02:23.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/trace=>golang.org/x/net@v0.33.0/trace;$WORK/b258=>" -p golang.org/x/net/trace -lang=go1.18 -complete -installsuffix shared -buildid IuQxY2M6oNgXKUeyCVib/IuQxY2M6oNgXKUeyCVib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/trace/trace.go
2025-08-20T18:58:46.3834576Z [00:02:23.130]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T18:58:46.3835508Z [00:02:23.131]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/d6/d69f46a80ab681d1d7f8ef3f93d0a499fa4e66f37f008505ddb8472fece6f19d-d # internal
2025-08-20T18:58:46.3907541Z [00:02:23.138]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b398=/tmp/go-build -gno-record-gcc-switches -o $WORK/b398/_cgo_.o $WORK/b398/_cgo_main.o $WORK/b398/preferlinkext $WORK/b398/_x001.o $WORK/b398/_x002.o $WORK/b398/_x003.o -O2 -g
2025-08-20T18:58:46.3908708Z [00:02:23.138]➜  github.com/grpc-ecosystem/grpc-gateway/runtime
2025-08-20T18:58:46.3909041Z [00:02:23.138]➜  mkdir -p $WORK/b142/
2025-08-20T18:58:46.3909408Z [00:02:23.138]➜  cat >/tmp/go-build693841089/b142/importcfg << 'EOF' # internal
2025-08-20T18:58:46.3909754Z [00:02:23.138]➜  # import config
2025-08-20T18:58:46.3910091Z [00:02:23.138]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.3910520Z [00:02:23.138]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:46.3910972Z [00:02:23.138]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:46.3911438Z [00:02:23.138]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:46.3911876Z [00:02:23.138]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.3912282Z [00:02:23.138]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.3912816Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:58:46.3913438Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/jsonpb=/tmp/go-build693841089/b143/_pkg_.a
2025-08-20T18:58:46.3914033Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:46.3917699Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/protoc-gen-go/descriptor=/tmp/go-build693841089/b141/_pkg_.a
2025-08-20T18:58:46.3918839Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/ptypes/any=/tmp/go-build693841089/b148/_pkg_.a
2025-08-20T18:58:46.3919572Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/ptypes/duration=/tmp/go-build693841089/b149/_pkg_.a
2025-08-20T18:58:46.3920260Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build693841089/b151/_pkg_.a
2025-08-20T18:58:46.3920939Z [00:02:23.138]➜  packagefile github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build693841089/b153/_pkg_.a
2025-08-20T18:58:46.3921675Z [00:02:23.138]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/internal=/tmp/go-build693841089/b155/_pkg_.a
2025-08-20T18:58:46.3922374Z [00:02:23.138]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:58:46.3923088Z [00:02:23.138]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build693841089/b157/_pkg_.a
2025-08-20T18:58:46.3923807Z [00:02:23.138]➜  packagefile google.golang.org/genproto/protobuf/field_mask=/tmp/go-build693841089/b158/_pkg_.a
2025-08-20T18:58:46.3924427Z [00:02:23.138]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:46.3925412Z [00:02:23.138]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:46.3936071Z [00:02:23.138]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:46.3937101Z [00:02:23.138]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:46.3937576Z [00:02:23.138]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.3937991Z [00:02:23.138]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:46.3938407Z [00:02:23.138]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:46.3938806Z [00:02:23.138]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:46.3939229Z [00:02:23.138]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.3939677Z [00:02:23.138]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:46.3940116Z [00:02:23.138]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:46.3940533Z [00:02:23.138]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:46.3940950Z [00:02:23.138]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:46.3941375Z [00:02:23.138]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:46.3941788Z [00:02:23.138]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.3942194Z [00:02:23.138]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.3942593Z [00:02:23.138]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.3942896Z [00:02:23.138]➜  EOF
2025-08-20T18:58:46.3950457Z [00:02:23.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime=>github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime;$WORK/b142=>" -p github.com/grpc-ecosystem/grpc-gateway/runtime -lang=go1.14 -complete -installsuffix shared -buildid jquDRnyBO9gUIT2QN_kq/jquDRnyBO9gUIT2QN_kq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/errors.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/fieldmask.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/handler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/marshal_httpbodyproto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/marshal_json.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/marshal_jsonpb.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/marshal_proto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/marshaler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/marshaler_registry.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/mux.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/proto2_convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/proto_errors.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/runtime/query.go
2025-08-20T18:58:46.4027080Z [00:02:23.150]➜  golang.org/x/net/http2
2025-08-20T18:58:46.4027448Z [00:02:23.150]➜  mkdir -p $WORK/b297/
2025-08-20T18:58:46.4045695Z [00:02:23.151]➜  cat >/tmp/go-build693841089/b297/importcfg << 'EOF' # internal
2025-08-20T18:58:46.4046691Z [00:02:23.151]➜  # import config
2025-08-20T18:58:46.4047078Z [00:02:23.151]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:46.4047502Z [00:02:23.151]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.4047945Z [00:02:23.151]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:46.4048388Z [00:02:23.151]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:46.4049289Z [00:02:23.151]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:46.4049738Z [00:02:23.151]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:58:46.4050195Z [00:02:23.151]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:46.4050637Z [00:02:23.151]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.4051052Z [00:02:23.151]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.4051549Z [00:02:23.151]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build693841089/b298/_pkg_.a
2025-08-20T18:58:46.4052120Z [00:02:23.151]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build693841089/b304/_pkg_.a
2025-08-20T18:58:46.4052656Z [00:02:23.151]➜  packagefile golang.org/x/net/idna=/tmp/go-build693841089/b299/_pkg_.a
2025-08-20T18:58:46.4053105Z [00:02:23.151]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.4053512Z [00:02:23.151]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:46.4053914Z [00:02:23.151]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:46.4054309Z [00:02:23.151]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:46.4055268Z [00:02:23.151]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:46.4055724Z [00:02:23.151]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:46.4056153Z [00:02:23.151]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:46.4056565Z [00:02:23.151]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.4057025Z [00:02:23.151]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:58:46.4057500Z [00:02:23.151]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:46.4057937Z [00:02:23.151]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:46.4058351Z [00:02:23.151]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.4058751Z [00:02:23.151]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:46.4059166Z [00:02:23.151]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:46.4059572Z [00:02:23.151]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:46.4059977Z [00:02:23.151]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:46.4060692Z [00:02:23.151]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.4061183Z [00:02:23.151]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.4061612Z [00:02:23.151]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:46.4062035Z [00:02:23.151]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.4062337Z [00:02:23.151]➜  EOF
2025-08-20T18:58:46.4068687Z [00:02:23.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/http2=>golang.org/x/net@v0.33.0/http2;$WORK/b297=>" -p golang.org/x/net/http2 -lang=go1.18 -complete -installsuffix shared -buildid OEOtOgZvRhj8uDAZQ1eu/OEOtOgZvRhj8uDAZQ1eu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/http2/writesched_roundrobin.go
2025-08-20T18:58:46.5059287Z [00:02:23.253]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b398=/tmp/go-build -gno-record-gcc-switches -o $WORK/b398/_cgo_.o $WORK/b398/_cgo_main.o $WORK/b398/preferlinkext $WORK/b398/_x001.o $WORK/b398/_x002.o $WORK/b398/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T18:58:46.5060867Z [00:02:23.253]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b398/_cgo_.o -dynout $WORK/b398/_cgo_import.go
2025-08-20T18:58:46.5079759Z [00:02:23.255]➜  cat >/tmp/go-build693841089/b398/importcfg << 'EOF' # internal
2025-08-20T18:58:46.5081474Z [00:02:23.255]➜  # import config
2025-08-20T18:58:46.5081819Z [00:02:23.255]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.5082273Z [00:02:23.255]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:46.5082691Z [00:02:23.255]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:46.5083105Z [00:02:23.255]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.5083516Z [00:02:23.255]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.5083924Z [00:02:23.255]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:46.5084364Z [00:02:23.255]➜  packagefile runtime/cgo=/tmp/go-build693841089/b092/_pkg_.a
2025-08-20T18:58:46.5084838Z [00:02:23.255]➜  EOF
2025-08-20T18:58:46.5087369Z [00:02:23.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b398=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/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/b398/_cgo_gotypes.go $WORK/b398/cgo_lookup_cgo.cgo1.go $WORK/b398/getgrouplist_unix.cgo1.go $WORK/b398/_cgo_import.go
2025-08-20T18:58:46.5395864Z [00:02:23.287]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T18:58:46.5416006Z [00:02:23.289]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/c9/c96fe3dbed2e3e80b22d7aa78ae1be22421da8c052162d2ea87ebf8087d5661c-d # internal
2025-08-20T18:58:46.5416650Z [00:02:23.289]➜  net/http/httputil
2025-08-20T18:58:46.5416914Z [00:02:23.289]➜  mkdir -p $WORK/b310/
2025-08-20T18:58:46.5417908Z [00:02:23.289]➜  cat >/tmp/go-build693841089/b310/importcfg << 'EOF' # internal
2025-08-20T18:58:46.5418568Z [00:02:23.289]➜  # import config
2025-08-20T18:58:46.5419697Z [00:02:23.289]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T18:58:46.5420273Z [00:02:23.289]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:46.5420725Z [00:02:23.289]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.5421143Z [00:02:23.289]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:46.5421563Z [00:02:23.289]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.5421969Z [00:02:23.289]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.5422492Z [00:02:23.289]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build693841089/b242/_pkg_.a
2025-08-20T18:58:46.5423414Z [00:02:23.289]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.5423809Z [00:02:23.289]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:46.5424209Z [00:02:23.289]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:46.5424745Z [00:02:23.289]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:46.5425248Z [00:02:23.289]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.5425747Z [00:02:23.289]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:58:46.5426239Z [00:02:23.289]➜  packagefile net/http/internal=/tmp/go-build693841089/b254/_pkg_.a
2025-08-20T18:58:46.5426753Z [00:02:23.289]➜  packagefile net/http/internal/ascii=/tmp/go-build693841089/b255/_pkg_.a
2025-08-20T18:58:46.5427247Z [00:02:23.289]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:46.5427685Z [00:02:23.289]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:46.5428118Z [00:02:23.289]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.5428528Z [00:02:23.289]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.5428932Z [00:02:23.289]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.5429234Z [00:02:23.289]➜  EOF
2025-08-20T18:58:46.5431281Z [00:02:23.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b310=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid 2TcQEd4deyN2WERNLlG1/2TcQEd4deyN2WERNLlG1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/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-20T18:58:46.5586860Z [00:02:23.306]➜  cd /root/.go/src/os/user
2025-08-20T18:58:46.5587967Z [00:02:23.306]➜  go tool pack r $WORK/b398/_pkg_.a $WORK/b398/preferlinkext $WORK/b398/_x001.o $WORK/b398/_x002.o $WORK/b398/_x003.o # internal
2025-08-20T18:58:46.5588915Z [00:02:23.306]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T18:58:46.5637979Z [00:02:23.311]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/4d/4d36f42830d1ccff89b59c4228a53ee43cc3d51d1319c99b4a92a959f034e990-d # internal
2025-08-20T18:58:46.5721751Z [00:02:23.319]➜  github.com/markbates/pkger/pkging
2025-08-20T18:58:46.5724078Z [00:02:23.319]➜  mkdir -p $WORK/b365/
2025-08-20T18:58:46.5724552Z [00:02:23.320]➜  cat >/tmp/go-build693841089/b365/importcfg << 'EOF' # internal
2025-08-20T18:58:46.5725016Z [00:02:23.320]➜  # import config
2025-08-20T18:58:46.5725383Z [00:02:23.320]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:46.5725825Z [00:02:23.320]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.5726333Z [00:02:23.320]➜  packagefile github.com/markbates/pkger/here=/tmp/go-build693841089/b362/_pkg_.a
2025-08-20T18:58:46.5726861Z [00:02:23.320]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.5727270Z [00:02:23.320]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.5727700Z [00:02:23.320]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:46.5728137Z [00:02:23.320]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.5728441Z [00:02:23.320]➜  EOF
2025-08-20T18:58:46.5728731Z [00:02:23.320]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:46.5731941Z [00:02:23.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging=>github.com/markbates/pkger@v0.17.1/pkging;$WORK/b365=>" -p github.com/markbates/pkger/pkging -lang=go1.13 -complete -installsuffix shared -buildid NxD2C7T6PZyGT8l0HcBx/NxD2C7T6PZyGT8l0HcBx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/faces.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/file.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/file_info.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/mod_time.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/pkger.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/wrap.go
2025-08-20T18:58:46.6425225Z [00:02:23.390]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T18:58:46.6449397Z [00:02:23.392]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T18:58:46.6457982Z [00:02:23.393]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/1d/1d8a19a1a118c9ecd48ad18c0874722c2ee237cff56a8e622c4a971d76de04d5-d # internal
2025-08-20T18:58:46.6466455Z [00:02:23.394]➜  github.com/markbates/pkger/internal/maps
2025-08-20T18:58:46.6467252Z [00:02:23.394]➜  mkdir -p $WORK/b367/
2025-08-20T18:58:46.6472908Z [00:02:23.395]➜  cat >/tmp/go-build693841089/b367/importcfg << 'EOF' # internal
2025-08-20T18:58:46.6473329Z [00:02:23.395]➜  # import config
2025-08-20T18:58:46.6473694Z [00:02:23.395]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:46.6474126Z [00:02:23.395]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.6474784Z [00:02:23.395]➜  packagefile github.com/markbates/pkger/here=/tmp/go-build693841089/b362/_pkg_.a
2025-08-20T18:58:46.6475463Z [00:02:23.395]➜  packagefile github.com/markbates/pkger/pkging=/tmp/go-build693841089/b365/_pkg_.a
2025-08-20T18:58:46.6476340Z [00:02:23.395]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:46.6476894Z [00:02:23.395]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.6477448Z [00:02:23.395]➜  EOF
2025-08-20T18:58:46.6480115Z [00:02:23.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/internal/maps=>github.com/markbates/pkger@v0.17.1/internal/maps;$WORK/b367=>" -p github.com/markbates/pkger/internal/maps -lang=go1.13 -complete -installsuffix shared -buildid X7xSgT8et6X7h1GZp2V2/X7xSgT8et6X7h1GZp2V2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/internal/maps/files.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/internal/maps/infos.go
2025-08-20T18:58:46.6517695Z [00:02:23.399]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/36/36901ac915721f187e3505a01d9ea659ef7131cff4cc94ae9a3c6a39793514a3-d # internal
2025-08-20T18:58:46.6520009Z [00:02:23.399]➜  github.com/markbates/pkger/pkging/embed
2025-08-20T18:58:46.6521128Z [00:02:23.399]➜  mkdir -p $WORK/b369/
2025-08-20T18:58:46.6521536Z [00:02:23.399]➜  cat >/tmp/go-build693841089/b369/importcfg << 'EOF' # internal
2025-08-20T18:58:46.6521885Z [00:02:23.399]➜  # import config
2025-08-20T18:58:46.6522227Z [00:02:23.399]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.6522697Z [00:02:23.399]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:46.6523162Z [00:02:23.399]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:46.6523696Z [00:02:23.399]➜  packagefile github.com/markbates/pkger/here=/tmp/go-build693841089/b362/_pkg_.a
2025-08-20T18:58:46.6524294Z [00:02:23.399]➜  packagefile github.com/markbates/pkger/pkging=/tmp/go-build693841089/b365/_pkg_.a
2025-08-20T18:58:46.6525000Z [00:02:23.399]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.6525309Z [00:02:23.399]➜  EOF
2025-08-20T18:58:46.6527528Z [00:02:23.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/embed=>github.com/markbates/pkger@v0.17.1/pkging/embed;$WORK/b369=>" -p github.com/markbates/pkger/pkging/embed -lang=go1.13 -complete -installsuffix shared -buildid 7gQnIwccg2NlK6h7-YQ6/7gQnIwccg2NlK6h7-YQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/embed/embed.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/embed/file.go
2025-08-20T18:58:46.6627551Z [00:02:23.410]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T18:58:46.6652832Z [00:02:23.413]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/90/901d8cd824e1c7ad5f4a1b624ad01d482b2fbdeea7b293e6b128d2d9431c0da4-d # internal
2025-08-20T18:58:46.6664141Z [00:02:23.414]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T18:58:46.6671481Z [00:02:23.415]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/63/63411d783561ff142eb73fe9bee81eeb317003445955d645361c392ddea237b9-d # internal
2025-08-20T18:58:46.6711387Z [00:02:23.419]➜  go.uber.org/zap
2025-08-20T18:58:46.6711749Z [00:02:23.419]➜  mkdir -p $WORK/b383/
2025-08-20T18:58:46.6714579Z [00:02:23.419]➜  moul.io/u
2025-08-20T18:58:46.6719138Z [00:02:23.419]➜  mkdir -p $WORK/b395/
2025-08-20T18:58:46.6721110Z [00:02:23.419]➜  cat >/tmp/go-build693841089/b395/importcfg << 'EOF' # internal
2025-08-20T18:58:46.6725531Z [00:02:23.419]➜  # import config
2025-08-20T18:58:46.6725920Z [00:02:23.419]➜  packagefile archive/zip=/tmp/go-build693841089/b396/_pkg_.a
2025-08-20T18:58:46.6726358Z [00:02:23.419]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.6726775Z [00:02:23.419]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:46.6727233Z [00:02:23.419]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:46.6727701Z [00:02:23.419]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:46.6728165Z [00:02:23.419]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:46.6728601Z [00:02:23.419]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.6729007Z [00:02:23.419]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.6729458Z [00:02:23.419]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:46.6729916Z [00:02:23.419]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.6730326Z [00:02:23.419]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:46.6733894Z [00:02:23.419]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:46.6734314Z [00:02:23.419]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.6735169Z [00:02:23.419]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:58:46.6735661Z [00:02:23.419]➜  packagefile os/signal=/tmp/go-build693841089/b397/_pkg_.a
2025-08-20T18:58:46.6736085Z [00:02:23.419]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:58:46.6736527Z [00:02:23.419]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:46.6736964Z [00:02:23.419]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.6737392Z [00:02:23.419]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.6737792Z [00:02:23.419]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.6738095Z [00:02:23.419]➜  EOF
2025-08-20T18:58:46.6738415Z [00:02:23.420]➜  cat >/tmp/go-build693841089/b383/importcfg << 'EOF' # internal
2025-08-20T18:58:46.6738758Z [00:02:23.420]➜  # import config
2025-08-20T18:58:46.6739086Z [00:02:23.420]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.6739532Z [00:02:23.420]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:46.6739968Z [00:02:23.420]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:46.6740373Z [00:02:23.420]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:58:46.6740773Z [00:02:23.420]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.6741223Z [00:02:23.420]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:46.6742041Z [00:02:23.420]➜  packagefile go.uber.org/zap/internal=/tmp/go-build693841089/b385/_pkg_.a
2025-08-20T18:58:46.6742614Z [00:02:23.420]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build693841089/b389/_pkg_.a
2025-08-20T18:58:46.6743193Z [00:02:23.420]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build693841089/b388/_pkg_.a
2025-08-20T18:58:46.6743777Z [00:02:23.420]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build693841089/b392/_pkg_.a
2025-08-20T18:58:46.6744340Z [00:02:23.420]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:46.6745159Z [00:02:23.420]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.6745848Z [00:02:23.420]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:46.6746602Z [00:02:23.420]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:46.6747230Z [00:02:23.420]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.6747715Z [00:02:23.420]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:46.6748326Z [00:02:23.420]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.6748879Z [00:02:23.420]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:46.6749355Z [00:02:23.420]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:46.6749930Z [00:02:23.420]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.6750704Z [00:02:23.420]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.6751374Z [00:02:23.420]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:46.6751949Z [00:02:23.420]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.6752275Z [00:02:23.420]➜  EOF
2025-08-20T18:58:46.6756813Z [00:02:23.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/u@v1.27.0=>moul.io/u@v1.27.0;$WORK/b395=>" -p moul.io/u -lang=go1.13 -complete -installsuffix shared -buildid Vx2MXPXERuCVjscg_3g6/Vx2MXPXERuCVjscg_3g6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/moul.io/u@v1.27.0/archive.go /root/go/pkg/mod/moul.io/u@v1.27.0/concurrency.go /root/go/pkg/mod/moul.io/u@v1.27.0/crypto.go /root/go/pkg/mod/moul.io/u@v1.27.0/doc.go /root/go/pkg/mod/moul.io/u@v1.27.0/encoding.go /root/go/pkg/mod/moul.io/u@v1.27.0/exec.go /root/go/pkg/mod/moul.io/u@v1.27.0/io.go /root/go/pkg/mod/moul.io/u@v1.27.0/os.go /root/go/pkg/mod/moul.io/u@v1.27.0/path.go /root/go/pkg/mod/moul.io/u@v1.27.0/pattern.go /root/go/pkg/mod/moul.io/u@v1.27.0/rand.go /root/go/pkg/mod/moul.io/u@v1.27.0/signal.go /root/go/pkg/mod/moul.io/u@v1.27.0/slice.go /root/go/pkg/mod/moul.io/u@v1.27.0/sync.go /root/go/pkg/mod/moul.io/u@v1.27.0/time.go /root/go/pkg/mod/moul.io/u@v1.27.0/types.go
2025-08-20T18:58:46.6763824Z [00:02:23.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0=>go.uber.org/zap@v1.27.0;$WORK/b383=>" -p go.uber.org/zap -lang=go1.19 -complete -installsuffix shared -buildid 7f_13R1OD6VH6lqQ1vX_/7f_13R1OD6VH6lqQ1vX_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/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-20T18:58:46.7357368Z [00:02:23.483]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T18:58:46.7365965Z [00:02:23.484]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T18:58:46.7379039Z [00:02:23.485]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/f2/f20434e973c1a57a0aafb33ac9953a8bf5f77f8c61228723f1413d01b19c497e-d # internal
2025-08-20T18:58:46.7386129Z [00:02:23.486]➜  github.com/gdamore/tcell/terminfo/h/hz1500
2025-08-20T18:58:46.7388067Z [00:02:23.486]➜  mkdir -p $WORK/b431/
2025-08-20T18:58:46.7392374Z [00:02:23.487]➜  cat >/tmp/go-build693841089/b431/importcfg << 'EOF' # internal
2025-08-20T18:58:46.7393023Z [00:02:23.487]➜  # import config
2025-08-20T18:58:46.7393683Z [00:02:23.487]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.7394277Z [00:02:23.487]➜  EOF
2025-08-20T18:58:46.7396879Z [00:02:23.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/h/hz1500=>github.com/gdamore/tcell@v1.4.0/terminfo/h/hz1500;$WORK/b431=>" -p github.com/gdamore/tcell/terminfo/h/hz1500 -lang=go1.12 -complete -installsuffix shared -buildid NYb1Olaubi1V9HlcATrN/NYb1Olaubi1V9HlcATrN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/h/hz1500/term.go
2025-08-20T18:58:46.7421087Z [00:02:23.490]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/10/10fe800d8371e52021b69733a1fc66e36140757371224bada0407c4b8f6d8252-d # internal
2025-08-20T18:58:46.7430801Z [00:02:23.491]➜  github.com/markbates/pkger/pkging/stdos
2025-08-20T18:58:46.7431900Z [00:02:23.491]➜  mkdir -p $WORK/b366/
2025-08-20T18:58:46.7435376Z [00:02:23.491]➜  cat >/tmp/go-build693841089/b366/importcfg << 'EOF' # internal
2025-08-20T18:58:46.7436152Z [00:02:23.491]➜  # import config
2025-08-20T18:58:46.7436994Z [00:02:23.491]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.7437582Z [00:02:23.491]➜  packagefile github.com/markbates/pkger/here=/tmp/go-build693841089/b362/_pkg_.a
2025-08-20T18:58:46.7438226Z [00:02:23.491]➜  packagefile github.com/markbates/pkger/internal/maps=/tmp/go-build693841089/b367/_pkg_.a
2025-08-20T18:58:46.7438856Z [00:02:23.491]➜  packagefile github.com/markbates/pkger/pkging=/tmp/go-build693841089/b365/_pkg_.a
2025-08-20T18:58:46.7439369Z [00:02:23.491]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.7439787Z [00:02:23.491]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.7440186Z [00:02:23.491]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:46.7440624Z [00:02:23.491]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:46.7441066Z [00:02:23.491]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.7441373Z [00:02:23.491]➜  EOF
2025-08-20T18:58:46.7451694Z [00:02:23.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/stdos=>github.com/markbates/pkger@v0.17.1/pkging/stdos;$WORK/b366=>" -p github.com/markbates/pkger/pkging/stdos -lang=go1.13 -complete -installsuffix shared -buildid 1WhzZaAqzSW0iWcu1Bbz/1WhzZaAqzSW0iWcu1Bbz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/stdos/file.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/stdos/json.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/stdos/stdos.go
2025-08-20T18:58:46.7526445Z [00:02:23.500]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T18:58:46.7531581Z [00:02:23.500]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/9d/9dff4c91914b0bc62c29e4808abb7edd116bd39910b98eb00273a4d00592a96f-d # internal
2025-08-20T18:58:46.7542721Z [00:02:23.502]➜  github.com/markbates/pkger/pkging/mem
2025-08-20T18:58:46.7546233Z [00:02:23.502]➜  mkdir -p $WORK/b368/
2025-08-20T18:58:46.7548713Z [00:02:23.502]➜  cat >/tmp/go-build693841089/b368/importcfg << 'EOF' # internal
2025-08-20T18:58:46.7549084Z [00:02:23.502]➜  # import config
2025-08-20T18:58:46.7549419Z [00:02:23.502]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:46.7549863Z [00:02:23.502]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:46.7550292Z [00:02:23.502]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:46.7550818Z [00:02:23.502]➜  packagefile github.com/markbates/pkger/here=/tmp/go-build693841089/b362/_pkg_.a
2025-08-20T18:58:46.7551454Z [00:02:23.502]➜  packagefile github.com/markbates/pkger/internal/maps=/tmp/go-build693841089/b367/_pkg_.a
2025-08-20T18:58:46.7552081Z [00:02:23.502]➜  packagefile github.com/markbates/pkger/pkging=/tmp/go-build693841089/b365/_pkg_.a
2025-08-20T18:58:46.7552730Z [00:02:23.502]➜  packagefile github.com/markbates/pkger/pkging/embed=/tmp/go-build693841089/b369/_pkg_.a
2025-08-20T18:58:46.7553257Z [00:02:23.502]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:46.7553665Z [00:02:23.502]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.7554071Z [00:02:23.502]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.7554466Z [00:02:23.502]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:46.7555109Z [00:02:23.502]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:46.7555888Z [00:02:23.502]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:46.7556385Z [00:02:23.502]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:46.7556693Z [00:02:23.502]➜  EOF
2025-08-20T18:58:46.7559381Z [00:02:23.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/mem=>github.com/markbates/pkger@v0.17.1/pkging/mem;$WORK/b368=>" -p github.com/markbates/pkger/pkging/mem -lang=go1.13 -complete -installsuffix shared -buildid DobsUTQE1wzeRZcmq6eI/DobsUTQE1wzeRZcmq6eI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/mem/add.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/mem/embed.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/mem/file.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkging/mem/mem.go
2025-08-20T18:58:46.9131558Z [00:02:23.661]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T18:58:46.9166236Z [00:02:23.663]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/f7/f7f3979f9a8a412532b93619d83b23b397c407f6abf70fc8bee96ade7012f475-d # internal
2025-08-20T18:58:46.9246808Z [00:02:23.672]➜  github.com/markbates/pkger
2025-08-20T18:58:46.9249691Z [00:02:23.673]➜  mkdir -p $WORK/b361/
2025-08-20T18:58:46.9254416Z [00:02:23.673]➜  cat >/tmp/go-build693841089/b361/importcfg << 'EOF' # internal
2025-08-20T18:58:46.9258820Z [00:02:23.673]➜  # import config
2025-08-20T18:58:46.9259908Z [00:02:23.673]➜  packagefile github.com/markbates/pkger/here=/tmp/go-build693841089/b362/_pkg_.a
2025-08-20T18:58:46.9260556Z [00:02:23.673]➜  packagefile github.com/markbates/pkger/pkging=/tmp/go-build693841089/b365/_pkg_.a
2025-08-20T18:58:46.9261184Z [00:02:23.673]➜  packagefile github.com/markbates/pkger/pkging/stdos=/tmp/go-build693841089/b366/_pkg_.a
2025-08-20T18:58:46.9261764Z [00:02:23.673]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:46.9262204Z [00:02:23.673]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:46.9262633Z [00:02:23.673]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:46.9263067Z [00:02:23.673]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:46.9263370Z [00:02:23.673]➜  EOF
2025-08-20T18:58:46.9265685Z [00:02:23.673]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/markbates/pkger@v0.17.1=>github.com/markbates/pkger@v0.17.1;$WORK/b361=>" -p github.com/markbates/pkger -lang=go1.13 -complete -installsuffix shared -buildid YPhHIs1zbI114WwxN162/YPhHIs1zbI114WwxN162 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/apply.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/pkger.go /root/go/pkg/mod/github.com/markbates/pkger@v0.17.1/version.go
2025-08-20T18:58:46.9451434Z [00:02:23.692]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T18:58:46.9635477Z [00:02:23.711]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/3b/3b8ad26509cdc3e2303c236e5835c3650db3fa96d7bf736167a21a62b59ed8a5-d # internal
2025-08-20T18:58:46.9659615Z [00:02:23.713]➜  github.com/gdamore/tcell/terminfo/k/konsole
2025-08-20T18:58:46.9661116Z [00:02:23.713]➜  mkdir -p $WORK/b432/
2025-08-20T18:58:46.9663874Z [00:02:23.714]➜  cat >/tmp/go-build693841089/b432/importcfg << 'EOF' # internal
2025-08-20T18:58:46.9664278Z [00:02:23.714]➜  # import config
2025-08-20T18:58:46.9664830Z [00:02:23.714]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.9665274Z [00:02:23.714]➜  EOF
2025-08-20T18:58:46.9670659Z [00:02:23.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/k/konsole=>github.com/gdamore/tcell@v1.4.0/terminfo/k/konsole;$WORK/b432=>" -p github.com/gdamore/tcell/terminfo/k/konsole -lang=go1.12 -complete -installsuffix shared -buildid 2PSdQBDDRKYGuTsyJXnw/2PSdQBDDRKYGuTsyJXnw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/k/konsole/term.go
2025-08-20T18:58:46.9872215Z [00:02:23.734]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T18:58:46.9875893Z [00:02:23.735]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/d9/d978491924a99457b18e760cbd9d728854715cc1a9c926fc0b3ab928738bea53-d # internal
2025-08-20T18:58:46.9899899Z [00:02:23.737]➜  github.com/gdamore/tcell/terminfo/k/kterm
2025-08-20T18:58:46.9900418Z [00:02:23.738]➜  mkdir -p $WORK/b433/
2025-08-20T18:58:46.9902493Z [00:02:23.738]➜  cat >/tmp/go-build693841089/b433/importcfg << 'EOF' # internal
2025-08-20T18:58:46.9902888Z [00:02:23.738]➜  # import config
2025-08-20T18:58:46.9903348Z [00:02:23.738]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:46.9917683Z [00:02:23.738]➜  EOF
2025-08-20T18:58:46.9919784Z [00:02:23.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/k/kterm=>github.com/gdamore/tcell@v1.4.0/terminfo/k/kterm;$WORK/b433=>" -p github.com/gdamore/tcell/terminfo/k/kterm -lang=go1.12 -complete -installsuffix shared -buildid DyR18NkAmonWqYPP3xy9/DyR18NkAmonWqYPP3xy9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/k/kterm/term.go
2025-08-20T18:58:47.0221820Z [00:02:23.769]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T18:58:47.0224465Z [00:02:23.770]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/23/23ac68b7118c15e70f212d0a1e662463648d538f2cab0655fe958dc255c46b9a-d # internal
2025-08-20T18:58:47.0238687Z [00:02:23.771]➜  github.com/gdamore/tcell/terminfo/l/linux
2025-08-20T18:58:47.0239385Z [00:02:23.772]➜  mkdir -p $WORK/b434/
2025-08-20T18:58:47.0244192Z [00:02:23.772]➜  cat >/tmp/go-build693841089/b434/importcfg << 'EOF' # internal
2025-08-20T18:58:47.0244567Z [00:02:23.772]➜  # import config
2025-08-20T18:58:47.0245171Z [00:02:23.772]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.0249086Z [00:02:23.772]➜  EOF
2025-08-20T18:58:47.0251087Z [00:02:23.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/l/linux=>github.com/gdamore/tcell@v1.4.0/terminfo/l/linux;$WORK/b434=>" -p github.com/gdamore/tcell/terminfo/l/linux -lang=go1.12 -complete -installsuffix shared -buildid Ft14lRq_U5AQWQaoVwLc/Ft14lRq_U5AQWQaoVwLc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/l/linux/term.go
2025-08-20T18:58:47.0642962Z [00:02:23.810]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T18:58:47.0644026Z [00:02:23.811]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/bb/bb23a80a1dacfa1810e32fc0bd0c41af53ef1d4e44e0e709cfe7a6c166d4770a-d # internal
2025-08-20T18:58:47.0668323Z [00:02:23.814]➜  github.com/gdamore/tcell/terminfo/p/pcansi
2025-08-20T18:58:47.0669278Z [00:02:23.814]➜  mkdir -p $WORK/b435/
2025-08-20T18:58:47.0671722Z [00:02:23.814]➜  cat >/tmp/go-build693841089/b435/importcfg << 'EOF' # internal
2025-08-20T18:58:47.0672602Z [00:02:23.814]➜  # import config
2025-08-20T18:58:47.0673046Z [00:02:23.814]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.0673477Z [00:02:23.814]➜  EOF
2025-08-20T18:58:47.0675871Z [00:02:23.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/p/pcansi=>github.com/gdamore/tcell@v1.4.0/terminfo/p/pcansi;$WORK/b435=>" -p github.com/gdamore/tcell/terminfo/p/pcansi -lang=go1.12 -complete -installsuffix shared -buildid fZ552HI_OwJhJcaQ6ElD/fZ552HI_OwJhJcaQ6ElD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/p/pcansi/term.go
2025-08-20T18:58:47.0677750Z [00:02:23.814]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T18:58:47.0684858Z [00:02:23.816]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/74/74da57c09149164e57e583c8d6b030699726a097e03d58665279aff18b3b16db-d # internal
2025-08-20T18:58:47.0693025Z [00:02:23.816]➜  berty.tech/berty/v2/go/pkg/assets
2025-08-20T18:58:47.0693371Z [00:02:23.816]➜  mkdir -p $WORK/b360/
2025-08-20T18:58:47.0693740Z [00:02:23.816]➜  cat >/tmp/go-build693841089/b360/importcfg << 'EOF' # internal
2025-08-20T18:58:47.0694078Z [00:02:23.816]➜  # import config
2025-08-20T18:58:47.0694487Z [00:02:23.816]➜  packagefile github.com/markbates/pkger=/tmp/go-build693841089/b361/_pkg_.a
2025-08-20T18:58:47.0699358Z [00:02:23.816]➜  packagefile github.com/markbates/pkger/pkging/mem=/tmp/go-build693841089/b368/_pkg_.a
2025-08-20T18:58:47.0699776Z [00:02:23.816]➜  EOF
2025-08-20T18:58:47.0701672Z [00:02:23.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/assets=>berty.tech/berty/v2/go/pkg/assets;$WORK/b360=>" -p berty.tech/berty/v2/go/pkg/assets -lang=go1.22 -complete -installsuffix shared -buildid T_IhVefo50h2RWYA-48T/T_IhVefo50h2RWYA-48T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/assets/embed.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/assets/pkged.go
2025-08-20T18:58:47.0841518Z [00:02:23.832]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T18:58:47.0862648Z [00:02:23.834]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T18:58:47.0879599Z [00:02:23.835]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/9e/9eb7e5ed33c0f5d2028e19957caff7f07014853690730f34edd6c83567bd71fa-d # internal
2025-08-20T18:58:47.0887981Z [00:02:23.836]➜  github.com/gdamore/tcell/terminfo/r/rxvt
2025-08-20T18:58:47.0888618Z [00:02:23.836]➜  mkdir -p $WORK/b436/
2025-08-20T18:58:47.0893412Z [00:02:23.837]➜  cat >/tmp/go-build693841089/b436/importcfg << 'EOF' # internal
2025-08-20T18:58:47.0894086Z [00:02:23.837]➜  # import config
2025-08-20T18:58:47.0896809Z [00:02:23.837]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.0897287Z [00:02:23.837]➜  EOF
2025-08-20T18:58:47.0899257Z [00:02:23.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/r/rxvt=>github.com/gdamore/tcell@v1.4.0/terminfo/r/rxvt;$WORK/b436=>" -p github.com/gdamore/tcell/terminfo/r/rxvt -lang=go1.12 -complete -installsuffix shared -buildid z9wNZvTLUDW-LU45QSDk/z9wNZvTLUDW-LU45QSDk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/r/rxvt/term.go
2025-08-20T18:58:47.0975424Z [00:02:23.845]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/6b/6b47cf917cb46039a456cbdf6dae3f08ae8e8c2ab657b3858ec397a93a595156-d # internal
2025-08-20T18:58:47.1124456Z [00:02:23.860]➜  github.com/ipfs/go-log/v2
2025-08-20T18:58:47.1127072Z [00:02:23.860]➜  mkdir -p $WORK/b393/
2025-08-20T18:58:47.1128487Z [00:02:23.860]➜  cat >/tmp/go-build693841089/b393/importcfg << 'EOF' # internal
2025-08-20T18:58:47.1129503Z [00:02:23.860]➜  # import config
2025-08-20T18:58:47.1129861Z [00:02:23.860]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.1130317Z [00:02:23.860]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.1130983Z [00:02:23.860]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build693841089/b394/_pkg_.a
2025-08-20T18:58:47.1131636Z [00:02:23.860]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:47.1132211Z [00:02:23.860]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:47.1132826Z [00:02:23.860]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:47.1133734Z [00:02:23.860]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.1134338Z [00:02:23.860]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:47.1135079Z [00:02:23.860]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:47.1135664Z [00:02:23.861]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:47.1136214Z [00:02:23.861]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:47.1136776Z [00:02:23.861]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.1137316Z [00:02:23.861]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.1137923Z [00:02:23.861]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:47.1138230Z [00:02:23.861]➜  EOF
2025-08-20T18:58:47.1141027Z [00:02:23.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.5.1=>github.com/ipfs/go-log/v2@v2.5.1;$WORK/b393=>" -p github.com/ipfs/go-log/v2 -lang=go1.16 -complete -installsuffix shared -buildid Efjd_-Iinhh8Ukxp0Fm4/Efjd_-Iinhh8Ukxp0Fm4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.5.1/core.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.5.1/levels.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.5.1/log.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.5.1/path_other.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.5.1/pipe.go /root/go/pkg/mod/github.com/ipfs/go-log/v2@v2.5.1/setup.go
2025-08-20T18:58:47.1143926Z [00:02:23.862]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T18:58:47.1150551Z [00:02:23.863]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/66/662b6c8ab9ee0b33768ca07f8b822c54bb6a41cfd1c00b081f073ae756b8447b-d # internal
2025-08-20T18:58:47.1156545Z [00:02:23.863]➜  moul.io/zapfilter
2025-08-20T18:58:47.1156836Z [00:02:23.863]➜  mkdir -p $WORK/b399/
2025-08-20T18:58:47.1180787Z [00:02:23.866]➜  cat >/tmp/go-build693841089/b399/importcfg << 'EOF' # internal
2025-08-20T18:58:47.1181170Z [00:02:23.866]➜  # import config
2025-08-20T18:58:47.1181502Z [00:02:23.866]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.1181946Z [00:02:23.866]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:47.1182449Z [00:02:23.866]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:47.1182923Z [00:02:23.866]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:47.1183338Z [00:02:23.866]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.1184032Z [00:02:23.866]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.1184456Z [00:02:23.866]➜  EOF
2025-08-20T18:58:47.1186440Z [00:02:23.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/zapfilter@v1.7.0=>moul.io/zapfilter@v1.7.0;$WORK/b399=>" -p moul.io/zapfilter -lang=go1.13 -complete -installsuffix shared -buildid Q0hzM9ZAMtHB93o4iw-g/Q0hzM9ZAMtHB93o4iw-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/moul.io/zapfilter@v1.7.0/doc.go /root/go/pkg/mod/moul.io/zapfilter@v1.7.0/zapfilter.go
2025-08-20T18:58:47.1644542Z [00:02:23.912]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T18:58:47.1665058Z [00:02:23.914]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/de/de30ce470df0d2ca489d5812c83f1a8c5fb2f3a06d0e81ad311c419332b447e1-d # internal
2025-08-20T18:58:47.1673431Z [00:02:23.915]➜  moul.io/zapring
2025-08-20T18:58:47.1688292Z [00:02:23.916]➜  mkdir -p $WORK/b400/
2025-08-20T18:58:47.1691961Z [00:02:23.917]➜  cat >/tmp/go-build693841089/b400/importcfg << 'EOF' # internal
2025-08-20T18:58:47.1692326Z [00:02:23.917]➜  # import config
2025-08-20T18:58:47.1692741Z [00:02:23.917]➜  packagefile github.com/maruel/circular=/tmp/go-build693841089/b401/_pkg_.a
2025-08-20T18:58:47.1693633Z [00:02:23.917]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:47.1694204Z [00:02:23.917]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:47.1694806Z [00:02:23.917]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.1695280Z [00:02:23.917]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:47.1695698Z [00:02:23.917]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.1696025Z [00:02:23.917]➜  EOF
2025-08-20T18:58:47.1697985Z [00:02:23.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/zapring@v1.3.3=>moul.io/zapring@v1.3.3;$WORK/b400=>" -p moul.io/zapring -lang=go1.13 -complete -installsuffix shared -buildid zWH9F73o0eolzSJD9ByP/zWH9F73o0eolzSJD9ByP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/moul.io/zapring@v1.3.3/doc.go /root/go/pkg/mod/moul.io/zapring@v1.3.3/zapring.go
2025-08-20T18:58:47.1783497Z [00:02:23.926]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T18:58:47.1793877Z [00:02:23.927]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/a3/a3bf7b24d07496b36c43a0e9e91800b037500c2482d4bf7e494de97ad6bf2c84-d # internal
2025-08-20T18:58:47.1798592Z [00:02:23.927]➜  github.com/gdamore/tcell/terminfo/s/screen
2025-08-20T18:58:47.1800447Z [00:02:23.927]➜  mkdir -p $WORK/b437/
2025-08-20T18:58:47.1805198Z [00:02:23.928]➜  cat >/tmp/go-build693841089/b437/importcfg << 'EOF' # internal
2025-08-20T18:58:47.1807446Z [00:02:23.928]➜  # import config
2025-08-20T18:58:47.1808223Z [00:02:23.928]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.1809106Z [00:02:23.928]➜  EOF
2025-08-20T18:58:47.1840491Z [00:02:23.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/s/screen=>github.com/gdamore/tcell@v1.4.0/terminfo/s/screen;$WORK/b437=>" -p github.com/gdamore/tcell/terminfo/s/screen -lang=go1.12 -complete -installsuffix shared -buildid w0PCrbFpSwF6HQV4Y1L2/w0PCrbFpSwF6HQV4Y1L2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/s/screen/term.go
2025-08-20T18:58:47.2111434Z [00:02:23.958]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T18:58:47.2119189Z [00:02:23.959]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/59/598cb1bc22413b760d3d6d5e6e4e893eae852c402f330cb1fe18a45283b2c8db-d # internal
2025-08-20T18:58:47.2121243Z [00:02:23.960]➜  github.com/gdamore/tcell/terminfo/s/simpleterm
2025-08-20T18:58:47.2122291Z [00:02:23.960]➜  mkdir -p $WORK/b438/
2025-08-20T18:58:47.2125662Z [00:02:23.960]➜  cat >/tmp/go-build693841089/b438/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2126382Z [00:02:23.960]➜  # import config
2025-08-20T18:58:47.2127002Z [00:02:23.960]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2127697Z [00:02:23.960]➜  EOF
2025-08-20T18:58:47.2131637Z [00:02:23.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/s/simpleterm=>github.com/gdamore/tcell@v1.4.0/terminfo/s/simpleterm;$WORK/b438=>" -p github.com/gdamore/tcell/terminfo/s/simpleterm -lang=go1.12 -complete -installsuffix shared -buildid PkZ9GvioAY1POEH3Rdgt/PkZ9GvioAY1POEH3Rdgt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/s/simpleterm/term.go
2025-08-20T18:58:47.2213209Z [00:02:23.969]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T18:58:47.2238239Z [00:02:23.971]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/e3/e38333410d178f9393f46aeaea687b9c3a59237d59d4687c46f93023dead9509-d # internal
2025-08-20T18:58:47.2239231Z [00:02:23.971]➜  github.com/gdamore/tcell/terminfo/s/sun
2025-08-20T18:58:47.2240143Z [00:02:23.971]➜  mkdir -p $WORK/b439/
2025-08-20T18:58:47.2240831Z [00:02:23.971]➜  cat >/tmp/go-build693841089/b439/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2241398Z [00:02:23.971]➜  # import config
2025-08-20T18:58:47.2242163Z [00:02:23.971]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2242714Z [00:02:23.971]➜  EOF
2025-08-20T18:58:47.2244964Z [00:02:23.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/s/sun=>github.com/gdamore/tcell@v1.4.0/terminfo/s/sun;$WORK/b439=>" -p github.com/gdamore/tcell/terminfo/s/sun -lang=go1.12 -complete -installsuffix shared -buildid s2P5LHBcnNnT_NjvSQOX/s2P5LHBcnNnT_NjvSQOX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/s/sun/term.go
2025-08-20T18:58:47.2275976Z [00:02:23.975]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T18:58:47.2307589Z [00:02:23.978]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/74/74117f83853eb8d5ca4545e266897361f7f33f88600385a09b459691c98d0616-d # internal
2025-08-20T18:58:47.2321721Z [00:02:23.980]➜  github.com/gdamore/tcell/terminfo/t/termite
2025-08-20T18:58:47.2322498Z [00:02:23.980]➜  mkdir -p $WORK/b440/
2025-08-20T18:58:47.2335411Z [00:02:23.981]➜  cat >/tmp/go-build693841089/b440/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2336119Z [00:02:23.981]➜  # import config
2025-08-20T18:58:47.2337443Z [00:02:23.981]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2338003Z [00:02:23.981]➜  EOF
2025-08-20T18:58:47.2352603Z [00:02:23.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/termite=>github.com/gdamore/tcell@v1.4.0/terminfo/t/termite;$WORK/b440=>" -p github.com/gdamore/tcell/terminfo/t/termite -lang=go1.12 -complete -installsuffix shared -buildid OZs2RsWmy0bIVe891xz1/OZs2RsWmy0bIVe891xz1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/termite/term.go
2025-08-20T18:58:47.2431857Z [00:02:23.991]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T18:58:47.2433090Z [00:02:23.991]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/ee/ee25a2ffdf1555c8a6ac6126f48e0c7162d59c0c688921142c4892f445375206-d # internal
2025-08-20T18:58:47.2434105Z [00:02:23.991]➜  github.com/gdamore/tcell/terminfo/t/tvi910
2025-08-20T18:58:47.2434887Z [00:02:23.991]➜  mkdir -p $WORK/b441/
2025-08-20T18:58:47.2435814Z [00:02:23.991]➜  cat >/tmp/go-build693841089/b441/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2436307Z [00:02:23.991]➜  # import config
2025-08-20T18:58:47.2437020Z [00:02:23.991]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2437606Z [00:02:23.991]➜  EOF
2025-08-20T18:58:47.2440020Z [00:02:23.991]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi910=>github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi910;$WORK/b441=>" -p github.com/gdamore/tcell/terminfo/t/tvi910 -lang=go1.12 -complete -installsuffix shared -buildid anjaEofT9zSJoXIfIB4S/anjaEofT9zSJoXIfIB4S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi910/term.go
2025-08-20T18:58:47.2442209Z [00:02:23.991]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T18:58:47.2443449Z [00:02:23.991]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/de/de09b70ea840e674e66ae75597e2da150f342cf1992c270c9704845f7f6c12c7-d # internal
2025-08-20T18:58:47.2444086Z [00:02:23.991]➜  github.com/gdamore/tcell/terminfo/t/tvi912
2025-08-20T18:58:47.2444412Z [00:02:23.991]➜  mkdir -p $WORK/b442/
2025-08-20T18:58:47.2445395Z [00:02:23.992]➜  cat >/tmp/go-build693841089/b442/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2445809Z [00:02:23.992]➜  # import config
2025-08-20T18:58:47.2446250Z [00:02:23.992]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2446649Z [00:02:23.992]➜  EOF
2025-08-20T18:58:47.2448681Z [00:02:23.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi912=>github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi912;$WORK/b442=>" -p github.com/gdamore/tcell/terminfo/t/tvi912 -lang=go1.12 -complete -installsuffix shared -buildid DrtBsmFT1VQ2yZBzsv6y/DrtBsmFT1VQ2yZBzsv6y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi912/term.go
2025-08-20T18:58:47.2510006Z [00:02:23.999]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T18:58:47.2514526Z [00:02:23.999]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/99/99a478449e3a43cee4cd118d4e040fb2e4484aa771715b91a96a1fa9e3699ee5-d # internal
2025-08-20T18:58:47.2517042Z [00:02:23.999]➜  github.com/gdamore/tcell/terminfo/t/tvi921
2025-08-20T18:58:47.2517984Z [00:02:23.999]➜  mkdir -p $WORK/b443/
2025-08-20T18:58:47.2519591Z [00:02:24.000]➜  cat >/tmp/go-build693841089/b443/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2519952Z [00:02:24.000]➜  # import config
2025-08-20T18:58:47.2520391Z [00:02:24.000]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2521207Z [00:02:24.000]➜  EOF
2025-08-20T18:58:47.2523202Z [00:02:24.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi921=>github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi921;$WORK/b443=>" -p github.com/gdamore/tcell/terminfo/t/tvi921 -lang=go1.12 -complete -installsuffix shared -buildid 2V0zAfo9-9mws0bplIC4/2V0zAfo9-9mws0bplIC4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi921/term.go
2025-08-20T18:58:47.2531257Z [00:02:24.001]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T18:58:47.2531952Z [00:02:24.001]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/0c/0cae30d524fec2cb5ff218dd2660347be9e39518937d6c379b82806044f8dad6-d # internal
2025-08-20T18:58:47.2534351Z [00:02:24.001]➜  github.com/gdamore/tcell/terminfo/t/tvi925
2025-08-20T18:58:47.2534901Z [00:02:24.001]➜  mkdir -p $WORK/b444/
2025-08-20T18:58:47.2551940Z [00:02:24.003]➜  cat >/tmp/go-build693841089/b444/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2552811Z [00:02:24.003]➜  # import config
2025-08-20T18:58:47.2553304Z [00:02:24.003]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2553758Z [00:02:24.003]➜  EOF
2025-08-20T18:58:47.2556014Z [00:02:24.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi925=>github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi925;$WORK/b444=>" -p github.com/gdamore/tcell/terminfo/t/tvi925 -lang=go1.12 -complete -installsuffix shared -buildid p8SiiUuI0buzyPyXf86y/p8SiiUuI0buzyPyXf86y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi925/term.go
2025-08-20T18:58:47.2581169Z [00:02:24.006]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T18:58:47.2585035Z [00:02:24.006]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/16/161c5c9e0150c705544ae5850bc83687463269b9e5e80d23152ec980eea1b7cf-d # internal
2025-08-20T18:58:47.2586187Z [00:02:24.006]➜  github.com/gdamore/tcell/terminfo/t/tvi950
2025-08-20T18:58:47.2587003Z [00:02:24.006]➜  mkdir -p $WORK/b445/
2025-08-20T18:58:47.2601374Z [00:02:24.008]➜  cat >/tmp/go-build693841089/b445/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2602044Z [00:02:24.008]➜  # import config
2025-08-20T18:58:47.2603173Z [00:02:24.008]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2604911Z [00:02:24.008]➜  EOF
2025-08-20T18:58:47.2607218Z [00:02:24.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi950=>github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi950;$WORK/b445=>" -p github.com/gdamore/tcell/terminfo/t/tvi950 -lang=go1.12 -complete -installsuffix shared -buildid dDq0Q4Xolq_r46DtzMGt/dDq0Q4Xolq_r46DtzMGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi950/term.go
2025-08-20T18:58:47.2627582Z [00:02:24.010]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T18:58:47.2631690Z [00:02:24.011]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/8b/8b439b9ec1f4240b059c04e40700e11117a6c046faad0f38a0de87600d48431b-d # internal
2025-08-20T18:58:47.2640461Z [00:02:24.012]➜  github.com/gdamore/tcell/terminfo/t/tvi970
2025-08-20T18:58:47.2642363Z [00:02:24.012]➜  mkdir -p $WORK/b446/
2025-08-20T18:58:47.2648054Z [00:02:24.012]➜  cat >/tmp/go-build693841089/b446/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2648496Z [00:02:24.012]➜  # import config
2025-08-20T18:58:47.2648937Z [00:02:24.012]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2649333Z [00:02:24.012]➜  EOF
2025-08-20T18:58:47.2651769Z [00:02:24.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi970=>github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi970;$WORK/b446=>" -p github.com/gdamore/tcell/terminfo/t/tvi970 -lang=go1.12 -complete -installsuffix shared -buildid mdWWWRSLDp1aroJMwXqw/mdWWWRSLDp1aroJMwXqw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/t/tvi970/term.go
2025-08-20T18:58:47.2672618Z [00:02:24.015]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T18:58:47.2675496Z [00:02:24.015]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/12/125f748b018ddb1e4e022e41bf2b57cb81956cedf756f485c4fcf16be4f01caa-d # internal
2025-08-20T18:58:47.2677792Z [00:02:24.015]➜  github.com/gdamore/tcell/terminfo/v/vt320
2025-08-20T18:58:47.2678197Z [00:02:24.015]➜  mkdir -p $WORK/b447/
2025-08-20T18:58:47.2689259Z [00:02:24.016]➜  cat >/tmp/go-build693841089/b447/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2689779Z [00:02:24.016]➜  # import config
2025-08-20T18:58:47.2695081Z [00:02:24.016]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2695488Z [00:02:24.016]➜  EOF
2025-08-20T18:58:47.2697475Z [00:02:24.016]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt320=>github.com/gdamore/tcell@v1.4.0/terminfo/v/vt320;$WORK/b447=>" -p github.com/gdamore/tcell/terminfo/v/vt320 -lang=go1.12 -complete -installsuffix shared -buildid fTpHRyXQGVqwB5VsMrEN/fTpHRyXQGVqwB5VsMrEN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt320/term.go
2025-08-20T18:58:47.2743176Z [00:02:24.022]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T18:58:47.2753385Z [00:02:24.023]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/66/667adbd6d8ca92f8ca399d524f2440905706f710279fb96524791d4c49ec0884-d # internal
2025-08-20T18:58:47.2758481Z [00:02:24.023]➜  github.com/gdamore/tcell/terminfo/v/vt400
2025-08-20T18:58:47.2758818Z [00:02:24.023]➜  mkdir -p $WORK/b448/
2025-08-20T18:58:47.2766022Z [00:02:24.024]➜  cat >/tmp/go-build693841089/b448/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2767231Z [00:02:24.024]➜  # import config
2025-08-20T18:58:47.2769208Z [00:02:24.024]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2770512Z [00:02:24.024]➜  EOF
2025-08-20T18:58:47.2772618Z [00:02:24.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt400=>github.com/gdamore/tcell@v1.4.0/terminfo/v/vt400;$WORK/b448=>" -p github.com/gdamore/tcell/terminfo/v/vt400 -lang=go1.12 -complete -installsuffix shared -buildid 03MbZrYoPv6Y_DGgDqw9/03MbZrYoPv6Y_DGgDqw9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt400/term.go
2025-08-20T18:58:47.2777532Z [00:02:24.025]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T18:58:47.2780504Z [00:02:24.026]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/cc/cc3da04899dd6e0f4ead7fae8dcbae599bfd439c06e134f4a3668f8b8904f706-d # internal
2025-08-20T18:58:47.2789550Z [00:02:24.026]➜  github.com/gdamore/tcell/terminfo/v/vt420
2025-08-20T18:58:47.2789977Z [00:02:24.026]➜  mkdir -p $WORK/b449/
2025-08-20T18:58:47.2790417Z [00:02:24.027]➜  cat >/tmp/go-build693841089/b449/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2790801Z [00:02:24.027]➜  # import config
2025-08-20T18:58:47.2791248Z [00:02:24.027]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2791645Z [00:02:24.027]➜  EOF
2025-08-20T18:58:47.2798781Z [00:02:24.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt420=>github.com/gdamore/tcell@v1.4.0/terminfo/v/vt420;$WORK/b449=>" -p github.com/gdamore/tcell/terminfo/v/vt420 -lang=go1.12 -complete -installsuffix shared -buildid 1z-_aAwUNC4uhm03EOTm/1z-_aAwUNC4uhm03EOTm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt420/term.go
2025-08-20T18:58:47.2826128Z [00:02:24.028]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T18:58:47.2827512Z [00:02:24.029]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T18:58:47.2828213Z [00:02:24.029]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/66/66e845d80f018c656639c014feeb5456b159328c373330e9f285b6e34d780c37-d # internal
2025-08-20T18:58:47.2828796Z [00:02:24.030]➜  github.com/gdamore/tcell/terminfo/v/vt52
2025-08-20T18:58:47.2829101Z [00:02:24.030]➜  mkdir -p $WORK/b450/
2025-08-20T18:58:47.2829467Z [00:02:24.030]➜  cat >/tmp/go-build693841089/b450/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2829817Z [00:02:24.030]➜  # import config
2025-08-20T18:58:47.2830247Z [00:02:24.030]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2830642Z [00:02:24.030]➜  EOF
2025-08-20T18:58:47.2832574Z [00:02:24.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt52=>github.com/gdamore/tcell@v1.4.0/terminfo/v/vt52;$WORK/b450=>" -p github.com/gdamore/tcell/terminfo/v/vt52 -lang=go1.12 -complete -installsuffix shared -buildid rw00fwL56OJ1mq9144Qb/rw00fwL56OJ1mq9144Qb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/v/vt52/term.go
2025-08-20T18:58:47.2892347Z [00:02:24.037]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T18:58:47.2895333Z [00:02:24.037]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/1f/1fd1788f576cfb77c83cfedc085574d9318aa3832cd44ff6cc20bbb8548182b6-d # internal
2025-08-20T18:58:47.2911192Z [00:02:24.039]➜  github.com/gdamore/tcell/terminfo/w/wy50
2025-08-20T18:58:47.2911951Z [00:02:24.039]➜  mkdir -p $WORK/b451/
2025-08-20T18:58:47.2912351Z [00:02:24.039]➜  cat >/tmp/go-build693841089/b451/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2912695Z [00:02:24.039]➜  # import config
2025-08-20T18:58:47.2913133Z [00:02:24.039]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2913527Z [00:02:24.039]➜  EOF
2025-08-20T18:58:47.2916113Z [00:02:24.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/w/wy50=>github.com/gdamore/tcell@v1.4.0/terminfo/w/wy50;$WORK/b451=>" -p github.com/gdamore/tcell/terminfo/w/wy50 -lang=go1.12 -complete -installsuffix shared -buildid vV5J232Yxlou4Y6vJ9Dg/vV5J232Yxlou4Y6vJ9Dg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/w/wy50/term.go
2025-08-20T18:58:47.2937728Z [00:02:24.041]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/b0/b06469ac40a65a4a7e06b8c97523e9f21b152ca07428866059d5073705417bdc-d # internal
2025-08-20T18:58:47.2958224Z [00:02:24.043]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T18:58:47.2962667Z [00:02:24.044]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/f0/f05560f78a0f273a424bcbb411d32a933c914bb3c5c06e1e8015ef3f2cb192f0-d # internal
2025-08-20T18:58:47.2969261Z [00:02:24.044]➜  github.com/gdamore/tcell/terminfo/w/wy60
2025-08-20T18:58:47.2969602Z [00:02:24.044]➜  mkdir -p $WORK/b452/
2025-08-20T18:58:47.2969974Z [00:02:24.044]➜  cat >/tmp/go-build693841089/b452/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2970315Z [00:02:24.044]➜  # import config
2025-08-20T18:58:47.2970750Z [00:02:24.044]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2971144Z [00:02:24.044]➜  EOF
2025-08-20T18:58:47.2976717Z [00:02:24.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/w/wy60=>github.com/gdamore/tcell@v1.4.0/terminfo/w/wy60;$WORK/b452=>" -p github.com/gdamore/tcell/terminfo/w/wy60 -lang=go1.12 -complete -installsuffix shared -buildid jrZvgS1bBz_EV4n1qF6y/jrZvgS1bBz_EV4n1qF6y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/w/wy60/term.go
2025-08-20T18:58:47.2978838Z [00:02:24.044]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T18:58:47.2979512Z [00:02:24.045]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/9a/9ac8c98a300271c5a70b56a306f6d5e8d978a726554d86c8ebc8523dfc827284-d # internal
2025-08-20T18:58:47.2981912Z [00:02:24.046]➜  github.com/gdamore/tcell/terminfo/w/wy99_ansi
2025-08-20T18:58:47.2982260Z [00:02:24.046]➜  mkdir -p $WORK/b453/
2025-08-20T18:58:47.2982578Z [00:02:24.046]➜  google.golang.org/grpc/internal/transport
2025-08-20T18:58:47.2982902Z [00:02:24.046]➜  mkdir -p $WORK/b296/
2025-08-20T18:58:47.2984492Z [00:02:24.046]➜  cat >/tmp/go-build693841089/b453/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2984996Z [00:02:24.046]➜  # import config
2025-08-20T18:58:47.2985434Z [00:02:24.046]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.2985834Z [00:02:24.046]➜  EOF
2025-08-20T18:58:47.2995962Z [00:02:24.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/w/wy99_ansi=>github.com/gdamore/tcell@v1.4.0/terminfo/w/wy99_ansi;$WORK/b453=>" -p github.com/gdamore/tcell/terminfo/w/wy99_ansi -lang=go1.12 -complete -installsuffix shared -buildid 32c0C0VkmqJ4DfPCCX0c/32c0C0VkmqJ4DfPCCX0c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/w/wy99_ansi/term.go
2025-08-20T18:58:47.2997994Z [00:02:24.047]➜  cat >/tmp/go-build693841089/b296/importcfg << 'EOF' # internal
2025-08-20T18:58:47.2998356Z [00:02:24.047]➜  # import config
2025-08-20T18:58:47.2998699Z [00:02:24.047]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:47.2999108Z [00:02:24.047]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:47.2999524Z [00:02:24.047]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:47.2999969Z [00:02:24.047]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:47.3000711Z [00:02:24.047]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.3001186Z [00:02:24.047]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.3001646Z [00:02:24.047]➜  packagefile golang.org/x/net/http2=/tmp/go-build693841089/b297/_pkg_.a
2025-08-20T18:58:47.3002244Z [00:02:24.047]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build693841089/b304/_pkg_.a
2025-08-20T18:58:47.3002803Z [00:02:24.047]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:47.3003394Z [00:02:24.047]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:58:47.3003981Z [00:02:24.047]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:47.3004553Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:47.3005383Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build693841089/b268/_pkg_.a
2025-08-20T18:58:47.3006050Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build693841089/b271/_pkg_.a
2025-08-20T18:58:47.3006702Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build693841089/b081/_pkg_.a
2025-08-20T18:58:47.3007344Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build693841089/b287/_pkg_.a
2025-08-20T18:58:47.3008237Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build693841089/b280/_pkg_.a
2025-08-20T18:58:47.3008883Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build693841089/b290/_pkg_.a
2025-08-20T18:58:47.3009515Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build693841089/b276/_pkg_.a
2025-08-20T18:58:47.3010138Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build693841089/b130/_pkg_.a
2025-08-20T18:58:47.3010776Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build693841089/b305/_pkg_.a
2025-08-20T18:58:47.3011473Z [00:02:24.047]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build693841089/b295/_pkg_.a
2025-08-20T18:58:47.3012139Z [00:02:24.047]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build693841089/b306/_pkg_.a
2025-08-20T18:58:47.3020940Z [00:02:24.047]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:47.3040175Z [00:02:24.047]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build693841089/b307/_pkg_.a
2025-08-20T18:58:47.3040888Z [00:02:24.047]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:47.3041468Z [00:02:24.047]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build693841089/b308/_pkg_.a
2025-08-20T18:58:47.3042026Z [00:02:24.047]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:47.3042591Z [00:02:24.047]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build693841089/b309/_pkg_.a
2025-08-20T18:58:47.3043159Z [00:02:24.047]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:47.3043637Z [00:02:24.047]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.3044025Z [00:02:24.047]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:47.3044438Z [00:02:24.047]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:47.3045129Z [00:02:24.047]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:47.3045548Z [00:02:24.047]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:47.3046006Z [00:02:24.047]➜  packagefile net/http/httputil=/tmp/go-build693841089/b310/_pkg_.a
2025-08-20T18:58:47.3046458Z [00:02:24.047]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:47.3046899Z [00:02:24.047]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:47.3047643Z [00:02:24.047]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:47.3048152Z [00:02:24.047]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.3048567Z [00:02:24.047]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.3048972Z [00:02:24.047]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.3049397Z [00:02:24.047]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:47.3049826Z [00:02:24.047]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:47.3050252Z [00:02:24.047]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:47.3050579Z [00:02:24.047]➜  EOF
2025-08-20T18:58:47.3055805Z [00:02:24.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport=>google.golang.org/grpc@v1.65.0/internal/transport;$WORK/b296=>" -p google.golang.org/grpc/internal/transport -lang=go1.21 -complete -installsuffix shared -buildid edqV24VZthmGwOgsjheG/edqV24VZthmGwOgsjheG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/transport/transport.go
2025-08-20T18:58:47.3060536Z [00:02:24.049]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T18:58:47.3061193Z [00:02:24.049]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/c9/c910cdbd727acf0cad410589178931b00bb8816a6718794d13bf2baa936800ec-d # internal
2025-08-20T18:58:47.3061774Z [00:02:24.050]➜  github.com/gdamore/tcell/terminfo/x/xfce
2025-08-20T18:58:47.3062082Z [00:02:24.051]➜  mkdir -p $WORK/b454/
2025-08-20T18:58:47.3062439Z [00:02:24.051]➜  cat >/tmp/go-build693841089/b454/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3062776Z [00:02:24.051]➜  # import config
2025-08-20T18:58:47.3063202Z [00:02:24.051]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.3063598Z [00:02:24.051]➜  EOF
2025-08-20T18:58:47.3068260Z [00:02:24.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xfce=>github.com/gdamore/tcell@v1.4.0/terminfo/x/xfce;$WORK/b454=>" -p github.com/gdamore/tcell/terminfo/x/xfce -lang=go1.12 -complete -installsuffix shared -buildid 74JDJKtDzMQiaP4lHBLN/74JDJKtDzMQiaP4lHBLN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xfce/term.go
2025-08-20T18:58:47.3132572Z [00:02:24.061]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T18:58:47.3133055Z [00:02:24.061]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T18:58:47.3133722Z [00:02:24.061]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/a9/a97ce38ab5a76ff3970d7177318e1c07b116243b07b07f2528ff8eff99404131-d # internal
2025-08-20T18:58:47.3167374Z [00:02:24.061]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/2b/2b766fbec80618919340b0e6f0c08251d4eb283354af36cf6a4acce46e321fd6-d # internal
2025-08-20T18:58:47.3177968Z [00:02:24.065]➜  github.com/gdamore/tcell/terminfo/x/xterm_kitty
2025-08-20T18:58:47.3178592Z [00:02:24.065]➜  mkdir -p $WORK/b456/
2025-08-20T18:58:47.3187642Z [00:02:24.066]➜  github.com/gdamore/tcell/terminfo/x/xnuppc
2025-08-20T18:58:47.3187985Z [00:02:24.066]➜  mkdir -p $WORK/b455/
2025-08-20T18:58:47.3188361Z [00:02:24.066]➜  cat >/tmp/go-build693841089/b456/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3188704Z [00:02:24.066]➜  # import config
2025-08-20T18:58:47.3189136Z [00:02:24.066]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.3189552Z [00:02:24.066]➜  EOF
2025-08-20T18:58:47.3191603Z [00:02:24.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xterm_kitty=>github.com/gdamore/tcell@v1.4.0/terminfo/x/xterm_kitty;$WORK/b456=>" -p github.com/gdamore/tcell/terminfo/x/xterm_kitty -lang=go1.12 -complete -installsuffix shared -buildid 0kMAesUhUTz0LWddAqtf/0kMAesUhUTz0LWddAqtf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xterm_kitty/term.go
2025-08-20T18:58:47.3193491Z [00:02:24.066]➜  cat >/tmp/go-build693841089/b455/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3193828Z [00:02:24.066]➜  # import config
2025-08-20T18:58:47.3194257Z [00:02:24.066]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.3194865Z [00:02:24.066]➜  EOF
2025-08-20T18:58:47.3197197Z [00:02:24.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xnuppc=>github.com/gdamore/tcell@v1.4.0/terminfo/x/xnuppc;$WORK/b455=>" -p github.com/gdamore/tcell/terminfo/x/xnuppc -lang=go1.12 -complete -installsuffix shared -buildid g1hyXCzmpWMzh3Sw5ke8/g1hyXCzmpWMzh3Sw5ke8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/x/xnuppc/term.go
2025-08-20T18:58:47.3226648Z [00:02:24.070]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T18:58:47.3231323Z [00:02:24.071]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T18:58:47.3233298Z [00:02:24.071]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/47/47a45b2c35a105d72d755a117826649ad867fe0f9110dbdc1467c31b98c96545-d # internal
2025-08-20T18:58:47.3238627Z [00:02:24.071]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/13/138b1cb63ea27a6203df252768dae52a5a9141c8fbc08942276af1335f05877f-d # internal
2025-08-20T18:58:47.3239265Z [00:02:24.071]➜  image
2025-08-20T18:58:47.3239500Z [00:02:24.071]➜  mkdir -p $WORK/b462/
2025-08-20T18:58:47.3239784Z [00:02:24.071]➜  github.com/mattn/go-runewidth
2025-08-20T18:58:47.3240067Z [00:02:24.071]➜  mkdir -p $WORK/b459/
2025-08-20T18:58:47.3241805Z [00:02:24.072]➜  cat >/tmp/go-build693841089/b462/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3242158Z [00:02:24.072]➜  # import config
2025-08-20T18:58:47.3242507Z [00:02:24.072]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:47.3242922Z [00:02:24.072]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.3243353Z [00:02:24.072]➜  packagefile image/color=/tmp/go-build693841089/b458/_pkg_.a
2025-08-20T18:58:47.3243772Z [00:02:24.072]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.3244184Z [00:02:24.072]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:47.3244752Z [00:02:24.072]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.3245213Z [00:02:24.072]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.3245639Z [00:02:24.072]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:47.3245962Z [00:02:24.072]➜  EOF
2025-08-20T18:58:47.3249424Z [00:02:24.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b462=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T18:58:47.3251115Z [00:02:24.072]➜  cat >/tmp/go-build693841089/b459/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3251458Z [00:02:24.072]➜  # import config
2025-08-20T18:58:47.3251791Z [00:02:24.072]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:47.3252196Z [00:02:24.072]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:47.3252610Z [00:02:24.072]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.3252915Z [00:02:24.072]➜  EOF
2025-08-20T18:58:47.3255436Z [00:02:24.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.8=>github.com/mattn/go-runewidth@v0.0.8;$WORK/b459=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid PTd-pJ5HMn_-X3hREUHC/PTd-pJ5HMn_-X3hREUHC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.8/runewidth.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.8/runewidth_posix.go /root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.8/runewidth_table.go
2025-08-20T18:58:47.3269136Z [00:02:24.074]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T18:58:47.3275685Z [00:02:24.075]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/42/4293b88af42e3eef7ec6ce1b23fe9b5e147987d5f81d500be4b56de7a84fd7ae-d # internal
2025-08-20T18:58:47.3280148Z [00:02:24.075]➜  github.com/gdamore/tcell/terminfo/extended
2025-08-20T18:58:47.3284122Z [00:02:24.076]➜  mkdir -p $WORK/b416/
2025-08-20T18:58:47.3286742Z [00:02:24.076]➜  cat >/tmp/go-build693841089/b416/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3289770Z [00:02:24.076]➜  # import config
2025-08-20T18:58:47.3290275Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/a/adm3a=/tmp/go-build693841089/b417/_pkg_.a
2025-08-20T18:58:47.3290950Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/a/aixterm=/tmp/go-build693841089/b418/_pkg_.a
2025-08-20T18:58:47.3291634Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/a/alacritty=/tmp/go-build693841089/b419/_pkg_.a
2025-08-20T18:58:47.3292299Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/a/ansi=/tmp/go-build693841089/b410/_pkg_.a
2025-08-20T18:58:47.3292964Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/a/aterm=/tmp/go-build693841089/b420/_pkg_.a
2025-08-20T18:58:47.3293620Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/b/beterm=/tmp/go-build693841089/b421/_pkg_.a
2025-08-20T18:58:47.3294287Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/b/bsdos_pc=/tmp/go-build693841089/b422/_pkg_.a
2025-08-20T18:58:47.3295137Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/c/cygwin=/tmp/go-build693841089/b423/_pkg_.a
2025-08-20T18:58:47.3295792Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/d/d200=/tmp/go-build693841089/b424/_pkg_.a
2025-08-20T18:58:47.3296435Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/d/d210=/tmp/go-build693841089/b425/_pkg_.a
2025-08-20T18:58:47.3297086Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/d/dtterm=/tmp/go-build693841089/b426/_pkg_.a
2025-08-20T18:58:47.3297751Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/e/emacs=/tmp/go-build693841089/b427/_pkg_.a
2025-08-20T18:58:47.3298405Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/e/eterm=/tmp/go-build693841089/b428/_pkg_.a
2025-08-20T18:58:47.3299051Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/g/gnome=/tmp/go-build693841089/b429/_pkg_.a
2025-08-20T18:58:47.3299706Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/h/hpterm=/tmp/go-build693841089/b430/_pkg_.a
2025-08-20T18:58:47.3300632Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/h/hz1500=/tmp/go-build693841089/b431/_pkg_.a
2025-08-20T18:58:47.3301389Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/k/konsole=/tmp/go-build693841089/b432/_pkg_.a
2025-08-20T18:58:47.3302055Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/k/kterm=/tmp/go-build693841089/b433/_pkg_.a
2025-08-20T18:58:47.3302709Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/l/linux=/tmp/go-build693841089/b434/_pkg_.a
2025-08-20T18:58:47.3303377Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/p/pcansi=/tmp/go-build693841089/b435/_pkg_.a
2025-08-20T18:58:47.3304076Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/r/rxvt=/tmp/go-build693841089/b436/_pkg_.a
2025-08-20T18:58:47.3310469Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/s/screen=/tmp/go-build693841089/b437/_pkg_.a
2025-08-20T18:58:47.3311249Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/s/simpleterm=/tmp/go-build693841089/b438/_pkg_.a
2025-08-20T18:58:47.3311920Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/s/sun=/tmp/go-build693841089/b439/_pkg_.a
2025-08-20T18:58:47.3312573Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/t/termite=/tmp/go-build693841089/b440/_pkg_.a
2025-08-20T18:58:47.3313237Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/t/tvi910=/tmp/go-build693841089/b441/_pkg_.a
2025-08-20T18:58:47.3314154Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/t/tvi912=/tmp/go-build693841089/b442/_pkg_.a
2025-08-20T18:58:47.3314939Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/t/tvi921=/tmp/go-build693841089/b443/_pkg_.a
2025-08-20T18:58:47.3315652Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/t/tvi925=/tmp/go-build693841089/b444/_pkg_.a
2025-08-20T18:58:47.3316308Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/t/tvi950=/tmp/go-build693841089/b445/_pkg_.a
2025-08-20T18:58:47.3316974Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/t/tvi970=/tmp/go-build693841089/b446/_pkg_.a
2025-08-20T18:58:47.3317630Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt100=/tmp/go-build693841089/b411/_pkg_.a
2025-08-20T18:58:47.3318280Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt102=/tmp/go-build693841089/b412/_pkg_.a
2025-08-20T18:58:47.3318931Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt220=/tmp/go-build693841089/b413/_pkg_.a
2025-08-20T18:58:47.3319589Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt320=/tmp/go-build693841089/b447/_pkg_.a
2025-08-20T18:58:47.3320238Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt400=/tmp/go-build693841089/b448/_pkg_.a
2025-08-20T18:58:47.3320884Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt420=/tmp/go-build693841089/b449/_pkg_.a
2025-08-20T18:58:47.3321534Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/v/vt52=/tmp/go-build693841089/b450/_pkg_.a
2025-08-20T18:58:47.3322174Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/w/wy50=/tmp/go-build693841089/b451/_pkg_.a
2025-08-20T18:58:47.3322814Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/w/wy60=/tmp/go-build693841089/b452/_pkg_.a
2025-08-20T18:58:47.3323477Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/w/wy99_ansi=/tmp/go-build693841089/b453/_pkg_.a
2025-08-20T18:58:47.3324144Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/x/xfce=/tmp/go-build693841089/b454/_pkg_.a
2025-08-20T18:58:47.3324905Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/x/xnuppc=/tmp/go-build693841089/b455/_pkg_.a
2025-08-20T18:58:47.3325621Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/x/xterm=/tmp/go-build693841089/b414/_pkg_.a
2025-08-20T18:58:47.3326297Z [00:02:24.076]➜  packagefile github.com/gdamore/tcell/terminfo/x/xterm_kitty=/tmp/go-build693841089/b456/_pkg_.a
2025-08-20T18:58:47.3326946Z [00:02:24.076]➜  EOF
2025-08-20T18:58:47.3329036Z [00:02:24.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/extended=>github.com/gdamore/tcell@v1.4.0/terminfo/extended;$WORK/b416=>" -p github.com/gdamore/tcell/terminfo/extended -lang=go1.12 -complete -installsuffix shared -buildid uGMr21f5zTd9mb8jYor5/uGMr21f5zTd9mb8jYor5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terminfo/extended/extended.go
2025-08-20T18:58:47.3379667Z [00:02:24.085]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T18:58:47.3384347Z [00:02:24.086]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/e0/e04474a31a14e53d014a8a05a289cee3846ba61f88e5c7bdcd5218a153e1f9d4-d # internal
2025-08-20T18:58:47.3389824Z [00:02:24.086]➜  rsc.io/qr/gf256
2025-08-20T18:58:47.3393070Z [00:02:24.087]➜  mkdir -p $WORK/b464/
2025-08-20T18:58:47.3401303Z [00:02:24.087]➜  cat >/tmp/go-build693841089/b464/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3401677Z [00:02:24.087]➜  # import config
2025-08-20T18:58:47.3402022Z [00:02:24.087]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.3402338Z [00:02:24.087]➜  EOF
2025-08-20T18:58:47.3403895Z [00:02:24.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/rsc.io/qr@v0.2.0/gf256=>rsc.io/qr@v0.2.0/gf256;$WORK/b464=>" -p rsc.io/qr/gf256 -lang=go1.16 -complete -installsuffix shared -buildid 3m1nTVGGpgHgxLubGCHO/3m1nTVGGpgHgxLubGCHO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/rsc.io/qr@v0.2.0/gf256/gf256.go
2025-08-20T18:58:47.3558709Z [00:02:24.103]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T18:58:47.3563547Z [00:02:24.104]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/7a/7af2699561b6b338ee8e2415ad4f3adce5e12c1112e6503770d2a2b547b2999d-d # internal
2025-08-20T18:58:47.3565002Z [00:02:24.104]➜  rsc.io/qr/coding
2025-08-20T18:58:47.3565944Z [00:02:24.104]➜  mkdir -p $WORK/b463/
2025-08-20T18:58:47.3570764Z [00:02:24.105]➜  cat >/tmp/go-build693841089/b463/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3572086Z [00:02:24.105]➜  # import config
2025-08-20T18:58:47.3573200Z [00:02:24.105]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.3574235Z [00:02:24.105]➜  packagefile rsc.io/qr/gf256=/tmp/go-build693841089/b464/_pkg_.a
2025-08-20T18:58:47.3574961Z [00:02:24.105]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.3575401Z [00:02:24.105]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.3575719Z [00:02:24.105]➜  EOF
2025-08-20T18:58:47.3577599Z [00:02:24.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/rsc.io/qr@v0.2.0/coding=>rsc.io/qr@v0.2.0/coding;$WORK/b463=>" -p rsc.io/qr/coding -lang=go1.16 -complete -installsuffix shared -buildid PdWd7d6WmZ6Oy_atfDmQ/PdWd7d6WmZ6Oy_atfDmQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/rsc.io/qr@v0.2.0/coding/qr.go
2025-08-20T18:58:47.3662624Z [00:02:24.114]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T18:58:47.3677591Z [00:02:24.115]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/27/27603d0c352531b4ff8444de3a1b901580ac413cfc15e4bbf520f2a5b5da29fa-d # internal
2025-08-20T18:58:47.3745236Z [00:02:24.122]➜  github.com/gdamore/tcell
2025-08-20T18:58:47.3749799Z [00:02:24.122]➜  mkdir -p $WORK/b404/
2025-08-20T18:58:47.3751332Z [00:02:24.123]➜  cat >/tmp/go-build693841089/b404/importcfg << 'EOF' # internal
2025-08-20T18:58:47.3751750Z [00:02:24.123]➜  # import config
2025-08-20T18:58:47.3752096Z [00:02:24.123]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:47.3752514Z [00:02:24.123]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.3752954Z [00:02:24.123]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.3753441Z [00:02:24.123]➜  packagefile github.com/gdamore/encoding=/tmp/go-build693841089/b405/_pkg_.a
2025-08-20T18:58:47.3754024Z [00:02:24.123]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:47.3754778Z [00:02:24.123]➜  packagefile github.com/gdamore/tcell/terminfo/base=/tmp/go-build693841089/b409/_pkg_.a
2025-08-20T18:58:47.3755490Z [00:02:24.123]➜  packagefile github.com/gdamore/tcell/terminfo/dynamic=/tmp/go-build693841089/b415/_pkg_.a
2025-08-20T18:58:47.3756569Z [00:02:24.123]➜  packagefile github.com/gdamore/tcell/terminfo/extended=/tmp/go-build693841089/b416/_pkg_.a
2025-08-20T18:58:47.3757200Z [00:02:24.123]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build693841089/b457/_pkg_.a
2025-08-20T18:58:47.3757778Z [00:02:24.123]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build693841089/b459/_pkg_.a
2025-08-20T18:58:47.3758328Z [00:02:24.123]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:47.3758857Z [00:02:24.123]➜  packagefile golang.org/x/text/encoding=/tmp/go-build693841089/b406/_pkg_.a
2025-08-20T18:58:47.3759408Z [00:02:24.123]➜  packagefile golang.org/x/text/transform=/tmp/go-build693841089/b301/_pkg_.a
2025-08-20T18:58:47.3759873Z [00:02:24.123]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.3760265Z [00:02:24.123]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:47.3760664Z [00:02:24.123]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:47.3761071Z [00:02:24.123]➜  packagefile os/signal=/tmp/go-build693841089/b397/_pkg_.a
2025-08-20T18:58:47.3761491Z [00:02:24.123]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.3761909Z [00:02:24.123]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.3762315Z [00:02:24.123]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.3762732Z [00:02:24.123]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:47.3763139Z [00:02:24.123]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:47.3763571Z [00:02:24.123]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:47.3763905Z [00:02:24.123]➜  EOF
2025-08-20T18:58:47.3774444Z [00:02:24.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0=>github.com/gdamore/tcell@v1.4.0;$WORK/b404=>" -p github.com/gdamore/tcell -lang=go1.12 -complete -installsuffix shared -buildid NSQQPFVq5cHe_gk0dZC0/NSQQPFVq5cHe_gk0dZC0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/attr.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/cell.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/charset_unix.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/color.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/colorfit.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/console_stub.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/doc.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/encoding.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/errors.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/event.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/interrupt.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/key.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/mouse.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/resize.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/runes.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/screen.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/simulation.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/style.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terms_default.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/terms_dynamic.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/tscreen.go /root/go/pkg/mod/github.com/gdamore/tcell@v1.4.0/tscreen_linux.go
2025-08-20T18:58:47.4109018Z [00:02:24.156]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T18:58:47.4112993Z [00:02:24.159]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/ec/ec088320aef2d8012f428ec581fd3bb387d8a4f563da3490df4ebf310c713fd9-d # internal
2025-08-20T18:58:47.4118694Z [00:02:24.159]➜  github.com/pkg/errors
2025-08-20T18:58:47.4119009Z [00:02:24.159]➜  mkdir -p $WORK/b465/
2025-08-20T18:58:47.4119379Z [00:02:24.159]➜  cat >/tmp/go-build693841089/b465/importcfg << 'EOF' # internal
2025-08-20T18:58:47.4120146Z [00:02:24.159]➜  # import config
2025-08-20T18:58:47.4120488Z [00:02:24.159]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.4120899Z [00:02:24.159]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.4121290Z [00:02:24.159]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.4121686Z [00:02:24.159]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:47.4122108Z [00:02:24.159]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:47.4122521Z [00:02:24.159]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.4122935Z [00:02:24.159]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.4123245Z [00:02:24.159]➜  EOF
2025-08-20T18:58:47.4125411Z [00:02:24.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b465=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid c9t2xK-fYDiDkrr4QiG6/c9t2xK-fYDiDkrr4QiG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/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-20T18:58:47.4468397Z [00:02:24.194]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T18:58:47.4475966Z [00:02:24.195]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T18:58:47.4531915Z [00:02:24.201]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T18:58:47.4554503Z [00:02:24.203]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T18:58:47.4556304Z [00:02:24.203]➜  rsc.io/qr
2025-08-20T18:58:47.4557838Z [00:02:24.203]➜  mkdir -p $WORK/b461/
2025-08-20T18:58:47.4558282Z [00:02:24.203]➜  cat >/tmp/go-build693841089/b461/importcfg << 'EOF' # internal
2025-08-20T18:58:47.4558635Z [00:02:24.203]➜  # import config
2025-08-20T18:58:47.4558977Z [00:02:24.203]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:47.4559426Z [00:02:24.203]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:47.4559866Z [00:02:24.203]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.4560638Z [00:02:24.203]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:47.4561169Z [00:02:24.203]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:58:47.4561597Z [00:02:24.203]➜  packagefile image=/tmp/go-build693841089/b462/_pkg_.a
2025-08-20T18:58:47.4562030Z [00:02:24.203]➜  packagefile image/color=/tmp/go-build693841089/b458/_pkg_.a
2025-08-20T18:58:47.4562493Z [00:02:24.203]➜  packagefile rsc.io/qr/coding=/tmp/go-build693841089/b463/_pkg_.a
2025-08-20T18:58:47.4562846Z [00:02:24.203]➜  EOF
2025-08-20T18:58:47.4564419Z [00:02:24.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/rsc.io/qr@v0.2.0=>rsc.io/qr@v0.2.0;$WORK/b461=>" -p rsc.io/qr -lang=go1.16 -complete -installsuffix shared -buildid kIk7OeVbBCXaYclixxka/kIk7OeVbBCXaYclixxka -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/rsc.io/qr@v0.2.0/png.go /root/go/pkg/mod/rsc.io/qr@v0.2.0/qr.go
2025-08-20T18:58:47.4577723Z [00:02:24.205]➜  github.com/gogo/protobuf/proto
2025-08-20T18:58:47.4578086Z [00:02:24.205]➜  mkdir -p $WORK/b470/
2025-08-20T18:58:47.4581342Z [00:02:24.206]➜  cat >/tmp/go-build693841089/b470/importcfg << 'EOF' # internal
2025-08-20T18:58:47.4582828Z [00:02:24.206]➜  # import config
2025-08-20T18:58:47.4583358Z [00:02:24.206]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:47.4583893Z [00:02:24.206]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:47.4584961Z [00:02:24.206]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:47.4585601Z [00:02:24.206]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:47.4586132Z [00:02:24.206]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.4586777Z [00:02:24.206]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.4587338Z [00:02:24.206]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.4587857Z [00:02:24.206]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:47.4588364Z [00:02:24.206]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:47.4588976Z [00:02:24.206]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:47.4589574Z [00:02:24.206]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:47.4590051Z [00:02:24.206]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.4590688Z [00:02:24.206]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.4591285Z [00:02:24.206]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.4591874Z [00:02:24.206]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:47.4592508Z [00:02:24.206]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:47.4593001Z [00:02:24.206]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:47.4593425Z [00:02:24.206]➜  EOF
2025-08-20T18:58:47.4603667Z [00:02:24.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b470=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid 0Uq7lF-riX1giZFuC3YM/0Uq7lF-riX1giZFuC3YM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/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-20T18:58:47.4929378Z [00:02:24.240]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T18:58:47.4948902Z [00:02:24.242]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/4f/4fd111258d3ceb0b35e823c6758fd87f8e12df3e240776f5a38beeb2b71279a9-d # internal
2025-08-20T18:58:47.4950159Z [00:02:24.242]➜  github.com/mdp/qrterminal/v3
2025-08-20T18:58:47.4950812Z [00:02:24.242]➜  mkdir -p $WORK/b460/
2025-08-20T18:58:47.4951455Z [00:02:24.242]➜  cat >/tmp/go-build693841089/b460/importcfg << 'EOF' # internal
2025-08-20T18:58:47.4951978Z [00:02:24.242]➜  # import config
2025-08-20T18:58:47.4953011Z [00:02:24.242]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.4953440Z [00:02:24.242]➜  packagefile rsc.io/qr=/tmp/go-build693841089/b461/_pkg_.a
2025-08-20T18:58:47.4953868Z [00:02:24.242]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.4954199Z [00:02:24.242]➜  EOF
2025-08-20T18:58:47.4956151Z [00:02:24.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mdp/qrterminal/v3@v3.0.0=>github.com/mdp/qrterminal/v3@v3.0.0;$WORK/b460=>" -p github.com/mdp/qrterminal/v3 -lang=go1.16 -complete -installsuffix shared -buildid xGTjNc3nQNE-dxk4ZKvE/xGTjNc3nQNE-dxk4ZKvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/go/pkg/mod/github.com/mdp/qrterminal/v3@v3.0.0/qrterminal.go
2025-08-20T18:58:47.5205338Z [00:02:24.267]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T18:58:47.5206839Z [00:02:24.268]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/cd/cdaff630e01c7228c0eb35b695a84853b15496883f8bb970c60920bcf7c952d3-d # internal
2025-08-20T18:58:47.5218319Z [00:02:24.269]➜  github.com/gogo/protobuf/sortkeys
2025-08-20T18:58:47.5221782Z [00:02:24.270]➜  mkdir -p $WORK/b472/
2025-08-20T18:58:47.5222225Z [00:02:24.270]➜  cat >/tmp/go-build693841089/b472/importcfg << 'EOF' # internal
2025-08-20T18:58:47.5222978Z [00:02:24.270]➜  # import config
2025-08-20T18:58:47.5223428Z [00:02:24.270]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:47.5223838Z [00:02:24.270]➜  EOF
2025-08-20T18:58:47.5226347Z [00:02:24.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys=>github.com/gogo/protobuf@v1.3.2/sortkeys;$WORK/b472=>" -p github.com/gogo/protobuf/sortkeys -lang=go1.15 -complete -installsuffix shared -buildid RhnuX5axpeMEAvKmogXw/RhnuX5axpeMEAvKmogXw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/sortkeys/sortkeys.go
2025-08-20T18:58:47.5832794Z [00:02:24.330]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T18:58:47.5837933Z [00:02:24.331]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/44/440d65829f84bb6827bdb00d8d39ab691f10a36d4ab0634be5fbd2a92f445195-d # internal
2025-08-20T18:58:47.5841589Z [00:02:24.332]➜  gopkg.in/yaml.v3
2025-08-20T18:58:47.5845546Z [00:02:24.332]➜  mkdir -p $WORK/b473/
2025-08-20T18:58:47.5848933Z [00:02:24.332]➜  cat >/tmp/go-build693841089/b473/importcfg << 'EOF' # internal
2025-08-20T18:58:47.5849629Z [00:02:24.332]➜  # import config
2025-08-20T18:58:47.5852229Z [00:02:24.332]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:47.5853492Z [00:02:24.332]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:47.5854981Z [00:02:24.332]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:47.5856359Z [00:02:24.332]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.5857337Z [00:02:24.332]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.5858505Z [00:02:24.332]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.5859520Z [00:02:24.332]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:47.5861040Z [00:02:24.332]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:47.5862229Z [00:02:24.332]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:47.5863157Z [00:02:24.332]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:47.5864133Z [00:02:24.332]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.5865078Z [00:02:24.332]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.5866035Z [00:02:24.332]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.5867002Z [00:02:24.332]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:47.5867897Z [00:02:24.332]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:47.5868878Z [00:02:24.332]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:47.5869767Z [00:02:24.332]➜  EOF
2025-08-20T18:58:47.5873817Z [00:02:24.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b473=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/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-20T18:58:47.7813855Z [00:02:24.529]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T18:58:47.7849120Z [00:02:24.532]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/13/131c788064edf413b242532782bb95a7e7da2d919c6412b752946e69c62c14f2-d # internal
2025-08-20T18:58:47.7908379Z [00:02:24.538]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T18:58:47.7921256Z [00:02:24.540]➜  github.com/rivo/tview
2025-08-20T18:58:47.7928193Z [00:02:24.540]➜  mkdir -p $WORK/b466/
2025-08-20T18:58:47.7928904Z [00:02:24.540]➜  cat >/tmp/go-build693841089/b466/importcfg << 'EOF' # internal
2025-08-20T18:58:47.7929323Z [00:02:24.540]➜  # import config
2025-08-20T18:58:47.7929671Z [00:02:24.540]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:47.7930079Z [00:02:24.540]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.7930552Z [00:02:24.540]➜  packagefile github.com/gdamore/tcell=/tmp/go-build693841089/b404/_pkg_.a
2025-08-20T18:58:47.7931151Z [00:02:24.540]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build693841089/b457/_pkg_.a
2025-08-20T18:58:47.7931735Z [00:02:24.540]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build693841089/b459/_pkg_.a
2025-08-20T18:58:47.7932274Z [00:02:24.540]➜  packagefile github.com/rivo/uniseg=/tmp/go-build693841089/b467/_pkg_.a
2025-08-20T18:58:47.7932722Z [00:02:24.540]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.7933120Z [00:02:24.540]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:47.7933541Z [00:02:24.540]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:47.7933949Z [00:02:24.540]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:47.7934356Z [00:02:24.540]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.7935104Z [00:02:24.540]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.7935529Z [00:02:24.540]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.7936298Z [00:02:24.540]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:47.7936730Z [00:02:24.540]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:47.7937062Z [00:02:24.540]➜  EOF
2025-08-20T18:58:47.7946457Z [00:02:24.540]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92=>github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92;$WORK/b466=>" -p github.com/rivo/tview -lang=go1.12 -complete -installsuffix shared -buildid vtokNC0cyJPf9lILGydI/vtokNC0cyJPf9lILGydI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/ansi.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/application.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/borders.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/box.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/button.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/checkbox.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/doc.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/dropdown.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/flex.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/focusable.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/form.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/frame.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/grid.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/inputfield.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/list.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/modal.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/pages.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/primitive.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/semigraphics.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/styles.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/table.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/textview.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/treeview.go /root/go/pkg/mod/github.com/rivo/tview@v0.0.0-20200712113419-c65badfc3d92/util.go
2025-08-20T18:58:47.7984492Z [00:02:24.546]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/22/22d35a871fc64407a279c041654a95b765cd12f3e226ecfb8fa6ded4bf5a58ef-d # internal
2025-08-20T18:58:47.8110267Z [00:02:24.558]➜  google.golang.org/grpc
2025-08-20T18:58:47.8110623Z [00:02:24.558]➜  mkdir -p $WORK/b257/
2025-08-20T18:58:47.8111913Z [00:02:24.559]➜  cat >/tmp/go-build693841089/b257/importcfg << 'EOF' # internal
2025-08-20T18:58:47.8115212Z [00:02:24.559]➜  # import config
2025-08-20T18:58:47.8115586Z [00:02:24.559]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:47.8116034Z [00:02:24.559]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:47.8116483Z [00:02:24.559]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:47.8116958Z [00:02:24.559]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:47.8117428Z [00:02:24.559]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:47.8117865Z [00:02:24.559]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:47.8118273Z [00:02:24.559]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:47.8118737Z [00:02:24.559]➜  packagefile golang.org/x/net/trace=/tmp/go-build693841089/b258/_pkg_.a
2025-08-20T18:58:47.8119658Z [00:02:24.559]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build693841089/b265/_pkg_.a
2025-08-20T18:58:47.8120241Z [00:02:24.559]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build693841089/b266/_pkg_.a
2025-08-20T18:58:47.8120841Z [00:02:24.559]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build693841089/b274/_pkg_.a
2025-08-20T18:58:47.8121485Z [00:02:24.559]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build693841089/b275/_pkg_.a
2025-08-20T18:58:47.8122160Z [00:02:24.559]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build693841089/b277/_pkg_.a
2025-08-20T18:58:47.8122782Z [00:02:24.559]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build693841089/b267/_pkg_.a
2025-08-20T18:58:47.8123351Z [00:02:24.559]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:47.8123940Z [00:02:24.559]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:58:47.8124558Z [00:02:24.559]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:58:47.8125454Z [00:02:24.559]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:58:47.8126081Z [00:02:24.559]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build693841089/b279/_pkg_.a
2025-08-20T18:58:47.8126681Z [00:02:24.559]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build693841089/b281/_pkg_.a
2025-08-20T18:58:47.8127287Z [00:02:24.559]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:47.8127862Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:58:47.8128467Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build693841089/b282/_pkg_.a
2025-08-20T18:58:47.8129182Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build693841089/b283/_pkg_.a
2025-08-20T18:58:47.8129912Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build693841089/b284/_pkg_.a
2025-08-20T18:58:47.8130621Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build693841089/b285/_pkg_.a
2025-08-20T18:58:47.8131268Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build693841089/b268/_pkg_.a
2025-08-20T18:58:47.8132203Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build693841089/b287/_pkg_.a
2025-08-20T18:58:47.8132910Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build693841089/b280/_pkg_.a
2025-08-20T18:58:47.8133550Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build693841089/b289/_pkg_.a
2025-08-20T18:58:47.8134179Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build693841089/b290/_pkg_.a
2025-08-20T18:58:47.8148590Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build693841089/b276/_pkg_.a
2025-08-20T18:58:47.8149389Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build693841089/b291/_pkg_.a
2025-08-20T18:58:47.8150115Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build693841089/b293/_pkg_.a
2025-08-20T18:58:47.8150833Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build693841089/b294/_pkg_.a
2025-08-20T18:58:47.8151539Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build693841089/b292/_pkg_.a
2025-08-20T18:58:47.8152194Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build693841089/b130/_pkg_.a
2025-08-20T18:58:47.8152839Z [00:02:24.559]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build693841089/b296/_pkg_.a
2025-08-20T18:58:47.8153458Z [00:02:24.559]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build693841089/b306/_pkg_.a
2025-08-20T18:58:47.8154476Z [00:02:24.559]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:47.8155308Z [00:02:24.559]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build693841089/b307/_pkg_.a
2025-08-20T18:58:47.8155881Z [00:02:24.559]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:58:47.8156473Z [00:02:24.559]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build693841089/b311/_pkg_.a
2025-08-20T18:58:47.8157098Z [00:02:24.559]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:58:47.8157686Z [00:02:24.559]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build693841089/b308/_pkg_.a
2025-08-20T18:58:47.8158245Z [00:02:24.559]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:47.8158797Z [00:02:24.559]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build693841089/b309/_pkg_.a
2025-08-20T18:58:47.8159272Z [00:02:24.559]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:47.8159670Z [00:02:24.559]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:47.8160089Z [00:02:24.559]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:47.8160502Z [00:02:24.559]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:47.8160912Z [00:02:24.559]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:47.8161339Z [00:02:24.559]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:47.8161762Z [00:02:24.559]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:47.8162178Z [00:02:24.559]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:47.8162590Z [00:02:24.559]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:47.8163009Z [00:02:24.559]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:47.8163429Z [00:02:24.559]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:47.8163857Z [00:02:24.559]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:47.8164279Z [00:02:24.559]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:47.8164583Z [00:02:24.559]➜  EOF
2025-08-20T18:58:47.8170936Z [00:02:24.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0=>google.golang.org/grpc@v1.65.0;$WORK/b257=>" -p google.golang.org/grpc -lang=go1.21 -complete -installsuffix shared -buildid 5sQp0at1PgRHbFOsa2Ke/5sQp0at1PgRHbFOsa2Ke -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/shared_buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/version.go
2025-08-20T18:58:48.1744497Z [00:02:24.922]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T18:58:48.1820608Z [00:02:24.930]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T18:58:48.1828881Z [00:02:24.930]➜  github.com/desertbit/timer
2025-08-20T18:58:48.1831138Z [00:02:24.931]➜  mkdir -p $WORK/b477/
2025-08-20T18:58:48.1840882Z [00:02:24.932]➜  cat >/tmp/go-build693841089/b477/importcfg << 'EOF' # internal
2025-08-20T18:58:48.1842111Z [00:02:24.932]➜  # import config
2025-08-20T18:58:48.1843019Z [00:02:24.932]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:48.1843479Z [00:02:24.932]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:48.1843791Z [00:02:24.932]➜  EOF
2025-08-20T18:58:48.1852461Z [00:02:24.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f=>github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f;$WORK/b477=>" -p github.com/desertbit/timer -lang=go1.16 -complete -installsuffix shared -buildid Spaz95RcUKrxisveHGIR/Spaz95RcUKrxisveHGIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f/timer.go /root/go/pkg/mod/github.com/desertbit/timer@v0.0.0-20180107155436-c41aec40b27f/timers.go
2025-08-20T18:58:48.2270952Z [00:02:24.974]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T18:58:48.2283949Z [00:02:24.976]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/6f/6faae19933c455764a61b17633851d1fea53019b2502a50918f587f6994e5341-d # internal
2025-08-20T18:58:48.2291939Z [00:02:24.977]➜  github.com/rs/cors/internal
2025-08-20T18:58:48.2293286Z [00:02:24.977]➜  mkdir -p $WORK/b479/
2025-08-20T18:58:48.2303784Z [00:02:24.978]➜  cat >/tmp/go-build693841089/b479/importcfg << 'EOF' # internal
2025-08-20T18:58:48.2305587Z [00:02:24.978]➜  # import config
2025-08-20T18:58:48.2306823Z [00:02:24.978]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:48.2307337Z [00:02:24.978]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:48.2308288Z [00:02:24.978]➜  EOF
2025-08-20T18:58:48.2310841Z [00:02:24.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/cors@v1.11.0/internal=>github.com/rs/cors@v1.11.0/internal;$WORK/b479=>" -p github.com/rs/cors/internal -lang=go1.13 -complete -installsuffix shared -buildid W5Sy2Z33EAAYQZL2iB-j/W5Sy2Z33EAAYQZL2iB-j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/github.com/rs/cors@v1.11.0/internal/sortedset.go
2025-08-20T18:58:48.2776065Z [00:02:25.025]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T18:58:48.2782290Z [00:02:25.026]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/53/537042be84436f995ab60f0d58e7d4fb87c4e1e60bec3e7894ac40a0d7354540-d # internal
2025-08-20T18:58:48.2783988Z [00:02:25.026]➜  github.com/rs/cors
2025-08-20T18:58:48.2785273Z [00:02:25.026]➜  mkdir -p $WORK/b478/
2025-08-20T18:58:48.2789319Z [00:02:25.026]➜  cat >/tmp/go-build693841089/b478/importcfg << 'EOF' # internal
2025-08-20T18:58:48.2791552Z [00:02:25.026]➜  # import config
2025-08-20T18:58:48.2792556Z [00:02:25.026]➜  packagefile github.com/rs/cors/internal=/tmp/go-build693841089/b479/_pkg_.a
2025-08-20T18:58:48.2793090Z [00:02:25.026]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:48.2793538Z [00:02:25.026]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:48.2793952Z [00:02:25.026]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:48.2794363Z [00:02:25.026]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:48.2794932Z [00:02:25.026]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:48.2795246Z [00:02:25.026]➜  EOF
2025-08-20T18:58:48.2797050Z [00:02:25.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/cors@v1.11.0=>github.com/rs/cors@v1.11.0;$WORK/b478=>" -p github.com/rs/cors -lang=go1.13 -complete -installsuffix shared -buildid 69WvzNsTeW5uFscnAWdn/69WvzNsTeW5uFscnAWdn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/github.com/rs/cors@v1.11.0/cors.go /root/go/pkg/mod/github.com/rs/cors@v1.11.0/utils.go
2025-08-20T18:58:48.4079571Z [00:02:25.155]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T18:58:48.4091546Z [00:02:25.157]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/0b/0bebfa5e0ed7b50bfec7d57d2e5cf57ab602d7ff40321c707cd516657877b1ad-d # internal
2025-08-20T18:58:48.4139496Z [00:02:25.161]➜  github.com/klauspost/compress/flate
2025-08-20T18:58:48.4143160Z [00:02:25.162]➜  mkdir -p $WORK/b481/
2025-08-20T18:58:48.4151130Z [00:02:25.163]➜  cat >/tmp/go-build693841089/b481/importcfg << 'EOF' # internal
2025-08-20T18:58:48.4152191Z [00:02:25.163]➜  # import config
2025-08-20T18:58:48.4152635Z [00:02:25.163]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:48.4153064Z [00:02:25.163]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:48.4153516Z [00:02:25.163]➜  packagefile compress/flate=/tmp/go-build693841089/b123/_pkg_.a
2025-08-20T18:58:48.4153996Z [00:02:25.163]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:48.4154439Z [00:02:25.163]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:48.4155076Z [00:02:25.163]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:48.4155475Z [00:02:25.163]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:48.4155874Z [00:02:25.163]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:48.4156293Z [00:02:25.163]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:48.4156718Z [00:02:25.163]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:48.4157143Z [00:02:25.163]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:48.4157445Z [00:02:25.163]➜  EOF
2025-08-20T18:58:48.4164863Z [00:02:25.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate=>github.com/klauspost/compress@v1.17.9/flate;$WORK/b481=>" -p github.com/klauspost/compress/flate -lang=go1.20 -complete -installsuffix shared -buildid tKjEbEnRrfR0c2HWea0u/tKjEbEnRrfR0c2HWea0u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/deflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/dict_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/fast_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/huffman_bit_writer.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/huffman_code.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/huffman_sortByFreq.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/huffman_sortByLiteral.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/inflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/inflate_gen.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/level1.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/level2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/level3.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/level4.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/level5.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/level6.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/regmask_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/stateless.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/flate/token.go
2025-08-20T18:58:48.6596945Z [00:02:25.405]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T18:58:48.6673222Z [00:02:25.415]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/ca/ca151d927cfce994f3e3f2de8592f06808902a8aad52a724208f10ae6d4f4547-d # internal
2025-08-20T18:58:48.6676995Z [00:02:25.415]➜  berty.tech/berty/v2/go/pkg/pushtypes
2025-08-20T18:58:48.6682615Z [00:02:25.416]➜  mkdir -p $WORK/b133/
2025-08-20T18:58:48.6686213Z [00:02:25.416]➜  cat >/tmp/go-build693841089/b133/importcfg << 'EOF' # internal
2025-08-20T18:58:48.6686613Z [00:02:25.416]➜  # import config
2025-08-20T18:58:48.6686958Z [00:02:25.416]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:48.6687370Z [00:02:25.416]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:48.6687904Z [00:02:25.416]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:58:48.6688517Z [00:02:25.416]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:48.6689186Z [00:02:25.416]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:58:48.6689881Z [00:02:25.416]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:58:48.6690486Z [00:02:25.416]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:48.6691038Z [00:02:25.416]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:48.6691606Z [00:02:25.416]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:48.6692184Z [00:02:25.416]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:48.6692756Z [00:02:25.416]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:48.6693400Z [00:02:25.416]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:48.6694110Z [00:02:25.416]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:48.6694783Z [00:02:25.416]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:48.6695264Z [00:02:25.416]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:48.6695688Z [00:02:25.416]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:48.6696409Z [00:02:25.416]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:48.6696807Z [00:02:25.416]➜  EOF
2025-08-20T18:58:48.6699715Z [00:02:25.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/pushtypes=>berty.tech/berty/v2/go/pkg/pushtypes;$WORK/b133=>" -p berty.tech/berty/v2/go/pkg/pushtypes -lang=go1.22 -complete -installsuffix shared -buildid p5-RZDIVsMH0njlRjyw2/p5-RZDIVsMH0njlRjyw2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/pushtypes/bertypushtypes.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/pushtypes/bertypushtypes.pb.gw.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/pushtypes/bertypushtypes_grpc.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/pushtypes/consts.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/pushtypes/push_test_utils.go
2025-08-20T18:58:48.6790661Z [00:02:25.426]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T18:58:48.7092661Z [00:02:25.456]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/2f/2fdd44f6bbd4c1df8aa13a99302f9f34a57bd7fc1f099750cc70a974402ac72a-d # internal
2025-08-20T18:58:48.7418066Z [00:02:25.489]➜  berty.tech/weshnet/v2/pkg/protocoltypes
2025-08-20T18:58:48.7424428Z [00:02:25.489]➜  mkdir -p $WORK/b315/
2025-08-20T18:58:48.7424985Z [00:02:25.489]➜  cat >/tmp/go-build693841089/b315/importcfg << 'EOF' # internal
2025-08-20T18:58:48.7425342Z [00:02:25.489]➜  # import config
2025-08-20T18:58:48.7425798Z [00:02:25.489]➜  packagefile berty.tech/weshnet/v2/pkg/cryptoutil=/tmp/go-build693841089/b316/_pkg_.a
2025-08-20T18:58:48.7426800Z [00:02:25.489]➜  packagefile berty.tech/weshnet/v2/pkg/errcode=/tmp/go-build693841089/b317/_pkg_.a
2025-08-20T18:58:48.7427316Z [00:02:25.489]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:48.7427754Z [00:02:25.489]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:48.7428208Z [00:02:25.489]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:48.7428652Z [00:02:25.489]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:48.7429178Z [00:02:25.489]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:58:48.7429793Z [00:02:25.489]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:48.7430438Z [00:02:25.489]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:58:48.7431255Z [00:02:25.489]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:58:48.7431975Z [00:02:25.489]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:48.7432568Z [00:02:25.489]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build693841089/b328/_pkg_.a
2025-08-20T18:58:48.7433111Z [00:02:25.489]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:58:48.7433657Z [00:02:25.489]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build693841089/b332/_pkg_.a
2025-08-20T18:58:48.7434184Z [00:02:25.489]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:48.7436160Z [00:02:25.489]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:48.7436805Z [00:02:25.489]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:48.7437400Z [00:02:25.489]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:48.7437970Z [00:02:25.489]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:48.7438610Z [00:02:25.489]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:48.7439306Z [00:02:25.489]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:48.7440120Z [00:02:25.489]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:48.7440595Z [00:02:25.489]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:48.7441020Z [00:02:25.489]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:48.7441427Z [00:02:25.489]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:48.7441733Z [00:02:25.489]➜  EOF
2025-08-20T18:58:48.7445643Z [00:02:25.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes=>berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes;$WORK/b315=>" -p berty.tech/weshnet/v2/pkg/protocoltypes -lang=go1.22 -complete -installsuffix shared -buildid aa1Gab_HkK8Jpl4MsL0D/aa1Gab_HkK8Jpl4MsL0D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes/contact.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes/doc.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes/events_account.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes/group.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes/protocoltypes.pb.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes/protocoltypes.pb.gw.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protocoltypes/protocoltypes_grpc.pb.go
2025-08-20T18:58:48.8874950Z [00:02:25.635]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T18:58:48.8909929Z [00:02:25.638]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/a2/a22cc20dc1f077140356d8cf160c1284949b49e0d9bab6c2262a7ea26dfe5b52-d # internal
2025-08-20T18:58:48.8959833Z [00:02:25.643]➜  github.com/grpc-ecosystem/go-grpc-middleware
2025-08-20T18:58:48.8960873Z [00:02:25.644]➜  mkdir -p $WORK/b378/
2025-08-20T18:58:48.8962011Z [00:02:25.644]➜  cat >/tmp/go-build693841089/b378/importcfg << 'EOF' # internal
2025-08-20T18:58:48.8963703Z [00:02:25.644]➜  # import config
2025-08-20T18:58:48.8964145Z [00:02:25.644]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:48.8964755Z [00:02:25.644]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:48.8965177Z [00:02:25.644]➜  EOF
2025-08-20T18:58:48.8967776Z [00:02:25.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0;$WORK/b378=>" -p github.com/grpc-ecosystem/go-grpc-middleware -lang=go1.14 -complete -installsuffix shared -buildid IaEx_iLqvnD1mUMFto8B/IaEx_iLqvnD1mUMFto8B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/chain.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/wrappers.go
2025-08-20T18:58:48.9109943Z [00:02:25.658]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T18:58:48.9155166Z [00:02:25.663]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/23/23cfb2dff9afc6072b46387be3a1338dda370f2f732acee22aae0ed757e66e35-d # internal
2025-08-20T18:58:48.9157166Z [00:02:25.663]➜  nhooyr.io/websocket/internal/errd
2025-08-20T18:58:48.9157494Z [00:02:25.663]➜  mkdir -p $WORK/b482/
2025-08-20T18:58:48.9189810Z [00:02:25.666]➜  cat >/tmp/go-build693841089/b482/importcfg << 'EOF' # internal
2025-08-20T18:58:48.9191293Z [00:02:25.667]➜  # import config
2025-08-20T18:58:48.9191679Z [00:02:25.667]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:48.9191996Z [00:02:25.667]➜  EOF
2025-08-20T18:58:48.9194185Z [00:02:25.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/internal/errd=>nhooyr.io/websocket@v1.8.7/internal/errd;$WORK/b482=>" -p nhooyr.io/websocket/internal/errd -lang=go1.13 -complete -installsuffix shared -buildid _k96G3GE0QwPdav2melC/_k96G3GE0QwPdav2melC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/internal/errd/wrap.go
2025-08-20T18:58:48.9395579Z [00:02:25.687]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T18:58:48.9405473Z [00:02:25.687]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/67/6780ed22ba8954eec0da82e6c844794f6fb293dbc4bcd2af05165b405906e9a2-d # internal
2025-08-20T18:58:48.9406230Z [00:02:25.688]➜  nhooyr.io/websocket/internal/xsync
2025-08-20T18:58:48.9406538Z [00:02:25.688]➜  mkdir -p $WORK/b483/
2025-08-20T18:58:48.9406911Z [00:02:25.688]➜  cat >/tmp/go-build693841089/b483/importcfg << 'EOF' # internal
2025-08-20T18:58:48.9407254Z [00:02:25.688]➜  # import config
2025-08-20T18:58:48.9407585Z [00:02:25.688]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:48.9408017Z [00:02:25.688]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:48.9408344Z [00:02:25.688]➜  EOF
2025-08-20T18:58:48.9410546Z [00:02:25.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/internal/xsync=>nhooyr.io/websocket@v1.8.7/internal/xsync;$WORK/b483=>" -p nhooyr.io/websocket/internal/xsync -lang=go1.13 -complete -installsuffix shared -buildid NhU5_V8Od9VVX717Mmxy/NhU5_V8Od9VVX717Mmxy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/internal/xsync/go.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/internal/xsync/int64.go
2025-08-20T18:58:48.9552981Z [00:02:25.702]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T18:58:48.9560447Z [00:02:25.702]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/34/34c1d82069f6b38a52e01c673c5a897fdd700614ab6ebe987fad6fb1adc4c892-d # internal
2025-08-20T18:58:48.9561044Z [00:02:25.703]➜  nhooyr.io/websocket
2025-08-20T18:58:48.9561312Z [00:02:25.703]➜  mkdir -p $WORK/b480/
2025-08-20T18:58:48.9561715Z [00:02:25.703]➜  cat >/tmp/go-build693841089/b480/importcfg << 'EOF' # internal
2025-08-20T18:58:48.9562059Z [00:02:25.703]➜  # import config
2025-08-20T18:58:48.9562391Z [00:02:25.703]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:48.9562798Z [00:02:25.703]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:48.9563207Z [00:02:25.703]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:48.9563638Z [00:02:25.703]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:48.9564102Z [00:02:25.703]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:48.9564564Z [00:02:25.703]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:48.9565325Z [00:02:25.703]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:48.9565770Z [00:02:25.703]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:48.9566184Z [00:02:25.703]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:48.9566700Z [00:02:25.703]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build693841089/b481/_pkg_.a
2025-08-20T18:58:48.9567194Z [00:02:25.703]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:48.9567608Z [00:02:25.703]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:48.9568017Z [00:02:25.703]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:48.9568425Z [00:02:25.703]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:48.9568847Z [00:02:25.703]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:48.9569258Z [00:02:25.703]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:48.9569666Z [00:02:25.703]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:48.9570110Z [00:02:25.703]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:48.9570933Z [00:02:25.703]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:48.9571518Z [00:02:25.703]➜  packagefile nhooyr.io/websocket/internal/errd=/tmp/go-build693841089/b482/_pkg_.a
2025-08-20T18:58:48.9572122Z [00:02:25.703]➜  packagefile nhooyr.io/websocket/internal/xsync=/tmp/go-build693841089/b483/_pkg_.a
2025-08-20T18:58:48.9572653Z [00:02:25.703]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:48.9573093Z [00:02:25.703]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:48.9573523Z [00:02:25.703]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:48.9573938Z [00:02:25.703]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:48.9574345Z [00:02:25.703]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:48.9574937Z [00:02:25.703]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:48.9575427Z [00:02:25.703]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:48.9575733Z [00:02:25.703]➜  EOF
2025-08-20T18:58:48.9579877Z [00:02:25.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/nhooyr.io/websocket@v1.8.7=>nhooyr.io/websocket@v1.8.7;$WORK/b480=>" -p nhooyr.io/websocket -lang=go1.13 -complete -installsuffix shared -buildid foLjuf2oQrDR7HKV10Ex/foLjuf2oQrDR7HKV10Ex -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/accept.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/close.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/close_notjs.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/compress.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/compress_notjs.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/conn_notjs.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/dial.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/doc.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/frame.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/netconn.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/read.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/stringer.go /root/go/pkg/mod/nhooyr.io/websocket@v1.8.7/write.go
2025-08-20T18:58:48.9597677Z [00:02:25.707]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T18:58:48.9616198Z [00:02:25.709]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/96/96cfd1eae72215ecb111b681748ea74ba433cecf0134c43cc7ce8a53ed4d6cc5-d # internal
2025-08-20T18:58:48.9620734Z [00:02:25.709]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T18:58:48.9641433Z [00:02:25.711]➜  github.com/grpc-ecosystem/go-grpc-middleware/tags
2025-08-20T18:58:48.9641821Z [00:02:25.711]➜  mkdir -p $WORK/b382/
2025-08-20T18:58:48.9644483Z [00:02:25.711]➜  cat >/tmp/go-build693841089/b382/importcfg << 'EOF' # internal
2025-08-20T18:58:48.9648306Z [00:02:25.711]➜  # import config
2025-08-20T18:58:48.9652507Z [00:02:25.711]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:48.9653774Z [00:02:25.711]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware=/tmp/go-build693841089/b378/_pkg_.a
2025-08-20T18:58:48.9655034Z [00:02:25.711]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:48.9656371Z [00:02:25.711]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build693841089/b307/_pkg_.a
2025-08-20T18:58:48.9657155Z [00:02:25.711]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:48.9657968Z [00:02:25.711]➜  EOF
2025-08-20T18:58:48.9663686Z [00:02:25.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/tags=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/tags;$WORK/b382=>" -p github.com/grpc-ecosystem/go-grpc-middleware/tags -lang=go1.14 -complete -installsuffix shared -buildid tJh01LDS2ZqFWl4TlZxr/tJh01LDS2ZqFWl4TlZxr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/tags/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/tags/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/tags/fieldextractor.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/tags/interceptors.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/tags/options.go
2025-08-20T18:58:48.9881807Z [00:02:25.735]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/57/57a4d424e1eb2aa2779862409c8fb436bdb1dc8e6466aeea4c01a8f0f2193c66-d # internal
2025-08-20T18:58:48.9935433Z [00:02:25.741]➜  github.com/gogo/protobuf/types
2025-08-20T18:58:48.9935793Z [00:02:25.741]➜  mkdir -p $WORK/b471/
2025-08-20T18:58:48.9943992Z [00:02:25.742]➜  cat >/tmp/go-build693841089/b471/importcfg << 'EOF' # internal
2025-08-20T18:58:48.9944829Z [00:02:25.742]➜  # import config
2025-08-20T18:58:48.9945968Z [00:02:25.742]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:48.9946635Z [00:02:25.742]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:48.9947215Z [00:02:25.742]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:48.9948265Z [00:02:25.742]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:48.9948767Z [00:02:25.742]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:48.9949359Z [00:02:25.742]➜  packagefile github.com/gogo/protobuf/sortkeys=/tmp/go-build693841089/b472/_pkg_.a
2025-08-20T18:58:48.9950184Z [00:02:25.742]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:48.9950584Z [00:02:25.742]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:48.9951003Z [00:02:25.742]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:48.9951428Z [00:02:25.742]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:48.9951858Z [00:02:25.742]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:48.9952276Z [00:02:25.742]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:48.9952684Z [00:02:25.742]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:48.9952988Z [00:02:25.742]➜  EOF
2025-08-20T18:58:48.9959304Z [00:02:25.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/types=>github.com/gogo/protobuf@v1.3.2/types;$WORK/b471=>" -p github.com/gogo/protobuf/types -lang=go1.15 -complete -installsuffix shared -buildid yYK3PTXQUxMu9U-nf5ED/yYK3PTXQUxMu9U-nf5ED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/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-20T18:58:49.0170469Z [00:02:25.764]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T18:58:49.0178476Z [00:02:25.765]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/f7/f7da1df3f6b6035512db0e7a9bcc5093893b7be69069783ac7e5213d2be448be-d # internal
2025-08-20T18:58:49.0195328Z [00:02:25.767]➜  github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/ctxzap
2025-08-20T18:58:49.0211248Z [00:02:25.767]➜  mkdir -p $WORK/b381/
2025-08-20T18:58:49.0211645Z [00:02:25.767]➜  cat >/tmp/go-build693841089/b381/importcfg << 'EOF' # internal
2025-08-20T18:58:49.0212022Z [00:02:25.767]➜  # import config
2025-08-20T18:58:49.0212367Z [00:02:25.767]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:49.0212953Z [00:02:25.767]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/tags=/tmp/go-build693841089/b382/_pkg_.a
2025-08-20T18:58:49.0213539Z [00:02:25.767]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:49.0214039Z [00:02:25.767]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:49.0214411Z [00:02:25.767]➜  EOF
2025-08-20T18:58:49.0217921Z [00:02:25.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/ctxzap=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/ctxzap;$WORK/b381=>" -p github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/ctxzap -lang=go1.14 -complete -installsuffix shared -buildid 4dFv8Ucq09wsZekAkzsq/4dFv8Ucq09wsZekAkzsq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/ctxzap/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/ctxzap/doc.go
2025-08-20T18:58:49.0430855Z [00:02:25.790]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T18:58:49.0445487Z [00:02:25.792]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/87/873bb7fca8a186f91609eaa62e82096fa448b7e61142798b50eb8f21e9d0fb20-d # internal
2025-08-20T18:58:49.0479266Z [00:02:25.795]➜  github.com/grpc-ecosystem/go-grpc-middleware/logging/zap
2025-08-20T18:58:49.0497380Z [00:02:25.797]➜  mkdir -p $WORK/b377/
2025-08-20T18:58:49.0500215Z [00:02:25.797]➜  cat >/tmp/go-build693841089/b377/importcfg << 'EOF' # internal
2025-08-20T18:58:49.0500579Z [00:02:25.797]➜  # import config
2025-08-20T18:58:49.0500914Z [00:02:25.797]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:49.0501370Z [00:02:25.797]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:49.0501781Z [00:02:25.797]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.0502296Z [00:02:25.797]➜  packagefile github.com/golang/protobuf/jsonpb=/tmp/go-build693841089/b143/_pkg_.a
2025-08-20T18:58:49.0502897Z [00:02:25.797]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:49.0503555Z [00:02:25.797]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware=/tmp/go-build693841089/b378/_pkg_.a
2025-08-20T18:58:49.0504269Z [00:02:25.797]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging=/tmp/go-build693841089/b379/_pkg_.a
2025-08-20T18:58:49.0505395Z [00:02:25.797]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging/settable=/tmp/go-build693841089/b380/_pkg_.a
2025-08-20T18:58:49.0506206Z [00:02:25.797]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging/zap/ctxzap=/tmp/go-build693841089/b381/_pkg_.a
2025-08-20T18:58:49.0506850Z [00:02:25.797]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:49.0507346Z [00:02:25.797]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:49.0507863Z [00:02:25.797]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:49.0508399Z [00:02:25.797]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:49.0509304Z [00:02:25.797]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:49.0509855Z [00:02:25.797]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:49.0510260Z [00:02:25.797]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:49.0510567Z [00:02:25.797]➜  EOF
2025-08-20T18:58:49.0515160Z [00:02:25.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap;$WORK/b377=>" -p github.com/grpc-ecosystem/go-grpc-middleware/logging/zap -lang=go1.14 -complete -installsuffix shared -buildid BROUiAQDCSmK12N3QKM9/BROUiAQDCSmK12N3QKM9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/client_interceptors.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/grpclogger.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/options.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/payload_interceptors.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/zap/server_interceptors.go
2025-08-20T18:58:49.1310323Z [00:02:25.878]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T18:58:49.1351544Z [00:02:25.882]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/eb/eb6f0016d854a28ba112e19348f4bc1b5553dbc0d850e4030f940df74afecfb6-d # internal
2025-08-20T18:58:49.1384993Z [00:02:25.883]➜  github.com/improbable-eng/grpc-web/go/grpcweb
2025-08-20T18:58:49.1385393Z [00:02:25.883]➜  mkdir -p $WORK/b476/
2025-08-20T18:58:49.1385774Z [00:02:25.883]➜  cat >/tmp/go-build693841089/b476/importcfg << 'EOF' # internal
2025-08-20T18:58:49.1386153Z [00:02:25.883]➜  # import config
2025-08-20T18:58:49.1386492Z [00:02:25.883]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:49.1386904Z [00:02:25.883]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:49.1387321Z [00:02:25.883]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:49.1387806Z [00:02:25.883]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:49.1388302Z [00:02:25.883]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:49.1388744Z [00:02:25.883]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.1389152Z [00:02:25.883]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.1389635Z [00:02:25.883]➜  packagefile github.com/desertbit/timer=/tmp/go-build693841089/b477/_pkg_.a
2025-08-20T18:58:49.1390154Z [00:02:25.883]➜  packagefile github.com/rs/cors=/tmp/go-build693841089/b478/_pkg_.a
2025-08-20T18:58:49.1390674Z [00:02:25.883]➜  packagefile golang.org/x/net/http2=/tmp/go-build693841089/b297/_pkg_.a
2025-08-20T18:58:49.1391196Z [00:02:25.883]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:49.1391748Z [00:02:25.883]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:49.1392225Z [00:02:25.883]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:49.1392635Z [00:02:25.883]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:49.1393094Z [00:02:25.883]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:49.1393535Z [00:02:25.883]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:49.1394003Z [00:02:25.883]➜  packagefile nhooyr.io/websocket=/tmp/go-build693841089/b480/_pkg_.a
2025-08-20T18:58:49.1394461Z [00:02:25.883]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:49.1395423Z [00:02:25.883]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.1395927Z [00:02:25.883]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:49.1396229Z [00:02:25.883]➜  EOF
2025-08-20T18:58:49.1400451Z [00:02:25.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb=>github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb;$WORK/b476=>" -p github.com/improbable-eng/grpc-web/go/grpcweb -lang=go1.16 -complete -installsuffix shared -buildid 5GB_xNgIRDT10Zn2_igc/5GB_xNgIRDT10Zn2_igc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/doc.go /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/grpc_web_response.go /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/header.go /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/helpers.go /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/options.go /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/trailer.go /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/websocket_wrapper.go /root/go/pkg/mod/github.com/improbable-eng/grpc-web@v0.14.1/go/grpcweb/wrapper.go
2025-08-20T18:58:49.1685181Z [00:02:25.916]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T18:58:49.1717244Z [00:02:25.919]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/54/54b50320d401ba5bac89c93f4fd96b96db0ed75ed2660e019646b69bdb835800-d # internal
2025-08-20T18:58:49.1809855Z [00:02:25.928]➜  berty.tech/weshnet/v2/pkg/logutil
2025-08-20T18:58:49.1812362Z [00:02:25.928]➜  mkdir -p $WORK/b376/
2025-08-20T18:58:49.1815112Z [00:02:25.929]➜  cat >/tmp/go-build693841089/b376/importcfg << 'EOF' # internal
2025-08-20T18:58:49.1815680Z [00:02:25.929]➜  # import config
2025-08-20T18:58:49.1816276Z [00:02:25.929]➜  packagefile berty.tech/weshnet/v2/pkg/errcode=/tmp/go-build693841089/b317/_pkg_.a
2025-08-20T18:58:49.1817208Z [00:02:25.929]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:49.1817924Z [00:02:25.929]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:49.1818497Z [00:02:25.929]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:49.1819929Z [00:02:25.929]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:49.1820607Z [00:02:25.929]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.1821438Z [00:02:25.929]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging/zap=/tmp/go-build693841089/b377/_pkg_.a
2025-08-20T18:58:49.1822962Z [00:02:25.929]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:49.1823781Z [00:02:25.929]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:49.1824878Z [00:02:25.929]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:49.1825670Z [00:02:25.929]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:49.1827143Z [00:02:25.929]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:49.1827608Z [00:02:25.929]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:49.1828009Z [00:02:25.929]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:49.1828452Z [00:02:25.929]➜  packagefile moul.io/u=/tmp/go-build693841089/b395/_pkg_.a
2025-08-20T18:58:49.1828916Z [00:02:25.929]➜  packagefile moul.io/zapfilter=/tmp/go-build693841089/b399/_pkg_.a
2025-08-20T18:58:49.1829394Z [00:02:25.929]➜  packagefile moul.io/zapring=/tmp/go-build693841089/b400/_pkg_.a
2025-08-20T18:58:49.1829817Z [00:02:25.929]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:49.1830244Z [00:02:25.929]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:49.1830689Z [00:02:25.929]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:49.1831098Z [00:02:25.929]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.1831508Z [00:02:25.929]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.1831917Z [00:02:25.929]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:49.1832318Z [00:02:25.929]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:49.1832941Z [00:02:25.929]➜  EOF
2025-08-20T18:58:49.1837149Z [00:02:25.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil=>berty.tech/weshnet/v2@v2.0.4/pkg/logutil;$WORK/b376=>" -p berty.tech/weshnet/v2/pkg/logutil -lang=go1.22 -complete -installsuffix shared -buildid 4d_m9ZXqjdfOwQr3adVj/4d_m9ZXqjdfOwQr3adVj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/crypto_utils.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/encoders.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/file.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/grpc_logger.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/logger_native.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/logger_native_other.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/logutil.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/private_field.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/logutil/stream.go
2025-08-20T18:58:49.2592385Z [00:02:26.006]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T18:58:49.2660283Z [00:02:26.013]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/71/715ecacb66512a6d178ec6dbd908354d83b43e554128c801b53251b0b68b13b5-d # internal
2025-08-20T18:58:49.2662193Z [00:02:26.013]➜  encoding/base32
2025-08-20T18:58:49.2667070Z [00:02:26.013]➜  mkdir -p $WORK/b485/
2025-08-20T18:58:49.2667695Z [00:02:26.014]➜  cat >/tmp/go-build693841089/b485/importcfg << 'EOF' # internal
2025-08-20T18:58:49.2668469Z [00:02:26.014]➜  # import config
2025-08-20T18:58:49.2669138Z [00:02:26.014]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:49.2669807Z [00:02:26.014]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:49.2670596Z [00:02:26.014]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:49.2671124Z [00:02:26.014]➜  EOF
2025-08-20T18:58:49.2672792Z [00:02:26.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b485=>" -p encoding/base32 -lang=go1.25 -std -complete -installsuffix shared -buildid wSxZ1fJ2dzB_s8K_sYly/wSxZ1fJ2dzB_s8K_sYly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T18:58:49.2900040Z [00:02:26.037]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T18:58:49.2916122Z [00:02:26.039]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/23/23653e5a05d9dc172aef82cc25d01914f3916a5be98217961f7df1f638b9f29d-d # internal
2025-08-20T18:58:49.2945727Z [00:02:26.041]➜  golang.org/x/text/internal/tag
2025-08-20T18:58:49.2947328Z [00:02:26.042]➜  mkdir -p $WORK/b496/
2025-08-20T18:58:49.2948363Z [00:02:26.042]➜  cat >/tmp/go-build693841089/b496/importcfg << 'EOF' # internal
2025-08-20T18:58:49.2948978Z [00:02:26.042]➜  # import config
2025-08-20T18:58:49.2949593Z [00:02:26.042]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.2950142Z [00:02:26.042]➜  EOF
2025-08-20T18:58:49.2952261Z [00:02:26.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/tag=>golang.org/x/text@v0.21.0/internal/tag;$WORK/b496=>" -p golang.org/x/text/internal/tag -lang=go1.18 -complete -installsuffix shared -buildid WUUKWT2iTdzgy9hauZvr/WUUKWT2iTdzgy9hauZvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/tag/tag.go
2025-08-20T18:58:49.3181206Z [00:02:26.066]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T18:58:49.3184020Z [00:02:26.066]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/66/664d861b25518b05898f576902d0b17536475bccfee742d6bd1513b39471134c-d # internal
2025-08-20T18:58:49.3225658Z [00:02:26.070]➜  golang.org/x/text/internal/language
2025-08-20T18:58:49.3238299Z [00:02:26.071]➜  mkdir -p $WORK/b495/
2025-08-20T18:58:49.3239329Z [00:02:26.071]➜  cat >/tmp/go-build693841089/b495/importcfg << 'EOF' # internal
2025-08-20T18:58:49.3239851Z [00:02:26.071]➜  # import config
2025-08-20T18:58:49.3240676Z [00:02:26.071]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:49.3241440Z [00:02:26.071]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.3242769Z [00:02:26.071]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.3243318Z [00:02:26.071]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build693841089/b496/_pkg_.a
2025-08-20T18:58:49.3243808Z [00:02:26.071]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.3244220Z [00:02:26.071]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:49.3244837Z [00:02:26.071]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.3245198Z [00:02:26.071]➜  EOF
2025-08-20T18:58:49.3249487Z [00:02:26.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language=>golang.org/x/text@v0.21.0/internal/language;$WORK/b495=>" -p golang.org/x/text/internal/language -lang=go1.18 -complete -installsuffix shared -buildid 0Tre35fStKZ_GmxTh9bW/0Tre35fStKZ_GmxTh9bW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/tags.go
2025-08-20T18:58:49.3804452Z [00:02:26.128]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T18:58:49.3810502Z [00:02:26.128]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/ee/ee2f14d17c6627802ff1800b76b3a5f966e421b5b10a7472725b22a8ade8a02d-d # internal
2025-08-20T18:58:49.3844277Z [00:02:26.132]➜  github.com/multiformats/go-multiaddr
2025-08-20T18:58:49.3848643Z [00:02:26.132]➜  mkdir -p $WORK/b484/
2025-08-20T18:58:49.3849385Z [00:02:26.132]➜  cat >/tmp/go-build693841089/b484/importcfg << 'EOF' # internal
2025-08-20T18:58:49.3849789Z [00:02:26.132]➜  # import config
2025-08-20T18:58:49.3850130Z [00:02:26.132]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:49.3850554Z [00:02:26.132]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:49.3851010Z [00:02:26.132]➜  packagefile encoding/base32=/tmp/go-build693841089/b485/_pkg_.a
2025-08-20T18:58:49.3851502Z [00:02:26.132]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:49.3851972Z [00:02:26.132]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:49.3852438Z [00:02:26.132]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:49.3852874Z [00:02:26.132]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.3853282Z [00:02:26.132]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.3853754Z [00:02:26.132]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:49.3854334Z [00:02:26.132]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:49.3855199Z [00:02:26.132]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:49.3855809Z [00:02:26.132]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:49.3856671Z [00:02:26.132]➜  packagefile golang.org/x/exp/slices=/tmp/go-build693841089/b486/_pkg_.a
2025-08-20T18:58:49.3857133Z [00:02:26.132]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:49.3857537Z [00:02:26.132]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:49.3857942Z [00:02:26.132]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:49.3858345Z [00:02:26.132]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:49.3858772Z [00:02:26.132]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.3859180Z [00:02:26.132]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:49.3859484Z [00:02:26.132]➜  EOF
2025-08-20T18:58:49.3869484Z [00:02:26.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1=>github.com/multiformats/go-multiaddr@v0.12.4;$WORK/b484=>" -p github.com/multiformats/go-multiaddr -lang=go1.21 -complete -installsuffix shared -buildid GYth3-eCrZzX8aqu2ilW/GYth3-eCrZzX8aqu2ilW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/codec.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/component.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/doc.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/filter.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/interface.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/multiaddr.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/protocol.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/protocols.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/transcoders.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/util.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/varint.go
2025-08-20T18:58:49.5632969Z [00:02:26.311]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T18:58:49.5682185Z [00:02:26.313]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/2b/2bbd0532ccc92ae3890c8ee7fef4f03c8a3c9ad4ce1146effa86a5543e6dd466-d # internal
2025-08-20T18:58:49.5770536Z [00:02:26.324]➜  golang.org/x/text/internal/language/compact
2025-08-20T18:58:49.5771393Z [00:02:26.324]➜  mkdir -p $WORK/b497/
2025-08-20T18:58:49.5773321Z [00:02:26.325]➜  cat >/tmp/go-build693841089/b497/importcfg << 'EOF' # internal
2025-08-20T18:58:49.5777501Z [00:02:26.325]➜  # import config
2025-08-20T18:58:49.5777986Z [00:02:26.325]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build693841089/b495/_pkg_.a
2025-08-20T18:58:49.5778501Z [00:02:26.325]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.5778954Z [00:02:26.325]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.5779268Z [00:02:26.325]➜  EOF
2025-08-20T18:58:49.5782506Z [00:02:26.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compact=>golang.org/x/text@v0.21.0/internal/language/compact;$WORK/b497=>" -p golang.org/x/text/internal/language/compact -lang=go1.18 -complete -installsuffix shared -buildid 8ZQDGx_Xb54z-1HpUSgz/8ZQDGx_Xb54z-1HpUSgz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/language/compact/tags.go
2025-08-20T18:58:49.6362867Z [00:02:26.384]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T18:58:49.6392641Z [00:02:26.387]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/23/23780e784a37791e9754097d29b73d7f8fa7728bd707a76640ef107654e85818-d # internal
2025-08-20T18:58:49.6430226Z [00:02:26.390]➜  github.com/multiformats/go-multiaddr/net
2025-08-20T18:58:49.6430591Z [00:02:26.390]➜  mkdir -p $WORK/b488/
2025-08-20T18:58:49.6438363Z [00:02:26.391]➜  cat >/tmp/go-build693841089/b488/importcfg << 'EOF' # internal
2025-08-20T18:58:49.6439209Z [00:02:26.391]➜  # import config
2025-08-20T18:58:49.6441630Z [00:02:26.391]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:49.6443537Z [00:02:26.391]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.6443958Z [00:02:26.391]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.6444484Z [00:02:26.391]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:49.6445222Z [00:02:26.391]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:49.6445659Z [00:02:26.391]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:49.6446103Z [00:02:26.391]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:49.6446521Z [00:02:26.391]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.6446943Z [00:02:26.391]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:49.6447247Z [00:02:26.391]➜  EOF
2025-08-20T18:58:49.6452268Z [00:02:26.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net=>github.com/multiformats/go-multiaddr@v0.12.4/net;$WORK/b488=>" -p github.com/multiformats/go-multiaddr/net -lang=go1.21 -complete -installsuffix shared -buildid b3txOdmQFx5j9Q-DK6qK/b3txOdmQFx5j9Q-DK6qK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/convert.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/doc.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/ip.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/net.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/net_others.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/private.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/registry.go /root/go/pkg/mod/github.com/d4ryl00/go-multiaddr@v0.0.0-20240808141024-75af21abbfc1/net/resolve.go
2025-08-20T18:58:49.6490186Z [00:02:26.396]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T18:58:49.6499469Z [00:02:26.397]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/c5/c538077a61a43c17c1f27134c1750ec3fad9a822824e92eb01315fb532969558-d # internal
2025-08-20T18:58:49.6583438Z [00:02:26.406]➜  golang.org/x/text/language
2025-08-20T18:58:49.6623211Z [00:02:26.406]➜  mkdir -p $WORK/b494/
2025-08-20T18:58:49.6623648Z [00:02:26.409]➜  cat >/tmp/go-build693841089/b494/importcfg << 'EOF' # internal
2025-08-20T18:58:49.6624012Z [00:02:26.409]➜  # import config
2025-08-20T18:58:49.6624356Z [00:02:26.409]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.6624984Z [00:02:26.409]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.6625532Z [00:02:26.409]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build693841089/b495/_pkg_.a
2025-08-20T18:58:49.6626193Z [00:02:26.409]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build693841089/b497/_pkg_.a
2025-08-20T18:58:49.6626730Z [00:02:26.409]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.6627141Z [00:02:26.409]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:49.6627928Z [00:02:26.409]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.6628244Z [00:02:26.409]➜  EOF
2025-08-20T18:58:49.6631306Z [00:02:26.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/language=>golang.org/x/text@v0.21.0/language;$WORK/b494=>" -p golang.org/x/text/language -lang=go1.18 -complete -installsuffix shared -buildid EZtDmMRjr7I9ALTUSRr9/EZtDmMRjr7I9ALTUSRr9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/tags.go
2025-08-20T18:58:49.8394231Z [00:02:26.587]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T18:58:49.8570779Z [00:02:26.604]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/11/111d9d43eb876e2a19eca515721f3bc00bb59d658b09a6375ff4a066b6d4c69e-d # internal
2025-08-20T18:58:49.8604050Z [00:02:26.608]➜  github.com/gogo/protobuf/jsonpb
2025-08-20T18:58:49.8605719Z [00:02:26.608]➜  mkdir -p $WORK/b469/
2025-08-20T18:58:49.8608698Z [00:02:26.608]➜  cat >/tmp/go-build693841089/b469/importcfg << 'EOF' # internal
2025-08-20T18:58:49.8610479Z [00:02:26.608]➜  # import config
2025-08-20T18:58:49.8610837Z [00:02:26.608]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:49.8611284Z [00:02:26.608]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:49.8611722Z [00:02:26.608]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.8612128Z [00:02:26.608]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.8612646Z [00:02:26.608]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:49.8613222Z [00:02:26.608]➜  packagefile github.com/gogo/protobuf/types=/tmp/go-build693841089/b471/_pkg_.a
2025-08-20T18:58:49.8613698Z [00:02:26.608]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:49.8614099Z [00:02:26.608]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:49.8614978Z [00:02:26.608]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:49.8615484Z [00:02:26.608]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.8615897Z [00:02:26.608]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:49.8616311Z [00:02:26.608]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.8616716Z [00:02:26.608]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:49.8617048Z [00:02:26.608]➜  EOF
2025-08-20T18:58:49.8618874Z [00:02:26.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/jsonpb=>github.com/gogo/protobuf@v1.3.2/jsonpb;$WORK/b469=>" -p github.com/gogo/protobuf/jsonpb -lang=go1.15 -complete -installsuffix shared -buildid sB0kDWG7TwuSpXt2KE0q/sB0kDWG7TwuSpXt2KE0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/jsonpb/jsonpb.go
2025-08-20T18:58:49.8643828Z [00:02:26.612]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T18:58:49.8664917Z [00:02:26.614]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/eb/eb11999a3ef6b887e8ae886f78f0e3e6565de0860aa54dcdafe3386220072220-d # internal
2025-08-20T18:58:49.8715667Z [00:02:26.619]➜  golang.org/x/text/internal/catmsg
2025-08-20T18:58:49.8717125Z [00:02:26.619]➜  mkdir -p $WORK/b493/
2025-08-20T18:58:49.8722029Z [00:02:26.619]➜  cat >/tmp/go-build693841089/b493/importcfg << 'EOF' # internal
2025-08-20T18:58:49.8722907Z [00:02:26.619]➜  # import config
2025-08-20T18:58:49.8724910Z [00:02:26.619]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.8725400Z [00:02:26.619]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.8725894Z [00:02:26.619]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:49.8726386Z [00:02:26.619]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:49.8726826Z [00:02:26.619]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:49.8727239Z [00:02:26.619]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:49.8727544Z [00:02:26.619]➜  EOF
2025-08-20T18:58:49.8729897Z [00:02:26.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/catmsg=>golang.org/x/text@v0.21.0/internal/catmsg;$WORK/b493=>" -p golang.org/x/text/internal/catmsg -lang=go1.18 -complete -installsuffix shared -buildid BcbsVKmRg54pFrSwXPwf/BcbsVKmRg54pFrSwXPwf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/catmsg/catmsg.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/catmsg/codec.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/catmsg/varint.go
2025-08-20T18:58:49.8979700Z [00:02:26.645]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T18:58:49.9015970Z [00:02:26.649]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/ed/ed75fb04429133c313842eabfb1d4ccd804520cdf489cff78a54ea6ac3d2fe70-d # internal
2025-08-20T18:58:49.9017463Z [00:02:26.649]➜  berty.tech/berty/v2/go/internal/grpcutil
2025-08-20T18:58:49.9020708Z [00:02:26.649]➜  mkdir -p $WORK/b475/
2025-08-20T18:58:49.9021412Z [00:02:26.649]➜  cat >/tmp/go-build693841089/b475/importcfg << 'EOF' # internal
2025-08-20T18:58:49.9022073Z [00:02:26.649]➜  # import config
2025-08-20T18:58:49.9025050Z [00:02:26.649]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:49.9049701Z [00:02:26.649]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:49.9050754Z [00:02:26.649]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:49.9051415Z [00:02:26.649]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:58:49.9052110Z [00:02:26.649]➜  packagefile github.com/improbable-eng/grpc-web/go/grpcweb=/tmp/go-build693841089/b476/_pkg_.a
2025-08-20T18:58:49.9053116Z [00:02:26.649]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:49.9053858Z [00:02:26.649]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:49.9054442Z [00:02:26.649]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:49.9055251Z [00:02:26.649]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build693841089/b279/_pkg_.a
2025-08-20T18:58:49.9055861Z [00:02:26.649]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:49.9056517Z [00:02:26.649]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:49.9057054Z [00:02:26.649]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:49.9057447Z [00:02:26.649]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:49.9057870Z [00:02:26.649]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:49.9058307Z [00:02:26.649]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:49.9058732Z [00:02:26.649]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:49.9059038Z [00:02:26.649]➜  EOF
2025-08-20T18:58:49.9061895Z [00:02:26.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/grpcutil=>berty.tech/berty/v2/go/internal/grpcutil;$WORK/b475=>" -p berty.tech/berty/v2/go/internal/grpcutil -lang=go1.22 -complete -installsuffix shared -buildid 0zTBmE6qLCFSGMlo5fd6/0zTBmE6qLCFSGMlo5fd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/grpcutil/doc.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/grpcutil/lazy_client.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/grpcutil/lazy_codec.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/grpcutil/lazy_message.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/grpcutil/server.go
2025-08-20T18:58:49.9528285Z [00:02:26.700]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T18:58:49.9539795Z [00:02:26.701]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/f7/f7bbf83153f7c1e7863735904ee2f177cc439421291184ac5f89a97f3faea3bb-d # internal
2025-08-20T18:58:49.9603220Z [00:02:26.707]➜  golang.org/x/text/internal/stringset
2025-08-20T18:58:49.9608697Z [00:02:26.707]➜  mkdir -p $WORK/b499/
2025-08-20T18:58:49.9609156Z [00:02:26.707]➜  cat >/tmp/go-build693841089/b499/importcfg << 'EOF' # internal
2025-08-20T18:58:49.9609506Z [00:02:26.707]➜  # import config
2025-08-20T18:58:49.9609836Z [00:02:26.707]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.9610144Z [00:02:26.707]➜  EOF
2025-08-20T18:58:49.9612045Z [00:02:26.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/stringset=>golang.org/x/text@v0.21.0/internal/stringset;$WORK/b499=>" -p golang.org/x/text/internal/stringset -lang=go1.18 -complete -installsuffix shared -buildid NC8l1ndy7OdLexzuVXPU/NC8l1ndy7OdLexzuVXPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/stringset/set.go
2025-08-20T18:58:49.9790583Z [00:02:26.726]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T18:58:49.9797527Z [00:02:26.727]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/73/736572a75403d98f4bd85ed7b6c4fb1a2d82a9bd2073bc4c67fba95b7b4f89c9-d # internal
2025-08-20T18:58:49.9821376Z [00:02:26.730]➜  golang.org/x/text/internal/number
2025-08-20T18:58:49.9822447Z [00:02:26.730]➜  mkdir -p $WORK/b498/
2025-08-20T18:58:49.9827030Z [00:02:26.730]➜  cat >/tmp/go-build693841089/b498/importcfg << 'EOF' # internal
2025-08-20T18:58:49.9827797Z [00:02:26.730]➜  # import config
2025-08-20T18:58:49.9828698Z [00:02:26.730]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:49.9829657Z [00:02:26.730]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build693841089/b497/_pkg_.a
2025-08-20T18:58:49.9830408Z [00:02:26.730]➜  packagefile golang.org/x/text/internal/stringset=/tmp/go-build693841089/b499/_pkg_.a
2025-08-20T18:58:49.9830997Z [00:02:26.730]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:49.9831469Z [00:02:26.730]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:49.9831882Z [00:02:26.730]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:49.9832340Z [00:02:26.730]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:49.9832670Z [00:02:26.730]➜  EOF
2025-08-20T18:58:49.9843349Z [00:02:26.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number=>golang.org/x/text@v0.21.0/internal/number;$WORK/b498=>" -p golang.org/x/text/internal/number -lang=go1.18 -complete -installsuffix shared -buildid Nver3pVMVuZn9mguaaCv/Nver3pVMVuZn9mguaaCv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number/common.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number/decimal.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number/format.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number/number.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number/pattern.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number/roundingmode_string.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/number/tables.go
2025-08-20T18:58:49.9896173Z [00:02:26.737]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T18:58:49.9965021Z [00:02:26.744]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/8d/8d5c0583b32c84d7ad48e027ad69e7e196e19f3b6b4f2eb7112ab9ec797d9854-d # internal
2025-08-20T18:58:49.9982848Z [00:02:26.746]➜  golang.org/x/text/internal
2025-08-20T18:58:49.9983188Z [00:02:26.746]➜  mkdir -p $WORK/b501/
2025-08-20T18:58:49.9989847Z [00:02:26.747]➜  cat >/tmp/go-build693841089/b501/importcfg << 'EOF' # internal
2025-08-20T18:58:49.9990601Z [00:02:26.747]➜  # import config
2025-08-20T18:58:49.9991524Z [00:02:26.747]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:49.9992048Z [00:02:26.747]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:49.9992359Z [00:02:26.747]➜  EOF
2025-08-20T18:58:49.9994377Z [00:02:26.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal=>golang.org/x/text@v0.21.0/internal;$WORK/b501=>" -p golang.org/x/text/internal -lang=go1.18 -complete -installsuffix shared -buildid Qw9OwZqiNq-p1etbpzYa/Qw9OwZqiNq-p1etbpzYa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/match.go
2025-08-20T18:58:50.0344022Z [00:02:26.782]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T18:58:50.0349216Z [00:02:26.782]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/29/29ab604fba303e986cb3c2999bf3d343b04ccac546ee784e4cc09ff0111b773a-d # internal
2025-08-20T18:58:50.0370368Z [00:02:26.784]➜  golang.org/x/text/message/catalog
2025-08-20T18:58:50.0371196Z [00:02:26.784]➜  mkdir -p $WORK/b500/
2025-08-20T18:58:50.0378400Z [00:02:26.785]➜  cat >/tmp/go-build693841089/b500/importcfg << 'EOF' # internal
2025-08-20T18:58:50.0378985Z [00:02:26.785]➜  # import config
2025-08-20T18:58:50.0379443Z [00:02:26.785]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.0379965Z [00:02:26.785]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.0380577Z [00:02:26.785]➜  packagefile golang.org/x/text/internal=/tmp/go-build693841089/b501/_pkg_.a
2025-08-20T18:58:50.0381255Z [00:02:26.785]➜  packagefile golang.org/x/text/internal/catmsg=/tmp/go-build693841089/b493/_pkg_.a
2025-08-20T18:58:50.0382392Z [00:02:26.785]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:50.0383075Z [00:02:26.785]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.0383487Z [00:02:26.785]➜  EOF
2025-08-20T18:58:50.0386082Z [00:02:26.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/message/catalog=>golang.org/x/text@v0.21.0/message/catalog;$WORK/b500=>" -p golang.org/x/text/message/catalog -lang=go1.18 -complete -installsuffix shared -buildid UbuCaJ9yY5QOxqrRSEY3/UbuCaJ9yY5QOxqrRSEY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/catalog/catalog.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/catalog/dict.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/catalog/go19.go
2025-08-20T18:58:50.0613203Z [00:02:26.808]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T18:58:50.0667954Z [00:02:26.813]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/3b/3b39dbc1b4b50025e0518eebf4f2d536bb57e6bc2d3c8e8512f36f2e1e93f257-d # internal
2025-08-20T18:58:50.0740566Z [00:02:26.821]➜  moul.io/godev
2025-08-20T18:58:50.0740908Z [00:02:26.821]➜  mkdir -p $WORK/b468/
2025-08-20T18:58:50.0741292Z [00:02:26.822]➜  cat >/tmp/go-build693841089/b468/importcfg << 'EOF' # internal
2025-08-20T18:58:50.0741642Z [00:02:26.822]➜  # import config
2025-08-20T18:58:50.0742520Z [00:02:26.822]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:50.0742961Z [00:02:26.822]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.0743464Z [00:02:26.822]➜  packagefile github.com/gogo/protobuf/jsonpb=/tmp/go-build693841089/b469/_pkg_.a
2025-08-20T18:58:50.0744047Z [00:02:26.822]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:50.0744572Z [00:02:26.822]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build693841089/b473/_pkg_.a
2025-08-20T18:58:50.0745199Z [00:02:26.822]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.0745596Z [00:02:26.822]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:50.0746026Z [00:02:26.822]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:50.0746474Z [00:02:26.822]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:50.0746914Z [00:02:26.822]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:50.0747368Z [00:02:26.822]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.0747779Z [00:02:26.822]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:50.0748084Z [00:02:26.822]➜  EOF
2025-08-20T18:58:50.0761715Z [00:02:26.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/godev@v1.7.0=>moul.io/godev@v1.7.0;$WORK/b468=>" -p moul.io/godev -lang=go1.12 -complete -installsuffix shared -buildid 2AmoJorgC7SNcRnwOhnB/2AmoJorgC7SNcRnwOhnB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/moul.io/godev@v1.7.0/doc.go /root/go/pkg/mod/moul.io/godev@v1.7.0/json.go /root/go/pkg/mod/moul.io/godev@v1.7.0/printfdebugging.go /root/go/pkg/mod/moul.io/godev@v1.7.0/stacktrace.go /root/go/pkg/mod/moul.io/godev@v1.7.0/uptime.go /root/go/pkg/mod/moul.io/godev@v1.7.0/yaml.go
2025-08-20T18:58:50.0882744Z [00:02:26.836]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T18:58:50.0901627Z [00:02:26.837]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/46/468229b62f6d46ff16cc3f501db7ba4a6e434bc3385b18b726ca15a89831e74a-d # internal
2025-08-20T18:58:50.0920169Z [00:02:26.839]➜  golang.org/x/text/internal/format
2025-08-20T18:58:50.0920517Z [00:02:26.839]➜  mkdir -p $WORK/b503/
2025-08-20T18:58:50.0920894Z [00:02:26.840]➜  cat >/tmp/go-build693841089/b503/importcfg << 'EOF' # internal
2025-08-20T18:58:50.0921242Z [00:02:26.840]➜  # import config
2025-08-20T18:58:50.0921936Z [00:02:26.840]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.0922487Z [00:02:26.840]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:50.0922984Z [00:02:26.840]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.0923427Z [00:02:26.840]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:50.0923760Z [00:02:26.840]➜  EOF
2025-08-20T18:58:50.0926298Z [00:02:26.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/format=>golang.org/x/text@v0.21.0/internal/format;$WORK/b503=>" -p golang.org/x/text/internal/format -lang=go1.18 -complete -installsuffix shared -buildid 5eZcKv2W1r0Tu1V7NL6r/5eZcKv2W1r0Tu1V7NL6r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/format/format.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/internal/format/parser.go
2025-08-20T18:58:50.1370443Z [00:02:26.884]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T18:58:50.1374567Z [00:02:26.885]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/74/74a35a46c76c3b47b34d9dd5f7b0c3f3a48b30aaabafdfd703a819b43516bddf-d # internal
2025-08-20T18:58:50.1381241Z [00:02:26.885]➜  github.com/grpc-ecosystem/go-grpc-middleware/util/metautils
2025-08-20T18:58:50.1383020Z [00:02:26.885]➜  mkdir -p $WORK/b506/
2025-08-20T18:58:50.1383812Z [00:02:26.886]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T18:58:50.1388623Z [00:02:26.886]➜  cat >/tmp/go-build693841089/b506/importcfg << 'EOF' # internal
2025-08-20T18:58:50.1389394Z [00:02:26.886]➜  # import config
2025-08-20T18:58:50.1390052Z [00:02:26.886]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:50.1390923Z [00:02:26.886]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:50.1393265Z [00:02:26.886]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.1393882Z [00:02:26.886]➜  EOF
2025-08-20T18:58:50.1396778Z [00:02:26.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils;$WORK/b506=>" -p github.com/grpc-ecosystem/go-grpc-middleware/util/metautils -lang=go1.14 -complete -installsuffix shared -buildid 9L5hOzHcMnsitYzaxFgj/9L5hOzHcMnsitYzaxFgj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/util/metautils/nicemd.go
2025-08-20T18:58:50.1430108Z [00:02:26.890]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/9c/9c748a5c488dce4624043c6c9c6c91083f07fb91da2c307cbd4fa6819f98198c-d # internal
2025-08-20T18:58:50.1434823Z [00:02:26.891]➜  github.com/davecgh/go-spew/spew
2025-08-20T18:58:50.1435405Z [00:02:26.891]➜  mkdir -p $WORK/b509/
2025-08-20T18:58:50.1435963Z [00:02:26.891]➜  cat >/tmp/go-build693841089/b509/importcfg << 'EOF' # internal
2025-08-20T18:58:50.1436577Z [00:02:26.891]➜  # import config
2025-08-20T18:58:50.1437631Z [00:02:26.891]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.1438075Z [00:02:26.891]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:50.1438518Z [00:02:26.891]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.1438917Z [00:02:26.891]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.1439299Z [00:02:26.891]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:50.1439705Z [00:02:26.891]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.1440123Z [00:02:26.891]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:50.1440872Z [00:02:26.891]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:50.1441357Z [00:02:26.891]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:50.1441776Z [00:02:26.891]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.1442087Z [00:02:26.891]➜  EOF
2025-08-20T18:58:50.1445437Z [00:02:26.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew=>github.com/davecgh/go-spew@v1.1.1/spew;$WORK/b509=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid 5MMwxagJ8Je0LPw5fMFX/5MMwxagJ8Je0LPw5fMFX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/bypass.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/common.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/config.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/doc.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/dump.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/format.go /root/go/pkg/mod/github.com/davecgh/go-spew@v1.1.1/spew/spew.go
2025-08-20T18:58:50.1626324Z [00:02:26.910]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T18:58:50.1641876Z [00:02:26.912]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/6e/6e164c6d8aab0e5a69bf1759c04add7a116d20de19c5f05278d59b0e3c913a5a-d # internal
2025-08-20T18:58:50.1646247Z [00:02:26.912]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T18:58:50.1656038Z [00:02:26.913]➜  golang.org/x/text/feature/plural
2025-08-20T18:58:50.1660621Z [00:02:26.913]➜  mkdir -p $WORK/b492/
2025-08-20T18:58:50.1661032Z [00:02:26.913]➜  cat >/tmp/go-build693841089/b492/importcfg << 'EOF' # internal
2025-08-20T18:58:50.1661384Z [00:02:26.913]➜  # import config
2025-08-20T18:58:50.1661708Z [00:02:26.913]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.1662243Z [00:02:26.913]➜  packagefile golang.org/x/text/internal/catmsg=/tmp/go-build693841089/b493/_pkg_.a
2025-08-20T18:58:50.1662889Z [00:02:26.913]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build693841089/b497/_pkg_.a
2025-08-20T18:58:50.1663524Z [00:02:26.913]➜  packagefile golang.org/x/text/internal/number=/tmp/go-build693841089/b498/_pkg_.a
2025-08-20T18:58:50.1664093Z [00:02:26.913]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:50.1664798Z [00:02:26.913]➜  packagefile golang.org/x/text/message/catalog=/tmp/go-build693841089/b500/_pkg_.a
2025-08-20T18:58:50.1665392Z [00:02:26.913]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.1665803Z [00:02:26.913]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.1666220Z [00:02:26.913]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:50.1666533Z [00:02:26.913]➜  EOF
2025-08-20T18:58:50.1669095Z [00:02:26.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/feature/plural=>golang.org/x/text@v0.21.0/feature/plural;$WORK/b492=>" -p golang.org/x/text/feature/plural -lang=go1.18 -complete -installsuffix shared -buildid BR_G8yvDmZoTzSNa7pm-/BR_G8yvDmZoTzSNa7pm- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/feature/plural/common.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/feature/plural/message.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/feature/plural/plural.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/feature/plural/tables.go
2025-08-20T18:58:50.1679751Z [00:02:26.915]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/b9/b93bbaf622a23dbb6d0ab20aeea1500121fbfe7de5813cf69617a4b46eace78a-d # internal
2025-08-20T18:58:50.1690068Z [00:02:26.917]➜  github.com/grpc-ecosystem/go-grpc-middleware/auth
2025-08-20T18:58:50.1691427Z [00:02:26.917]➜  mkdir -p $WORK/b505/
2025-08-20T18:58:50.1699320Z [00:02:26.917]➜  cat >/tmp/go-build693841089/b505/importcfg << 'EOF' # internal
2025-08-20T18:58:50.1704911Z [00:02:26.918]➜  # import config
2025-08-20T18:58:50.1705299Z [00:02:26.918]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:50.1705867Z [00:02:26.918]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware=/tmp/go-build693841089/b378/_pkg_.a
2025-08-20T18:58:50.1706609Z [00:02:26.918]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/util/metautils=/tmp/go-build693841089/b506/_pkg_.a
2025-08-20T18:58:50.1707272Z [00:02:26.918]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:50.1707815Z [00:02:26.918]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:50.1708376Z [00:02:26.918]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:50.1708863Z [00:02:26.918]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.1709179Z [00:02:26.918]➜  EOF
2025-08-20T18:58:50.1711881Z [00:02:26.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/auth=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/auth;$WORK/b505=>" -p github.com/grpc-ecosystem/go-grpc-middleware/auth -lang=go1.14 -complete -installsuffix shared -buildid 1C6hesTvZlm87dHM9job/1C6hesTvZlm87dHM9job -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/auth/auth.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/auth/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/auth/metadata.go
2025-08-20T18:58:50.1928687Z [00:02:26.940]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T18:58:50.1952032Z [00:02:26.943]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/c7/c767e22062663202d3bc183e52db29cbf892b016af11d4ebb99dbce41ef14960-d # internal
2025-08-20T18:58:50.1961248Z [00:02:26.944]➜  github.com/pmezard/go-difflib/difflib
2025-08-20T18:58:50.1963015Z [00:02:26.944]➜  mkdir -p $WORK/b510/
2025-08-20T18:58:50.1971815Z [00:02:26.945]➜  cat >/tmp/go-build693841089/b510/importcfg << 'EOF' # internal
2025-08-20T18:58:50.1986814Z [00:02:26.945]➜  # import config
2025-08-20T18:58:50.1987219Z [00:02:26.945]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:50.1987645Z [00:02:26.945]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.1988080Z [00:02:26.945]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.1988470Z [00:02:26.945]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.1988874Z [00:02:26.945]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.1989186Z [00:02:26.945]➜  EOF
2025-08-20T18:58:50.1999651Z [00:02:26.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.0/difflib=>github.com/pmezard/go-difflib@v1.0.0/difflib;$WORK/b510=>" -p github.com/pmezard/go-difflib/difflib -lang=go1.16 -complete -installsuffix shared -buildid 3pketKh8jjT-G2X3DB-Z/3pketKh8jjT-G2X3DB-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.0/difflib/difflib.go
2025-08-20T18:58:50.2176717Z [00:02:26.965]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T18:58:50.2187028Z [00:02:26.966]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/71/712ae0342a06e89d4289dad7dcfebc154154450d758bdaf50ec0cd3ada906fe7-d # internal
2025-08-20T18:58:50.2207497Z [00:02:26.968]➜  golang.org/x/text/message
2025-08-20T18:58:50.2208700Z [00:02:26.968]➜  mkdir -p $WORK/b502/
2025-08-20T18:58:50.2212973Z [00:02:26.969]➜  cat >/tmp/go-build693841089/b502/importcfg << 'EOF' # internal
2025-08-20T18:58:50.2246199Z [00:02:26.969]➜  # import config
2025-08-20T18:58:50.2247784Z [00:02:26.969]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.2248408Z [00:02:26.969]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.2248929Z [00:02:26.969]➜  packagefile golang.org/x/text/feature/plural=/tmp/go-build693841089/b492/_pkg_.a
2025-08-20T18:58:50.2249533Z [00:02:26.969]➜  packagefile golang.org/x/text/internal/format=/tmp/go-build693841089/b503/_pkg_.a
2025-08-20T18:58:50.2250135Z [00:02:26.969]➜  packagefile golang.org/x/text/internal/number=/tmp/go-build693841089/b498/_pkg_.a
2025-08-20T18:58:50.2250723Z [00:02:26.969]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:50.2251296Z [00:02:26.969]➜  packagefile golang.org/x/text/message/catalog=/tmp/go-build693841089/b500/_pkg_.a
2025-08-20T18:58:50.2251782Z [00:02:26.969]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.2252176Z [00:02:26.969]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:50.2252570Z [00:02:26.969]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:50.2252982Z [00:02:26.969]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.2253399Z [00:02:26.969]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:50.2253807Z [00:02:26.969]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.2254238Z [00:02:26.969]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:50.2254571Z [00:02:26.969]➜  EOF
2025-08-20T18:58:50.2257638Z [00:02:26.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/message=>golang.org/x/text@v0.21.0/message;$WORK/b502=>" -p golang.org/x/text/message -lang=go1.18 -complete -installsuffix shared -buildid ySi_f0Ou3WNYHNfYsiUV/ySi_f0Ou3WNYHNfYsiUV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/catalog.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/doc.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/format.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/message.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/message/print.go
2025-08-20T18:58:50.2491553Z [00:02:26.997]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T18:58:50.2546157Z [00:02:27.002]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T18:58:50.2552774Z [00:02:27.003]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/54/5456f21ab865b6b52d710bb2dc864ea611952b57d454168d1f9b7d6aba3c3272-d # internal
2025-08-20T18:58:50.2553762Z [00:02:27.003]➜  net/http/internal/testcert
2025-08-20T18:58:50.2559296Z [00:02:27.003]➜  mkdir -p $WORK/b512/
2025-08-20T18:58:50.2559709Z [00:02:27.003]➜  cat >/tmp/go-build693841089/b512/importcfg << 'EOF' # internal
2025-08-20T18:58:50.2560061Z [00:02:27.003]➜  # import config
2025-08-20T18:58:50.2560400Z [00:02:27.003]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.2560715Z [00:02:27.003]➜  EOF
2025-08-20T18:58:50.2562417Z [00:02:27.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b512=>" -p net/http/internal/testcert -lang=go1.25 -std -complete -installsuffix shared -buildid SpYyhhnbRaynBHayFk8q/SpYyhhnbRaynBHayFk8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T18:58:50.2686568Z [00:02:27.013]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T18:58:50.2688466Z [00:02:27.014]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/08/08ad8c82150ed63fc443672a4ea4c4bc71d94579c6e0210a4df94ae72540ebde-d # internal
2025-08-20T18:58:50.2689029Z [00:02:27.014]➜  net/http/httptest
2025-08-20T18:58:50.2689294Z [00:02:27.014]➜  mkdir -p $WORK/b511/
2025-08-20T18:58:50.2689668Z [00:02:27.014]➜  cat >/tmp/go-build693841089/b511/importcfg << 'EOF' # internal
2025-08-20T18:58:50.2690011Z [00:02:27.014]➜  # import config
2025-08-20T18:58:50.2690770Z [00:02:27.014]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T18:58:50.2691340Z [00:02:27.014]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:50.2691753Z [00:02:27.014]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.2692167Z [00:02:27.014]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:50.2692596Z [00:02:27.014]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:58:50.2693055Z [00:02:27.014]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:58:50.2693480Z [00:02:27.014]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:58:50.2693872Z [00:02:27.014]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.2694391Z [00:02:27.014]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build693841089/b242/_pkg_.a
2025-08-20T18:58:50.2695118Z [00:02:27.014]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.2695518Z [00:02:27.014]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:50.2695910Z [00:02:27.014]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:50.2696318Z [00:02:27.014]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:50.2696811Z [00:02:27.014]➜  packagefile net/http/internal/testcert=/tmp/go-build693841089/b512/_pkg_.a
2025-08-20T18:58:50.2697582Z [00:02:27.014]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:50.2698007Z [00:02:27.014]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:50.2698408Z [00:02:27.014]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:50.2698822Z [00:02:27.014]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.2699226Z [00:02:27.014]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.2699631Z [00:02:27.014]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:50.2699932Z [00:02:27.014]➜  EOF
2025-08-20T18:58:50.2706644Z [00:02:27.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b511=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid LMsbLwpKMm2yDgZkOL2L/LMsbLwpKMm2yDgZkOL2L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/.go/src/net/http/httptest/httptest.go /root/.go/src/net/http/httptest/recorder.go /root/.go/src/net/http/httptest/server.go
2025-08-20T18:58:50.2708466Z [00:02:27.016]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T18:58:50.2709143Z [00:02:27.018]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/09/0960c6408a9a237b4026fa388ca59bfed909835b353930c3c1abfdae5c34aadc-d # internal
2025-08-20T18:58:50.2740863Z [00:02:27.021]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T18:58:50.2743543Z [00:02:27.021]➜  mkdir -p $WORK/b515/
2025-08-20T18:58:50.2783449Z [00:02:27.026]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/8b/8b4b3d7617880ec58712a9553494571d56bd4a61ceceb01dd4acddcdda1f7460-d # internal
2025-08-20T18:58:50.2790520Z [00:02:27.027]➜  cat >/tmp/go-build693841089/b515/importcfg << 'EOF' # internal
2025-08-20T18:58:50.2790936Z [00:02:27.027]➜  # import config
2025-08-20T18:58:50.2791445Z [00:02:27.027]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:50.2792028Z [00:02:27.027]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:50.2792574Z [00:02:27.027]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:50.2792990Z [00:02:27.027]➜  EOF
2025-08-20T18:58:50.2795981Z [00:02:27.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/internal/poly1305=>golang.org/x/crypto@v0.31.0/internal/poly1305;$WORK/b515=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.20 -complete -installsuffix shared -buildid qj885-dRmYHJNHEN7Fe-/qj885-dRmYHJNHEN7Fe- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/internal/poly1305/sum_generic.go
2025-08-20T18:58:50.2813354Z [00:02:27.029]➜  berty.tech/berty/v2/go/pkg/messengertypes
2025-08-20T18:58:50.2815543Z [00:02:27.029]➜  mkdir -p $WORK/b132/
2025-08-20T18:58:50.2829261Z [00:02:27.030]➜  cat >/tmp/go-build693841089/b132/importcfg << 'EOF' # internal
2025-08-20T18:58:50.2831833Z [00:02:27.030]➜  # import config
2025-08-20T18:58:50.2833095Z [00:02:27.030]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:58:50.2833725Z [00:02:27.030]➜  packagefile berty.tech/berty/v2/go/pkg/pushtypes=/tmp/go-build693841089/b133/_pkg_.a
2025-08-20T18:58:50.2834397Z [00:02:27.030]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:58:50.2835077Z [00:02:27.030]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:50.2835526Z [00:02:27.030]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:50.2835955Z [00:02:27.030]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.2836412Z [00:02:27.030]➜  packagefile github.com/gofrs/uuid=/tmp/go-build693841089/b334/_pkg_.a
2025-08-20T18:58:50.2837472Z [00:02:27.030]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:58:50.2838086Z [00:02:27.030]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:58:50.2838733Z [00:02:27.030]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:58:50.2839437Z [00:02:27.030]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:58:50.2840123Z [00:02:27.030]➜  packagefile github.com/srikrsna/protoc-gen-gotag/tagger=/tmp/go-build693841089/b336/_pkg_.a
2025-08-20T18:58:50.2840708Z [00:02:27.030]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:58:50.2841247Z [00:02:27.030]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:50.2841826Z [00:02:27.030]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:58:50.2842416Z [00:02:27.030]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:58:50.2842985Z [00:02:27.030]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:50.2843560Z [00:02:27.030]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:50.2844224Z [00:02:27.030]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:50.2850391Z [00:02:27.030]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:50.2850999Z [00:02:27.030]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.2851410Z [00:02:27.030]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:50.2851829Z [00:02:27.030]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.2852251Z [00:02:27.030]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.2852568Z [00:02:27.030]➜  EOF
2025-08-20T18:58:50.2864438Z [00:02:27.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes=>berty.tech/berty/v2/go/pkg/messengertypes;$WORK/b132=>" -p berty.tech/berty/v2/go/pkg/messengertypes -lang=go1.22 -complete -installsuffix shared -buildid FZnlse6dinFvidyFt1xY/FZnlse6dinFvidyFt1xY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/auth.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/links.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/messengertypes.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/messengertypes.pb.gw.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/messengertypes_grpc.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/post_handler_interface.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/service_post_actions_noop.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/messengertypes/types.go
2025-08-20T18:58:50.3282261Z [00:02:27.076]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T18:58:50.3288211Z [00:02:27.076]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/5c/5ccdc3e41a3742687ed467827567ecccdfcb690d0e8ff1e98e21656600c1bceb-d # internal
2025-08-20T18:58:50.3298299Z [00:02:27.077]➜  golang.org/x/crypto/nacl/secretbox
2025-08-20T18:58:50.3307587Z [00:02:27.078]➜  mkdir -p $WORK/b513/
2025-08-20T18:58:50.3309785Z [00:02:27.078]➜  cat >/tmp/go-build693841089/b513/importcfg << 'EOF' # internal
2025-08-20T18:58:50.3310159Z [00:02:27.078]➜  # import config
2025-08-20T18:58:50.3310610Z [00:02:27.078]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build693841089/b514/_pkg_.a
2025-08-20T18:58:50.3311239Z [00:02:27.078]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build693841089/b515/_pkg_.a
2025-08-20T18:58:50.3311851Z [00:02:27.078]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build693841089/b516/_pkg_.a
2025-08-20T18:58:50.3312554Z [00:02:27.078]➜  EOF
2025-08-20T18:58:50.3314436Z [00:02:27.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/nacl/secretbox=>golang.org/x/crypto@v0.31.0/nacl/secretbox;$WORK/b513=>" -p golang.org/x/crypto/nacl/secretbox -lang=go1.20 -complete -installsuffix shared -buildid L5aMFR_HRkgNCcL3Rr3W/L5aMFR_HRkgNCcL3Rr3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/nacl/secretbox/secretbox.go
2025-08-20T18:58:50.3399701Z [00:02:27.087]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T18:58:50.3415946Z [00:02:27.089]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/dd/dd6e444aa94129203711c19b5a075c177f0cdc2dbc8f34b749224152ac263d9c-d # internal
2025-08-20T18:58:50.3448359Z [00:02:27.092]➜  github.com/stretchr/testify/assert
2025-08-20T18:58:50.3448723Z [00:02:27.092]➜  mkdir -p $WORK/b508/
2025-08-20T18:58:50.3454266Z [00:02:27.092]➜  cat >/tmp/go-build693841089/b508/importcfg << 'EOF' # internal
2025-08-20T18:58:50.3454769Z [00:02:27.093]➜  # import config
2025-08-20T18:58:50.3455172Z [00:02:27.093]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:50.3455587Z [00:02:27.093]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.3456025Z [00:02:27.093]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:50.3456481Z [00:02:27.093]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.3456884Z [00:02:27.093]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.3457378Z [00:02:27.093]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build693841089/b509/_pkg_.a
2025-08-20T18:58:50.3457980Z [00:02:27.093]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build693841089/b510/_pkg_.a
2025-08-20T18:58:50.3458523Z [00:02:27.093]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build693841089/b473/_pkg_.a
2025-08-20T18:58:50.3458974Z [00:02:27.093]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:50.3459386Z [00:02:27.093]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:50.3459840Z [00:02:27.093]➜  packagefile net/http/httptest=/tmp/go-build693841089/b511/_pkg_.a
2025-08-20T18:58:50.3460288Z [00:02:27.093]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:50.3460996Z [00:02:27.093]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:50.3461513Z [00:02:27.093]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.3461938Z [00:02:27.093]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:50.3462352Z [00:02:27.093]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:50.3462789Z [00:02:27.093]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:50.3463264Z [00:02:27.093]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.3463674Z [00:02:27.093]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:50.3464082Z [00:02:27.093]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:50.3464515Z [00:02:27.093]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:50.3465037Z [00:02:27.093]➜  EOF
2025-08-20T18:58:50.3474629Z [00:02:27.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert=>github.com/stretchr/testify@v1.9.0/assert;$WORK/b508=>" -p github.com/stretchr/testify/assert -lang=go1.17 -complete -installsuffix shared -buildid sKHkVWaulxS-3HdTNnXL/sKHkVWaulxS-3HdTNnXL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/assertion_compare.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/assertion_format.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/assertion_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/assertion_order.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/errors.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/forward_assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/assert/http_assertions.go
2025-08-20T18:58:50.3486805Z [00:02:27.094]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T18:58:50.3487191Z [00:02:27.094]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T18:58:50.3487848Z [00:02:27.094]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/f9/f991024e72b8bbee7a8776a60ddaad0bd29f904d43a0e353ce96383ebee58cfb-d # internal
2025-08-20T18:58:50.3488728Z [00:02:27.095]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/37/37b5ddf8855f27903615afaeef8da3fcdfb8837ca420018dafde645536b87a1d-d # internal
2025-08-20T18:58:50.3489310Z [00:02:27.095]➜  berty.tech/berty/v2/go/internal/i18n
2025-08-20T18:58:50.3489603Z [00:02:27.095]➜  mkdir -p $WORK/b491/
2025-08-20T18:58:50.3489893Z [00:02:27.096]➜  gopkg.in/square/go-jose.v2/cipher
2025-08-20T18:58:50.3505295Z [00:02:27.097]➜  mkdir -p $WORK/b518/
2025-08-20T18:58:50.3506023Z [00:02:27.097]➜  cat >/tmp/go-build693841089/b518/importcfg << 'EOF' # internal
2025-08-20T18:58:50.3506399Z [00:02:27.097]➜  # import config
2025-08-20T18:58:50.3507539Z [00:02:27.097]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.3507974Z [00:02:27.097]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:50.3508418Z [00:02:27.097]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:50.3508879Z [00:02:27.097]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:58:50.3509345Z [00:02:27.097]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:50.3509819Z [00:02:27.097]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:58:50.3510270Z [00:02:27.097]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:50.3510726Z [00:02:27.097]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:50.3511183Z [00:02:27.097]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:50.3511909Z [00:02:27.097]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:50.3512438Z [00:02:27.097]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.3512854Z [00:02:27.097]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:50.3513249Z [00:02:27.097]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.3513546Z [00:02:27.098]➜  EOF
2025-08-20T18:58:50.3516289Z [00:02:27.098]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher=>gopkg.in/square/go-jose.v2@v2.6.0/cipher;$WORK/b518=>" -p gopkg.in/square/go-jose.v2/cipher -lang=go1.16 -complete -installsuffix shared -buildid wJS9Jy8ju9fyJ45DgLw9/wJS9Jy8ju9fyJ45DgLw9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/cbc_hmac.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/concat_kdf.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/ecdh_es.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/cipher/key_wrap.go
2025-08-20T18:58:50.3518898Z [00:02:27.098]➜  cat >/tmp/go-build693841089/b491/importcfg << 'EOF' # internal
2025-08-20T18:58:50.3519242Z [00:02:27.098]➜  # import config
2025-08-20T18:58:50.3519599Z [00:02:27.098]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:50.3520020Z [00:02:27.098]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.3520532Z [00:02:27.098]➜  packagefile golang.org/x/text/feature/plural=/tmp/go-build693841089/b492/_pkg_.a
2025-08-20T18:58:50.3521105Z [00:02:27.098]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:50.3521643Z [00:02:27.098]➜  packagefile golang.org/x/text/message=/tmp/go-build693841089/b502/_pkg_.a
2025-08-20T18:58:50.3522213Z [00:02:27.098]➜  packagefile golang.org/x/text/message/catalog=/tmp/go-build693841089/b500/_pkg_.a
2025-08-20T18:58:50.3522718Z [00:02:27.098]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:50.3523157Z [00:02:27.098]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:50.3523597Z [00:02:27.098]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.3523911Z [00:02:27.098]➜  EOF
2025-08-20T18:58:50.3528228Z [00:02:27.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/i18n=>berty.tech/berty/v2/go/internal/i18n;$WORK/b491=>" -p berty.tech/berty/v2/go/internal/i18n -lang=go1.22 -complete -installsuffix shared -buildid BCpA2JR0-boKHhHSEnFf/BCpA2JR0-boKHhHSEnFf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/i18n/catalog.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/i18n/filter.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/i18n/translations_i18next.go
2025-08-20T18:58:50.3862307Z [00:02:27.134]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T18:58:50.3870139Z [00:02:27.134]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/57/57a1557799325d4dbfbc0a9eb701f018645415367c1f2432ff2937bcbd784801-d # internal
2025-08-20T18:58:50.3873248Z [00:02:27.135]➜  gopkg.in/square/go-jose.v2/json
2025-08-20T18:58:50.3873696Z [00:02:27.135]➜  mkdir -p $WORK/b519/
2025-08-20T18:58:50.3879026Z [00:02:27.135]➜  cat >/tmp/go-build693841089/b519/importcfg << 'EOF' # internal
2025-08-20T18:58:50.3879412Z [00:02:27.135]➜  # import config
2025-08-20T18:58:50.3879962Z [00:02:27.135]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.3880508Z [00:02:27.135]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:50.3881071Z [00:02:27.135]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:50.3881621Z [00:02:27.135]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.3882120Z [00:02:27.135]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.3882546Z [00:02:27.135]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.3897626Z [00:02:27.135]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:50.3898543Z [00:02:27.135]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.3899378Z [00:02:27.135]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:50.3899802Z [00:02:27.135]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:50.3900582Z [00:02:27.135]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:50.3901003Z [00:02:27.135]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.3901410Z [00:02:27.135]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.3901820Z [00:02:27.135]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:50.3902257Z [00:02:27.135]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:58:50.3902723Z [00:02:27.135]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:50.3903050Z [00:02:27.135]➜  EOF
2025-08-20T18:58:50.3906149Z [00:02:27.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json=>gopkg.in/square/go-jose.v2@v2.6.0/json;$WORK/b519=>" -p gopkg.in/square/go-jose.v2/json -lang=go1.16 -complete -installsuffix shared -buildid KlAc-kOtCIOqA3rN7PKn/KlAc-kOtCIOqA3rN7PKn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/decode.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/encode.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/indent.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/scanner.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/stream.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/json/tags.go
2025-08-20T18:58:50.3919651Z [00:02:27.139]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T18:58:50.3929659Z [00:02:27.140]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/8c/8c7aee6f93dfe83d9aa7b7741ed7880cd046ddf4e455f6a3a78b7a984f82610b-d # internal
2025-08-20T18:58:50.3938724Z [00:02:27.141]➜  berty.tech/berty/v2/go/localization
2025-08-20T18:58:50.3945966Z [00:02:27.142]➜  mkdir -p $WORK/b504/
2025-08-20T18:58:50.3946399Z [00:02:27.142]➜  cat >/tmp/go-build693841089/b504/importcfg << 'EOF' # internal
2025-08-20T18:58:50.3946744Z [00:02:27.142]➜  # import config
2025-08-20T18:58:50.3947213Z [00:02:27.142]➜  packagefile berty.tech/berty/v2/go/internal/i18n=/tmp/go-build693841089/b491/_pkg_.a
2025-08-20T18:58:50.3947735Z [00:02:27.142]➜  packagefile embed=/tmp/go-build693841089/b107/_pkg_.a
2025-08-20T18:58:50.3948138Z [00:02:27.142]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.3948620Z [00:02:27.142]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:50.3949346Z [00:02:27.142]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.3949734Z [00:02:27.142]➜  EOF
2025-08-20T18:58:50.3966718Z [00:02:27.143]➜  cat >/tmp/go-build693841089/b504/embedcfg << 'EOF' # internal
2025-08-20T18:58:50.3967104Z [00:02:27.143]➜  {
2025-08-20T18:58:50.3967318Z [00:02:27.143]➜  	"Patterns": {
2025-08-20T18:58:50.3967552Z [00:02:27.143]➜  		"locales": [
2025-08-20T18:58:50.3967835Z [00:02:27.143]➜  			"locales/af-ZA/localization.json",
2025-08-20T18:58:50.3968173Z [00:02:27.143]➜  			"locales/ar-SA/localization.json",
2025-08-20T18:58:50.3968525Z [00:02:27.143]➜  			"locales/bg-BG/localization.json",
2025-08-20T18:58:50.3968854Z [00:02:27.143]➜  			"locales/ca-ES/localization.json",
2025-08-20T18:58:50.3969181Z [00:02:27.143]➜  			"locales/cs-CZ/localization.json",
2025-08-20T18:58:50.3969508Z [00:02:27.143]➜  			"locales/da-DK/localization.json",
2025-08-20T18:58:50.3969836Z [00:02:27.143]➜  			"locales/de-DE/localization.json",
2025-08-20T18:58:50.3970162Z [00:02:27.143]➜  			"locales/el-GR/localization.json",
2025-08-20T18:58:50.3970499Z [00:02:27.143]➜  			"locales/en-US/localization.json",
2025-08-20T18:58:50.3970826Z [00:02:27.143]➜  			"locales/es-ES/localization.json",
2025-08-20T18:58:50.3971153Z [00:02:27.143]➜  			"locales/et-EE/localization.json",
2025-08-20T18:58:50.3971478Z [00:02:27.143]➜  			"locales/fa-IR/localization.json",
2025-08-20T18:58:50.3971807Z [00:02:27.143]➜  			"locales/fi-FI/localization.json",
2025-08-20T18:58:50.3972130Z [00:02:27.143]➜  			"locales/fr-FR/localization.json",
2025-08-20T18:58:50.3972791Z [00:02:27.143]➜  			"locales/he-IL/localization.json",
2025-08-20T18:58:50.3973118Z [00:02:27.143]➜  			"locales/hi-IN/localization.json",
2025-08-20T18:58:50.3973445Z [00:02:27.143]➜  			"locales/hu-HU/localization.json",
2025-08-20T18:58:50.3973770Z [00:02:27.143]➜  			"locales/id-ID/localization.json",
2025-08-20T18:58:50.3974097Z [00:02:27.143]➜  			"locales/it-IT/localization.json",
2025-08-20T18:58:50.3974427Z [00:02:27.143]➜  			"locales/ja-JP/localization.json",
2025-08-20T18:58:50.3974987Z [00:02:27.143]➜  			"locales/ka-GE/localization.json",
2025-08-20T18:58:50.3975323Z [00:02:27.143]➜  			"locales/ko-KR/localization.json",
2025-08-20T18:58:50.3975650Z [00:02:27.143]➜  			"locales/my-MM/localization.json",
2025-08-20T18:58:50.3975978Z [00:02:27.143]➜  			"locales/nl-NL/localization.json",
2025-08-20T18:58:50.3976304Z [00:02:27.143]➜  			"locales/no-NO/localization.json",
2025-08-20T18:58:50.3976637Z [00:02:27.143]➜  			"locales/pl-PL/localization.json",
2025-08-20T18:58:50.3976975Z [00:02:27.143]➜  			"locales/pt-BR/localization.json",
2025-08-20T18:58:50.3977300Z [00:02:27.143]➜  			"locales/pt-PT/localization.json",
2025-08-20T18:58:50.3977629Z [00:02:27.143]➜  			"locales/ro-RO/localization.json",
2025-08-20T18:58:50.3977956Z [00:02:27.143]➜  			"locales/ru-RU/localization.json",
2025-08-20T18:58:50.3978283Z [00:02:27.143]➜  			"locales/sl-SI/localization.json",
2025-08-20T18:58:50.3978615Z [00:02:27.143]➜  			"locales/sr-Cyrl/localization.json",
2025-08-20T18:58:50.3978952Z [00:02:27.143]➜  			"locales/sv-SE/localization.json",
2025-08-20T18:58:50.3979282Z [00:02:27.143]➜  			"locales/te-IN/localization.json",
2025-08-20T18:58:50.3979608Z [00:02:27.143]➜  			"locales/tr-TR/localization.json",
2025-08-20T18:58:50.3979939Z [00:02:27.143]➜  			"locales/uk-UA/localization.json",
2025-08-20T18:58:50.3980263Z [00:02:27.143]➜  			"locales/vi-VN/localization.json",
2025-08-20T18:58:50.3980589Z [00:02:27.143]➜  			"locales/zh-CN/localization.json",
2025-08-20T18:58:50.3980923Z [00:02:27.143]➜  			"locales/zh-TW/localization.json"
2025-08-20T18:58:50.3981189Z [00:02:27.143]➜  		]
2025-08-20T18:58:50.3981381Z [00:02:27.143]➜  	},
2025-08-20T18:58:50.3981593Z [00:02:27.143]➜  	"Files": {
2025-08-20T18:58:50.3982154Z [00:02:27.143]➜  		"locales/af-ZA/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/af-ZA/localization.json",
2025-08-20T18:58:50.3983212Z [00:02:27.143]➜  		"locales/ar-SA/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/ar-SA/localization.json",
2025-08-20T18:58:50.3984143Z [00:02:27.143]➜  		"locales/bg-BG/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/bg-BG/localization.json",
2025-08-20T18:58:50.3985425Z [00:02:27.143]➜  		"locales/ca-ES/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/ca-ES/localization.json",
2025-08-20T18:58:50.3986308Z [00:02:27.143]➜  		"locales/cs-CZ/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/cs-CZ/localization.json",
2025-08-20T18:58:50.3987156Z [00:02:27.143]➜  		"locales/da-DK/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/da-DK/localization.json",
2025-08-20T18:58:50.3987986Z [00:02:27.143]➜  		"locales/de-DE/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/de-DE/localization.json",
2025-08-20T18:58:50.3988816Z [00:02:27.143]➜  		"locales/el-GR/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/el-GR/localization.json",
2025-08-20T18:58:50.3989644Z [00:02:27.143]➜  		"locales/en-US/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/en-US/localization.json",
2025-08-20T18:58:50.3990471Z [00:02:27.143]➜  		"locales/es-ES/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/es-ES/localization.json",
2025-08-20T18:58:50.3991301Z [00:02:27.143]➜  		"locales/et-EE/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/et-EE/localization.json",
2025-08-20T18:58:50.3992362Z [00:02:27.143]➜  		"locales/fa-IR/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/fa-IR/localization.json",
2025-08-20T18:58:50.3993192Z [00:02:27.143]➜  		"locales/fi-FI/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/fi-FI/localization.json",
2025-08-20T18:58:50.3994022Z [00:02:27.143]➜  		"locales/fr-FR/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/fr-FR/localization.json",
2025-08-20T18:58:50.3994966Z [00:02:27.143]➜  		"locales/he-IL/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/he-IL/localization.json",
2025-08-20T18:58:50.3995834Z [00:02:27.143]➜  		"locales/hi-IN/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/hi-IN/localization.json",
2025-08-20T18:58:50.3996665Z [00:02:27.143]➜  		"locales/hu-HU/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/hu-HU/localization.json",
2025-08-20T18:58:50.3997493Z [00:02:27.143]➜  		"locales/id-ID/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/id-ID/localization.json",
2025-08-20T18:58:50.3998329Z [00:02:27.143]➜  		"locales/it-IT/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/it-IT/localization.json",
2025-08-20T18:58:50.3999157Z [00:02:27.143]➜  		"locales/ja-JP/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/ja-JP/localization.json",
2025-08-20T18:58:50.3999991Z [00:02:27.143]➜  		"locales/ka-GE/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/ka-GE/localization.json",
2025-08-20T18:58:50.4000820Z [00:02:27.143]➜  		"locales/ko-KR/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/ko-KR/localization.json",
2025-08-20T18:58:50.4001648Z [00:02:27.143]➜  		"locales/my-MM/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/my-MM/localization.json",
2025-08-20T18:58:50.4002476Z [00:02:27.143]➜  		"locales/nl-NL/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/nl-NL/localization.json",
2025-08-20T18:58:50.4003312Z [00:02:27.143]➜  		"locales/no-NO/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/no-NO/localization.json",
2025-08-20T18:58:50.4004144Z [00:02:27.143]➜  		"locales/pl-PL/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/pl-PL/localization.json",
2025-08-20T18:58:50.4005195Z [00:02:27.143]➜  		"locales/pt-BR/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/pt-BR/localization.json",
2025-08-20T18:58:50.4006278Z [00:02:27.143]➜  		"locales/pt-PT/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/pt-PT/localization.json",
2025-08-20T18:58:50.4007183Z [00:02:27.143]➜  		"locales/ro-RO/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/ro-RO/localization.json",
2025-08-20T18:58:50.4008020Z [00:02:27.143]➜  		"locales/ru-RU/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/ru-RU/localization.json",
2025-08-20T18:58:50.4008858Z [00:02:27.143]➜  		"locales/sl-SI/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/sl-SI/localization.json",
2025-08-20T18:58:50.4009707Z [00:02:27.143]➜  		"locales/sr-Cyrl/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/sr-Cyrl/localization.json",
2025-08-20T18:58:50.4010551Z [00:02:27.143]➜  		"locales/sv-SE/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/sv-SE/localization.json",
2025-08-20T18:58:50.4011381Z [00:02:27.143]➜  		"locales/te-IN/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/te-IN/localization.json",
2025-08-20T18:58:50.4012209Z [00:02:27.143]➜  		"locales/tr-TR/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/tr-TR/localization.json",
2025-08-20T18:58:50.4013035Z [00:02:27.143]➜  		"locales/uk-UA/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/uk-UA/localization.json",
2025-08-20T18:58:50.4014072Z [00:02:27.143]➜  		"locales/vi-VN/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/vi-VN/localization.json",
2025-08-20T18:58:50.4015036Z [00:02:27.143]➜  		"locales/zh-CN/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/zh-CN/localization.json",
2025-08-20T18:58:50.4015917Z [00:02:27.143]➜  		"locales/zh-TW/localization.json": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/locales/zh-TW/localization.json"
2025-08-20T18:58:50.4016411Z [00:02:27.143]➜  	}
2025-08-20T18:58:50.4016600Z [00:02:27.143]➜  }EOF
2025-08-20T18:58:50.4018496Z [00:02:27.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization=>berty.tech/berty/v2/go/localization;$WORK/b504=>" -p berty.tech/berty/v2/go/localization -lang=go1.22 -complete -installsuffix shared -buildid 8V1Xyltx1ZyDUQC2Untw/8V1Xyltx1ZyDUQC2Untw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -embedcfg $WORK/b504/embedcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/localization/localization.go
2025-08-20T18:58:50.4154208Z [00:02:27.163]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T18:58:50.4179798Z [00:02:27.165]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/8a/8ac89d35e0733e1ab02a0badd84b460c96c729650190b04d2e6cc1351f8194f9-d # internal
2025-08-20T18:58:50.4180544Z [00:02:27.166]➜  internal/sysinfo
2025-08-20T18:58:50.4180915Z [00:02:27.166]➜  mkdir -p $WORK/b521/
2025-08-20T18:58:50.4181404Z [00:02:27.166]➜  cat >/tmp/go-build693841089/b521/importcfg << 'EOF' # internal
2025-08-20T18:58:50.4181846Z [00:02:27.166]➜  # import config
2025-08-20T18:58:50.4182282Z [00:02:27.166]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:50.4182807Z [00:02:27.166]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.4183341Z [00:02:27.166]➜  packagefile internal/cpu=/tmp/go-build693841089/b014/_pkg_.a
2025-08-20T18:58:50.4183863Z [00:02:27.166]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.4184355Z [00:02:27.166]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:50.4185121Z [00:02:27.166]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.4185642Z [00:02:27.166]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.4186038Z [00:02:27.166]➜  EOF
2025-08-20T18:58:50.4188172Z [00:02:27.166]➜  /root/.go/pkg/tool/linux_arm64/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 ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -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-20T18:58:50.4431876Z [00:02:27.187]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T18:58:50.4432690Z [00:02:27.188]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T18:58:50.4433282Z [00:02:27.188]➜  runtime/trace
2025-08-20T18:58:50.4433531Z [00:02:27.188]➜  mkdir -p $WORK/b522/
2025-08-20T18:58:50.4433899Z [00:02:27.188]➜  cat >/tmp/go-build693841089/b522/importcfg << 'EOF' # internal
2025-08-20T18:58:50.4434246Z [00:02:27.188]➜  # import config
2025-08-20T18:58:50.4434718Z [00:02:27.188]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:50.4435240Z [00:02:27.188]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.4435648Z [00:02:27.188]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.4436112Z [00:02:27.188]➜  packagefile internal/trace/tracev2=/tmp/go-build693841089/b035/_pkg_.a
2025-08-20T18:58:50.4436568Z [00:02:27.188]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.4436969Z [00:02:27.188]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:50.4437803Z [00:02:27.188]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:50.4438209Z [00:02:27.188]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.4438637Z [00:02:27.188]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:50.4439059Z [00:02:27.188]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:50.4439361Z [00:02:27.188]➜  EOF
2025-08-20T18:58:50.4441730Z [00:02:27.188]➜  /root/.go/pkg/tool/linux_arm64/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 XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -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-20T18:58:50.5139124Z [00:02:27.261]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T18:58:50.5156256Z [00:02:27.263]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T18:58:50.5181116Z [00:02:27.266]➜  testing
2025-08-20T18:58:50.5186932Z [00:02:27.266]➜  mkdir -p $WORK/b520/
2025-08-20T18:58:50.5188281Z [00:02:27.266]➜  cat >/tmp/go-build693841089/b520/importcfg << 'EOF' # internal
2025-08-20T18:58:50.5188673Z [00:02:27.266]➜  # import config
2025-08-20T18:58:50.5189016Z [00:02:27.266]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.5189431Z [00:02:27.266]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:50.5189850Z [00:02:27.266]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.5190258Z [00:02:27.266]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:58:50.5190675Z [00:02:27.266]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.5191103Z [00:02:27.266]➜  packagefile internal/race=/tmp/go-build693841089/b032/_pkg_.a
2025-08-20T18:58:50.5191574Z [00:02:27.266]➜  packagefile internal/sysinfo=/tmp/go-build693841089/b521/_pkg_.a
2025-08-20T18:58:50.5192006Z [00:02:27.266]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.5192403Z [00:02:27.266]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:50.5193159Z [00:02:27.266]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:50.5193642Z [00:02:27.266]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:50.5194310Z [00:02:27.266]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:50.5194989Z [00:02:27.266]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.5195527Z [00:02:27.266]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:50.5196100Z [00:02:27.266]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:50.5196674Z [00:02:27.266]➜  packagefile runtime/trace=/tmp/go-build693841089/b522/_pkg_.a
2025-08-20T18:58:50.5197215Z [00:02:27.266]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:50.5197739Z [00:02:27.266]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:50.5198264Z [00:02:27.266]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.5198801Z [00:02:27.266]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.5199339Z [00:02:27.266]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:50.5199869Z [00:02:27.266]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:50.5200392Z [00:02:27.266]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:50.5200938Z [00:02:27.266]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:50.5201649Z [00:02:27.266]➜  EOF
2025-08-20T18:58:50.5204243Z [00:02:27.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b520=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -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-20T18:58:50.6489069Z [00:02:27.396]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T18:58:50.6522846Z [00:02:27.400]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/32/32ae8006c5756bb699991f415305d6b1fec363074fe0a6eef1936fd43c93111e-d # internal
2025-08-20T18:58:50.6572600Z [00:02:27.405]➜  gopkg.in/square/go-jose.v2
2025-08-20T18:58:50.6575500Z [00:02:27.405]➜  mkdir -p $WORK/b517/
2025-08-20T18:58:50.6591021Z [00:02:27.406]➜  cat >/tmp/go-build693841089/b517/importcfg << 'EOF' # internal
2025-08-20T18:58:50.6593003Z [00:02:27.406]➜  # import config
2025-08-20T18:58:50.6593360Z [00:02:27.406]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.6593809Z [00:02:27.406]➜  packagefile compress/flate=/tmp/go-build693841089/b123/_pkg_.a
2025-08-20T18:58:50.6594282Z [00:02:27.406]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:50.6594849Z [00:02:27.406]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:58:50.6595340Z [00:02:27.406]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:58:50.6595800Z [00:02:27.406]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:58:50.6596262Z [00:02:27.406]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:50.6596742Z [00:02:27.406]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:58:50.6597189Z [00:02:27.406]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:50.6597636Z [00:02:27.406]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:58:50.6598081Z [00:02:27.406]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:50.6598534Z [00:02:27.406]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:50.6599310Z [00:02:27.406]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:50.6599842Z [00:02:27.406]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:50.6600296Z [00:02:27.406]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:58:50.6600754Z [00:02:27.406]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:50.6601222Z [00:02:27.406]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:50.6601695Z [00:02:27.406]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:50.6602126Z [00:02:27.406]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.6602528Z [00:02:27.406]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.6603013Z [00:02:27.406]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build693841089/b328/_pkg_.a
2025-08-20T18:58:50.6603570Z [00:02:27.406]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build693841089/b330/_pkg_.a
2025-08-20T18:58:50.6604147Z [00:02:27.406]➜  packagefile gopkg.in/square/go-jose.v2/cipher=/tmp/go-build693841089/b518/_pkg_.a
2025-08-20T18:58:50.6604916Z [00:02:27.406]➜  packagefile gopkg.in/square/go-jose.v2/json=/tmp/go-build693841089/b519/_pkg_.a
2025-08-20T18:58:50.6605466Z [00:02:27.406]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:50.6605862Z [00:02:27.406]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.6606534Z [00:02:27.406]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:50.6606958Z [00:02:27.406]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:50.6607369Z [00:02:27.406]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.6607787Z [00:02:27.406]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.6608202Z [00:02:27.406]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:50.6608519Z [00:02:27.406]➜  EOF
2025-08-20T18:58:50.6612310Z [00:02:27.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0=>gopkg.in/square/go-jose.v2@v2.6.0;$WORK/b517=>" -p gopkg.in/square/go-jose.v2 -lang=go1.16 -complete -installsuffix shared -buildid SUPnGaX3ojX6KvovISh3/SUPnGaX3ojX6KvovISh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/asymmetric.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/crypter.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/doc.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/encoding.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwe.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jwk.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/jws.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/opaque.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/shared.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/signing.go /root/go/pkg/mod/gopkg.in/square/go-jose.v2@v2.6.0/symmetric.go
2025-08-20T18:58:50.7017002Z [00:02:27.449]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T18:58:50.7105970Z [00:02:27.458]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/f8/f8dda86ca4ea084350fd41b22aa36f63c948938e2e1f812a900ef36a330b1a34-d # internal
2025-08-20T18:58:50.7139892Z [00:02:27.461]➜  github.com/stretchr/testify/require
2025-08-20T18:58:50.7140992Z [00:02:27.462]➜  mkdir -p $WORK/b507/
2025-08-20T18:58:50.7143511Z [00:02:27.462]➜  cat >/tmp/go-build693841089/b507/importcfg << 'EOF' # internal
2025-08-20T18:58:50.7145884Z [00:02:27.462]➜  # import config
2025-08-20T18:58:50.7146398Z [00:02:27.462]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build693841089/b508/_pkg_.a
2025-08-20T18:58:50.7146928Z [00:02:27.462]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:50.7147693Z [00:02:27.462]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:50.7148200Z [00:02:27.462]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:50.7148509Z [00:02:27.462]➜  EOF
2025-08-20T18:58:50.7151547Z [00:02:27.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/require=>github.com/stretchr/testify@v1.9.0/require;$WORK/b507=>" -p github.com/stretchr/testify/require -lang=go1.17 -complete -installsuffix shared -buildid ejZzrut5cjtonw3Cskxg/ejZzrut5cjtonw3Cskxg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/require/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/require/forward_requirements.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/require/require.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/require/require_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.9.0/require/requirements.go
2025-08-20T18:58:50.9308437Z [00:02:27.678]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T18:58:50.9355082Z [00:02:27.683]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/de/de96f608d99bbab565fb85d2bdecc972e744703eb1fca153320f0bd44630afaa-d # internal
2025-08-20T18:58:50.9355738Z [00:02:27.683]➜  encoding/xml
2025-08-20T18:58:50.9362000Z [00:02:27.684]➜  mkdir -p $WORK/b527/
2025-08-20T18:58:50.9372001Z [00:02:27.685]➜  cat >/tmp/go-build693841089/b527/importcfg << 'EOF' # internal
2025-08-20T18:58:50.9373103Z [00:02:27.685]➜  # import config
2025-08-20T18:58:50.9373750Z [00:02:27.685]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:50.9374539Z [00:02:27.685]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:50.9375690Z [00:02:27.685]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:50.9376204Z [00:02:27.685]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:50.9376651Z [00:02:27.685]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:50.9377049Z [00:02:27.685]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:50.9377461Z [00:02:27.685]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:50.9377882Z [00:02:27.685]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:50.9378296Z [00:02:27.685]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:50.9378711Z [00:02:27.685]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:50.9379136Z [00:02:27.685]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:50.9379549Z [00:02:27.685]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:50.9379988Z [00:02:27.685]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:50.9380316Z [00:02:27.685]➜  EOF
2025-08-20T18:58:50.9382157Z [00:02:27.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b527=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/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-20T18:58:50.9882222Z [00:02:27.736]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T18:58:51.0008591Z [00:02:27.748]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T18:58:51.0009445Z [00:02:27.748]➜  archive/tar
2025-08-20T18:58:51.0009865Z [00:02:27.748]➜  mkdir -p $WORK/b529/
2025-08-20T18:58:51.0017903Z [00:02:27.749]➜  cat >/tmp/go-build693841089/b529/importcfg << 'EOF' # internal
2025-08-20T18:58:51.0018307Z [00:02:27.749]➜  # import config
2025-08-20T18:58:51.0018996Z [00:02:27.749]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.0019480Z [00:02:27.749]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.0019894Z [00:02:27.749]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.0020332Z [00:02:27.749]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:51.0020767Z [00:02:27.749]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.0021169Z [00:02:27.749]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:51.0021594Z [00:02:27.749]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:58:51.0021998Z [00:02:27.749]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:51.0022408Z [00:02:27.749]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:58:51.0022818Z [00:02:27.749]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:51.0023293Z [00:02:27.749]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:51.0023737Z [00:02:27.749]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.0024153Z [00:02:27.749]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:51.0024568Z [00:02:27.749]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:51.0025259Z [00:02:27.749]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:51.0025682Z [00:02:27.749]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.0026431Z [00:02:27.749]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.0026840Z [00:02:27.749]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:51.0027247Z [00:02:27.749]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.0027548Z [00:02:27.749]➜  EOF
2025-08-20T18:58:51.0029787Z [00:02:27.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b529=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid EM5DJxBl7-88PhKiO7u2/EM5DJxBl7-88PhKiO7u2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/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-20T18:58:51.0181092Z [00:02:27.765]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T18:58:51.0207188Z [00:02:27.768]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/25/2580851ea5cd61aa2a3136a2f9d835a9b3eb0ec95fe76ea4aa0a8fd4fdace792-d # internal
2025-08-20T18:58:51.0215559Z [00:02:27.768]➜  github.com/crackcomm/go-gitignore
2025-08-20T18:58:51.0215931Z [00:02:27.768]➜  mkdir -p $WORK/b530/
2025-08-20T18:58:51.0216316Z [00:02:27.768]➜  cat >/tmp/go-build693841089/b530/importcfg << 'EOF' # internal
2025-08-20T18:58:51.0216709Z [00:02:27.768]➜  # import config
2025-08-20T18:58:51.0217059Z [00:02:27.768]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:51.0217471Z [00:02:27.768]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:51.0217875Z [00:02:27.768]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:51.0218294Z [00:02:27.768]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.0218626Z [00:02:27.768]➜  EOF
2025-08-20T18:58:51.0221057Z [00:02:27.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/crackcomm/go-gitignore@v0.0.0-20231225121904-e25f5bc08668=>github.com/crackcomm/go-gitignore@v0.0.0-20231225121904-e25f5bc08668;$WORK/b530=>" -p github.com/crackcomm/go-gitignore -lang=go1.16 -complete -installsuffix shared -buildid Ggwq_GaWnfpnJw1PCzK5/Ggwq_GaWnfpnJw1PCzK5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/github.com/crackcomm/go-gitignore@v0.0.0-20231225121904-e25f5bc08668/ignore.go
2025-08-20T18:58:51.0572699Z [00:02:27.804]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T18:58:51.0578409Z [00:02:27.805]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/a4/a4a023074e548daba07a64814b27d7125afc9d6ac32a4807493b0322cd77cab1-d # internal
2025-08-20T18:58:51.0589689Z [00:02:27.806]➜  github.com/ipfs/go-log/tracer/wire
2025-08-20T18:58:51.0592560Z [00:02:27.806]➜  mkdir -p $WORK/b533/
2025-08-20T18:58:51.0595193Z [00:02:27.807]➜  cat >/tmp/go-build693841089/b533/importcfg << 'EOF' # internal
2025-08-20T18:58:51.0595564Z [00:02:27.807]➜  # import config
2025-08-20T18:58:51.0595938Z [00:02:27.807]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:51.0596377Z [00:02:27.807]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.0596880Z [00:02:27.807]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:51.0597379Z [00:02:27.807]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.0597778Z [00:02:27.807]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:51.0598202Z [00:02:27.807]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:51.0598523Z [00:02:27.807]➜  EOF
2025-08-20T18:58:51.0600868Z [00:02:27.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/wire=>github.com/ipfs/go-log@v1.0.5/tracer/wire;$WORK/b533=>" -p github.com/ipfs/go-log/tracer/wire -lang=go1.12 -complete -installsuffix shared -buildid fHxY7h-5YRegdgNgCWor/fHxY7h-5YRegdgNgCWor -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/wire/carrier.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/wire/gen.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/wire/wire.pb.go
2025-08-20T18:58:51.1275078Z [00:02:27.875]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T18:58:51.1285150Z [00:02:27.876]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/3d/3db8f532a73de8fc67f9f66c019a332b88de58e6e473d6e38efbc50298532d51-d # internal
2025-08-20T18:58:51.1293849Z [00:02:27.877]➜  github.com/ipfs/go-log/writer
2025-08-20T18:58:51.1294955Z [00:02:27.877]➜  mkdir -p $WORK/b534/
2025-08-20T18:58:51.1299623Z [00:02:27.877]➜  cat >/tmp/go-build693841089/b534/importcfg << 'EOF' # internal
2025-08-20T18:58:51.1300511Z [00:02:27.877]➜  # import config
2025-08-20T18:58:51.1300849Z [00:02:27.877]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.1301249Z [00:02:27.877]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.1301652Z [00:02:27.877]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.1302089Z [00:02:27.877]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:51.1302417Z [00:02:27.877]➜  EOF
2025-08-20T18:58:51.1304424Z [00:02:27.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/writer=>github.com/ipfs/go-log@v1.0.5/writer;$WORK/b534=>" -p github.com/ipfs/go-log/writer -lang=go1.12 -complete -installsuffix shared -buildid L5N85z44j57qrdc0sWhm/L5N85z44j57qrdc0sWhm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/writer/option.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/writer/writer.go
2025-08-20T18:58:51.1712358Z [00:02:27.918]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T18:58:51.1718924Z [00:02:27.919]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/78/789268dece27ac1302b96e6ac8fd45958f0dda8791790760cd38161e89333951-d # internal
2025-08-20T18:58:51.1720695Z [00:02:27.919]➜  github.com/opentracing/opentracing-go/log
2025-08-20T18:58:51.1721039Z [00:02:27.919]➜  mkdir -p $WORK/b536/
2025-08-20T18:58:51.1722962Z [00:02:27.920]➜  cat >/tmp/go-build693841089/b536/importcfg << 'EOF' # internal
2025-08-20T18:58:51.1723918Z [00:02:27.920]➜  # import config
2025-08-20T18:58:51.1725057Z [00:02:27.920]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.1725547Z [00:02:27.920]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:51.1725979Z [00:02:27.920]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.1726300Z [00:02:27.920]➜  EOF
2025-08-20T18:58:51.1731129Z [00:02:27.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_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/b536=>" -p github.com/opentracing/opentracing-go/log -lang=go1.14 -complete -installsuffix shared -buildid xXka4u6yFQFT5c2fCUja/xXka4u6yFQFT5c2fCUja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/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-20T18:58:51.2397329Z [00:02:27.986]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T18:58:51.2398595Z [00:02:27.987]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/d6/d630d0d1ffbc82cda49c75be61f7549cf9bce75aaa4b0ee1776b57f8ec9896a5-d # internal
2025-08-20T18:58:51.2399225Z [00:02:27.987]➜  github.com/opentracing/opentracing-go
2025-08-20T18:58:51.2400129Z [00:02:27.987]➜  mkdir -p $WORK/b535/
2025-08-20T18:58:51.2402598Z [00:02:27.988]➜  cat >/tmp/go-build693841089/b535/importcfg << 'EOF' # internal
2025-08-20T18:58:51.2402971Z [00:02:27.988]➜  # import config
2025-08-20T18:58:51.2403323Z [00:02:27.988]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.2403744Z [00:02:27.988]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.2404306Z [00:02:27.988]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build693841089/b536/_pkg_.a
2025-08-20T18:58:51.2405128Z [00:02:27.988]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:51.2405565Z [00:02:27.988]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.2405872Z [00:02:27.988]➜  EOF
2025-08-20T18:58:51.2416816Z [00:02:27.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0=>github.com/opentracing/opentracing-go@v1.2.0;$WORK/b535=>" -p github.com/opentracing/opentracing-go -lang=go1.14 -complete -installsuffix shared -buildid uAtCbFYFR4ESogc2NTYm/uAtCbFYFR4ESogc2NTYm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/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-20T18:58:51.3046395Z [00:02:28.052]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T18:58:51.3208737Z [00:02:28.068]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/4a/4aa09d7341171df1e6a3f2317bbe5d1a15386137ce3e20b02c1feea598fe9504-d # internal
2025-08-20T18:58:51.3209479Z [00:02:28.068]➜  github.com/opentracing/opentracing-go/ext
2025-08-20T18:58:51.3209853Z [00:02:28.068]➜  mkdir -p $WORK/b537/
2025-08-20T18:58:51.3212347Z [00:02:28.069]➜  cat >/tmp/go-build693841089/b537/importcfg << 'EOF' # internal
2025-08-20T18:58:51.3213187Z [00:02:28.069]➜  # import config
2025-08-20T18:58:51.3214156Z [00:02:28.069]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build693841089/b535/_pkg_.a
2025-08-20T18:58:51.3215470Z [00:02:28.069]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build693841089/b536/_pkg_.a
2025-08-20T18:58:51.3216279Z [00:02:28.069]➜  EOF
2025-08-20T18:58:51.3218602Z [00:02:28.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext=>github.com/opentracing/opentracing-go@v1.2.0/ext;$WORK/b537=>" -p github.com/opentracing/opentracing-go/ext -lang=go1.14 -complete -installsuffix shared -buildid 8WP4uyc0OXHOSbIVi9wr/8WP4uyc0OXHOSbIVi9wr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext/field.go /root/go/pkg/mod/github.com/opentracing/opentracing-go@v1.2.0/ext/tags.go
2025-08-20T18:58:51.3342823Z [00:02:28.082]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T18:58:51.3420703Z [00:02:28.089]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T18:58:51.3428917Z [00:02:28.090]➜  log/slog/internal/buffer
2025-08-20T18:58:51.3429753Z [00:02:28.090]➜  mkdir -p $WORK/b547/
2025-08-20T18:58:51.3450589Z [00:02:28.093]➜  cat >/tmp/go-build693841089/b547/importcfg << 'EOF' # internal
2025-08-20T18:58:51.3451405Z [00:02:28.093]➜  # import config
2025-08-20T18:58:51.3452281Z [00:02:28.093]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.3452640Z [00:02:28.093]➜  EOF
2025-08-20T18:58:51.3454279Z [00:02:28.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b547=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid xzxUO5vP-XvNEJOhwgu0/xzxUO5vP-XvNEJOhwgu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T18:58:51.3537541Z [00:02:28.101]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T18:58:51.3544906Z [00:02:28.102]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/0a/0a76f1088c6481d780c9d22a946611e267c22658113dc91ce89728e8d97495d3-d # internal
2025-08-20T18:58:51.3575766Z [00:02:28.105]➜  github.com/ipfs/go-log/tracer
2025-08-20T18:58:51.3576181Z [00:02:28.105]➜  mkdir -p $WORK/b532/
2025-08-20T18:58:51.3581932Z [00:02:28.106]➜  cat >/tmp/go-build693841089/b532/importcfg << 'EOF' # internal
2025-08-20T18:58:51.3582334Z [00:02:28.106]➜  # import config
2025-08-20T18:58:51.3582674Z [00:02:28.106]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.3583162Z [00:02:28.106]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:51.3583641Z [00:02:28.106]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:51.3584108Z [00:02:28.106]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.3584534Z [00:02:28.106]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.3585538Z [00:02:28.106]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:51.3586138Z [00:02:28.106]➜  packagefile github.com/ipfs/go-log/tracer/wire=/tmp/go-build693841089/b533/_pkg_.a
2025-08-20T18:58:51.3586718Z [00:02:28.106]➜  packagefile github.com/ipfs/go-log/writer=/tmp/go-build693841089/b534/_pkg_.a
2025-08-20T18:58:51.3587321Z [00:02:28.106]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build693841089/b535/_pkg_.a
2025-08-20T18:58:51.3587972Z [00:02:28.106]➜  packagefile github.com/opentracing/opentracing-go/ext=/tmp/go-build693841089/b537/_pkg_.a
2025-08-20T18:58:51.3588644Z [00:02:28.106]➜  packagefile github.com/opentracing/opentracing-go/log=/tmp/go-build693841089/b536/_pkg_.a
2025-08-20T18:58:51.3589157Z [00:02:28.106]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.3589573Z [00:02:28.106]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:51.3589980Z [00:02:28.106]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:51.3590719Z [00:02:28.106]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:51.3591221Z [00:02:28.106]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:51.3591644Z [00:02:28.106]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.3592058Z [00:02:28.106]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.3592464Z [00:02:28.106]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.3592782Z [00:02:28.106]➜  EOF
2025-08-20T18:58:51.3596862Z [00:02:28.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer=>github.com/ipfs/go-log@v1.0.5/tracer;$WORK/b532=>" -p github.com/ipfs/go-log/tracer -lang=go1.12 -complete -installsuffix shared -buildid 9GmT79yZPqESbb9432RR/9GmT79yZPqESbb9432RR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/context.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/debug.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/event.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/propagation.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/propagation_ot.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/raw.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/recorder.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/span.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/tracer.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/tracer/util.go
2025-08-20T18:58:51.3751226Z [00:02:28.123]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T18:58:51.3768678Z [00:02:28.124]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T18:58:51.3774009Z [00:02:28.125]➜  log/slog
2025-08-20T18:58:51.3779787Z [00:02:28.125]➜  mkdir -p $WORK/b545/
2025-08-20T18:58:51.3799181Z [00:02:28.127]➜  cat >/tmp/go-build693841089/b545/importcfg << 'EOF' # internal
2025-08-20T18:58:51.3799602Z [00:02:28.127]➜  # import config
2025-08-20T18:58:51.3799948Z [00:02:28.127]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.3800370Z [00:02:28.127]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.3800793Z [00:02:28.127]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:51.3801239Z [00:02:28.127]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.3801706Z [00:02:28.127]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.3802109Z [00:02:28.127]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.3802499Z [00:02:28.127]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.3802889Z [00:02:28.127]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:51.3803316Z [00:02:28.127]➜  packagefile log/internal=/tmp/go-build693841089/b083/_pkg_.a
2025-08-20T18:58:51.3803801Z [00:02:28.127]➜  packagefile log/slog/internal=/tmp/go-build693841089/b546/_pkg_.a
2025-08-20T18:58:51.3804322Z [00:02:28.127]➜  packagefile log/slog/internal/buffer=/tmp/go-build693841089/b547/_pkg_.a
2025-08-20T18:58:51.3804989Z [00:02:28.127]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:51.3805406Z [00:02:28.127]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.3805823Z [00:02:28.127]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:51.3806251Z [00:02:28.127]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:51.3806662Z [00:02:28.127]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:51.3807074Z [00:02:28.127]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.3807480Z [00:02:28.127]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.3807901Z [00:02:28.127]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:51.3808722Z [00:02:28.127]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.3809207Z [00:02:28.127]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:51.3809646Z [00:02:28.127]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:51.3809974Z [00:02:28.127]➜  EOF
2025-08-20T18:58:51.3812297Z [00:02:28.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b545=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/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-20T18:58:51.3873861Z [00:02:28.135]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T18:58:51.3972174Z [00:02:28.145]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/05/058ea3c7047caad970aad970dfdd1d46f880c6c61ff65fb07b495c1f6d602d5b-d # internal
2025-08-20T18:58:51.4010931Z [00:02:28.149]➜  github.com/ipfs/boxo/files
2025-08-20T18:58:51.4011281Z [00:02:28.149]➜  mkdir -p $WORK/b528/
2025-08-20T18:58:51.4020109Z [00:02:28.149]➜  cat >/tmp/go-build693841089/b528/importcfg << 'EOF' # internal
2025-08-20T18:58:51.4021330Z [00:02:28.149]➜  # import config
2025-08-20T18:58:51.4022108Z [00:02:28.149]➜  packagefile archive/tar=/tmp/go-build693841089/b529/_pkg_.a
2025-08-20T18:58:51.4022605Z [00:02:28.149]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.4023028Z [00:02:28.149]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.4023437Z [00:02:28.149]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.4023963Z [00:02:28.149]➜  packagefile github.com/crackcomm/go-gitignore=/tmp/go-build693841089/b530/_pkg_.a
2025-08-20T18:58:51.4024450Z [00:02:28.149]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.4025053Z [00:02:28.149]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:51.4025460Z [00:02:28.149]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:51.4025927Z [00:02:28.149]➜  packagefile mime/multipart=/tmp/go-build693841089/b251/_pkg_.a
2025-08-20T18:58:51.4026390Z [00:02:28.149]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:51.4026834Z [00:02:28.149]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:51.4027272Z [00:02:28.149]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:51.4027669Z [00:02:28.149]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:51.4028065Z [00:02:28.149]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:51.4028517Z [00:02:28.149]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:51.4028950Z [00:02:28.149]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:51.4029359Z [00:02:28.149]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.4029767Z [00:02:28.149]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.4030176Z [00:02:28.149]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:51.4030596Z [00:02:28.149]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.4030901Z [00:02:28.149]➜  EOF
2025-08-20T18:58:51.4036467Z [00:02:28.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files=>github.com/ipfs/boxo@v0.20.0/files;$WORK/b528=>" -p github.com/ipfs/boxo/files -lang=go1.21 -complete -installsuffix shared -buildid 1ws4CfgHKB3cyC8ZNvwN/1ws4CfgHKB3cyC8ZNvwN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/filewriter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/filewriter_unix.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/filter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/is_hidden.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/linkfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/multifilereader.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/multipartfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/readerfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/serialfile.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/slicedirectory.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/tarwriter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/util.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/walk.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/files/webfile.go
2025-08-20T18:58:51.4610784Z [00:02:28.208]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T18:58:51.4636125Z [00:02:28.211]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/26/262929ed70da30fc9fc64ca42245fec44b2e0def576eee28317bf274099af6c1-d # internal
2025-08-20T18:58:51.4692680Z [00:02:28.217]➜  github.com/ipfs/go-log
2025-08-20T18:58:51.4693205Z [00:02:28.217]➜  mkdir -p $WORK/b531/
2025-08-20T18:58:51.4698356Z [00:02:28.217]➜  cat >/tmp/go-build693841089/b531/importcfg << 'EOF' # internal
2025-08-20T18:58:51.4699147Z [00:02:28.217]➜  # import config
2025-08-20T18:58:51.4699493Z [00:02:28.217]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.4699910Z [00:02:28.217]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.4700352Z [00:02:28.217]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.4700788Z [00:02:28.217]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.4701294Z [00:02:28.217]➜  packagefile github.com/ipfs/go-log/tracer=/tmp/go-build693841089/b532/_pkg_.a
2025-08-20T18:58:51.4701846Z [00:02:28.217]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:51.4702392Z [00:02:28.217]➜  packagefile github.com/ipfs/go-log/writer=/tmp/go-build693841089/b534/_pkg_.a
2025-08-20T18:58:51.4703257Z [00:02:28.217]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build693841089/b535/_pkg_.a
2025-08-20T18:58:51.4704025Z [00:02:28.217]➜  packagefile github.com/opentracing/opentracing-go/ext=/tmp/go-build693841089/b537/_pkg_.a
2025-08-20T18:58:51.4704783Z [00:02:28.217]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:51.4705351Z [00:02:28.217]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:51.4705833Z [00:02:28.217]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:51.4706337Z [00:02:28.217]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.4706902Z [00:02:28.217]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:51.4707433Z [00:02:28.217]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.4707855Z [00:02:28.217]➜  EOF
2025-08-20T18:58:51.4710974Z [00:02:28.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5=>github.com/ipfs/go-log@v1.0.5;$WORK/b531=>" -p github.com/ipfs/go-log -lang=go1.12 -complete -installsuffix shared -buildid hgvDLc90uvcHsuTz02sH/hgvDLc90uvcHsuTz02sH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/context.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/entry.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/levels.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/log.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/loggable.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/metadata.go /root/go/pkg/mod/github.com/ipfs/go-log@v1.0.5/oldlog.go
2025-08-20T18:58:51.5842882Z [00:02:28.332]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T18:58:51.5894482Z [00:02:28.336]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/1e/1ec8908699e92ec1d8cf6e9d2c23a271aa28e8bc30a3afb16df58629ac98534a-d # internal
2025-08-20T18:58:51.5895278Z [00:02:28.336]➜  go.opentelemetry.io/otel/internal/attribute
2025-08-20T18:58:51.5895610Z [00:02:28.336]➜  mkdir -p $WORK/b553/
2025-08-20T18:58:51.5896027Z [00:02:28.336]➜  cat >/tmp/go-build693841089/b553/importcfg << 'EOF' # internal
2025-08-20T18:58:51.5896369Z [00:02:28.337]➜  # import config
2025-08-20T18:58:51.5896707Z [00:02:28.337]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.5897023Z [00:02:28.337]➜  EOF
2025-08-20T18:58:51.5899071Z [00:02:28.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/attribute=>go.opentelemetry.io/otel@v1.29.0/internal/attribute;$WORK/b553=>" -p go.opentelemetry.io/otel/internal/attribute -lang=go1.21 -complete -installsuffix shared -buildid ElRwUNCpSzl5f9dpfP-N/ElRwUNCpSzl5f9dpfP-N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/attribute/attribute.go
2025-08-20T18:58:51.6182473Z [00:02:28.365]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T18:58:51.6206055Z [00:02:28.368]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/f7/f7d1670f3a56f609e47246992dd62422b697f7678b518859e7a69144e5233086-d # internal
2025-08-20T18:58:51.6215672Z [00:02:28.369]➜  github.com/ipfs/go-ipfs-cmds
2025-08-20T18:58:51.6220831Z [00:02:28.370]➜  mkdir -p $WORK/b526/
2025-08-20T18:58:51.6232021Z [00:02:28.371]➜  cat >/tmp/go-build693841089/b526/importcfg << 'EOF' # internal
2025-08-20T18:58:51.6232551Z [00:02:28.371]➜  # import config
2025-08-20T18:58:51.6235436Z [00:02:28.371]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:51.6236056Z [00:02:28.371]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.6237510Z [00:02:28.371]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.6238273Z [00:02:28.371]➜  packagefile encoding/xml=/tmp/go-build693841089/b527/_pkg_.a
2025-08-20T18:58:51.6239375Z [00:02:28.371]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.6240083Z [00:02:28.371]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.6240755Z [00:02:28.371]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:58:51.6241482Z [00:02:28.371]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:51.6242186Z [00:02:28.371]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.6244729Z [00:02:28.371]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.6245741Z [00:02:28.371]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:51.6246735Z [00:02:28.371]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.6247536Z [00:02:28.371]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.6248204Z [00:02:28.371]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.6248727Z [00:02:28.371]➜  EOF
2025-08-20T18:58:51.6249161Z [00:02:28.372]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T18:58:51.6254492Z [00:02:28.373]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T18:58:51.6260126Z [00:02:28.374]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/0c/0c2d0c93b745ee8cd92a3a440360142f736c9862e2aa94652ee7d8d456996e1f-d # internal
2025-08-20T18:58:51.6261703Z [00:02:28.374]➜  go.opentelemetry.io/otel/attribute
2025-08-20T18:58:51.6262238Z [00:02:28.374]➜  mkdir -p $WORK/b551/
2025-08-20T18:58:51.6284996Z [00:02:28.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0=>github.com/ipfs/go-ipfs-cmds@v0.11.0;$WORK/b526=>" -p github.com/ipfs/go-ipfs-cmds -lang=go1.21 -complete -installsuffix shared -buildid xKO-cVQmsYTyUnp6vm-R/xKO-cVQmsYTyUnp6vm-R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/argument.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/arguments.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/chan.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/channelmarshaler.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/command.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/doc.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/encoding.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/error.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/executor.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/flushfwd.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/helptext.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/option.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/opts.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/reqlog.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/request.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/response.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/responseemitter.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/writer.go
2025-08-20T18:58:51.6303642Z [00:02:28.375]➜  cat >/tmp/go-build693841089/b551/importcfg << 'EOF' # internal
2025-08-20T18:58:51.6304004Z [00:02:28.375]➜  # import config
2025-08-20T18:58:51.6304343Z [00:02:28.375]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.6304869Z [00:02:28.376]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:51.6305312Z [00:02:28.376]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.6305739Z [00:02:28.376]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.6306245Z [00:02:28.376]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build693841089/b552/_pkg_.a
2025-08-20T18:58:51.6306883Z [00:02:28.376]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build693841089/b553/_pkg_.a
2025-08-20T18:58:51.6307417Z [00:02:28.376]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.6307829Z [00:02:28.376]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:51.6308249Z [00:02:28.376]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:51.6308657Z [00:02:28.376]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:51.6309066Z [00:02:28.376]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.6309486Z [00:02:28.376]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:51.6309817Z [00:02:28.376]➜  EOF
2025-08-20T18:58:51.6313898Z [00:02:28.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute=>go.opentelemetry.io/otel@v1.29.0/attribute;$WORK/b551=>" -p go.opentelemetry.io/otel/attribute -lang=go1.21 -complete -installsuffix shared -buildid YIiBokGk52Rs-k3FZBkY/YIiBokGk52Rs-k3FZBkY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/attribute/value.go
2025-08-20T18:58:51.6319278Z [00:02:28.376]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T18:58:51.6321787Z [00:02:28.380]➜  github.com/go-logr/logr
2025-08-20T18:58:51.6325763Z [00:02:28.380]➜  mkdir -p $WORK/b544/
2025-08-20T18:58:51.6326147Z [00:02:28.380]➜  cat >/tmp/go-build693841089/b544/importcfg << 'EOF' # internal
2025-08-20T18:58:51.6326482Z [00:02:28.380]➜  # import config
2025-08-20T18:58:51.6326814Z [00:02:28.380]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.6327566Z [00:02:28.380]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.6327975Z [00:02:28.380]➜  packagefile log/slog=/tmp/go-build693841089/b545/_pkg_.a
2025-08-20T18:58:51.6328412Z [00:02:28.380]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:51.6328818Z [00:02:28.380]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.6329118Z [00:02:28.380]➜  EOF
2025-08-20T18:58:51.6332053Z [00:02:28.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2=>github.com/go-logr/logr@v1.4.2;$WORK/b544=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid OGzgvojtl2frOanN6t3E/OGzgvojtl2frOanN6t3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context_slog.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/discard.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/logr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/sloghandler.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogsink.go
2025-08-20T18:58:51.7008318Z [00:02:28.447]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T18:58:51.7018688Z [00:02:28.449]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/a0/a08a8b18e4c4e7b7e5bf3da1f0944749c65a71369d788cd53ec4c8701941472d-d # internal
2025-08-20T18:58:51.7021098Z [00:02:28.449]➜  github.com/go-logr/logr/funcr
2025-08-20T18:58:51.7021405Z [00:02:28.449]➜  mkdir -p $WORK/b550/
2025-08-20T18:58:51.7021776Z [00:02:28.449]➜  cat >/tmp/go-build693841089/b550/importcfg << 'EOF' # internal
2025-08-20T18:58:51.7022114Z [00:02:28.449]➜  # import config
2025-08-20T18:58:51.7022451Z [00:02:28.449]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.7022893Z [00:02:28.449]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.7023314Z [00:02:28.449]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:51.7023762Z [00:02:28.449]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.7024188Z [00:02:28.449]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.7024804Z [00:02:28.449]➜  packagefile github.com/go-logr/logr=/tmp/go-build693841089/b544/_pkg_.a
2025-08-20T18:58:51.7025651Z [00:02:28.449]➜  packagefile log/slog=/tmp/go-build693841089/b545/_pkg_.a
2025-08-20T18:58:51.7026177Z [00:02:28.449]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:51.7026620Z [00:02:28.449]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:51.7027040Z [00:02:28.449]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:51.7027453Z [00:02:28.449]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:51.7027881Z [00:02:28.449]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.7028286Z [00:02:28.449]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.7028586Z [00:02:28.449]➜  EOF
2025-08-20T18:58:51.7030598Z [00:02:28.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr=>github.com/go-logr/logr@v1.4.2/funcr;$WORK/b550=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid jIOHO7WMfLDpgIHySrxU/jIOHO7WMfLDpgIHySrxU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr/funcr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr/slogsink.go
2025-08-20T18:58:51.7512625Z [00:02:28.499]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T18:58:51.7537637Z [00:02:28.501]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/28/28ad609236bc91836029dfc6195292600488bcfe618d2afc1ada50028d264c9d-d # internal
2025-08-20T18:58:51.7545434Z [00:02:28.502]➜  go.opentelemetry.io/otel/codes
2025-08-20T18:58:51.7552346Z [00:02:28.503]➜  mkdir -p $WORK/b554/
2025-08-20T18:58:51.7562427Z [00:02:28.504]➜  cat >/tmp/go-build693841089/b554/importcfg << 'EOF' # internal
2025-08-20T18:58:51.7563395Z [00:02:28.504]➜  # import config
2025-08-20T18:58:51.7563886Z [00:02:28.504]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.7565321Z [00:02:28.504]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.7565856Z [00:02:28.504]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:51.7566326Z [00:02:28.504]➜  EOF
2025-08-20T18:58:51.7580694Z [00:02:28.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/codes=>go.opentelemetry.io/otel@v1.29.0/codes;$WORK/b554=>" -p go.opentelemetry.io/otel/codes -lang=go1.21 -complete -installsuffix shared -buildid CG2uGuSIDykuRd55FesC/CG2uGuSIDykuRd55FesC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/codes/doc.go
2025-08-20T18:58:51.7921315Z [00:02:28.539]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T18:58:51.7927360Z [00:02:28.540]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/1f/1f7d2b26153ac0b3c2e1871eda41593188ef3020a7aabd56ccc89862371c82ed-d # internal
2025-08-20T18:58:51.7928505Z [00:02:28.540]➜  go.opentelemetry.io/otel/metric
2025-08-20T18:58:51.7929174Z [00:02:28.540]➜  mkdir -p $WORK/b555/
2025-08-20T18:58:51.7937563Z [00:02:28.541]➜  cat >/tmp/go-build693841089/b555/importcfg << 'EOF' # internal
2025-08-20T18:58:51.7937936Z [00:02:28.541]➜  # import config
2025-08-20T18:58:51.7938279Z [00:02:28.541]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.7938805Z [00:02:28.541]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:51.7939460Z [00:02:28.541]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build693841089/b556/_pkg_.a
2025-08-20T18:58:51.7939881Z [00:02:28.541]➜  EOF
2025-08-20T18:58:51.7943726Z [00:02:28.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0=>go.opentelemetry.io/otel/metric@v1.29.0;$WORK/b555=>" -p go.opentelemetry.io/otel/metric -lang=go1.21 -complete -installsuffix shared -buildid m4b8VX1TnWc3Vf2PezTy/m4b8VX1TnWc3Vf2PezTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/syncint64.go
2025-08-20T18:58:51.8408482Z [00:02:28.586]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T18:58:51.8417339Z [00:02:28.589]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/59/59f0ddb817cdbd03817351d55d4685163b0956fdf686d4591f2dbe1b3f688abc-d # internal
2025-08-20T18:58:51.8418015Z [00:02:28.589]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T18:58:51.8445533Z [00:02:28.589]➜  mkdir -p $WORK/b559/
2025-08-20T18:58:51.8446545Z [00:02:28.589]➜  cat >/tmp/go-build693841089/b559/importcfg << 'EOF' # internal
2025-08-20T18:58:51.8446950Z [00:02:28.589]➜  # import config
2025-08-20T18:58:51.8447306Z [00:02:28.589]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.8447626Z [00:02:28.589]➜  EOF
2025-08-20T18:58:51.8449925Z [00:02:28.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/baggage=>go.opentelemetry.io/otel@v1.29.0/internal/baggage;$WORK/b559=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.21 -complete -installsuffix shared -buildid L57iCwGKtmAucCBYKaq9/L57iCwGKtmAucCBYKaq9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/baggage/context.go
2025-08-20T18:58:51.8541013Z [00:02:28.602]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T18:58:51.8545917Z [00:02:28.602]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/d2/d2c3cc830cc425b084cc2648e105f954a45af8af1149d1409a6cba64719d3418-d # internal
2025-08-20T18:58:51.8546945Z [00:02:28.602]➜  go.opentelemetry.io/otel/baggage
2025-08-20T18:58:51.8547290Z [00:02:28.602]➜  mkdir -p $WORK/b558/
2025-08-20T18:58:51.8552050Z [00:02:28.603]➜  cat >/tmp/go-build693841089/b558/importcfg << 'EOF' # internal
2025-08-20T18:58:51.8552789Z [00:02:28.603]➜  # import config
2025-08-20T18:58:51.8553197Z [00:02:28.603]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.8553627Z [00:02:28.603]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.8554038Z [00:02:28.603]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.8554670Z [00:02:28.603]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build693841089/b559/_pkg_.a
2025-08-20T18:58:51.8555262Z [00:02:28.603]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:51.8555681Z [00:02:28.603]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.8556118Z [00:02:28.603]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:51.8556444Z [00:02:28.603]➜  EOF
2025-08-20T18:58:51.8559032Z [00:02:28.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/baggage=>go.opentelemetry.io/otel@v1.29.0/baggage;$WORK/b558=>" -p go.opentelemetry.io/otel/baggage -lang=go1.21 -complete -installsuffix shared -buildid bq7IxTAbmwuMosHrJBdS/bq7IxTAbmwuMosHrJBdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/baggage/doc.go
2025-08-20T18:58:51.8572842Z [00:02:28.605]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T18:58:51.8589923Z [00:02:28.606]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/b4/b485fe185b5dd5c0643c29024e4a0a9862c9b3959f8a95c5e9b6cc3f4400c31e-d # internal
2025-08-20T18:58:51.8591265Z [00:02:28.607]➜  github.com/go-logr/stdr
2025-08-20T18:58:51.8591590Z [00:02:28.607]➜  mkdir -p $WORK/b549/
2025-08-20T18:58:51.8600295Z [00:02:28.608]➜  cat >/tmp/go-build693841089/b549/importcfg << 'EOF' # internal
2025-08-20T18:58:51.8601874Z [00:02:28.608]➜  # import config
2025-08-20T18:58:51.8602793Z [00:02:28.608]➜  packagefile github.com/go-logr/logr=/tmp/go-build693841089/b544/_pkg_.a
2025-08-20T18:58:51.8603383Z [00:02:28.608]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build693841089/b550/_pkg_.a
2025-08-20T18:58:51.8603862Z [00:02:28.608]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:51.8604274Z [00:02:28.608]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:51.8604574Z [00:02:28.608]➜  EOF
2025-08-20T18:58:51.8606395Z [00:02:28.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b549=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid ulzgdft72whhG4RGBsbW/ulzgdft72whhG4RGBsbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T18:58:51.9128891Z [00:02:28.660]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T18:58:51.9149299Z [00:02:28.662]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/72/722bf936ce7323fc54f88a2c4e81208f14313b42193ef970b39f4ade81771f97-d # internal
2025-08-20T18:58:51.9157315Z [00:02:28.663]➜  go.opentelemetry.io/otel/trace
2025-08-20T18:58:51.9157843Z [00:02:28.663]➜  mkdir -p $WORK/b560/
2025-08-20T18:58:51.9158380Z [00:02:28.663]➜  cat >/tmp/go-build693841089/b560/importcfg << 'EOF' # internal
2025-08-20T18:58:51.9158854Z [00:02:28.663]➜  # import config
2025-08-20T18:58:51.9159268Z [00:02:28.663]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.9159818Z [00:02:28.663]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:51.9160387Z [00:02:28.663]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:51.9160930Z [00:02:28.663]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.9161488Z [00:02:28.663]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.9162085Z [00:02:28.663]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:51.9163047Z [00:02:28.663]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:51.9163919Z [00:02:28.663]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build693841089/b561/_pkg_.a
2025-08-20T18:58:51.9164851Z [00:02:28.663]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.9165526Z [00:02:28.663]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.9166087Z [00:02:28.663]➜  EOF
2025-08-20T18:58:51.9170604Z [00:02:28.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0=>go.opentelemetry.io/otel/trace@v1.29.0;$WORK/b560=>" -p go.opentelemetry.io/otel/trace -lang=go1.21 -complete -installsuffix shared -buildid jXxev48hBI0gxWsuIaQX/jXxev48hBI0gxWsuIaQX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/tracestate.go
2025-08-20T18:58:51.9364816Z [00:02:28.684]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T18:58:51.9375194Z [00:02:28.685]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/7d/7dc762e8b22d905005b92c1a9f4a0d6a13554df656f1f0b51069451f876e8bc4-d # internal
2025-08-20T18:58:51.9384465Z [00:02:28.686]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T18:58:51.9395820Z [00:02:28.686]➜  mkdir -p $WORK/b565/
2025-08-20T18:58:51.9396675Z [00:02:28.686]➜  cat >/tmp/go-build693841089/b565/importcfg << 'EOF' # internal
2025-08-20T18:58:51.9397664Z [00:02:28.686]➜  # import config
2025-08-20T18:58:51.9398203Z [00:02:28.686]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.9398727Z [00:02:28.686]➜  EOF
2025-08-20T18:58:51.9401054Z [00:02:28.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_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/b565=>" -p github.com/hashicorp/golang-lru/v2/internal -lang=go1.18 -complete -installsuffix shared -buildid rcCFh5iScYb9t7rzmmuE/rcCFh5iScYb9t7rzmmuE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T18:58:51.9450550Z [00:02:28.692]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T18:58:51.9476266Z [00:02:28.695]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/16/16e79eb9e34a612401f7cd6ca0ff9fa550c290f5113416c4cd84ed285e1d37ad-d # internal
2025-08-20T18:58:51.9508732Z [00:02:28.698]➜  github.com/ipfs/bbloom
2025-08-20T18:58:51.9509335Z [00:02:28.698]➜  mkdir -p $WORK/b566/
2025-08-20T18:58:51.9530091Z [00:02:28.700]➜  cat >/tmp/go-build693841089/b566/importcfg << 'EOF' # internal
2025-08-20T18:58:51.9530927Z [00:02:28.700]➜  # import config
2025-08-20T18:58:51.9531582Z [00:02:28.700]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:51.9533002Z [00:02:28.700]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.9533620Z [00:02:28.701]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.9534259Z [00:02:28.701]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:51.9535155Z [00:02:28.701]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:51.9535810Z [00:02:28.701]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:51.9536747Z [00:02:28.701]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.9537095Z [00:02:28.701]➜  EOF
2025-08-20T18:58:51.9539032Z [00:02:28.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/bbloom@v0.0.4=>github.com/ipfs/bbloom@v0.0.4;$WORK/b566=>" -p github.com/ipfs/bbloom -lang=go1.12 -complete -installsuffix shared -buildid 9w5OaSuPg7xAUVNJT1ra/9w5OaSuPg7xAUVNJT1ra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/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-20T18:58:51.9553691Z [00:02:28.703]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T18:58:51.9554764Z [00:02:28.703]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/e6/e6e1a591540c6a54efa2e8ea360ce485c787d3bb3044d40b3e9763acf03b6f87-d # internal
2025-08-20T18:58:51.9555635Z [00:02:28.703]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T18:58:51.9556193Z [00:02:28.703]➜  mkdir -p $WORK/b564/
2025-08-20T18:58:51.9556806Z [00:02:28.703]➜  cat >/tmp/go-build693841089/b564/importcfg << 'EOF' # internal
2025-08-20T18:58:51.9557334Z [00:02:28.703]➜  # import config
2025-08-20T18:58:51.9558190Z [00:02:28.703]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.9559094Z [00:02:28.703]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build693841089/b565/_pkg_.a
2025-08-20T18:58:51.9559859Z [00:02:28.703]➜  EOF
2025-08-20T18:58:51.9562366Z [00:02:28.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_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/b564=>" -p github.com/hashicorp/golang-lru/v2/simplelru -lang=go1.18 -complete -installsuffix shared -buildid pF4ljOYalaoA6nV4uHO-/pF4ljOYalaoA6nV4uHO- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/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-20T18:58:51.9650679Z [00:02:28.712]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T18:58:51.9656909Z [00:02:28.713]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/1a/1a79b3742a97bdcba30d2e0157161355fb8b0ccd24b8286469a73f55170be964-d # internal
2025-08-20T18:58:51.9657801Z [00:02:28.713]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T18:58:51.9658346Z [00:02:28.713]➜  mkdir -p $WORK/b563/
2025-08-20T18:58:51.9658967Z [00:02:28.713]➜  cat >/tmp/go-build693841089/b563/importcfg << 'EOF' # internal
2025-08-20T18:58:51.9659592Z [00:02:28.713]➜  # import config
2025-08-20T18:58:51.9660462Z [00:02:28.713]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.9661213Z [00:02:28.713]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build693841089/b564/_pkg_.a
2025-08-20T18:58:51.9661971Z [00:02:28.713]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.9662610Z [00:02:28.713]➜  EOF
2025-08-20T18:58:51.9665645Z [00:02:28.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_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/b563=>" -p github.com/hashicorp/golang-lru/v2 -lang=go1.18 -complete -installsuffix shared -buildid 8zD5VntkKI6w55q_gWio/8zD5VntkKI6w55q_gWio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/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-20T18:58:51.9818889Z [00:02:28.729]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T18:58:51.9831618Z [00:02:28.731]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/bd/bd424b740dbf61c292a5046d3f6468baf4dab508caf8a0ae54c404b6130c272e-d # internal
2025-08-20T18:58:51.9856050Z [00:02:28.731]➜  github.com/google/uuid
2025-08-20T18:58:51.9856356Z [00:02:28.731]➜  mkdir -p $WORK/b569/
2025-08-20T18:58:51.9858956Z [00:02:28.733]➜  cat >/tmp/go-build693841089/b569/importcfg << 'EOF' # internal
2025-08-20T18:58:51.9859626Z [00:02:28.733]➜  # import config
2025-08-20T18:58:51.9860225Z [00:02:28.733]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:51.9860994Z [00:02:28.733]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:58:51.9861669Z [00:02:28.733]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:51.9862361Z [00:02:28.733]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:51.9863144Z [00:02:28.733]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:58:51.9864224Z [00:02:28.733]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:51.9864862Z [00:02:28.733]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:51.9865355Z [00:02:28.733]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:51.9865800Z [00:02:28.733]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:51.9866550Z [00:02:28.733]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:51.9867016Z [00:02:28.733]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:51.9867413Z [00:02:28.733]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:51.9867804Z [00:02:28.733]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:51.9868191Z [00:02:28.733]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:51.9868612Z [00:02:28.733]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:51.9869021Z [00:02:28.733]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:51.9869420Z [00:02:28.733]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:51.9869723Z [00:02:28.733]➜  EOF
2025-08-20T18:58:51.9874194Z [00:02:28.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b569=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid zemYFsHR_XFcOAE4Car-/zemYFsHR_XFcOAE4Car- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/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-20T18:58:52.0004281Z [00:02:28.748]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T18:58:52.0009884Z [00:02:28.748]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/80/807111a3535048bf0e9502e76c16bf18b19e0d4219e0b96a0a1bca4ab51b8e0d-d # internal
2025-08-20T18:58:52.0018891Z [00:02:28.749]➜  github.com/jbenet/goprocess
2025-08-20T18:58:52.0019215Z [00:02:28.749]➜  mkdir -p $WORK/b571/
2025-08-20T18:58:52.0027587Z [00:02:28.750]➜  cat >/tmp/go-build693841089/b571/importcfg << 'EOF' # internal
2025-08-20T18:58:52.0028118Z [00:02:28.750]➜  # import config
2025-08-20T18:58:52.0028547Z [00:02:28.750]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:52.0029064Z [00:02:28.750]➜  packagefile os/signal=/tmp/go-build693841089/b397/_pkg_.a
2025-08-20T18:58:52.0029576Z [00:02:28.750]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:52.0029965Z [00:02:28.750]➜  EOF
2025-08-20T18:58:52.0033353Z [00:02:28.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4=>github.com/jbenet/goprocess@v0.1.4;$WORK/b571=>" -p github.com/jbenet/goprocess -lang=go1.12 -complete -installsuffix shared -buildid 77POrMEZ66wnpbzqFde9/77POrMEZ66wnpbzqFde9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/background.go /root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/goprocess.go /root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/impl-mutex.go /root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/link.go
2025-08-20T18:58:52.0751451Z [00:02:28.822]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T18:58:52.0774563Z [00:02:28.825]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/0a/0a792a86cf3f9884fe263917950cd346b64f1aa40e961dfe08004b8446e60fcd-d # internal
2025-08-20T18:58:52.0864035Z [00:02:28.834]➜  go.opentelemetry.io/otel/propagation
2025-08-20T18:58:52.0864894Z [00:02:28.834]➜  mkdir -p $WORK/b557/
2025-08-20T18:58:52.0865373Z [00:02:28.834]➜  cat >/tmp/go-build693841089/b557/importcfg << 'EOF' # internal
2025-08-20T18:58:52.0865743Z [00:02:28.834]➜  # import config
2025-08-20T18:58:52.0866092Z [00:02:28.834]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.0866541Z [00:02:28.834]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:52.0866970Z [00:02:28.834]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.0867507Z [00:02:28.834]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build693841089/b558/_pkg_.a
2025-08-20T18:58:52.0868095Z [00:02:28.834]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:52.0868594Z [00:02:28.834]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:52.0869019Z [00:02:28.834]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.0869335Z [00:02:28.834]➜  EOF
2025-08-20T18:58:52.0872079Z [00:02:28.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/propagation=>go.opentelemetry.io/otel@v1.29.0/propagation;$WORK/b557=>" -p go.opentelemetry.io/otel/propagation -lang=go1.21 -complete -installsuffix shared -buildid c2KA2pNHVbiBrzaESw0l/c2KA2pNHVbiBrzaESw0l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/propagation/trace_context.go
2025-08-20T18:58:52.0875546Z [00:02:28.834]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T18:58:52.0876276Z [00:02:28.834]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/f7/f79ac388e253d9d220ebacd29111053d731e95d6edf5b3c3ee8cbca090c61a78-d # internal
2025-08-20T18:58:52.0876875Z [00:02:28.834]➜  github.com/ipfs/go-datastore/query
2025-08-20T18:58:52.0877172Z [00:02:28.834]➜  mkdir -p $WORK/b570/
2025-08-20T18:58:52.0877543Z [00:02:28.834]➜  cat >/tmp/go-build693841089/b570/importcfg << 'EOF' # internal
2025-08-20T18:58:52.0877882Z [00:02:28.834]➜  # import config
2025-08-20T18:58:52.0878214Z [00:02:28.834]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.0878618Z [00:02:28.834]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.0879113Z [00:02:28.834]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:52.0879593Z [00:02:28.834]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:52.0879999Z [00:02:28.834]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:52.0880409Z [00:02:28.834]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.0880819Z [00:02:28.834]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.0881130Z [00:02:28.834]➜  EOF
2025-08-20T18:58:52.0881415Z [00:02:28.834]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T18:58:52.0884202Z [00:02:28.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/query=>github.com/ipfs/go-datastore@v0.6.0/query;$WORK/b570=>" -p github.com/ipfs/go-datastore/query -lang=go1.17 -complete -installsuffix shared -buildid G8hIOM6vhk5ok-Z_jiIO/G8hIOM6vhk5ok-Z_jiIO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/query/filter.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/query/order.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/query/query.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/query/query_impl.go
2025-08-20T18:58:52.0908731Z [00:02:28.838]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/ee/eee05726b417dc3f94245c0df7ad0423f77ee0ddcf742678811ca37444746a87-d # internal
2025-08-20T18:58:52.0910259Z [00:02:28.839]➜  github.com/ipfs/go-ipfs-util
2025-08-20T18:58:52.0910572Z [00:02:28.839]➜  mkdir -p $WORK/b573/
2025-08-20T18:58:52.0931788Z [00:02:28.841]➜  cat >/tmp/go-build693841089/b573/importcfg << 'EOF' # internal
2025-08-20T18:58:52.0932685Z [00:02:28.841]➜  # import config
2025-08-20T18:58:52.0933521Z [00:02:28.841]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.0941325Z [00:02:28.841]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build693841089/b339/_pkg_.a
2025-08-20T18:58:52.0942103Z [00:02:28.841]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:52.0942611Z [00:02:28.841]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.0943027Z [00:02:28.841]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:52.0943434Z [00:02:28.841]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:52.0943884Z [00:02:28.841]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:52.0944346Z [00:02:28.841]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:52.0944971Z [00:02:28.841]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.0945386Z [00:02:28.841]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.0945689Z [00:02:28.841]➜  EOF
2025-08-20T18:58:52.0948188Z [00:02:28.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-util@v0.0.3=>github.com/ipfs/go-ipfs-util@v0.0.3;$WORK/b573=>" -p github.com/ipfs/go-ipfs-util -lang=go1.19 -complete -installsuffix shared -buildid sRLmt4gyiKoaxsuwnDtM/sRLmt4gyiKoaxsuwnDtM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-util@v0.0.3/file.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-util@v0.0.3/time.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-util@v0.0.3/util.go
2025-08-20T18:58:52.1233520Z [00:02:28.871]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T18:58:52.1242681Z [00:02:28.872]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/07/0754b20351a60fa3645f82c28161f22ee76b50ea2094dc77851b0bc5bbb4a25b-d # internal
2025-08-20T18:58:52.1247284Z [00:02:28.872]➜  github.com/ipfs/go-block-format
2025-08-20T18:58:52.1247627Z [00:02:28.872]➜  mkdir -p $WORK/b572/
2025-08-20T18:58:52.1251319Z [00:02:28.873]➜  cat >/tmp/go-build693841089/b572/importcfg << 'EOF' # internal
2025-08-20T18:58:52.1252222Z [00:02:28.873]➜  # import config
2025-08-20T18:58:52.1252611Z [00:02:28.873]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.1253037Z [00:02:28.873]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.1253506Z [00:02:28.873]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.1254078Z [00:02:28.873]➜  packagefile github.com/ipfs/go-ipfs-util=/tmp/go-build693841089/b573/_pkg_.a
2025-08-20T18:58:52.1254816Z [00:02:28.873]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:52.1255276Z [00:02:28.873]➜  EOF
2025-08-20T18:58:52.1267847Z [00:02:28.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-block-format@v0.2.0=>github.com/ipfs/go-block-format@v0.2.0;$WORK/b572=>" -p github.com/ipfs/go-block-format -lang=go1.20 -complete -installsuffix shared -buildid Zuw66IjS99QFB2iUp8Pm/Zuw66IjS99QFB2iUp8Pm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-block-format@v0.2.0/blocks.go
2025-08-20T18:58:52.1311339Z [00:02:28.879]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T18:58:52.1322480Z [00:02:28.880]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/33/33426f183d8454e231f679af3715b1f5ad006b3e526a65559a6c7775857787b4-d # internal
2025-08-20T18:58:52.1323896Z [00:02:28.880]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T18:58:52.1325959Z [00:02:28.880]➜  mkdir -p $WORK/b548/
2025-08-20T18:58:52.1326480Z [00:02:28.880]➜  cat >/tmp/go-build693841089/b548/importcfg << 'EOF' # internal
2025-08-20T18:58:52.1326831Z [00:02:28.880]➜  # import config
2025-08-20T18:58:52.1327197Z [00:02:28.880]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:52.1327646Z [00:02:28.880]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.1328082Z [00:02:28.880]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.1328557Z [00:02:28.880]➜  packagefile github.com/go-logr/logr=/tmp/go-build693841089/b544/_pkg_.a
2025-08-20T18:58:52.1329080Z [00:02:28.880]➜  packagefile github.com/go-logr/stdr=/tmp/go-build693841089/b549/_pkg_.a
2025-08-20T18:58:52.1329652Z [00:02:28.880]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:52.1330248Z [00:02:28.880]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:52.1330824Z [00:02:28.880]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build693841089/b555/_pkg_.a
2025-08-20T18:58:52.1331438Z [00:02:28.880]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build693841089/b556/_pkg_.a
2025-08-20T18:58:52.1332070Z [00:02:28.880]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build693841089/b557/_pkg_.a
2025-08-20T18:58:52.1333042Z [00:02:28.880]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:52.1333647Z [00:02:28.880]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build693841089/b561/_pkg_.a
2025-08-20T18:58:52.1334154Z [00:02:28.880]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:52.1334542Z [00:02:28.880]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:52.1335195Z [00:02:28.880]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:52.1335650Z [00:02:28.880]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:52.1335978Z [00:02:28.880]➜  EOF
2025-08-20T18:58:52.1346746Z [00:02:28.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global=>go.opentelemetry.io/otel@v1.29.0/internal/global;$WORK/b548=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.21 -complete -installsuffix shared -buildid zgw4gYU3N4W-lkAtFwd3/zgw4gYU3N4W-lkAtFwd3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal/global/trace.go
2025-08-20T18:58:52.1477651Z [00:02:28.895]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T18:58:52.1483463Z [00:02:28.896]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/2b/2bb9e65af7a782cf6e6b9456ce584018c40321b2fd293e768181c49132af94f3-d # internal
2025-08-20T18:58:52.1486333Z [00:02:28.896]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T18:58:52.1500276Z [00:02:28.897]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/28/28af695f7f4f7f6077391c040f67f66c4b7622338f5c0026087cbed217c6c292-d # internal
2025-08-20T18:58:52.1500893Z [00:02:28.898]➜  github.com/ipfs/go-ipld-format
2025-08-20T18:58:52.1502356Z [00:02:28.898]➜  mkdir -p $WORK/b576/
2025-08-20T18:58:52.1508820Z [00:02:28.898]➜  cat >/tmp/go-build693841089/b576/importcfg << 'EOF' # internal
2025-08-20T18:58:52.1512122Z [00:02:28.898]➜  # import config
2025-08-20T18:58:52.1512785Z [00:02:28.898]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.1513304Z [00:02:28.898]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.1513719Z [00:02:28.898]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.1514217Z [00:02:28.898]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:52.1519989Z [00:02:28.898]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.1520577Z [00:02:28.898]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:52.1520896Z [00:02:28.898]➜  EOF
2025-08-20T18:58:52.1525234Z [00:02:28.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0=>github.com/ipfs/go-ipld-format@v0.6.0;$WORK/b576=>" -p github.com/ipfs/go-ipld-format -lang=go1.20 -complete -installsuffix shared -buildid dtKY_AJZ2D4MEp7Y__1g/dtKY_AJZ2D4MEp7Y__1g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/batch.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/coding.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/daghelpers.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/format.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/merkledag.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/navipld.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/promise.go /root/go/pkg/mod/github.com/ipfs/go-ipld-format@v0.6.0/walker.go
2025-08-20T18:58:52.1534263Z [00:02:28.901]➜  github.com/ipfs/go-datastore
2025-08-20T18:58:52.1537416Z [00:02:28.901]➜  mkdir -p $WORK/b568/
2025-08-20T18:58:52.1537829Z [00:02:28.901]➜  cat >/tmp/go-build693841089/b568/importcfg << 'EOF' # internal
2025-08-20T18:58:52.1538175Z [00:02:28.901]➜  # import config
2025-08-20T18:58:52.1538512Z [00:02:28.901]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.1538972Z [00:02:28.901]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:52.1539408Z [00:02:28.901]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.1539874Z [00:02:28.901]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:58:52.1540436Z [00:02:28.901]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:52.1540935Z [00:02:28.901]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.1541325Z [00:02:28.901]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:52.1541721Z [00:02:28.901]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:52.1542131Z [00:02:28.901]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:52.1542549Z [00:02:28.901]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.1542966Z [00:02:28.901]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.1543273Z [00:02:28.901]➜  EOF
2025-08-20T18:58:52.1546399Z [00:02:28.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0=>github.com/ipfs/go-datastore@v0.6.0;$WORK/b568=>" -p github.com/ipfs/go-datastore -lang=go1.17 -complete -installsuffix shared -buildid WcuReTl6NsDRA5EyD55i/WcuReTl6NsDRA5EyD55i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/basic_ds.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/batch.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/datastore.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/features.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/key.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/null_ds.go
2025-08-20T18:58:52.1651862Z [00:02:28.912]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T18:58:52.2140840Z [00:02:28.961]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/62/620ddea0e0a7d497cc161d0da41ef2b72a93481b5cbec8f199a134214441433f-d # internal
2025-08-20T18:58:52.2144126Z [00:02:28.961]➜  berty.tech/berty/v2/go/internal/messengerutil
2025-08-20T18:58:52.2150795Z [00:02:28.962]➜  mkdir -p $WORK/b003/
2025-08-20T18:58:52.2171961Z [00:02:28.965]➜  cat >/tmp/go-build693841089/b003/importcfg << 'EOF' # internal
2025-08-20T18:58:52.2172897Z [00:02:28.965]➜  # import config
2025-08-20T18:58:52.2175760Z [00:02:28.965]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:58:52.2176612Z [00:02:28.965]➜  packagefile berty.tech/berty/v2/go/pkg/messengertypes=/tmp/go-build693841089/b132/_pkg_.a
2025-08-20T18:58:52.2179493Z [00:02:28.965]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:58:52.2180033Z [00:02:28.965]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.2180466Z [00:02:28.965]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.2180924Z [00:02:28.965]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:52.2181360Z [00:02:28.965]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.2181822Z [00:02:28.965]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.2182397Z [00:02:28.965]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:52.2183316Z [00:02:28.965]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.2183625Z [00:02:28.965]➜  EOF
2025-08-20T18:58:52.2186021Z [00:02:28.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/messengerutil=>berty.tech/berty/v2/go/internal/messengerutil;$WORK/b003=>" -p berty.tech/berty/v2/go/internal/messengerutil -lang=go1.22 -complete -installsuffix shared -buildid BgvSV2TUm6UAI01Ynz4d/BgvSV2TUm6UAI01Ynz4d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/messengerutil/dispatcher.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/messengerutil/util.go
2025-08-20T18:58:52.2198963Z [00:02:28.967]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T18:58:52.2218065Z [00:02:28.969]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/a3/a3bc12d04e3472d21b604e11347676cd10c7c6d8772a3c048021ef0a0301d13b-d # internal
2025-08-20T18:58:52.2224122Z [00:02:28.969]➜  berty.tech/berty/v2/go/pkg/bertylinks
2025-08-20T18:58:52.2224441Z [00:02:28.969]➜  mkdir -p $WORK/b371/
2025-08-20T18:58:52.2271748Z [00:02:28.975]➜  cat >/tmp/go-build693841089/b371/importcfg << 'EOF' # internal
2025-08-20T18:58:52.2272779Z [00:02:28.975]➜  # import config
2025-08-20T18:58:52.2273521Z [00:02:28.975]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:58:52.2274782Z [00:02:28.975]➜  packagefile berty.tech/berty/v2/go/pkg/messengertypes=/tmp/go-build693841089/b132/_pkg_.a
2025-08-20T18:58:52.2275920Z [00:02:28.975]➜  packagefile berty.tech/weshnet/v2/pkg/cryptoutil=/tmp/go-build693841089/b316/_pkg_.a
2025-08-20T18:58:52.2276744Z [00:02:28.975]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:58:52.2277354Z [00:02:28.975]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.2278065Z [00:02:28.975]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:58:52.2278630Z [00:02:28.975]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.2279202Z [00:02:28.975]➜  packagefile github.com/eknkc/basex=/tmp/go-build693841089/b372/_pkg_.a
2025-08-20T18:58:52.2279858Z [00:02:28.975]➜  packagefile github.com/mr-tron/base58=/tmp/go-build693841089/b373/_pkg_.a
2025-08-20T18:58:52.2280932Z [00:02:28.975]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build693841089/b332/_pkg_.a
2025-08-20T18:58:52.2281814Z [00:02:28.975]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:52.2282443Z [00:02:28.975]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:52.2282878Z [00:02:28.975]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.2283192Z [00:02:28.975]➜  EOF
2025-08-20T18:58:52.2285146Z [00:02:28.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertylinks=>berty.tech/berty/v2/go/pkg/bertylinks;$WORK/b371=>" -p berty.tech/berty/v2/go/pkg/bertylinks -lang=go1.22 -complete -installsuffix shared -buildid Y8u0gtOG4NWVMWSErvU-/Y8u0gtOG4NWVMWSErvU- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertylinks/links.go
2025-08-20T18:58:52.2552245Z [00:02:29.002]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T18:58:52.2570738Z [00:02:29.004]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/e6/e6c07146a201ee2b085551f743b5a098e73d798c4f489d080df50177859fa51f-d # internal
2025-08-20T18:58:52.2571923Z [00:02:29.005]➜  berty.tech/berty/v2/go/pkg/bertyauth
2025-08-20T18:58:52.2597207Z [00:02:29.005]➜  mkdir -p $WORK/b490/
2025-08-20T18:58:52.2598033Z [00:02:29.005]➜  cat >/tmp/go-build693841089/b490/importcfg << 'EOF' # internal
2025-08-20T18:58:52.2598513Z [00:02:29.005]➜  # import config
2025-08-20T18:58:52.2600132Z [00:02:29.005]➜  packagefile berty.tech/berty/v2/go/internal/i18n=/tmp/go-build693841089/b491/_pkg_.a
2025-08-20T18:58:52.2601347Z [00:02:29.005]➜  packagefile berty.tech/berty/v2/go/localization=/tmp/go-build693841089/b504/_pkg_.a
2025-08-20T18:58:52.2602299Z [00:02:29.005]➜  packagefile berty.tech/berty/v2/go/pkg/authtypes=/tmp/go-build693841089/b489/_pkg_.a
2025-08-20T18:58:52.2603200Z [00:02:29.005]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:58:52.2604511Z [00:02:29.005]➜  packagefile berty.tech/berty/v2/go/pkg/messengertypes=/tmp/go-build693841089/b132/_pkg_.a
2025-08-20T18:58:52.2605351Z [00:02:29.005]➜  packagefile berty.tech/weshnet/v2/pkg/cryptoutil=/tmp/go-build693841089/b316/_pkg_.a
2025-08-20T18:58:52.2605959Z [00:02:29.005]➜  packagefile berty.tech/weshnet/v2/pkg/errcode=/tmp/go-build693841089/b317/_pkg_.a
2025-08-20T18:58:52.2606461Z [00:02:29.005]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.2606875Z [00:02:29.005]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:52.2607333Z [00:02:29.005]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:58:52.2607787Z [00:02:29.005]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:52.2608240Z [00:02:29.005]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:52.2608670Z [00:02:29.005]➜  packagefile embed=/tmp/go-build693841089/b107/_pkg_.a
2025-08-20T18:58:52.2609113Z [00:02:29.005]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:52.2609588Z [00:02:29.005]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:52.2610020Z [00:02:29.005]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.2610479Z [00:02:29.005]➜  packagefile github.com/gofrs/uuid=/tmp/go-build693841089/b334/_pkg_.a
2025-08-20T18:58:52.2611097Z [00:02:29.005]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/auth=/tmp/go-build693841089/b505/_pkg_.a
2025-08-20T18:58:52.2611763Z [00:02:29.005]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build693841089/b507/_pkg_.a
2025-08-20T18:58:52.2612298Z [00:02:29.005]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:52.2612841Z [00:02:29.005]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build693841089/b513/_pkg_.a
2025-08-20T18:58:52.2613421Z [00:02:29.005]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:58:52.2614231Z [00:02:29.005]➜  packagefile golang.org/x/text/message=/tmp/go-build693841089/b502/_pkg_.a
2025-08-20T18:58:52.2622170Z [00:02:29.005]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:58:52.2622752Z [00:02:29.005]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:58:52.2623330Z [00:02:29.005]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:52.2623892Z [00:02:29.005]➜  packagefile gopkg.in/square/go-jose.v2=/tmp/go-build693841089/b517/_pkg_.a
2025-08-20T18:58:52.2624403Z [00:02:29.005]➜  packagefile html/template=/tmp/go-build693841089/b260/_pkg_.a
2025-08-20T18:58:52.2624934Z [00:02:29.005]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:52.2625354Z [00:02:29.005]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:52.2625766Z [00:02:29.005]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.2626188Z [00:02:29.005]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:58:52.2626500Z [00:02:29.005]➜  EOF
2025-08-20T18:58:52.2626815Z [00:02:29.006]➜  cat >/tmp/go-build693841089/b490/embedcfg << 'EOF' # internal
2025-08-20T18:58:52.2627128Z [00:02:29.006]➜  {
2025-08-20T18:58:52.2627334Z [00:02:29.006]➜  	"Patterns": {
2025-08-20T18:58:52.2627615Z [00:02:29.006]➜  		"templates/authorize.html.tmpl": [
2025-08-20T18:58:52.2627951Z [00:02:29.006]➜  			"templates/authorize.html.tmpl"
2025-08-20T18:58:52.2628584Z [00:02:29.006]➜  		],
2025-08-20T18:58:52.2628844Z [00:02:29.006]➜  		"templates/redirect.html.tmpl": [
2025-08-20T18:58:52.2629167Z [00:02:29.006]➜  			"templates/redirect.html.tmpl"
2025-08-20T18:58:52.2629431Z [00:02:29.006]➜  		]
2025-08-20T18:58:52.2629620Z [00:02:29.006]➜  	},
2025-08-20T18:58:52.2629832Z [00:02:29.006]➜  	"Files": {
2025-08-20T18:58:52.2630381Z [00:02:29.006]➜  		"templates/authorize.html.tmpl": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth/templates/authorize.html.tmpl",
2025-08-20T18:58:52.2631207Z [00:02:29.006]➜  		"templates/redirect.html.tmpl": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth/templates/redirect.html.tmpl"
2025-08-20T18:58:52.2631688Z [00:02:29.006]➜  	}
2025-08-20T18:58:52.2631878Z [00:02:29.006]➜  }EOF
2025-08-20T18:58:52.2634969Z [00:02:29.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth=>berty.tech/berty/v2/go/pkg/bertyauth;$WORK/b490=>" -p berty.tech/berty/v2/go/pkg/bertyauth -lang=go1.22 -complete -installsuffix shared -buildid HwHOgR_VN7MGKNwnReYt/HwHOgR_VN7MGKNwnReYt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -embedcfg $WORK/b490/embedcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth/auth_session.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth/services_auth.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth/services_auth_server.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth/services_auth_templates.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyauth/testing.go
2025-08-20T18:58:52.2890930Z [00:02:29.036]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T18:58:52.2906143Z [00:02:29.038]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/8a/8a9a4c519afe817c063c3ef1a3ec3c9978ba448c9ac379cb2b799c072621d1b0-d # internal
2025-08-20T18:58:52.2907354Z [00:02:29.038]➜  github.com/ipfs/boxo/datastore/dshelp
2025-08-20T18:58:52.2909826Z [00:02:29.038]➜  mkdir -p $WORK/b567/
2025-08-20T18:58:52.2918807Z [00:02:29.039]➜  cat >/tmp/go-build693841089/b567/importcfg << 'EOF' # internal
2025-08-20T18:58:52.2920816Z [00:02:29.039]➜  # import config
2025-08-20T18:58:52.2921550Z [00:02:29.039]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.2923600Z [00:02:29.039]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:52.2924539Z [00:02:29.039]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build693841089/b340/_pkg_.a
2025-08-20T18:58:52.2925780Z [00:02:29.039]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:52.2927205Z [00:02:29.039]➜  EOF
2025-08-20T18:58:52.2939555Z [00:02:29.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/datastore/dshelp=>github.com/ipfs/boxo@v0.20.0/datastore/dshelp;$WORK/b567=>" -p github.com/ipfs/boxo/datastore/dshelp -lang=go1.21 -complete -installsuffix shared -buildid db-9qwuDbkx26GvcmQyO/db-9qwuDbkx26GvcmQyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/datastore/dshelp/key.go
2025-08-20T18:58:52.2941494Z [00:02:29.041]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T18:58:52.2968823Z [00:02:29.044]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/b9/b9a24e124cfe744d594ed16162a597df14054c24563eb6ba91c1010c424e680f-d # internal
2025-08-20T18:58:52.2976546Z [00:02:29.045]➜  go.opentelemetry.io/otel
2025-08-20T18:58:52.2982780Z [00:02:29.046]➜  mkdir -p $WORK/b543/
2025-08-20T18:58:52.2983773Z [00:02:29.046]➜  cat >/tmp/go-build693841089/b543/importcfg << 'EOF' # internal
2025-08-20T18:58:52.2984413Z [00:02:29.046]➜  # import config
2025-08-20T18:58:52.2985652Z [00:02:29.046]➜  packagefile github.com/go-logr/logr=/tmp/go-build693841089/b544/_pkg_.a
2025-08-20T18:58:52.2986279Z [00:02:29.046]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build693841089/b548/_pkg_.a
2025-08-20T18:58:52.2987211Z [00:02:29.046]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build693841089/b555/_pkg_.a
2025-08-20T18:58:52.2987817Z [00:02:29.046]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build693841089/b557/_pkg_.a
2025-08-20T18:58:52.2988414Z [00:02:29.046]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:52.2988800Z [00:02:29.046]➜  EOF
2025-08-20T18:58:52.2992050Z [00:02:29.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0=>go.opentelemetry.io/otel@v1.29.0;$WORK/b543=>" -p go.opentelemetry.io/otel -lang=go1.21 -complete -installsuffix shared -buildid nf8h0EC3eSYMTvWg9kt3/nf8h0EC3eSYMTvWg9kt3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/version.go
2025-08-20T18:58:52.3044154Z [00:02:29.052]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T18:58:52.3062869Z [00:02:29.054]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/97/973f76bc436a9057fddc56cb60e4188838764669b45c761b81923a3d336eb132-d # internal
2025-08-20T18:58:52.3072248Z [00:02:29.054]➜  berty.tech/berty/v2/go/cmd/berty/mini
2025-08-20T18:58:52.3073027Z [00:02:29.054]➜  mkdir -p $WORK/b002/
2025-08-20T18:58:52.3076398Z [00:02:29.054]➜  cat >/tmp/go-build693841089/b002/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3077945Z [00:02:29.054]➜  # import config
2025-08-20T18:58:52.3081036Z [00:02:29.054]➜  packagefile berty.tech/berty/v2/go/internal/messengerutil=/tmp/go-build693841089/b003/_pkg_.a
2025-08-20T18:58:52.3081714Z [00:02:29.054]➜  packagefile berty.tech/berty/v2/go/pkg/assets=/tmp/go-build693841089/b360/_pkg_.a
2025-08-20T18:58:52.3082309Z [00:02:29.054]➜  packagefile berty.tech/berty/v2/go/pkg/banner=/tmp/go-build693841089/b370/_pkg_.a
2025-08-20T18:58:52.3082922Z [00:02:29.054]➜  packagefile berty.tech/berty/v2/go/pkg/bertylinks=/tmp/go-build693841089/b371/_pkg_.a
2025-08-20T18:58:52.3083532Z [00:02:29.054]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:58:52.3084492Z [00:02:29.054]➜  packagefile berty.tech/berty/v2/go/pkg/messengertypes=/tmp/go-build693841089/b132/_pkg_.a
2025-08-20T18:58:52.3085323Z [00:02:29.054]➜  packagefile berty.tech/weshnet/v2/pkg/lifecycle=/tmp/go-build693841089/b374/_pkg_.a
2025-08-20T18:58:52.3085928Z [00:02:29.054]➜  packagefile berty.tech/weshnet/v2/pkg/logutil=/tmp/go-build693841089/b376/_pkg_.a
2025-08-20T18:58:52.3086531Z [00:02:29.054]➜  packagefile berty.tech/weshnet/v2/pkg/netmanager=/tmp/go-build693841089/b402/_pkg_.a
2025-08-20T18:58:52.3087180Z [00:02:29.055]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:58:52.3087700Z [00:02:29.055]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.3088116Z [00:02:29.055]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.3088562Z [00:02:29.055]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:52.3089015Z [00:02:29.055]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.3089500Z [00:02:29.055]➜  packagefile github.com/atotto/clipboard=/tmp/go-build693841089/b403/_pkg_.a
2025-08-20T18:58:52.3090040Z [00:02:29.055]➜  packagefile github.com/gdamore/tcell=/tmp/go-build693841089/b404/_pkg_.a
2025-08-20T18:58:52.3090604Z [00:02:29.055]➜  packagefile github.com/gdamore/tcell/terminfo=/tmp/go-build693841089/b408/_pkg_.a
2025-08-20T18:58:52.3091154Z [00:02:29.055]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.3091960Z [00:02:29.055]➜  packagefile github.com/mdp/qrterminal/v3=/tmp/go-build693841089/b460/_pkg_.a
2025-08-20T18:58:52.3092496Z [00:02:29.055]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:58:52.3093013Z [00:02:29.055]➜  packagefile github.com/rivo/tview=/tmp/go-build693841089/b466/_pkg_.a
2025-08-20T18:58:52.3093497Z [00:02:29.055]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:52.3094035Z [00:02:29.055]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:52.3094517Z [00:02:29.055]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.3095195Z [00:02:29.055]➜  packagefile moul.io/godev=/tmp/go-build693841089/b468/_pkg_.a
2025-08-20T18:58:52.3095623Z [00:02:29.055]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:52.3096024Z [00:02:29.055]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.3096445Z [00:02:29.055]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:52.3096867Z [00:02:29.055]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:52.3097287Z [00:02:29.055]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.3097589Z [00:02:29.055]➜  EOF
2025-08-20T18:58:52.3100013Z [00:02:29.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty/mini=>berty.tech/berty/v2/go/cmd/berty/mini;$WORK/b002=>" -p berty.tech/berty/v2/go/cmd/berty/mini -lang=go1.22 -complete -installsuffix shared -buildid _Yq0p8Qnm-k1QfiemAfk/_Yq0p8Qnm-k1QfiemAfk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack ./mini/doc.go ./mini/history_input.go ./mini/history_message.go ./mini/history_message_list.go ./mini/keyboard.go ./mini/main.go ./mini/utils.go ./mini/view_group.go ./mini/view_group_incoming.go ./mini/view_group_outgoing.go ./mini/view_tabbed_groups.go
2025-08-20T18:58:52.3128260Z [00:02:29.060]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T18:58:52.3132727Z [00:02:29.061]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/55/559152809cf4d92e09700d5156ee277b6af83751c3afc80107d902266f80fa2e-d # internal
2025-08-20T18:58:52.3152849Z [00:02:29.062]➜  github.com/ipfs/go-datastore/keytransform
2025-08-20T18:58:52.3176495Z [00:02:29.062]➜  mkdir -p $WORK/b575/
2025-08-20T18:58:52.3177244Z [00:02:29.063]➜  cat >/tmp/go-build693841089/b575/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3177657Z [00:02:29.063]➜  # import config
2025-08-20T18:58:52.3178000Z [00:02:29.063]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.3178498Z [00:02:29.063]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:52.3179087Z [00:02:29.063]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:52.3182710Z [00:02:29.063]➜  EOF
2025-08-20T18:58:52.3185864Z [00:02:29.063]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/keytransform=>github.com/ipfs/go-datastore@v0.6.0/keytransform;$WORK/b575=>" -p github.com/ipfs/go-datastore/keytransform -lang=go1.17 -complete -installsuffix shared -buildid oRx0JhMW4hVl-n-jBb3d/oRx0JhMW4hVl-n-jBb3d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/keytransform/doc.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/keytransform/interface.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/keytransform/keytransform.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/keytransform/transforms.go
2025-08-20T18:58:52.3540653Z [00:02:29.101]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T18:58:52.3542063Z [00:02:29.101]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/04/04fc0df0a6c4fc04482d19197835ed63e3bb9b28957a8d2f875f52a7df3a1f0d-d # internal
2025-08-20T18:58:52.3545295Z [00:02:29.101]➜  github.com/ipfs/boxo/blockservice/internal
2025-08-20T18:58:52.3553243Z [00:02:29.103]➜  mkdir -p $WORK/b542/
2025-08-20T18:58:52.3568062Z [00:02:29.104]➜  cat >/tmp/go-build693841089/b542/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3570115Z [00:02:29.104]➜  # import config
2025-08-20T18:58:52.3570536Z [00:02:29.104]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.3571062Z [00:02:29.104]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:52.3571626Z [00:02:29.104]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:52.3572008Z [00:02:29.104]➜  EOF
2025-08-20T18:58:52.3574030Z [00:02:29.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockservice/internal=>github.com/ipfs/boxo@v0.20.0/blockservice/internal;$WORK/b542=>" -p github.com/ipfs/boxo/blockservice/internal -lang=go1.21 -complete -installsuffix shared -buildid nHPndpAD5LgJ8KhwlJyf/nHPndpAD5LgJ8KhwlJyf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockservice/internal/tracing.go
2025-08-20T18:58:52.3613570Z [00:02:29.105]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T18:58:52.3614533Z [00:02:29.105]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/1a/1a61e762d7f1232b56cf39856bcb0a39dfed19b412a95cd8482d6fbdab0407d5-d # internal
2025-08-20T18:58:52.3615387Z [00:02:29.108]➜  github.com/ipfs/go-datastore/namespace
2025-08-20T18:58:52.3615699Z [00:02:29.108]➜  mkdir -p $WORK/b574/
2025-08-20T18:58:52.3616069Z [00:02:29.108]➜  cat >/tmp/go-build693841089/b574/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3616412Z [00:02:29.108]➜  # import config
2025-08-20T18:58:52.3616822Z [00:02:29.108]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:52.3617447Z [00:02:29.108]➜  packagefile github.com/ipfs/go-datastore/keytransform=/tmp/go-build693841089/b575/_pkg_.a
2025-08-20T18:58:52.3617867Z [00:02:29.108]➜  EOF
2025-08-20T18:58:52.3620046Z [00:02:29.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/namespace=>github.com/ipfs/go-datastore@v0.6.0/namespace;$WORK/b574=>" -p github.com/ipfs/go-datastore/namespace -lang=go1.17 -complete -installsuffix shared -buildid 2dSvmOohmenRmokVjitF/2dSvmOohmenRmokVjitF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/namespace/doc.go /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/namespace/namespace.go
2025-08-20T18:58:52.3637102Z [00:02:29.111]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T18:58:52.3660193Z [00:02:29.114]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/bd/bd0fc8daad21749db29fe9942317dbbfc04f5f9c0be1dc1f66a2df3972858a4b-d # internal
2025-08-20T18:58:52.3667845Z [00:02:29.114]➜  github.com/ipfs/go-metrics-interface
2025-08-20T18:58:52.3671039Z [00:02:29.114]➜  mkdir -p $WORK/b577/
2025-08-20T18:58:52.3682314Z [00:02:29.116]➜  cat >/tmp/go-build693841089/b577/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3683261Z [00:02:29.116]➜  # import config
2025-08-20T18:58:52.3684743Z [00:02:29.116]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.3685249Z [00:02:29.116]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.3685661Z [00:02:29.116]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.3685963Z [00:02:29.116]➜  EOF
2025-08-20T18:58:52.3688611Z [00:02:29.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.0.1=>github.com/ipfs/go-metrics-interface@v0.0.1;$WORK/b577=>" -p github.com/ipfs/go-metrics-interface -lang=go1.16 -complete -installsuffix shared -buildid q0rABOlAz8PFd0N7JD6N/q0rABOlAz8PFd0N7JD6N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.0.1/context.go /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.0.1/ctor.go /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.0.1/interface.go /root/go/pkg/mod/github.com/ipfs/go-metrics-interface@v0.0.1/noop.go
2025-08-20T18:58:52.3721016Z [00:02:29.119]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T18:58:52.3726436Z [00:02:29.120]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/e9/e9783e8ef9957b6057cf06923376af0eea19eb0b575401a18ef6bcddc34a3a9b-d # internal
2025-08-20T18:58:52.3733289Z [00:02:29.120]➜  github.com/ipfs/boxo/exchange
2025-08-20T18:58:52.3733616Z [00:02:29.120]➜  mkdir -p $WORK/b578/
2025-08-20T18:58:52.3737081Z [00:02:29.121]➜  cat >/tmp/go-build693841089/b578/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3737473Z [00:02:29.121]➜  # import config
2025-08-20T18:58:52.3739755Z [00:02:29.121]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.3740274Z [00:02:29.121]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:52.3740824Z [00:02:29.121]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.3741272Z [00:02:29.121]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.3741573Z [00:02:29.121]➜  EOF
2025-08-20T18:58:52.3743635Z [00:02:29.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/exchange=>github.com/ipfs/boxo@v0.20.0/exchange;$WORK/b578=>" -p github.com/ipfs/boxo/exchange -lang=go1.21 -complete -installsuffix shared -buildid nl2REEohl3vYIwE41hlh/nl2REEohl3vYIwE41hlh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/exchange/interface.go
2025-08-20T18:58:52.3757459Z [00:02:29.123]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T18:58:52.3762749Z [00:02:29.124]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/47/479023ea3db3b2d396bcc79b4f9cf2615bd1718c9a452ac5f0a67d975373549e-d # internal
2025-08-20T18:58:52.3764524Z [00:02:29.124]➜  github.com/ipfs/boxo/verifcid
2025-08-20T18:58:52.3765323Z [00:02:29.124]➜  mkdir -p $WORK/b579/
2025-08-20T18:58:52.3767669Z [00:02:29.124]➜  cat >/tmp/go-build693841089/b579/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3768218Z [00:02:29.124]➜  # import config
2025-08-20T18:58:52.3768898Z [00:02:29.124]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.3769511Z [00:02:29.124]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.3770186Z [00:02:29.124]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.3772263Z [00:02:29.124]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:52.3773344Z [00:02:29.124]➜  EOF
2025-08-20T18:58:52.3775687Z [00:02:29.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/verifcid=>github.com/ipfs/boxo@v0.20.0/verifcid;$WORK/b579=>" -p github.com/ipfs/boxo/verifcid -lang=go1.21 -complete -installsuffix shared -buildid cWetSnR6hmX7Rz8iRxsW/cWetSnR6hmX7Rz8iRxsW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/verifcid/allowlist.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/verifcid/cid.go
2025-08-20T18:58:52.3894162Z [00:02:29.137]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T18:58:52.3896679Z [00:02:29.137]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/95/95723ecde921c0f225e051bfbc04c40941fdc1c6ba5c01362305de6798174e47-d # internal
2025-08-20T18:58:52.3915136Z [00:02:29.139]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T18:58:52.3917079Z [00:02:29.139]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/02/02309b66eee989aa62f9ec58033239b367aa31c43b35e6dd78ad0f9e78aca77c-d # internal
2025-08-20T18:58:52.3918055Z [00:02:29.139]➜  github.com/ipfs/boxo/util
2025-08-20T18:58:52.3918372Z [00:02:29.139]➜  mkdir -p $WORK/b583/
2025-08-20T18:58:52.3918748Z [00:02:29.139]➜  cat >/tmp/go-build693841089/b583/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3919089Z [00:02:29.139]➜  # import config
2025-08-20T18:58:52.3919452Z [00:02:29.139]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:58:52.3919917Z [00:02:29.139]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.3920427Z [00:02:29.139]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build693841089/b339/_pkg_.a
2025-08-20T18:58:52.3923384Z [00:02:29.139]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:52.3924220Z [00:02:29.139]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.3925638Z [00:02:29.139]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:52.3926176Z [00:02:29.139]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:52.3926610Z [00:02:29.139]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:52.3927073Z [00:02:29.139]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:52.3927513Z [00:02:29.139]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.3928191Z [00:02:29.139]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.3928576Z [00:02:29.139]➜  EOF
2025-08-20T18:58:52.3934919Z [00:02:29.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/util=>github.com/ipfs/boxo@v0.20.0/util;$WORK/b583=>" -p github.com/ipfs/boxo/util -lang=go1.21 -complete -installsuffix shared -buildid WoRTcVNpX7GrKVbDtcOY/WoRTcVNpX7GrKVbDtcOY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/util/file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/util/time.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/util/util.go
2025-08-20T18:58:52.3937058Z [00:02:29.139]➜  github.com/gogo/protobuf/protoc-gen-gogo/descriptor
2025-08-20T18:58:52.3937413Z [00:02:29.139]➜  mkdir -p $WORK/b582/
2025-08-20T18:58:52.3937740Z [00:02:29.140]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T18:58:52.3940387Z [00:02:29.141]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/30/305b9a0f9fb2ffd39cc39f14565707610097b8ba510d9c4f7a80081a85498a7d-d # internal
2025-08-20T18:58:52.3941215Z [00:02:29.141]➜  github.com/ipfs/boxo/blockstore
2025-08-20T18:58:52.3941528Z [00:02:29.141]➜  mkdir -p $WORK/b562/
2025-08-20T18:58:52.3941926Z [00:02:29.142]➜  cat >/tmp/go-build693841089/b562/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3942271Z [00:02:29.142]➜  # import config
2025-08-20T18:58:52.3942608Z [00:02:29.142]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.3943406Z [00:02:29.142]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.3943814Z [00:02:29.142]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.3944323Z [00:02:29.142]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build693841089/b563/_pkg_.a
2025-08-20T18:58:52.3947270Z [00:02:29.142]➜  packagefile github.com/ipfs/bbloom=/tmp/go-build693841089/b566/_pkg_.a
2025-08-20T18:58:52.3948824Z [00:02:29.142]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/tmp/go-build693841089/b567/_pkg_.a
2025-08-20T18:58:52.3962533Z [00:02:29.142]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:52.3963099Z [00:02:29.142]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.3963644Z [00:02:29.142]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:52.3964243Z [00:02:29.142]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build693841089/b574/_pkg_.a
2025-08-20T18:58:52.3965735Z [00:02:29.142]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:52.3966334Z [00:02:29.142]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:52.3966887Z [00:02:29.142]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:52.3967474Z [00:02:29.142]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:52.3968093Z [00:02:29.142]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:52.3968593Z [00:02:29.142]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.3968994Z [00:02:29.142]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:52.3969394Z [00:02:29.142]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:52.3969831Z [00:02:29.142]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:52.3970254Z [00:02:29.142]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:52.3970559Z [00:02:29.142]➜  EOF
2025-08-20T18:58:52.3970914Z [00:02:29.142]➜  cat >/tmp/go-build693841089/b582/importcfg << 'EOF' # internal
2025-08-20T18:58:52.3971251Z [00:02:29.142]➜  # import config
2025-08-20T18:58:52.3971581Z [00:02:29.142]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.3972349Z [00:02:29.142]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:52.3972858Z [00:02:29.142]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.3973354Z [00:02:29.142]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:52.3973851Z [00:02:29.142]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:52.3974266Z [00:02:29.142]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:52.3974833Z [00:02:29.142]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:52.3975302Z [00:02:29.142]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:52.3975710Z [00:02:29.142]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:52.3976124Z [00:02:29.142]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.3976433Z [00:02:29.142]➜  EOF
2025-08-20T18:58:52.3979672Z [00:02:29.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_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/b582=>" -p github.com/gogo/protobuf/protoc-gen-gogo/descriptor -lang=go1.15 -complete -installsuffix shared -buildid 1feY0is3TOt6nJoAq6kP/1feY0is3TOt6nJoAq6kP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/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-20T18:58:52.3985610Z [00:02:29.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockstore=>github.com/ipfs/boxo@v0.20.0/blockstore;$WORK/b562=>" -p github.com/ipfs/boxo/blockstore -lang=go1.21 -complete -installsuffix shared -buildid ZFra9k9ZWzAyCAh06eVh/ZFra9k9ZWzAyCAh06eVh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockstore/blockstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockstore/bloom_cache.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockstore/caching.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockstore/idstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockstore/twoqueue_cache.go
2025-08-20T18:58:52.4206811Z [00:02:29.168]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T18:58:52.4217465Z [00:02:29.169]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/c0/c01ca43d360a4792facc960612b9dd128b18e47ae3f82a5a50455fa91dd13ee2-d # internal
2025-08-20T18:58:52.4224414Z [00:02:29.170]➜  github.com/ipld/go-ipld-prime/datamodel
2025-08-20T18:58:52.4225782Z [00:02:29.170]➜  mkdir -p $WORK/b587/
2025-08-20T18:58:52.4233168Z [00:02:29.171]➜  cat >/tmp/go-build693841089/b587/importcfg << 'EOF' # internal
2025-08-20T18:58:52.4233625Z [00:02:29.171]➜  # import config
2025-08-20T18:58:52.4233978Z [00:02:29.171]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.4234392Z [00:02:29.171]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.4234916Z [00:02:29.171]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.4235344Z [00:02:29.171]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:52.4235760Z [00:02:29.171]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.4236072Z [00:02:29.171]➜  EOF
2025-08-20T18:58:52.4241295Z [00:02:29.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_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/b587=>" -p github.com/ipld/go-ipld-prime/datamodel -lang=go1.19 -complete -installsuffix shared -buildid LNnuyYvg0Uc3fYUZH5Tz/LNnuyYvg0Uc3fYUZH5Tz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/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-20T18:58:52.5152091Z [00:02:29.262]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T18:58:52.5174148Z [00:02:29.264]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/e9/e949a3ec29d10a23309868eb93a5063ef08eebfcf113c54e89cc3f9262a32717-d # internal
2025-08-20T18:58:52.5174894Z [00:02:29.264]➜  github.com/ipld/go-ipld-prime/adl
2025-08-20T18:58:52.5175202Z [00:02:29.264]➜  mkdir -p $WORK/b586/
2025-08-20T18:58:52.5199992Z [00:02:29.267]➜  cat >/tmp/go-build693841089/b586/importcfg << 'EOF' # internal
2025-08-20T18:58:52.5200804Z [00:02:29.267]➜  # import config
2025-08-20T18:58:52.5202934Z [00:02:29.267]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:52.5205325Z [00:02:29.267]➜  EOF
2025-08-20T18:58:52.5209850Z [00:02:29.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_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/b586=>" -p github.com/ipld/go-ipld-prime/adl -lang=go1.19 -complete -installsuffix shared -buildid yYbnX8zTbAbqXiJuwIcJ/yYbnX8zTbAbqXiJuwIcJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/adl/interface.go
2025-08-20T18:58:52.5542563Z [00:02:29.302]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T18:58:52.5559243Z [00:02:29.303]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/20/20df41ce1c03d8b977abcf31d78f713e9fbc8edcd0549a9f58a37b3b27d87794-d # internal
2025-08-20T18:58:52.5567341Z [00:02:29.304]➜  github.com/ipld/go-ipld-prime/codec
2025-08-20T18:58:52.5568452Z [00:02:29.304]➜  mkdir -p $WORK/b588/
2025-08-20T18:58:52.5586226Z [00:02:29.306]➜  cat >/tmp/go-build693841089/b588/importcfg << 'EOF' # internal
2025-08-20T18:58:52.5586904Z [00:02:29.306]➜  # import config
2025-08-20T18:58:52.5587822Z [00:02:29.306]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:52.5588601Z [00:02:29.306]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.5589657Z [00:02:29.306]➜  EOF
2025-08-20T18:58:52.5607012Z [00:02:29.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_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/b588=>" -p github.com/ipld/go-ipld-prime/codec -lang=go1.19 -complete -installsuffix shared -buildid YOzMCwHCCB6FTFkBc6Y5/YOzMCwHCCB6FTFkBc6Y5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/api.go
2025-08-20T18:58:52.5734017Z [00:02:29.321]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T18:58:52.5739371Z [00:02:29.321]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/fe/fe93f957937452d46d2a140c241a820ebdaf63ce0b244db8018275aaed28f9b0-d # internal
2025-08-20T18:58:52.5785851Z [00:02:29.323]➜  github.com/ipld/go-ipld-prime/storage
2025-08-20T18:58:52.5793441Z [00:02:29.324]➜  mkdir -p $WORK/b590/
2025-08-20T18:58:52.5794173Z [00:02:29.324]➜  cat >/tmp/go-build693841089/b590/importcfg << 'EOF' # internal
2025-08-20T18:58:52.5794775Z [00:02:29.324]➜  # import config
2025-08-20T18:58:52.5795177Z [00:02:29.324]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.5795605Z [00:02:29.324]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.5796017Z [00:02:29.324]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.5796436Z [00:02:29.324]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.5796740Z [00:02:29.324]➜  EOF
2025-08-20T18:58:52.5799134Z [00:02:29.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_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/b590=>" -p github.com/ipld/go-ipld-prime/storage -lang=go1.19 -complete -installsuffix shared -buildid NJth2eUU_J2VnuvEExhf/NJth2eUU_J2VnuvEExhf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/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-20T18:58:52.5801259Z [00:02:29.325]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T18:58:52.5878629Z [00:02:29.335]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/c1/c16e0c8b71dc3f84216af329ad044c12870517f3a3c496792d17740fe77c7afc-d # internal
2025-08-20T18:58:52.5886068Z [00:02:29.335]➜  github.com/ipfs/boxo/blockservice
2025-08-20T18:58:52.5886410Z [00:02:29.335]➜  mkdir -p $WORK/b541/
2025-08-20T18:58:52.5900964Z [00:02:29.338]➜  cat >/tmp/go-build693841089/b541/importcfg << 'EOF' # internal
2025-08-20T18:58:52.5901956Z [00:02:29.338]➜  # import config
2025-08-20T18:58:52.5904400Z [00:02:29.338]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.5905305Z [00:02:29.338]➜  packagefile github.com/ipfs/boxo/blockservice/internal=/tmp/go-build693841089/b542/_pkg_.a
2025-08-20T18:58:52.5907630Z [00:02:29.338]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:52.5908225Z [00:02:29.338]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:58:52.5908798Z [00:02:29.338]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build693841089/b579/_pkg_.a
2025-08-20T18:58:52.5909371Z [00:02:29.338]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:52.5909937Z [00:02:29.338]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.5910484Z [00:02:29.338]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:52.5911035Z [00:02:29.338]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:52.5911620Z [00:02:29.338]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:52.5912211Z [00:02:29.338]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:52.5912692Z [00:02:29.338]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.5913091Z [00:02:29.338]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:52.5913395Z [00:02:29.338]➜  EOF
2025-08-20T18:58:52.5915404Z [00:02:29.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockservice=>github.com/ipfs/boxo@v0.20.0/blockservice;$WORK/b541=>" -p github.com/ipfs/boxo/blockservice -lang=go1.21 -complete -installsuffix shared -buildid 7OR9JA0-ME064pQXqOWp/7OR9JA0-ME064pQXqOWp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/blockservice/blockservice.go
2025-08-20T18:58:52.6114240Z [00:02:29.359]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T18:58:52.6124878Z [00:02:29.359]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/8f/8ff1258fec48a0b90d82d523cc1335bb887e1316439a344ee630d245adc3dc58-d # internal
2025-08-20T18:58:52.6125613Z [00:02:29.359]➜  github.com/ipld/go-ipld-prime/linking
2025-08-20T18:58:52.6125935Z [00:02:29.359]➜  mkdir -p $WORK/b589/
2025-08-20T18:58:52.6126308Z [00:02:29.359]➜  cat >/tmp/go-build693841089/b589/importcfg << 'EOF' # internal
2025-08-20T18:58:52.6126655Z [00:02:29.359]➜  # import config
2025-08-20T18:58:52.6127009Z [00:02:29.359]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.6127429Z [00:02:29.359]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:52.6127835Z [00:02:29.359]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.6128341Z [00:02:29.359]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:52.6128971Z [00:02:29.359]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:52.6129595Z [00:02:29.359]➜  packagefile github.com/ipld/go-ipld-prime/storage=/tmp/go-build693841089/b590/_pkg_.a
2025-08-20T18:58:52.6130096Z [00:02:29.359]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:52.6130489Z [00:02:29.359]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.6130790Z [00:02:29.359]➜  EOF
2025-08-20T18:58:52.6133503Z [00:02:29.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_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/b589=>" -p github.com/ipld/go-ipld-prime/linking -lang=go1.19 -complete -installsuffix shared -buildid XX1vUCXmOW3oNxquOKPL/XX1vUCXmOW3oNxquOKPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/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-20T18:58:52.6695796Z [00:02:29.417]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T18:58:52.6704169Z [00:02:29.418]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/a4/a41bdc52aee6992555915dfa6a616dbf605a24c659c338d0a46769750e525abc-d # internal
2025-08-20T18:58:52.6732127Z [00:02:29.421]➜  github.com/ipld/go-ipld-prime/node/mixins
2025-08-20T18:58:52.6744712Z [00:02:29.421]➜  mkdir -p $WORK/b592/
2025-08-20T18:58:52.6745157Z [00:02:29.421]➜  cat >/tmp/go-build693841089/b592/importcfg << 'EOF' # internal
2025-08-20T18:58:52.6745507Z [00:02:29.421]➜  # import config
2025-08-20T18:58:52.6745838Z [00:02:29.421]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.6746370Z [00:02:29.421]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:52.6746924Z [00:02:29.421]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.6747242Z [00:02:29.421]➜  EOF
2025-08-20T18:58:52.6751683Z [00:02:29.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_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/b592=>" -p github.com/ipld/go-ipld-prime/node/mixins -lang=go1.19 -complete -installsuffix shared -buildid f-4w2z_g5FKrVqGW7Z2W/f-4w2z_g5FKrVqGW7Z2W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/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-20T18:58:52.6773253Z [00:02:29.424]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T18:58:52.6902028Z [00:02:29.437]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/58/581b93f50f44a492fa8b56d084ebfcd42dc7cedbb400116dc841f4314176fd3f-d # internal
2025-08-20T18:58:52.6902727Z [00:02:29.437]➜  github.com/ipld/go-ipld-prime/multicodec
2025-08-20T18:58:52.6903050Z [00:02:29.437]➜  mkdir -p $WORK/b595/
2025-08-20T18:58:52.6909376Z [00:02:29.438]➜  cat >/tmp/go-build693841089/b595/importcfg << 'EOF' # internal
2025-08-20T18:58:52.6909892Z [00:02:29.438]➜  # import config
2025-08-20T18:58:52.6910228Z [00:02:29.438]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.6910772Z [00:02:29.438]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:52.6911171Z [00:02:29.438]➜  EOF
2025-08-20T18:58:52.6913463Z [00:02:29.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_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/b595=>" -p github.com/ipld/go-ipld-prime/multicodec -lang=go1.19 -complete -installsuffix shared -buildid W7oGSozSt8sUnypNSTIp/W7oGSozSt8sUnypNSTIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/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-20T18:58:52.6920681Z [00:02:29.438]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T18:58:52.6921371Z [00:02:29.439]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/d6/d600e44dbadcad6fb9c0dbf57c2800a741bcfa71ee7757b2f5a30190c46ebd00-d # internal
2025-08-20T18:58:52.6938329Z [00:02:29.441]➜  github.com/ipld/go-ipld-prime/schema
2025-08-20T18:58:52.6939715Z [00:02:29.441]➜  mkdir -p $WORK/b596/
2025-08-20T18:58:52.6940102Z [00:02:29.441]➜  cat >/tmp/go-build693841089/b596/importcfg << 'EOF' # internal
2025-08-20T18:58:52.6940448Z [00:02:29.441]➜  # import config
2025-08-20T18:58:52.6940775Z [00:02:29.441]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.6941303Z [00:02:29.441]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:52.6941840Z [00:02:29.441]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.6942152Z [00:02:29.441]➜  EOF
2025-08-20T18:58:52.6946321Z [00:02:29.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_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/b596=>" -p github.com/ipld/go-ipld-prime/schema -lang=go1.19 -complete -installsuffix shared -buildid iKZilYvER2wckLq0_Gw8/iKZilYvER2wckLq0_Gw8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/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-20T18:58:52.7139549Z [00:02:29.461]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T18:58:52.7147728Z [00:02:29.461]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/9b/9b8216e6a56f228e89a2ab083c410391e21fd8e284f0ca167df93eba381e4651-d # internal
2025-08-20T18:58:52.7148740Z [00:02:29.461]➜  github.com/ipld/go-ipld-prime/linking/cid
2025-08-20T18:58:52.7149157Z [00:02:29.461]➜  mkdir -p $WORK/b594/
2025-08-20T18:58:52.7149533Z [00:02:29.461]➜  cat >/tmp/go-build693841089/b594/importcfg << 'EOF' # internal
2025-08-20T18:58:52.7149879Z [00:02:29.461]➜  # import config
2025-08-20T18:58:52.7150218Z [00:02:29.461]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.7150627Z [00:02:29.461]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.7151108Z [00:02:29.461]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:52.7151676Z [00:02:29.461]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:52.7152296Z [00:02:29.461]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:52.7152919Z [00:02:29.461]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:52.7153555Z [00:02:29.461]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:52.7154188Z [00:02:29.461]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:52.7154969Z [00:02:29.461]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:52.7155500Z [00:02:29.461]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:52.7156218Z [00:02:29.461]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.7156615Z [00:02:29.461]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:52.7156911Z [00:02:29.461]➜  EOF
2025-08-20T18:58:52.7159498Z [00:02:29.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_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/b594=>" -p github.com/ipld/go-ipld-prime/linking/cid -lang=go1.19 -complete -installsuffix shared -buildid LNnEINGWYyTbNsAnhVJy/LNnEINGWYyTbNsAnhVJy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/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-20T18:58:52.7267508Z [00:02:29.471]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T18:58:52.7378392Z [00:02:29.485]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/9f/9f696a0fb71290a1a67548d89da8cf3393896d5cb0cdea04ae944adecce12de5-d # internal
2025-08-20T18:58:52.7457758Z [00:02:29.493]➜  github.com/gogo/protobuf/gogoproto
2025-08-20T18:58:52.7469660Z [00:02:29.493]➜  mkdir -p $WORK/b581/
2025-08-20T18:58:52.7470090Z [00:02:29.494]➜  cat >/tmp/go-build693841089/b581/importcfg << 'EOF' # internal
2025-08-20T18:58:52.7470444Z [00:02:29.494]➜  # import config
2025-08-20T18:58:52.7470796Z [00:02:29.494]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.7471296Z [00:02:29.494]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:52.7471959Z [00:02:29.494]➜  packagefile github.com/gogo/protobuf/protoc-gen-gogo/descriptor=/tmp/go-build693841089/b582/_pkg_.a
2025-08-20T18:58:52.7472512Z [00:02:29.494]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:52.7472836Z [00:02:29.494]➜  EOF
2025-08-20T18:58:52.7475608Z [00:02:29.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/gogoproto=>github.com/gogo/protobuf@v1.3.2/gogoproto;$WORK/b581=>" -p github.com/gogo/protobuf/gogoproto -lang=go1.15 -complete -installsuffix shared -buildid xd44lMExgBA7FkSjEeme/xd44lMExgBA7FkSjEeme -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/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-20T18:58:52.7769114Z [00:02:29.524]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T18:58:52.7824993Z [00:02:29.530]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/ce/ce8b67fb5c25f4a6ee66f1fee582bb3fe2e6070439b5d0ca7131212e551bff8b-d # internal
2025-08-20T18:58:52.7828613Z [00:02:29.530]➜  go/scanner
2025-08-20T18:58:52.7828925Z [00:02:29.530]➜  mkdir -p $WORK/b599/
2025-08-20T18:58:52.7829303Z [00:02:29.530]➜  cat >/tmp/go-build693841089/b599/importcfg << 'EOF' # internal
2025-08-20T18:58:52.7829648Z [00:02:29.530]➜  # import config
2025-08-20T18:58:52.7829982Z [00:02:29.530]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.7830388Z [00:02:29.530]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.7830801Z [00:02:29.530]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:58:52.7831222Z [00:02:29.530]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.7831653Z [00:02:29.530]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:52.7832087Z [00:02:29.530]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:52.7832501Z [00:02:29.530]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:52.7832918Z [00:02:29.530]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:52.7833741Z [00:02:29.530]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:52.7834080Z [00:02:29.530]➜  EOF
2025-08-20T18:58:52.7835829Z [00:02:29.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b599=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T18:58:52.8054399Z [00:02:29.553]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T18:58:52.8075383Z [00:02:29.554]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T18:58:52.8084017Z [00:02:29.555]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/07/07fca740ccdc3746413207d550d1239a43c0115aa98b1f6a682ac3d4a87c326c-d # internal
2025-08-20T18:58:52.8087440Z [00:02:29.556]➜  go/build/constraint
2025-08-20T18:58:52.8087751Z [00:02:29.556]➜  mkdir -p $WORK/b601/
2025-08-20T18:58:52.8088127Z [00:02:29.556]➜  cat >/tmp/go-build693841089/b601/importcfg << 'EOF' # internal
2025-08-20T18:58:52.8088473Z [00:02:29.556]➜  # import config
2025-08-20T18:58:52.8088809Z [00:02:29.556]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:52.8089227Z [00:02:29.556]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:52.8089667Z [00:02:29.556]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.8090088Z [00:02:29.556]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:52.8090526Z [00:02:29.556]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:52.8090854Z [00:02:29.556]➜  EOF
2025-08-20T18:58:52.8092538Z [00:02:29.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b601=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T18:58:52.8107049Z [00:02:29.558]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/e7/e74f5d05f14f6d5e245250bda6d0af285cbd40887bd68e50c699f86173f68a7a-d # internal
2025-08-20T18:58:52.8110181Z [00:02:29.559]➜  github.com/ipld/go-ipld-prime/node/basicnode
2025-08-20T18:58:52.8111580Z [00:02:29.559]➜  mkdir -p $WORK/b591/
2025-08-20T18:58:52.8120446Z [00:02:29.559]➜  cat >/tmp/go-build693841089/b591/importcfg << 'EOF' # internal
2025-08-20T18:58:52.8120946Z [00:02:29.559]➜  # import config
2025-08-20T18:58:52.8121285Z [00:02:29.559]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.8121693Z [00:02:29.559]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.8122236Z [00:02:29.559]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:52.8122861Z [00:02:29.559]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:52.8123493Z [00:02:29.559]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build693841089/b592/_pkg_.a
2025-08-20T18:58:52.8123999Z [00:02:29.559]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.8124409Z [00:02:29.559]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:52.8124961Z [00:02:29.559]➜  EOF
2025-08-20T18:58:52.8129886Z [00:02:29.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_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/b591=>" -p github.com/ipld/go-ipld-prime/node/basicnode -lang=go1.19 -complete -installsuffix shared -buildid 2j47itgacu54l5BcC4hQ/2j47itgacu54l5BcC4hQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/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-20T18:58:52.8180900Z [00:02:29.565]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T18:58:52.8198101Z [00:02:29.567]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/4a/4a72717f647bcb680a3fe7a79758e8f80088fe1f55b29ae9fdc2a02c28b1ca76-d # internal
2025-08-20T18:58:52.8302293Z [00:02:29.577]➜  github.com/ipfs/boxo/ipld/merkledag/pb
2025-08-20T18:58:52.8313694Z [00:02:29.577]➜  mkdir -p $WORK/b580/
2025-08-20T18:58:52.8314085Z [00:02:29.578]➜  cat >/tmp/go-build693841089/b580/importcfg << 'EOF' # internal
2025-08-20T18:58:52.8314434Z [00:02:29.578]➜  # import config
2025-08-20T18:58:52.8314989Z [00:02:29.578]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.8315414Z [00:02:29.578]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.8315933Z [00:02:29.578]➜  packagefile github.com/gogo/protobuf/gogoproto=/tmp/go-build693841089/b581/_pkg_.a
2025-08-20T18:58:52.8316528Z [00:02:29.578]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:52.8317006Z [00:02:29.578]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.8317419Z [00:02:29.578]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:52.8317839Z [00:02:29.578]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:52.8318264Z [00:02:29.578]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:52.8318677Z [00:02:29.578]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.8318987Z [00:02:29.578]➜  EOF
2025-08-20T18:58:52.8321593Z [00:02:29.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/pb=>github.com/ipfs/boxo@v0.20.0/ipld/merkledag/pb;$WORK/b580=>" -p github.com/ipfs/boxo/ipld/merkledag/pb -lang=go1.21 -complete -installsuffix shared -buildid 0KlKhIW94WsuhPzDHr3v/0KlKhIW94WsuhPzDHr3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/pb/merkledag.pb.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/pb/upgrade_check.go
2025-08-20T18:58:52.8394331Z [00:02:29.587]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T18:58:52.8407235Z [00:02:29.587]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T18:58:52.8407810Z [00:02:29.587]➜  go/ast
2025-08-20T18:58:52.8408047Z [00:02:29.587]➜  mkdir -p $WORK/b598/
2025-08-20T18:58:52.8408438Z [00:02:29.588]➜  cat >/tmp/go-build693841089/b598/importcfg << 'EOF' # internal
2025-08-20T18:58:52.8408785Z [00:02:29.588]➜  # import config
2025-08-20T18:58:52.8409122Z [00:02:29.588]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.8409528Z [00:02:29.588]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:52.8409927Z [00:02:29.588]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.8410344Z [00:02:29.588]➜  packagefile go/scanner=/tmp/go-build693841089/b599/_pkg_.a
2025-08-20T18:58:52.8411148Z [00:02:29.588]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:58:52.8411555Z [00:02:29.588]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:52.8411952Z [00:02:29.588]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:52.8412346Z [00:02:29.588]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:52.8412751Z [00:02:29.588]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:52.8413180Z [00:02:29.588]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:52.8413598Z [00:02:29.588]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:52.8414014Z [00:02:29.588]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.8414321Z [00:02:29.588]➜  EOF
2025-08-20T18:58:52.8421155Z [00:02:29.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b598=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/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-20T18:58:52.8741293Z [00:02:29.621]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T18:58:52.8768288Z [00:02:29.622]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T18:58:52.8769070Z [00:02:29.622]➜  go/doc/comment
2025-08-20T18:58:52.8769333Z [00:02:29.622]➜  mkdir -p $WORK/b603/
2025-08-20T18:58:52.8769710Z [00:02:29.623]➜  cat >/tmp/go-build693841089/b603/importcfg << 'EOF' # internal
2025-08-20T18:58:52.8770051Z [00:02:29.623]➜  # import config
2025-08-20T18:58:52.8770416Z [00:02:29.623]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.8770818Z [00:02:29.623]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.8771220Z [00:02:29.623]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:52.8771626Z [00:02:29.623]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:52.8772037Z [00:02:29.623]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:52.8772791Z [00:02:29.623]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.8773352Z [00:02:29.623]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:52.8773795Z [00:02:29.623]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:52.8774125Z [00:02:29.623]➜  EOF
2025-08-20T18:58:52.8776567Z [00:02:29.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b603=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/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-20T18:58:52.8985168Z [00:02:29.646]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T18:58:52.8996294Z [00:02:29.647]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/12/123fc3b444af09df3a8d8f03a01ef612189b844296e0433016f0c1fde90a03c9-d # internal
2025-08-20T18:58:52.9006988Z [00:02:29.647]➜  github.com/polydawn/refmt/obj/atlas
2025-08-20T18:58:52.9007347Z [00:02:29.647]➜  mkdir -p $WORK/b609/
2025-08-20T18:58:52.9007735Z [00:02:29.647]➜  cat >/tmp/go-build693841089/b609/importcfg << 'EOF' # internal
2025-08-20T18:58:52.9008486Z [00:02:29.647]➜  # import config
2025-08-20T18:58:52.9008824Z [00:02:29.647]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.9009238Z [00:02:29.647]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:52.9009646Z [00:02:29.647]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:52.9010058Z [00:02:29.647]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:52.9010485Z [00:02:29.647]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:52.9010794Z [00:02:29.647]➜  EOF
2025-08-20T18:58:52.9016016Z [00:02:29.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_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/b609=>" -p github.com/polydawn/refmt/obj/atlas -lang=go1.16 -complete -installsuffix shared -buildid l04DOJaYgg2m89QVchFw/l04DOJaYgg2m89QVchFw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/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-20T18:58:52.9838194Z [00:02:29.731]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T18:58:52.9854248Z [00:02:29.733]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/6e/6efe0839743ce7bde9baa690eba864dc7658d33ff796b067e439cc1b954947d8-d # internal
2025-08-20T18:58:52.9854997Z [00:02:29.733]➜  github.com/polydawn/refmt/tok
2025-08-20T18:58:52.9855640Z [00:02:29.733]➜  mkdir -p $WORK/b610/
2025-08-20T18:58:52.9856273Z [00:02:29.733]➜  cat >/tmp/go-build693841089/b610/importcfg << 'EOF' # internal
2025-08-20T18:58:52.9857039Z [00:02:29.733]➜  # import config
2025-08-20T18:58:52.9857828Z [00:02:29.733]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:52.9858317Z [00:02:29.733]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:52.9858632Z [00:02:29.733]➜  EOF
2025-08-20T18:58:52.9860394Z [00:02:29.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/tok=>github.com/polydawn/refmt@v0.89.0/tok;$WORK/b610=>" -p github.com/polydawn/refmt/tok -lang=go1.16 -complete -installsuffix shared -buildid YcwFCA_qhOxCLQzC4KHO/YcwFCA_qhOxCLQzC4KHO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/tok/token.go
2025-08-20T18:58:53.0080341Z [00:02:29.755]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T18:58:53.0083539Z [00:02:29.756]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/bc/bc8897a05652af6180d3dab3744e612092a0a28591c65362760ff57c1d5a0984-d # internal
2025-08-20T18:58:53.0086691Z [00:02:29.756]➜  github.com/polydawn/refmt/obj
2025-08-20T18:58:53.0087462Z [00:02:29.756]➜  mkdir -p $WORK/b608/
2025-08-20T18:58:53.0089873Z [00:02:29.757]➜  cat >/tmp/go-build693841089/b608/importcfg << 'EOF' # internal
2025-08-20T18:58:53.0090885Z [00:02:29.757]➜  # import config
2025-08-20T18:58:53.0091711Z [00:02:29.757]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.0092244Z [00:02:29.757]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:58:53.0093233Z [00:02:29.757]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build693841089/b610/_pkg_.a
2025-08-20T18:58:53.0093728Z [00:02:29.757]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:53.0094141Z [00:02:29.757]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:53.0094440Z [00:02:29.757]➜  EOF
2025-08-20T18:58:53.0102448Z [00:02:29.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/obj=>github.com/polydawn/refmt@v0.89.0/obj;$WORK/b608=>" -p github.com/polydawn/refmt/obj -lang=go1.16 -complete -installsuffix shared -buildid 4WxKHM5HcwdTQReRHQAU/4WxKHM5HcwdTQReRHQAU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/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-20T18:58:53.0423800Z [00:02:29.790]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T18:58:53.0441275Z [00:02:29.791]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T18:58:53.0459571Z [00:02:29.793]➜  github.com/polydawn/refmt/shared
2025-08-20T18:58:53.0462281Z [00:02:29.793]➜  mkdir -p $WORK/b611/
2025-08-20T18:58:53.0492301Z [00:02:29.797]➜  cat >/tmp/go-build693841089/b611/importcfg << 'EOF' # internal
2025-08-20T18:58:53.0496722Z [00:02:29.797]➜  # import config
2025-08-20T18:58:53.0497084Z [00:02:29.797]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.0497503Z [00:02:29.797]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.0497908Z [00:02:29.797]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.0498406Z [00:02:29.797]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build693841089/b610/_pkg_.a
2025-08-20T18:58:53.0498899Z [00:02:29.797]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.0499195Z [00:02:29.797]➜  EOF
2025-08-20T18:58:53.0501279Z [00:02:29.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/shared=>github.com/polydawn/refmt@v0.89.0/shared;$WORK/b611=>" -p github.com/polydawn/refmt/shared -lang=go1.16 -complete -installsuffix shared -buildid kCxNENL28Ku1a2PKfY6Z/kCxNENL28Ku1a2PKfY6Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/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-20T18:58:53.0962151Z [00:02:29.844]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T18:58:53.0967659Z [00:02:29.844]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/b3/b39be2d1c62ebb1d5e62793f43f957f363762d368f009594aa924d25dfc9d532-d # internal
2025-08-20T18:58:53.0985962Z [00:02:29.844]➜  github.com/ipld/go-ipld-prime/linking/preload
2025-08-20T18:58:53.0986832Z [00:02:29.844]➜  mkdir -p $WORK/b614/
2025-08-20T18:58:53.0987767Z [00:02:29.845]➜  cat >/tmp/go-build693841089/b614/importcfg << 'EOF' # internal
2025-08-20T18:58:53.0988187Z [00:02:29.845]➜  # import config
2025-08-20T18:58:53.0988542Z [00:02:29.845]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.0989092Z [00:02:29.845]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.0989532Z [00:02:29.845]➜  EOF
2025-08-20T18:58:53.0991571Z [00:02:29.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_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/b614=>" -p github.com/ipld/go-ipld-prime/linking/preload -lang=go1.19 -complete -installsuffix shared -buildid u6lT-FNVLWWb7tr0QG-8/u6lT-FNVLWWb7tr0QG-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/linking/preload/preload.go
2025-08-20T18:58:53.1318351Z [00:02:29.879]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T18:58:53.1323644Z [00:02:29.880]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/ca/caa906ebd6764679d724f098b6713b3f284c40d04a1152827c4a15fcefea0576-d # internal
2025-08-20T18:58:53.1324934Z [00:02:29.880]➜  github.com/ipld/go-ipld-prime/codec/raw
2025-08-20T18:58:53.1325278Z [00:02:29.880]➜  mkdir -p $WORK/b617/
2025-08-20T18:58:53.1329223Z [00:02:29.880]➜  cat >/tmp/go-build693841089/b617/importcfg << 'EOF' # internal
2025-08-20T18:58:53.1329664Z [00:02:29.880]➜  # import config
2025-08-20T18:58:53.1330001Z [00:02:29.880]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.1330526Z [00:02:29.880]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:53.1331152Z [00:02:29.880]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.1332052Z [00:02:29.880]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:53.1332652Z [00:02:29.880]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.1332953Z [00:02:29.880]➜  EOF
2025-08-20T18:58:53.1351258Z [00:02:29.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_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/b617=>" -p github.com/ipld/go-ipld-prime/codec/raw -lang=go1.19 -complete -installsuffix shared -buildid gqEqDd6CQxGgTzI8QLyJ/gqEqDd6CQxGgTzI8QLyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/raw/codec.go
2025-08-20T18:58:53.1730852Z [00:02:29.920]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T18:58:53.1735307Z [00:02:29.921]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/33/330902d3325599c71c50d4104db42358b9bb34956e5dc85a9354a1faddbd9646-d # internal
2025-08-20T18:58:53.1735948Z [00:02:29.921]➜  github.com/ipld/go-ipld-prime/fluent/qp
2025-08-20T18:58:53.1736261Z [00:02:29.921]➜  mkdir -p $WORK/b618/
2025-08-20T18:58:53.1739622Z [00:02:29.921]➜  cat >/tmp/go-build693841089/b618/importcfg << 'EOF' # internal
2025-08-20T18:58:53.1740010Z [00:02:29.921]➜  # import config
2025-08-20T18:58:53.1740341Z [00:02:29.921]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.1741302Z [00:02:29.921]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.1741718Z [00:02:29.921]➜  EOF
2025-08-20T18:58:53.1743643Z [00:02:29.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_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/b618=>" -p github.com/ipld/go-ipld-prime/fluent/qp -lang=go1.19 -complete -installsuffix shared -buildid day2RzDAhCkgKifQBvFJ/day2RzDAhCkgKifQBvFJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/fluent/qp/qp.go
2025-08-20T18:58:53.1802635Z [00:02:29.928]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T18:58:53.1823419Z [00:02:29.930]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/76/767d07b5349ca721c5d3e2f60da5dc3a2daadcbb4fb33ecb0a87c1746a3daadf-d # internal
2025-08-20T18:58:53.1825625Z [00:02:29.930]➜  github.com/polydawn/refmt/json
2025-08-20T18:58:53.1828222Z [00:02:29.930]➜  mkdir -p $WORK/b607/
2025-08-20T18:58:53.1830313Z [00:02:29.931]➜  cat >/tmp/go-build693841089/b607/importcfg << 'EOF' # internal
2025-08-20T18:58:53.1830675Z [00:02:29.931]➜  # import config
2025-08-20T18:58:53.1831012Z [00:02:29.931]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.1834573Z [00:02:29.931]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.1835287Z [00:02:29.931]➜  packagefile github.com/polydawn/refmt/obj=/tmp/go-build693841089/b608/_pkg_.a
2025-08-20T18:58:53.1835894Z [00:02:29.931]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:58:53.1836498Z [00:02:29.931]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build693841089/b611/_pkg_.a
2025-08-20T18:58:53.1837079Z [00:02:29.931]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build693841089/b610/_pkg_.a
2025-08-20T18:58:53.1837545Z [00:02:29.931]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.1837956Z [00:02:29.931]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.1838365Z [00:02:29.931]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:53.1838780Z [00:02:29.931]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:53.1839220Z [00:02:29.931]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:58:53.1839995Z [00:02:29.931]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:53.1840411Z [00:02:29.931]➜  EOF
2025-08-20T18:58:53.1844160Z [00:02:29.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/json=>github.com/polydawn/refmt@v0.89.0/json;$WORK/b607=>" -p github.com/polydawn/refmt/json -lang=go1.16 -complete -installsuffix shared -buildid G3SyhDkr8FBj3QEfQxul/G3SyhDkr8FBj3QEfQxul -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/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-20T18:58:53.1955449Z [00:02:29.943]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
﻿2025-08-20T18:58:53.2049044Z [00:02:29.952]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/cb/cbb9dafd412db7be2ff969553b2265653f06b6fd33f53ba91aeb8532e1a001dc-d # internal
2025-08-20T18:58:53.2059347Z [00:02:29.952]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T18:58:53.2059741Z [00:02:29.953]➜  github.com/ipld/go-ipld-prime/node/basic
2025-08-20T18:58:53.2060388Z [00:02:29.953]➜  mkdir -p $WORK/b612/
2025-08-20T18:58:53.2060765Z [00:02:29.953]➜  cat >/tmp/go-build693841089/b612/importcfg << 'EOF' # internal
2025-08-20T18:58:53.2061106Z [00:02:29.953]➜  # import config
2025-08-20T18:58:53.2061556Z [00:02:29.953]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.2062185Z [00:02:29.953]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:53.2062844Z [00:02:29.953]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:53.2063269Z [00:02:29.953]➜  EOF
2025-08-20T18:58:53.2081461Z [00:02:29.953]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_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/b612=>" -p github.com/ipld/go-ipld-prime/node/basic -lang=go1.19 -complete -installsuffix shared -buildid 6nv_0GPt877quaHp1eC6/6nv_0GPt877quaHp1eC6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/node/basic/deprecated.go
2025-08-20T18:58:53.2083695Z [00:02:29.955]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/70/705c061728f9da511512f578f5923bdedf25b6019a80122f351ec883bb1fa2f8-d # internal
2025-08-20T18:58:53.2084311Z [00:02:29.955]➜  github.com/ipld/go-ipld-prime/traversal/selector
2025-08-20T18:58:53.2084784Z [00:02:29.955]➜  mkdir -p $WORK/b615/
2025-08-20T18:58:53.2085171Z [00:02:29.956]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T18:58:53.2094204Z [00:02:29.957]➜  cat >/tmp/go-build693841089/b615/importcfg << 'EOF' # internal
2025-08-20T18:58:53.2094692Z [00:02:29.957]➜  # import config
2025-08-20T18:58:53.2095494Z [00:02:29.957]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.2096383Z [00:02:29.957]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.2097250Z [00:02:29.957]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:53.2098041Z [00:02:29.957]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:53.2098891Z [00:02:29.957]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.2099955Z [00:02:29.957]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.2100535Z [00:02:29.957]➜  EOF
2025-08-20T18:58:53.2107115Z [00:02:29.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_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/b615=>" -p github.com/ipld/go-ipld-prime/traversal/selector -lang=go1.19 -complete -installsuffix shared -buildid BGcdzlZaHoVrG7091bmB/BGcdzlZaHoVrG7091bmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/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-20T18:58:53.2154255Z [00:02:29.962]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T18:58:53.2169559Z [00:02:29.962]➜  go/parser
2025-08-20T18:58:53.2169827Z [00:02:29.962]➜  mkdir -p $WORK/b600/
2025-08-20T18:58:53.2170216Z [00:02:29.962]➜  cat >/tmp/go-build693841089/b600/importcfg << 'EOF' # internal
2025-08-20T18:58:53.2170561Z [00:02:29.962]➜  # import config
2025-08-20T18:58:53.2170895Z [00:02:29.962]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.2171316Z [00:02:29.962]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.2171722Z [00:02:29.962]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.2172125Z [00:02:29.962]➜  packagefile go/ast=/tmp/go-build693841089/b598/_pkg_.a
2025-08-20T18:58:53.2172588Z [00:02:29.962]➜  packagefile go/build/constraint=/tmp/go-build693841089/b601/_pkg_.a
2025-08-20T18:58:53.2173063Z [00:02:29.962]➜  packagefile go/scanner=/tmp/go-build693841089/b599/_pkg_.a
2025-08-20T18:58:53.2173494Z [00:02:29.962]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:58:53.2173900Z [00:02:29.962]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.2174309Z [00:02:29.962]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:53.2175805Z [00:02:29.962]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:53.2176299Z [00:02:29.962]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:53.2176747Z [00:02:29.962]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.2177056Z [00:02:29.962]➜  EOF
2025-08-20T18:58:53.2178732Z [00:02:29.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b600=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid AHWHDhAEtBRzHkt-Hj_6/AHWHDhAEtBRzHkt-Hj_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/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-20T18:58:53.2311816Z [00:02:29.978]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T18:58:53.2316314Z [00:02:29.979]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/a0/a0b7bcdd77f0713173b1e544aed722fd79df0b80cba030fdf17ca2de7e9dfba0-d # internal
2025-08-20T18:58:53.2316939Z [00:02:29.979]➜  go/printer
2025-08-20T18:58:53.2317190Z [00:02:29.979]➜  mkdir -p $WORK/b602/
2025-08-20T18:58:53.2318014Z [00:02:29.979]➜  cat >/tmp/go-build693841089/b602/importcfg << 'EOF' # internal
2025-08-20T18:58:53.2320979Z [00:02:29.979]➜  # import config
2025-08-20T18:58:53.2323675Z [00:02:29.979]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.2324320Z [00:02:29.979]➜  packagefile go/ast=/tmp/go-build693841089/b598/_pkg_.a
2025-08-20T18:58:53.2324930Z [00:02:29.979]➜  packagefile go/build/constraint=/tmp/go-build693841089/b601/_pkg_.a
2025-08-20T18:58:53.2325434Z [00:02:29.979]➜  packagefile go/doc/comment=/tmp/go-build693841089/b603/_pkg_.a
2025-08-20T18:58:53.2325884Z [00:02:29.979]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:58:53.2326290Z [00:02:29.979]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.2326702Z [00:02:29.979]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.2327097Z [00:02:29.979]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:53.2327680Z [00:02:29.979]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:53.2328096Z [00:02:29.979]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:53.2328514Z [00:02:29.979]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.2328929Z [00:02:29.979]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.2329362Z [00:02:29.979]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:58:53.2329804Z [00:02:29.979]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:53.2330240Z [00:02:29.979]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:53.2330571Z [00:02:29.979]➜  EOF
2025-08-20T18:58:53.2332477Z [00:02:29.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b602=>" -p go/printer -lang=go1.25 -std -complete -installsuffix shared -buildid DflQV--yVK5lLvsawRMZ/DflQV--yVK5lLvsawRMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/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-20T18:58:53.2395097Z [00:02:29.987]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T18:58:53.2436181Z [00:02:29.988]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/2a/2ab9ed798332647d2c9362b0efe095c4d1d17a607520093ae32378439dd76d36-d # internal
2025-08-20T18:58:53.2438886Z [00:02:29.988]➜  github.com/ipld/go-ipld-prime/codec/dagjson
2025-08-20T18:58:53.2441352Z [00:02:29.988]➜  mkdir -p $WORK/b606/
2025-08-20T18:58:53.2443967Z [00:02:29.988]➜  cat >/tmp/go-build693841089/b606/importcfg << 'EOF' # internal
2025-08-20T18:58:53.2444740Z [00:02:29.988]➜  # import config
2025-08-20T18:58:53.2448439Z [00:02:29.988]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:53.2448885Z [00:02:29.988]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.2449359Z [00:02:29.988]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:53.2449936Z [00:02:29.988]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:53.2450569Z [00:02:29.988]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.2451300Z [00:02:29.988]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:53.2451946Z [00:02:29.988]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:53.2452548Z [00:02:29.988]➜  packagefile github.com/polydawn/refmt/json=/tmp/go-build693841089/b607/_pkg_.a
2025-08-20T18:58:53.2453143Z [00:02:29.988]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build693841089/b611/_pkg_.a
2025-08-20T18:58:53.2453723Z [00:02:29.988]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build693841089/b610/_pkg_.a
2025-08-20T18:58:53.2454202Z [00:02:29.988]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.2454734Z [00:02:29.988]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:53.2455098Z [00:02:29.989]➜  EOF
2025-08-20T18:58:53.2457985Z [00:02:29.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_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/b606=>" -p github.com/ipld/go-ipld-prime/codec/dagjson -lang=go1.19 -complete -installsuffix shared -buildid tAty2rhEnHW6F6iZIN0n/tAty2rhEnHW6F6iZIN0n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/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-20T18:58:53.2955819Z [00:02:30.043]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T18:58:53.2958321Z [00:02:30.043]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/a7/a77765af8021a59aaac20ea8bc6317bcdcadb21ffb7fef843f8eee61ddb03da7-d # internal
2025-08-20T18:58:53.2958994Z [00:02:30.043]➜  github.com/ipld/go-ipld-prime/traversal
2025-08-20T18:58:53.2959306Z [00:02:30.043]➜  mkdir -p $WORK/b613/
2025-08-20T18:58:53.2959672Z [00:02:30.043]➜  cat >/tmp/go-build693841089/b613/importcfg << 'EOF' # internal
2025-08-20T18:58:53.2960014Z [00:02:30.043]➜  # import config
2025-08-20T18:58:53.2960349Z [00:02:30.043]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.2960768Z [00:02:30.043]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.2961192Z [00:02:30.043]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.2961715Z [00:02:30.043]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.2962356Z [00:02:30.043]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:53.2963007Z [00:02:30.043]➜  packagefile github.com/ipld/go-ipld-prime/linking/preload=/tmp/go-build693841089/b614/_pkg_.a
2025-08-20T18:58:53.2963653Z [00:02:30.043]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:53.2964309Z [00:02:30.043]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:53.2964982Z [00:02:30.043]➜  EOF
2025-08-20T18:58:53.2968552Z [00:02:30.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_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/b613=>" -p github.com/ipld/go-ipld-prime/traversal -lang=go1.19 -complete -installsuffix shared -buildid cdp1bD_sv8AKQfVtAy3-/cdp1bD_sv8AKQfVtAy3- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/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-20T18:58:53.3048617Z [00:02:30.052]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T18:58:53.3056663Z [00:02:30.053]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/e0/e063a22aabd68f1b60d6b45e2bd716871474d51095763dcf9201f104619aacfa-d # internal
2025-08-20T18:58:53.3057324Z [00:02:30.053]➜  github.com/ipfs/boxo/ipns/pb
2025-08-20T18:58:53.3057652Z [00:02:30.053]➜  mkdir -p $WORK/b621/
2025-08-20T18:58:53.3068629Z [00:02:30.054]➜  cat >/tmp/go-build693841089/b621/importcfg << 'EOF' # internal
2025-08-20T18:58:53.3069643Z [00:02:30.054]➜  # import config
2025-08-20T18:58:53.3070665Z [00:02:30.054]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:53.3071450Z [00:02:30.054]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:53.3072294Z [00:02:30.054]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:53.3072713Z [00:02:30.054]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.3073015Z [00:02:30.054]➜  EOF
2025-08-20T18:58:53.3074960Z [00:02:30.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns/pb=>github.com/ipfs/boxo@v0.20.0/ipns/pb;$WORK/b621=>" -p github.com/ipfs/boxo/ipns/pb -lang=go1.21 -complete -installsuffix shared -buildid N_cRttqbYjv1U4AwNkH7/N_cRttqbYjv1U4AwNkH7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns/pb/record.pb.go
2025-08-20T18:58:53.3993336Z [00:02:30.146]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T18:58:53.4004043Z [00:02:30.147]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/22/22efc7cddab631072572f95958ae1715c671700162bf090f86ed57896b54ea87-d # internal
2025-08-20T18:58:53.4004803Z [00:02:30.148]➜  github.com/ipfs/boxo/path
2025-08-20T18:58:53.4006213Z [00:02:30.148]➜  mkdir -p $WORK/b622/
2025-08-20T18:58:53.4007013Z [00:02:30.148]➜  cat >/tmp/go-build693841089/b622/importcfg << 'EOF' # internal
2025-08-20T18:58:53.4007502Z [00:02:30.148]➜  # import config
2025-08-20T18:58:53.4007927Z [00:02:30.148]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.4008781Z [00:02:30.148]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.4009550Z [00:02:30.148]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:53.4023801Z [00:02:30.148]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:53.4024844Z [00:02:30.148]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.4026313Z [00:02:30.148]➜  EOF
2025-08-20T18:58:53.4028470Z [00:02:30.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/path=>github.com/ipfs/boxo@v0.20.0/path;$WORK/b622=>" -p github.com/ipfs/boxo/path -lang=go1.21 -complete -installsuffix shared -buildid j9V9WvHlDJCHtNcyrpkQ/j9V9WvHlDJCHtNcyrpkQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/path/error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/path/path.go
2025-08-20T18:58:53.4171909Z [00:02:30.165]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T18:58:53.4225657Z [00:02:30.168]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/6e/6ec9958d6f80cdfc3a733ab02ac058716d3090ee2d818db53dfb3829debbe234-d # internal
2025-08-20T18:58:53.4226500Z [00:02:30.169]➜  github.com/polydawn/refmt/cbor
2025-08-20T18:58:53.4226973Z [00:02:30.169]➜  mkdir -p $WORK/b624/
2025-08-20T18:58:53.4227451Z [00:02:30.169]➜  cat >/tmp/go-build693841089/b624/importcfg << 'EOF' # internal
2025-08-20T18:58:53.4227902Z [00:02:30.169]➜  # import config
2025-08-20T18:58:53.4228390Z [00:02:30.169]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.4228955Z [00:02:30.169]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:53.4229525Z [00:02:30.169]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.4230056Z [00:02:30.169]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.4230679Z [00:02:30.169]➜  packagefile github.com/polydawn/refmt/obj=/tmp/go-build693841089/b608/_pkg_.a
2025-08-20T18:58:53.4231416Z [00:02:30.169]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:58:53.4232126Z [00:02:30.169]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build693841089/b611/_pkg_.a
2025-08-20T18:58:53.4232837Z [00:02:30.169]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build693841089/b610/_pkg_.a
2025-08-20T18:58:53.4233445Z [00:02:30.170]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.4234161Z [00:02:30.170]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.4234549Z [00:02:30.170]➜  EOF
2025-08-20T18:58:53.4242892Z [00:02:30.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/cbor=>github.com/polydawn/refmt@v0.89.0/cbor;$WORK/b624=>" -p github.com/polydawn/refmt/cbor -lang=go1.16 -complete -installsuffix shared -buildid TXLrGPEstZfn4SO0k1-V/TXLrGPEstZfn4SO0k1-V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/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-20T18:58:53.4371500Z [00:02:30.184]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T18:58:53.4373613Z [00:02:30.185]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/72/7274a4da84343cd0b0d441111f0d445c5195393753a76afeebb12cc89d74a776-d # internal
2025-08-20T18:58:53.4375007Z [00:02:30.185]➜  github.com/libp2p/go-libp2p-record/pb
2025-08-20T18:58:53.4375791Z [00:02:30.185]➜  mkdir -p $WORK/b626/
2025-08-20T18:58:53.4380301Z [00:02:30.186]➜  cat >/tmp/go-build693841089/b626/importcfg << 'EOF' # internal
2025-08-20T18:58:53.4380673Z [00:02:30.186]➜  # import config
2025-08-20T18:58:53.4381001Z [00:02:30.186]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.4381498Z [00:02:30.186]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:53.4381986Z [00:02:30.186]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.4382382Z [00:02:30.186]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.4382801Z [00:02:30.186]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:53.4383118Z [00:02:30.186]➜  EOF
2025-08-20T18:58:53.4385455Z [00:02:30.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.2.0/pb=>github.com/libp2p/go-libp2p-record@v0.2.0/pb;$WORK/b626=>" -p github.com/libp2p/go-libp2p-record/pb -lang=go1.17 -complete -installsuffix shared -buildid rgZc1lwj7dFJlSR9QKKR/rgZc1lwj7dFJlSR9QKKR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.2.0/pb/record.pb.go
2025-08-20T18:58:53.4756211Z [00:02:30.223]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T18:58:53.4767724Z [00:02:30.224]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/3e/3eefff8c9f4bf30e9ea40dc27cda964ae09a486cc9b88087310a7bdd0072ba32-d # internal
2025-08-20T18:58:53.4798045Z [00:02:30.227]➜  github.com/libp2p/go-libp2p/core/peer/pb
2025-08-20T18:58:53.4798962Z [00:02:30.227]➜  mkdir -p $WORK/b628/
2025-08-20T18:58:53.4803332Z [00:02:30.228]➜  cat >/tmp/go-build693841089/b628/importcfg << 'EOF' # internal
2025-08-20T18:58:53.4804099Z [00:02:30.228]➜  # import config
2025-08-20T18:58:53.4804796Z [00:02:30.228]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:53.4805567Z [00:02:30.228]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:53.4806139Z [00:02:30.228]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:53.4806552Z [00:02:30.228]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.4809510Z [00:02:30.228]➜  EOF
2025-08-20T18:58:53.4811550Z [00:02:30.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer/pb=>github.com/libp2p/go-libp2p@v0.34.1/core/peer/pb;$WORK/b628=>" -p github.com/libp2p/go-libp2p/core/peer/pb -lang=go1.21 -complete -installsuffix shared -buildid wif1FwpsIKQ6huojo1wA/wif1FwpsIKQ6huojo1wA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer/pb/peer_record.pb.go
2025-08-20T18:58:53.5230212Z [00:02:30.270]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T18:58:53.5238850Z [00:02:30.271]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/2e/2e1bbc3046af3c1b7bd7138cc1838e59856791d4ce51959709ad4e70a29dacaf-d # internal
2025-08-20T18:58:53.5249727Z [00:02:30.272]➜  github.com/libp2p/go-buffer-pool
2025-08-20T18:58:53.5250374Z [00:02:30.272]➜  mkdir -p $WORK/b630/
2025-08-20T18:58:53.5250949Z [00:02:30.272]➜  cat >/tmp/go-build693841089/b630/importcfg << 'EOF' # internal
2025-08-20T18:58:53.5251451Z [00:02:30.272]➜  # import config
2025-08-20T18:58:53.5251948Z [00:02:30.272]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:53.5265560Z [00:02:30.272]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.5266329Z [00:02:30.272]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.5267176Z [00:02:30.272]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:53.5268163Z [00:02:30.272]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.5268519Z [00:02:30.272]➜  EOF
2025-08-20T18:58:53.5270809Z [00:02:30.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_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/b630=>" -p github.com/libp2p/go-buffer-pool -lang=go1.17 -complete -installsuffix shared -buildid bL_1EPnhn8P3qj5rlWaA/bL_1EPnhn8P3qj5rlWaA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/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-20T18:58:53.5493052Z [00:02:30.297]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T18:58:53.5513113Z [00:02:30.299]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/e5/e560e8a36a5048660ee2df127a6d60624db32bbff76a61166f5e359d88d89f3f-d # internal
2025-08-20T18:58:53.5522865Z [00:02:30.300]➜  github.com/ipld/go-ipld-prime/codec/dagcbor
2025-08-20T18:58:53.5523576Z [00:02:30.300]➜  mkdir -p $WORK/b623/
2025-08-20T18:58:53.5524777Z [00:02:30.300]➜  cat >/tmp/go-build693841089/b623/importcfg << 'EOF' # internal
2025-08-20T18:58:53.5525220Z [00:02:30.300]➜  # import config
2025-08-20T18:58:53.5525563Z [00:02:30.300]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.5525998Z [00:02:30.300]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.5526454Z [00:02:30.300]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:53.5527020Z [00:02:30.300]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:53.5527634Z [00:02:30.300]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.5528283Z [00:02:30.300]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:53.5528922Z [00:02:30.300]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:53.5529578Z [00:02:30.300]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:53.5530191Z [00:02:30.300]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build693841089/b624/_pkg_.a
2025-08-20T18:58:53.5531111Z [00:02:30.300]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build693841089/b611/_pkg_.a
2025-08-20T18:58:53.5531703Z [00:02:30.300]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build693841089/b610/_pkg_.a
2025-08-20T18:58:53.5532172Z [00:02:30.300]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.5532565Z [00:02:30.300]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.5532962Z [00:02:30.300]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:53.5533274Z [00:02:30.300]➜  EOF
2025-08-20T18:58:53.5537142Z [00:02:30.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_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/b623=>" -p github.com/ipld/go-ipld-prime/codec/dagcbor -lang=go1.19 -complete -installsuffix shared -buildid 2IFblFcQG44FD-IuZByx/2IFblFcQG44FD-IuZByx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/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-20T18:58:53.5601543Z [00:02:30.308]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T18:58:53.5636790Z [00:02:30.311]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/f1/f13a3afd8578abe7eaef428f3542b87a899d5fdbdb634d6c6fb2f9317b80c618-d # internal
2025-08-20T18:58:53.5659202Z [00:02:30.313]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T18:58:53.5661140Z [00:02:30.314]➜  github.com/libp2p/go-libp2p/core/record/pb
2025-08-20T18:58:53.5662083Z [00:02:30.314]➜  mkdir -p $WORK/b631/
2025-08-20T18:58:53.5664749Z [00:02:30.314]➜  cat >/tmp/go-build693841089/b631/importcfg << 'EOF' # internal
2025-08-20T18:58:53.5665556Z [00:02:30.314]➜  # import config
2025-08-20T18:58:53.5675616Z [00:02:30.314]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build693841089/b325/_pkg_.a
2025-08-20T18:58:53.5676825Z [00:02:30.314]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:53.5677989Z [00:02:30.314]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:53.5679130Z [00:02:30.314]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:53.5681911Z [00:02:30.314]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.5682226Z [00:02:30.314]➜  EOF
2025-08-20T18:58:53.5684247Z [00:02:30.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/record/pb=>github.com/libp2p/go-libp2p@v0.34.1/core/record/pb;$WORK/b631=>" -p github.com/libp2p/go-libp2p/core/record/pb -lang=go1.21 -complete -installsuffix shared -buildid UReyhTzAagSnbHeaJQuu/UReyhTzAagSnbHeaJQuu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/record/pb/envelope.pb.go
2025-08-20T18:58:53.5686566Z [00:02:30.315]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/38/38940bff6a8c6e1cee8afe4b0eaeda32a975845f204b64866fd4320410393687-d # internal
2025-08-20T18:58:53.5709471Z [00:02:30.317]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T18:58:53.5711374Z [00:02:30.318]➜  github.com/multiformats/go-multicodec
2025-08-20T18:58:53.5711711Z [00:02:30.318]➜  mkdir -p $WORK/b632/
2025-08-20T18:58:53.5712089Z [00:02:30.318]➜  cat >/tmp/go-build693841089/b632/importcfg << 'EOF' # internal
2025-08-20T18:58:53.5712429Z [00:02:30.318]➜  # import config
2025-08-20T18:58:53.5712756Z [00:02:30.318]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:58:53.5713487Z [00:02:30.318]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.5713901Z [00:02:30.318]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:53.5714211Z [00:02:30.318]➜  EOF
2025-08-20T18:58:53.5717554Z [00:02:30.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.0=>github.com/multiformats/go-multicodec@v0.9.0;$WORK/b632=>" -p github.com/multiformats/go-multicodec -lang=go1.19 -complete -installsuffix shared -buildid rO5D9-xU9jnEeiMX0u2d/rO5D9-xU9jnEeiMX0u2d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.0/code.go /root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.0/code_string.go /root/go/pkg/mod/github.com/multiformats/go-multicodec@v0.9.0/code_table.go
2025-08-20T18:58:53.5743266Z [00:02:30.322]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T18:58:53.5747606Z [00:02:30.322]➜  go/format
2025-08-20T18:58:53.5747916Z [00:02:30.322]➜  mkdir -p $WORK/b597/
2025-08-20T18:58:53.5756281Z [00:02:30.323]➜  cat >/tmp/go-build693841089/b597/importcfg << 'EOF' # internal
2025-08-20T18:58:53.5756898Z [00:02:30.323]➜  # import config
2025-08-20T18:58:53.5757477Z [00:02:30.323]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.5758132Z [00:02:30.323]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.5759172Z [00:02:30.323]➜  packagefile go/ast=/tmp/go-build693841089/b598/_pkg_.a
2025-08-20T18:58:53.5759981Z [00:02:30.323]➜  packagefile go/parser=/tmp/go-build693841089/b600/_pkg_.a
2025-08-20T18:58:53.5760778Z [00:02:30.323]➜  packagefile go/printer=/tmp/go-build693841089/b602/_pkg_.a
2025-08-20T18:58:53.5761490Z [00:02:30.323]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:58:53.5762055Z [00:02:30.323]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.5762635Z [00:02:30.323]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.5771706Z [00:02:30.323]➜  EOF
2025-08-20T18:58:53.5773741Z [00:02:30.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b597=>" -p go/format -lang=go1.25 -std -complete -installsuffix shared -buildid EtBmVOo4aNT0Z4s4VuPi/EtBmVOo4aNT0Z4s4VuPi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T18:58:53.5998344Z [00:02:30.347]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T18:58:53.6078380Z [00:02:30.355]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/c1/c1ae9ec7832dd7bd33839b8209d65b0def3ded4abac9651843d428f65073c0b1-d # internal
2025-08-20T18:58:53.6129629Z [00:02:30.360]➜  github.com/libp2p/go-libp2p/core/record
2025-08-20T18:58:53.6132570Z [00:02:30.360]➜  mkdir -p $WORK/b629/
2025-08-20T18:58:53.6135121Z [00:02:30.361]➜  cat >/tmp/go-build693841089/b629/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6135548Z [00:02:30.361]➜  # import config
2025-08-20T18:58:53.6138820Z [00:02:30.361]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.6139267Z [00:02:30.361]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.6139680Z [00:02:30.361]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.6140205Z [00:02:30.361]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:58:53.6140825Z [00:02:30.361]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:53.6141502Z [00:02:30.361]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/tmp/go-build693841089/b326/_pkg_.a
2025-08-20T18:58:53.6142176Z [00:02:30.361]➜  packagefile github.com/libp2p/go-libp2p/core/record/pb=/tmp/go-build693841089/b631/_pkg_.a
2025-08-20T18:58:53.6143136Z [00:02:30.361]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:53.6143730Z [00:02:30.361]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:53.6144227Z [00:02:30.361]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:53.6144786Z [00:02:30.361]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.6145152Z [00:02:30.361]➜  EOF
2025-08-20T18:58:53.6147380Z [00:02:30.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/record=>github.com/libp2p/go-libp2p@v0.34.1/core/record;$WORK/b629=>" -p github.com/libp2p/go-libp2p/core/record -lang=go1.21 -complete -installsuffix shared -buildid -2AqkxosWNBaVI86X3-S/-2AqkxosWNBaVI86X3-S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/record/envelope.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/record/record.go
2025-08-20T18:58:53.6165094Z [00:02:30.363]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T18:58:53.6165879Z [00:02:30.364]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/70/701ccf23941d2b67da3247a65804b7043f0cceb32405bd1fb3ad77fec9be474f-d # internal
2025-08-20T18:58:53.6170052Z [00:02:30.365]➜  github.com/ipld/go-ipld-prime/node/bindnode
2025-08-20T18:58:53.6172634Z [00:02:30.365]➜  mkdir -p $WORK/b593/
2025-08-20T18:58:53.6181562Z [00:02:30.365]➜  cat >/tmp/go-build693841089/b593/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6182063Z [00:02:30.365]➜  # import config
2025-08-20T18:58:53.6182413Z [00:02:30.365]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.6182831Z [00:02:30.365]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.6183295Z [00:02:30.365]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:53.6183889Z [00:02:30.365]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:53.6184529Z [00:02:30.365]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:53.6185321Z [00:02:30.365]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:53.6185977Z [00:02:30.365]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build693841089/b592/_pkg_.a
2025-08-20T18:58:53.6186893Z [00:02:30.365]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:53.6187495Z [00:02:30.365]➜  packagefile go/format=/tmp/go-build693841089/b597/_pkg_.a
2025-08-20T18:58:53.6187936Z [00:02:30.365]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:58:53.6188340Z [00:02:30.365]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.6188737Z [00:02:30.366]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.6189148Z [00:02:30.366]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:53.6189563Z [00:02:30.366]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:53.6189981Z [00:02:30.366]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.6190289Z [00:02:30.366]➜  EOF
2025-08-20T18:58:53.6193426Z [00:02:30.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_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/b593=>" -p github.com/ipld/go-ipld-prime/node/bindnode -lang=go1.19 -complete -installsuffix shared -buildid cwLbd3hNYJgvl6tVE7C5/cwLbd3hNYJgvl6tVE7C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/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-20T18:58:53.6216401Z [00:02:30.367]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T18:58:53.6217073Z [00:02:30.368]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/ee/eec3dd9229854b6ae0494faa9c7a39d74322f44624664856c6815f27d7230208-d # internal
2025-08-20T18:58:53.6224285Z [00:02:30.370]➜  github.com/multiformats/go-multistream
2025-08-20T18:58:53.6233488Z [00:02:30.370]➜  mkdir -p $WORK/b635/
2025-08-20T18:58:53.6241645Z [00:02:30.371]➜  cat >/tmp/go-build693841089/b635/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6242838Z [00:02:30.371]➜  # import config
2025-08-20T18:58:53.6243748Z [00:02:30.371]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:53.6244197Z [00:02:30.371]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.6244772Z [00:02:30.371]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.6245242Z [00:02:30.371]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.6245743Z [00:02:30.371]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:53.6246228Z [00:02:30.371]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.6246617Z [00:02:30.371]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:53.6247056Z [00:02:30.372]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:53.6247488Z [00:02:30.372]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.6247793Z [00:02:30.372]➜  EOF
2025-08-20T18:58:53.6250264Z [00:02:30.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multistream@v0.5.0=>github.com/multiformats/go-multistream@v0.5.0;$WORK/b635=>" -p github.com/multiformats/go-multistream -lang=go1.20 -complete -installsuffix shared -buildid Vl-aRf_nwill56scxAcx/Vl-aRf_nwill56scxAcx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multistream@v0.5.0/client.go /root/go/pkg/mod/github.com/multiformats/go-multistream@v0.5.0/lazyClient.go /root/go/pkg/mod/github.com/multiformats/go-multistream@v0.5.0/multistream.go
2025-08-20T18:58:53.6559217Z [00:02:30.403]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T18:58:53.6567845Z [00:02:30.404]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/eb/ebef99c1d5d3ebc037c6c56e91948581bf115a63f0b5a4f0471dfc4e61a9418c-d # internal
2025-08-20T18:58:53.6573579Z [00:02:30.405]➜  github.com/libp2p/go-libp2p/core/protocol
2025-08-20T18:58:53.6574013Z [00:02:30.405]➜  mkdir -p $WORK/b634/
2025-08-20T18:58:53.6575391Z [00:02:30.405]➜  cat >/tmp/go-build693841089/b634/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6577684Z [00:02:30.405]➜  # import config
2025-08-20T18:58:53.6578983Z [00:02:30.405]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build693841089/b635/_pkg_.a
2025-08-20T18:58:53.6579699Z [00:02:30.405]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.6580008Z [00:02:30.405]➜  EOF
2025-08-20T18:58:53.6582774Z [00:02:30.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/protocol=>github.com/libp2p/go-libp2p@v0.34.1/core/protocol;$WORK/b634=>" -p github.com/libp2p/go-libp2p/core/protocol -lang=go1.21 -complete -installsuffix shared -buildid ck7pQnTrK3eFwOD_y8-p/ck7pQnTrK3eFwOD_y8-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/protocol/id.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/protocol/switch.go
2025-08-20T18:58:53.6596172Z [00:02:30.407]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T18:58:53.6604116Z [00:02:30.408]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/0c/0c59ec648e91a67051df65f65dba228a0a5212ac027d56f285c6325ff6837c15-d # internal
2025-08-20T18:58:53.6612007Z [00:02:30.409]➜  github.com/ipfs/go-datastore/sync
2025-08-20T18:58:53.6613696Z [00:02:30.409]➜  mkdir -p $WORK/b636/
2025-08-20T18:58:53.6614101Z [00:02:30.409]➜  cat >/tmp/go-build693841089/b636/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6614474Z [00:02:30.409]➜  # import config
2025-08-20T18:58:53.6614963Z [00:02:30.409]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.6615467Z [00:02:30.409]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:53.6616341Z [00:02:30.409]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:53.6616831Z [00:02:30.409]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.6617134Z [00:02:30.409]➜  EOF
2025-08-20T18:58:53.6618946Z [00:02:30.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/sync=>github.com/ipfs/go-datastore@v0.6.0/sync;$WORK/b636=>" -p github.com/ipfs/go-datastore/sync -lang=go1.17 -complete -installsuffix shared -buildid Q9ONY7pZaLoPjSy78yDw/Q9ONY7pZaLoPjSy78yDw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/sync/sync.go
2025-08-20T18:58:53.6708785Z [00:02:30.418]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T18:58:53.6719104Z [00:02:30.419]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/55/552b7c25d5d2e28e2b375d782e32b198bed1e21ef708c693bc30cb1e8717f50d-d # internal
2025-08-20T18:58:53.6738419Z [00:02:30.421]➜  github.com/libp2p/go-libp2p/core/peer
2025-08-20T18:58:53.6738928Z [00:02:30.421]➜  mkdir -p $WORK/b627/
2025-08-20T18:58:53.6751360Z [00:02:30.422]➜  cat >/tmp/go-build693841089/b627/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6751964Z [00:02:30.422]➜  # import config
2025-08-20T18:58:53.6752443Z [00:02:30.422]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:58:53.6753038Z [00:02:30.422]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:53.6753613Z [00:02:30.422]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.6754151Z [00:02:30.422]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.6755094Z [00:02:30.422]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:53.6755874Z [00:02:30.422]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:53.6756568Z [00:02:30.422]➜  packagefile github.com/libp2p/go-libp2p/core/internal/catch=/tmp/go-build693841089/b326/_pkg_.a
2025-08-20T18:58:53.6757233Z [00:02:30.422]➜  packagefile github.com/libp2p/go-libp2p/core/peer/pb=/tmp/go-build693841089/b628/_pkg_.a
2025-08-20T18:58:53.6758015Z [00:02:30.422]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:58:53.6758750Z [00:02:30.422]➜  packagefile github.com/mr-tron/base58/base58=/tmp/go-build693841089/b339/_pkg_.a
2025-08-20T18:58:53.6759471Z [00:02:30.422]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:53.6760110Z [00:02:30.422]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:53.6760738Z [00:02:30.422]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:53.6761339Z [00:02:30.422]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:53.6761839Z [00:02:30.422]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.6762247Z [00:02:30.422]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.6762648Z [00:02:30.422]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:53.6763261Z [00:02:30.422]➜  EOF
2025-08-20T18:58:53.6776054Z [00:02:30.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer=>github.com/libp2p/go-libp2p@v0.34.1/core/peer;$WORK/b627=>" -p github.com/libp2p/go-libp2p/core/peer -lang=go1.21 -complete -installsuffix shared -buildid vAJbHkEehGLj8MuS3x25/vAJbHkEehGLj8MuS3x25 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer/addrinfo.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer/addrinfo_serde.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer/peer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer/peer_serde.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peer/record.go
2025-08-20T18:58:53.6779423Z [00:02:30.424]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T18:58:53.6780102Z [00:02:30.424]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/59/59dba9eb5198820c223402eeb1a0a535d3846b62e8600bafe0f27f0867a7c045-d # internal
2025-08-20T18:58:53.6780668Z [00:02:30.425]➜  github.com/google/gopacket/routing
2025-08-20T18:58:53.6780961Z [00:02:30.425]➜  mkdir -p $WORK/b638/
2025-08-20T18:58:53.6781321Z [00:02:30.425]➜  cat >/tmp/go-build693841089/b638/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6781658Z [00:02:30.425]➜  # import config
2025-08-20T18:58:53.6781995Z [00:02:30.425]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.6782407Z [00:02:30.425]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.6782804Z [00:02:30.425]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.6783199Z [00:02:30.425]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:53.6783595Z [00:02:30.425]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:53.6784002Z [00:02:30.425]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.6784423Z [00:02:30.425]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:53.6784890Z [00:02:30.425]➜  EOF
2025-08-20T18:58:53.6787269Z [00:02:30.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/gopacket@v1.1.19/routing=>github.com/google/gopacket@v1.1.19/routing;$WORK/b638=>" -p github.com/google/gopacket/routing -lang=go1.12 -complete -installsuffix shared -buildid _fUP5YWL8LcVyb_bYxEm/_fUP5YWL8LcVyb_bYxEm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/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-20T18:58:53.6936789Z [00:02:30.441]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T18:58:53.6938070Z [00:02:30.441]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/ac/ac1d14f4867189a85570e1f7bc2bca6537f34486b59dd1b23fd2959211c8fbbf-d # internal
2025-08-20T18:58:53.6967853Z [00:02:30.443]➜  github.com/libp2p/go-libp2p-kad-dht/internal
2025-08-20T18:58:53.6968792Z [00:02:30.443]➜  mkdir -p $WORK/b639/
2025-08-20T18:58:53.6969825Z [00:02:30.443]➜  cat >/tmp/go-build693841089/b639/importcfg << 'EOF' # internal
2025-08-20T18:58:53.6970251Z [00:02:30.443]➜  # import config
2025-08-20T18:58:53.6970597Z [00:02:30.443]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.6971038Z [00:02:30.443]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.6971446Z [00:02:30.443]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.6971946Z [00:02:30.443]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:53.6972534Z [00:02:30.443]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:53.6973156Z [00:02:30.443]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:53.6974039Z [00:02:30.443]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:53.6994961Z [00:02:30.443]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:53.6995775Z [00:02:30.443]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:53.6996274Z [00:02:30.443]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.6996749Z [00:02:30.443]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:53.6997076Z [00:02:30.443]➜  EOF
2025-08-20T18:58:53.6999971Z [00:02:30.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal;$WORK/b639=>" -p github.com/libp2p/go-libp2p-kad-dht/internal -lang=go1.20 -complete -installsuffix shared -buildid 9w8yVi14vmR_fwOsOB7Q/9w8yVi14vmR_fwOsOB7Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/ctx_mutex.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/errors.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/logging.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/tracing.go
2025-08-20T18:58:53.7248121Z [00:02:30.472]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T18:58:53.7257345Z [00:02:30.473]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/a5/a5baf70fedafef649149d7391e36f7f5ac2a47b0fd74ba4c5f606e1923234a24-d # internal
2025-08-20T18:58:53.7278384Z [00:02:30.475]➜  github.com/hashicorp/golang-lru/simplelru
2025-08-20T18:58:53.7279178Z [00:02:30.475]➜  mkdir -p $WORK/b642/
2025-08-20T18:58:53.7287725Z [00:02:30.476]➜  cat >/tmp/go-build693841089/b642/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7288120Z [00:02:30.476]➜  # import config
2025-08-20T18:58:53.7288486Z [00:02:30.476]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:53.7288935Z [00:02:30.476]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.7289244Z [00:02:30.476]➜  EOF
2025-08-20T18:58:53.7291813Z [00:02:30.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_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/b642=>" -p github.com/hashicorp/golang-lru/simplelru -lang=go1.12 -complete -installsuffix shared -buildid 8BPgdU0BYaSHfN9W1SOY/8BPgdU0BYaSHfN9W1SOY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/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-20T18:58:53.7335206Z [00:02:30.481]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T18:58:53.7351777Z [00:02:30.482]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/4c/4c0eaa77fb6e387b107d745f2a330f4420549b0aedf40a23f678f22e49dfb590-d # internal
2025-08-20T18:58:53.7352907Z [00:02:30.483]➜  github.com/ipfs/go-datastore/autobatch
2025-08-20T18:58:53.7353608Z [00:02:30.483]➜  mkdir -p $WORK/b643/
2025-08-20T18:58:53.7409519Z [00:02:30.486]➜  cat >/tmp/go-build693841089/b643/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7410369Z [00:02:30.486]➜  # import config
2025-08-20T18:58:53.7414577Z [00:02:30.486]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.7415817Z [00:02:30.486]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:53.7416452Z [00:02:30.486]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:53.7416869Z [00:02:30.486]➜  EOF
2025-08-20T18:58:53.7418797Z [00:02:30.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/autobatch=>github.com/ipfs/go-datastore@v0.6.0/autobatch;$WORK/b643=>" -p github.com/ipfs/go-datastore/autobatch -lang=go1.17 -complete -installsuffix shared -buildid tXq-xnwhpzkAyLpfufCZ/tXq-xnwhpzkAyLpfufCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/autobatch/autobatch.go
2025-08-20T18:58:53.7430626Z [00:02:30.491]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T18:58:53.7446010Z [00:02:30.492]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/7d/7dc8c04e37cac89f1b58f94fff53be3eeb698e55163f4eed6353a161a455626a-d # internal
2025-08-20T18:58:53.7479583Z [00:02:30.495]➜  github.com/libp2p/go-libp2p-record
2025-08-20T18:58:53.7485556Z [00:02:30.496]➜  mkdir -p $WORK/b625/
2025-08-20T18:58:53.7486413Z [00:02:30.496]➜  cat >/tmp/go-build693841089/b625/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7486784Z [00:02:30.496]➜  # import config
2025-08-20T18:58:53.7487141Z [00:02:30.496]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.7487555Z [00:02:30.496]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.7487959Z [00:02:30.496]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.7488470Z [00:02:30.496]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build693841089/b626/_pkg_.a
2025-08-20T18:58:53.7489095Z [00:02:30.496]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:53.7489727Z [00:02:30.496]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.7490339Z [00:02:30.496]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:53.7490854Z [00:02:30.496]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.7491161Z [00:02:30.496]➜  EOF
2025-08-20T18:58:53.7496087Z [00:02:30.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.2.0=>github.com/libp2p/go-libp2p-record@v0.2.0;$WORK/b625=>" -p github.com/libp2p/go-libp2p-record -lang=go1.17 -complete -installsuffix shared -buildid gEQDipK-x4eqKKI2fjXV/gEQDipK-x4eqKKI2fjXV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.2.0/pubkey.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.2.0/record.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.2.0/util.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-record@v0.2.0/validator.go
2025-08-20T18:58:53.7570241Z [00:02:30.504]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T18:58:53.7574375Z [00:02:30.505]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/6c/6c781470e53b3684ac171d8498d3cef5dddbdbd665affd08d6574b7ee7b54c88-d # internal
2025-08-20T18:58:53.7583363Z [00:02:30.505]➜  github.com/libp2p/go-libp2p/core/peerstore
2025-08-20T18:58:53.7583803Z [00:02:30.505]➜  mkdir -p $WORK/b633/
2025-08-20T18:58:53.7584171Z [00:02:30.506]➜  cat >/tmp/go-build693841089/b633/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7584513Z [00:02:30.506]➜  # import config
2025-08-20T18:58:53.7585019Z [00:02:30.506]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.7585443Z [00:02:30.506]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.7585989Z [00:02:30.506]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:53.7586653Z [00:02:30.506]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.7587290Z [00:02:30.506]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:53.7587936Z [00:02:30.506]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:58:53.7588555Z [00:02:30.506]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:53.7589350Z [00:02:30.506]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.7589749Z [00:02:30.506]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.7590148Z [00:02:30.506]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:53.7590450Z [00:02:30.506]➜  EOF
2025-08-20T18:58:53.7592749Z [00:02:30.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peerstore=>github.com/libp2p/go-libp2p@v0.34.1/core/peerstore;$WORK/b633=>" -p github.com/libp2p/go-libp2p/core/peerstore -lang=go1.21 -complete -installsuffix shared -buildid 6LBzqjWKTa7T03t92X6e/6LBzqjWKTa7T03t92X6e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peerstore/helpers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/peerstore/peerstore.go
2025-08-20T18:58:53.7608305Z [00:02:30.508]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T18:58:53.7617785Z [00:02:30.509]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/e3/e326c767b025f7690b472c09754c1103c2c42ba7b78e512bae995c86d264a0c4-d # internal
2025-08-20T18:58:53.7618446Z [00:02:30.509]➜  github.com/libp2p/go-cidranger/net
2025-08-20T18:58:53.7618743Z [00:02:30.509]➜  mkdir -p $WORK/b647/
2025-08-20T18:58:53.7619108Z [00:02:30.509]➜  cat >/tmp/go-build693841089/b647/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7619458Z [00:02:30.509]➜  # import config
2025-08-20T18:58:53.7619828Z [00:02:30.509]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:53.7620263Z [00:02:30.509]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.7620658Z [00:02:30.509]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.7621050Z [00:02:30.509]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:53.7621347Z [00:02:30.509]➜  EOF
2025-08-20T18:58:53.7623465Z [00:02:30.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_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/b647=>" -p github.com/libp2p/go-cidranger/net -lang=go1.14 -complete -installsuffix shared -buildid iwzfoCkmLrOnZ5xRp6TY/iwzfoCkmLrOnZ5xRp6TY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0/net/ip.go
2025-08-20T18:58:53.7769481Z [00:02:30.524]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T18:58:53.7770279Z [00:02:30.524]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/85/85eeb8b664fd2a67a346517ffe2d04fea7540512a72dcfb11fc793ddb2cf8e18-d # internal
2025-08-20T18:58:53.7775103Z [00:02:30.525]➜  github.com/libp2p/go-libp2p-asn-util
2025-08-20T18:58:53.7775467Z [00:02:30.525]➜  mkdir -p $WORK/b648/
2025-08-20T18:58:53.7789265Z [00:02:30.526]➜  cat >/tmp/go-build693841089/b648/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7790191Z [00:02:30.526]➜  # import config
2025-08-20T18:58:53.7791080Z [00:02:30.526]➜  packagefile embed=/tmp/go-build693841089/b107/_pkg_.a
2025-08-20T18:58:53.7791578Z [00:02:30.526]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:53.7792023Z [00:02:30.526]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.7792432Z [00:02:30.526]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.7792843Z [00:02:30.526]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:53.7793256Z [00:02:30.527]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:53.7793583Z [00:02:30.527]➜  EOF
2025-08-20T18:58:53.7793899Z [00:02:30.527]➜  cat >/tmp/go-build693841089/b648/embedcfg << 'EOF' # internal
2025-08-20T18:58:53.7794217Z [00:02:30.527]➜  {
2025-08-20T18:58:53.7794419Z [00:02:30.527]➜  	"Patterns": {
2025-08-20T18:58:53.7795087Z [00:02:30.527]➜  		"sorted-network-list.bin": [
2025-08-20T18:58:53.7795396Z [00:02:30.527]➜  			"sorted-network-list.bin"
2025-08-20T18:58:53.7795650Z [00:02:30.527]➜  		]
2025-08-20T18:58:53.7795839Z [00:02:30.527]➜  	},
2025-08-20T18:58:53.7796042Z [00:02:30.527]➜  	"Files": {
2025-08-20T18:58:53.7796583Z [00:02:30.527]➜  		"sorted-network-list.bin": "/root/go/pkg/mod/github.com/libp2p/go-libp2p-asn-util@v0.4.1/sorted-network-list.bin"
2025-08-20T18:58:53.7797097Z [00:02:30.527]➜  	}
2025-08-20T18:58:53.7797291Z [00:02:30.527]➜  }EOF
2025-08-20T18:58:53.7799505Z [00:02:30.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_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/b648=>" -p github.com/libp2p/go-libp2p-asn-util -lang=go1.19 -complete -installsuffix shared -buildid lq80YzaFyCdj7LrU128z/lq80YzaFyCdj7LrU128z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -embedcfg $WORK/b648/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-20T18:58:53.7853802Z [00:02:30.533]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T18:58:53.7864069Z [00:02:30.534]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/2d/2db3418b0791d8f038c802f3f525f67507ae32a67bd73676ce262d0fb1b5f006-d # internal
2025-08-20T18:58:53.7878583Z [00:02:30.535]➜  github.com/libp2p/go-libp2p/p2p/host/peerstore
2025-08-20T18:58:53.7879445Z [00:02:30.535]➜  mkdir -p $WORK/b644/
2025-08-20T18:58:53.7886066Z [00:02:30.536]➜  cat >/tmp/go-build693841089/b644/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7886479Z [00:02:30.536]➜  # import config
2025-08-20T18:58:53.7886943Z [00:02:30.536]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.7887589Z [00:02:30.536]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:53.7888118Z [00:02:30.536]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.7888519Z [00:02:30.536]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:53.7888817Z [00:02:30.536]➜  EOF
2025-08-20T18:58:53.7891515Z [00:02:30.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore;$WORK/b644=>" -p github.com/libp2p/go-libp2p/p2p/host/peerstore -lang=go1.21 -complete -installsuffix shared -buildid IKxOisg3r7bUI9zQXzSM/IKxOisg3r7bUI9zQXzSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/peerstore.go
2025-08-20T18:58:53.7955387Z [00:02:30.543]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T18:58:53.7966400Z [00:02:30.544]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/16/167e3eda2d058768c106bde818bfe8845a562871a0feaf64574f934e01c597a8-d # internal
2025-08-20T18:58:53.7971090Z [00:02:30.545]➜  github.com/libp2p/go-cidranger
2025-08-20T18:58:53.7971419Z [00:02:30.545]➜  mkdir -p $WORK/b646/
2025-08-20T18:58:53.7981381Z [00:02:30.546]➜  cat >/tmp/go-build693841089/b646/importcfg << 'EOF' # internal
2025-08-20T18:58:53.7981976Z [00:02:30.546]➜  # import config
2025-08-20T18:58:53.7982433Z [00:02:30.546]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.7983065Z [00:02:30.546]➜  packagefile github.com/libp2p/go-cidranger/net=/tmp/go-build693841089/b647/_pkg_.a
2025-08-20T18:58:53.7983674Z [00:02:30.546]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:53.7984206Z [00:02:30.546]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.7984767Z [00:02:30.546]➜  EOF
2025-08-20T18:58:53.7987425Z [00:02:30.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-cidranger@v1.1.0=>github.com/libp2p/go-cidranger@v1.1.0;$WORK/b646=>" -p github.com/libp2p/go-cidranger -lang=go1.14 -complete -installsuffix shared -buildid m02KMx1Wv8KnMtyI1Dsf/m02KMx1Wv8KnMtyI1Dsf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/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-20T18:58:53.8148788Z [00:02:30.562]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T18:58:53.8160727Z [00:02:30.563]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/67/673f59360c1137ab7f83226f58dc49929ffa677779af1d4dbffa4d2bbb48be84-d # internal
2025-08-20T18:58:53.8169356Z [00:02:30.564]➜  github.com/libp2p/go-libp2p-kad-dht/providers
2025-08-20T18:58:53.8173824Z [00:02:30.565]➜  mkdir -p $WORK/b641/
2025-08-20T18:58:53.8181840Z [00:02:30.566]➜  cat >/tmp/go-build693841089/b641/importcfg << 'EOF' # internal
2025-08-20T18:58:53.8183024Z [00:02:30.566]➜  # import config
2025-08-20T18:58:53.8183777Z [00:02:30.566]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.8184249Z [00:02:30.566]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:53.8185370Z [00:02:30.566]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.8185996Z [00:02:30.566]➜  packagefile github.com/hashicorp/golang-lru/simplelru=/tmp/go-build693841089/b642/_pkg_.a
2025-08-20T18:58:53.8186619Z [00:02:30.566]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:53.8187228Z [00:02:30.566]➜  packagefile github.com/ipfs/go-datastore/autobatch=/tmp/go-build693841089/b643/_pkg_.a
2025-08-20T18:58:53.8187840Z [00:02:30.566]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:53.8188400Z [00:02:30.566]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:53.8189001Z [00:02:30.566]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build693841089/b639/_pkg_.a
2025-08-20T18:58:53.8189640Z [00:02:30.566]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.8190277Z [00:02:30.566]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:53.8191336Z [00:02:30.566]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/tmp/go-build693841089/b644/_pkg_.a
2025-08-20T18:58:53.8192089Z [00:02:30.566]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build693841089/b340/_pkg_.a
2025-08-20T18:58:53.8192586Z [00:02:30.566]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.8192994Z [00:02:30.566]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.8193408Z [00:02:30.566]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.8193808Z [00:02:30.566]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:53.8194110Z [00:02:30.566]➜  EOF
2025-08-20T18:58:53.8196716Z [00:02:30.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/providers=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/providers;$WORK/b641=>" -p github.com/libp2p/go-libp2p-kad-dht/providers -lang=go1.20 -complete -installsuffix shared -buildid JclFCQT6ywT9H2tbGCGe/JclFCQT6ywT9H2tbGCGe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/providers/provider_set.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/providers/providers_manager.go
2025-08-20T18:58:53.8199064Z [00:02:30.567]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T18:58:53.8238896Z [00:02:30.571]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/ad/ad558e886eaef9766b7531ce0f6e53e9e229c6d1c9f3bde26b3ca2f8c1a3714e-d # internal
2025-08-20T18:58:53.8278002Z [00:02:30.575]➜  github.com/libp2p/go-libp2p/core/network
2025-08-20T18:58:53.8278829Z [00:02:30.575]➜  mkdir -p $WORK/b652/
2025-08-20T18:58:53.8285124Z [00:02:30.576]➜  cat >/tmp/go-build693841089/b652/importcfg << 'EOF' # internal
2025-08-20T18:58:53.8285664Z [00:02:30.576]➜  # import config
2025-08-20T18:58:53.8286135Z [00:02:30.576]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.8286676Z [00:02:30.576]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.8287328Z [00:02:30.576]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:53.8288055Z [00:02:30.576]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.8288806Z [00:02:30.576]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:53.8289594Z [00:02:30.576]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:53.8290316Z [00:02:30.576]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:53.8290963Z [00:02:30.576]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.8291457Z [00:02:30.576]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:53.8291993Z [00:02:30.576]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:53.8292383Z [00:02:30.576]➜  EOF
2025-08-20T18:58:53.8296983Z [00:02:30.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network=>github.com/libp2p/go-libp2p@v0.34.1/core/network;$WORK/b652=>" -p github.com/libp2p/go-libp2p/core/network -lang=go1.21 -complete -installsuffix shared -buildid Jxpm_tqyr8g_KGXxnfoF/Jxpm_tqyr8g_KGXxnfoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/context.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/errors.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/mux.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/nattype.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/network.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/notifee.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/rcmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/network/stream.go
2025-08-20T18:58:53.8742013Z [00:02:30.622]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T18:58:53.8753538Z [00:02:30.623]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/74/746d5697bd5190ceaa4b3803a984882ea2baa02ae29839a6fab1cdb188afffc3-d # internal
2025-08-20T18:58:53.8758736Z [00:02:30.623]➜  github.com/libp2p/go-libp2p-kbucket/peerdiversity
2025-08-20T18:58:53.8759097Z [00:02:30.623]➜  mkdir -p $WORK/b645/
2025-08-20T18:58:53.8769439Z [00:02:30.624]➜  cat >/tmp/go-build693841089/b645/importcfg << 'EOF' # internal
2025-08-20T18:58:53.8771105Z [00:02:30.624]➜  # import config
2025-08-20T18:58:53.8771458Z [00:02:30.624]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.8771893Z [00:02:30.624]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.8772369Z [00:02:30.624]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:53.8772919Z [00:02:30.624]➜  packagefile github.com/libp2p/go-cidranger=/tmp/go-build693841089/b646/_pkg_.a
2025-08-20T18:58:53.8773843Z [00:02:30.624]➜  packagefile github.com/libp2p/go-libp2p-asn-util=/tmp/go-build693841089/b648/_pkg_.a
2025-08-20T18:58:53.8774460Z [00:02:30.624]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.8777757Z [00:02:30.624]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:53.8778401Z [00:02:30.624]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:53.8778909Z [00:02:30.624]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:53.8779304Z [00:02:30.624]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:53.8779715Z [00:02:30.624]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.8780014Z [00:02:30.624]➜  EOF
2025-08-20T18:58:53.8782127Z [00:02:30.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/peerdiversity=>github.com/libp2p/go-libp2p-kbucket@v0.6.3/peerdiversity;$WORK/b645=>" -p github.com/libp2p/go-libp2p-kbucket/peerdiversity -lang=go1.19 -complete -installsuffix shared -buildid RYs8DtAJnRkgG2iMnOmL/RYs8DtAJnRkgG2iMnOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/peerdiversity/filter.go
2025-08-20T18:58:53.8866598Z [00:02:30.634]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T18:58:53.8879686Z [00:02:30.635]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/a9/a9989652841a19b7e7d564981ee85dc4ee2b2cfbca72dfb1bd2f1cd6c8cdb58f-d # internal
2025-08-20T18:58:53.8957061Z [00:02:30.643]➜  github.com/libp2p/go-libp2p/core/routing
2025-08-20T18:58:53.8957726Z [00:02:30.643]➜  mkdir -p $WORK/b654/
2025-08-20T18:58:53.8958371Z [00:02:30.643]➜  cat >/tmp/go-build693841089/b654/importcfg << 'EOF' # internal
2025-08-20T18:58:53.8958972Z [00:02:30.643]➜  # import config
2025-08-20T18:58:53.8960934Z [00:02:30.643]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.8961404Z [00:02:30.643]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:53.8961857Z [00:02:30.643]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.8962329Z [00:02:30.643]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:53.8962917Z [00:02:30.643]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:53.8963537Z [00:02:30.643]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.8964048Z [00:02:30.643]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.8964352Z [00:02:30.643]➜  EOF
2025-08-20T18:58:53.8967660Z [00:02:30.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/routing=>github.com/libp2p/go-libp2p@v0.34.1/core/routing;$WORK/b654=>" -p github.com/libp2p/go-libp2p/core/routing -lang=go1.21 -complete -installsuffix shared -buildid lkKk8xFMkpRDI89EbHma/lkKk8xFMkpRDI89EbHma -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/routing/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/routing/query.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/routing/query_serde.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/routing/routing.go
2025-08-20T18:58:53.9075453Z [00:02:30.655]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T18:58:53.9078602Z [00:02:30.655]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/a6/a6ea1a58d20f410fafe636e85fbaae29e1a2064aa7c7398e8ff173c2a980ed87-d # internal
2025-08-20T18:58:53.9121519Z [00:02:30.659]➜  github.com/libp2p/go-libp2p/core/connmgr
2025-08-20T18:58:53.9122248Z [00:02:30.659]➜  mkdir -p $WORK/b650/
2025-08-20T18:58:53.9122633Z [00:02:30.659]➜  cat >/tmp/go-build693841089/b650/importcfg << 'EOF' # internal
2025-08-20T18:58:53.9122978Z [00:02:30.659]➜  # import config
2025-08-20T18:58:53.9123308Z [00:02:30.659]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.9123856Z [00:02:30.659]➜  packagefile github.com/libp2p/go-libp2p/core/control=/tmp/go-build693841089/b651/_pkg_.a
2025-08-20T18:58:53.9124497Z [00:02:30.659]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:53.9125263Z [00:02:30.659]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.9125886Z [00:02:30.659]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:53.9126386Z [00:02:30.659]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.9126776Z [00:02:30.659]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.9127176Z [00:02:30.659]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:53.9127475Z [00:02:30.659]➜  EOF
2025-08-20T18:58:53.9130661Z [00:02:30.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/connmgr=>github.com/libp2p/go-libp2p@v0.34.1/core/connmgr;$WORK/b650=>" -p github.com/libp2p/go-libp2p/core/connmgr -lang=go1.21 -complete -installsuffix shared -buildid JSAad_sfq32gODW_X77J/JSAad_sfq32gODW_X77J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/connmgr/decay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/connmgr/gater.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/connmgr/manager.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/connmgr/null.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/connmgr/presets.go
2025-08-20T18:58:53.9275775Z [00:02:30.675]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T18:58:53.9284001Z [00:02:30.676]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/84/84884a24ae745cb3749b6ebb35fa338ed4d24bc8ac43e7210d51bf0ebf48cac6-d # internal
2025-08-20T18:58:53.9314544Z [00:02:30.679]➜  github.com/libp2p/go-libp2p/core/event
2025-08-20T18:58:53.9317425Z [00:02:30.679]➜  mkdir -p $WORK/b653/
2025-08-20T18:58:53.9345720Z [00:02:30.682]➜  cat >/tmp/go-build693841089/b653/importcfg << 'EOF' # internal
2025-08-20T18:58:53.9346589Z [00:02:30.682]➜  # import config
2025-08-20T18:58:53.9349127Z [00:02:30.682]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:53.9349911Z [00:02:30.682]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.9357157Z [00:02:30.682]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:53.9357890Z [00:02:30.682]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:58:53.9358517Z [00:02:30.682]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:53.9359198Z [00:02:30.682]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.9359612Z [00:02:30.682]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:53.9359923Z [00:02:30.682]➜  EOF
2025-08-20T18:58:53.9364057Z [00:02:30.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event=>github.com/libp2p/go-libp2p@v0.34.1/core/event;$WORK/b653=>" -p github.com/libp2p/go-libp2p/core/event -lang=go1.21 -complete -installsuffix shared -buildid JKXmpx_hd5Fb1UrNR7g0/JKXmpx_hd5Fb1UrNR7g0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/addrs.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/bus.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/dht.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/doc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/identify.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/nattype.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/network.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/protocol.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/event/reachability.go
2025-08-20T18:58:53.9647609Z [00:02:30.710]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T18:58:53.9664180Z [00:02:30.711]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/80/801fd245ac973d50b81b6436f5a0f306e10aaf3763dbcdd536c341f124b8beea-d # internal
2025-08-20T18:58:53.9664899Z [00:02:30.711]➜  go.opencensus.io/resource
2025-08-20T18:58:53.9665229Z [00:02:30.712]➜  mkdir -p $WORK/b660/
2025-08-20T18:58:53.9665609Z [00:02:30.712]➜  cat >/tmp/go-build693841089/b660/importcfg << 'EOF' # internal
2025-08-20T18:58:53.9665952Z [00:02:30.712]➜  # import config
2025-08-20T18:58:53.9666291Z [00:02:30.712]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.9666711Z [00:02:30.712]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.9667103Z [00:02:30.712]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:53.9667500Z [00:02:30.712]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:53.9667903Z [00:02:30.712]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:53.9668309Z [00:02:30.712]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:53.9669005Z [00:02:30.712]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.9669394Z [00:02:30.712]➜  EOF
2025-08-20T18:58:53.9671106Z [00:02:30.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/resource=>go.opencensus.io@v0.24.0/resource;$WORK/b660=>" -p go.opencensus.io/resource -lang=go1.13 -complete -installsuffix shared -buildid 7D-GGKlogFjya3saiwXj/7D-GGKlogFjya3saiwXj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/resource/resource.go
2025-08-20T18:58:53.9764837Z [00:02:30.724]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T18:58:53.9772631Z [00:02:30.725]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/43/4316bd9715c968285dbfeb3e79dcc594db9ba3981d3b192bc56839d1ab96b248-d # internal
2025-08-20T18:58:53.9782129Z [00:02:30.725]➜  runtime/pprof
2025-08-20T18:58:53.9782404Z [00:02:30.725]➜  mkdir -p $WORK/b663/
2025-08-20T18:58:53.9782795Z [00:02:30.725]➜  cat >/tmp/go-build693841089/b663/importcfg << 'EOF' # internal
2025-08-20T18:58:53.9783382Z [00:02:30.725]➜  # import config
2025-08-20T18:58:53.9783791Z [00:02:30.725]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:53.9784218Z [00:02:30.725]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:53.9784734Z [00:02:30.725]➜  packagefile cmp=/tmp/go-build693841089/b037/_pkg_.a
2025-08-20T18:58:53.9785252Z [00:02:30.725]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:53.9785913Z [00:02:30.725]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.9786371Z [00:02:30.725]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:53.9786813Z [00:02:30.725]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:53.9787212Z [00:02:30.725]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:53.9787644Z [00:02:30.725]➜  packagefile internal/abi=/tmp/go-build693841089/b008/_pkg_.a
2025-08-20T18:58:53.9788141Z [00:02:30.725]➜  packagefile internal/profilerecord=/tmp/go-build693841089/b021/_pkg_.a
2025-08-20T18:58:53.9788623Z [00:02:30.725]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:53.9789206Z [00:02:30.725]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:53.9789601Z [00:02:30.725]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:53.9790000Z [00:02:30.725]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:53.9790418Z [00:02:30.725]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:53.9790825Z [00:02:30.725]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:53.9791232Z [00:02:30.725]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:53.9791645Z [00:02:30.725]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:53.9792047Z [00:02:30.725]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:53.9792465Z [00:02:30.725]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:53.9792906Z [00:02:30.725]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:58:53.9793340Z [00:02:30.725]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:53.9793641Z [00:02:30.725]➜  EOF
2025-08-20T18:58:53.9797533Z [00:02:30.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b663=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/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-20T18:58:53.9832189Z [00:02:30.731]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T18:58:53.9844887Z [00:02:30.732]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/d3/d30112520d543a4a5d7a776eab187300acd2bf645d30c03219324bb7348598d1-d # internal
2025-08-20T18:58:53.9853497Z [00:02:30.733]➜  github.com/libp2p/go-libp2p/core/host
2025-08-20T18:58:53.9853880Z [00:02:30.733]➜  mkdir -p $WORK/b649/
2025-08-20T18:58:53.9865756Z [00:02:30.733]➜  cat >/tmp/go-build693841089/b649/importcfg << 'EOF' # internal
2025-08-20T18:58:53.9867651Z [00:02:30.733]➜  # import config
2025-08-20T18:58:53.9870292Z [00:02:30.733]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:53.9870863Z [00:02:30.733]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:58:53.9871520Z [00:02:30.733]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:58:53.9872378Z [00:02:30.733]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:53.9873105Z [00:02:30.733]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:53.9873742Z [00:02:30.733]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:53.9874562Z [00:02:30.733]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:53.9897067Z [00:02:30.733]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:53.9897490Z [00:02:30.733]➜  EOF
2025-08-20T18:58:53.9899675Z [00:02:30.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/host=>github.com/libp2p/go-libp2p@v0.34.1/core/host;$WORK/b649=>" -p github.com/libp2p/go-libp2p/core/host -lang=go1.21 -complete -installsuffix shared -buildid BEQiCOH9Cpr5csTw4NH0/BEQiCOH9Cpr5csTw4NH0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/host/helpers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/host/host.go
2025-08-20T18:58:54.0005904Z [00:02:30.748]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T18:58:54.0015595Z [00:02:30.749]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/f0/f06864a41f1e20b757d8b824c323f5e24ff6a8ca705f6842c88c41a0edb35e2f-d # internal
2025-08-20T18:58:54.0026114Z [00:02:30.750]➜  go.opencensus.io/metric/metricdata
2025-08-20T18:58:54.0030081Z [00:02:30.750]➜  mkdir -p $WORK/b659/
2025-08-20T18:58:54.0041887Z [00:02:30.752]➜  cat >/tmp/go-build693841089/b659/importcfg << 'EOF' # internal
2025-08-20T18:58:54.0042710Z [00:02:30.752]➜  # import config
2025-08-20T18:58:54.0043467Z [00:02:30.752]➜  packagefile go.opencensus.io/resource=/tmp/go-build693841089/b660/_pkg_.a
2025-08-20T18:58:54.0044554Z [00:02:30.752]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.0045395Z [00:02:30.752]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.0045910Z [00:02:30.752]➜  EOF
2025-08-20T18:58:54.0053065Z [00:02:30.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata=>go.opencensus.io@v0.24.0/metric/metricdata;$WORK/b659=>" -p go.opencensus.io/metric/metricdata -lang=go1.13 -complete -installsuffix shared -buildid YDqKAMguHqlTIcDcVTaQ/YDqKAMguHqlTIcDcVTaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/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-20T18:58:54.0073075Z [00:02:30.755]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T18:58:54.0128612Z [00:02:30.760]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/7c/7c409c9f7c52a6488ae9ca54a84d8aa8977a0d695df6146e30f3d9cab3cbdef2-d # internal
2025-08-20T18:58:54.0133664Z [00:02:30.761]➜  github.com/ipld/go-ipld-prime/schema/dmt
2025-08-20T18:58:54.0136360Z [00:02:30.761]➜  mkdir -p $WORK/b604/
2025-08-20T18:58:54.0136762Z [00:02:30.761]➜  cat >/tmp/go-build693841089/b604/importcfg << 'EOF' # internal
2025-08-20T18:58:54.0137108Z [00:02:30.761]➜  # import config
2025-08-20T18:58:54.0137431Z [00:02:30.761]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.0137969Z [00:02:30.761]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:54.0138853Z [00:02:30.761]➜  packagefile github.com/ipld/go-ipld-prime/node/bindnode=/tmp/go-build693841089/b593/_pkg_.a
2025-08-20T18:58:54.0139552Z [00:02:30.761]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:54.0139959Z [00:02:30.761]➜  EOF
2025-08-20T18:58:54.0158982Z [00:02:30.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_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/b604=>" -p github.com/ipld/go-ipld-prime/schema/dmt -lang=go1.19 -complete -installsuffix shared -buildid 4vXWZM2z2UqbsEIfEld0/4vXWZM2z2UqbsEIfEld0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/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-20T18:58:54.0254011Z [00:02:30.773]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T18:58:54.0287607Z [00:02:30.776]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/a4/a41a5827459eda9dfe45b207a80d474ca88def0aab657ebafa65879beb7095e7-d # internal
2025-08-20T18:58:54.0290614Z [00:02:30.776]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T18:58:54.0299423Z [00:02:30.777]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/36/3653f0acd7380cecccc79f55be7ed40ed6922be355b3ae846a77c179e227013a-d # internal
2025-08-20T18:58:54.0300128Z [00:02:30.777]➜  go.opencensus.io/metric/metricproducer
2025-08-20T18:58:54.0300442Z [00:02:30.777]➜  mkdir -p $WORK/b666/
2025-08-20T18:58:54.0300807Z [00:02:30.777]➜  cat >/tmp/go-build693841089/b666/importcfg << 'EOF' # internal
2025-08-20T18:58:54.0301164Z [00:02:30.777]➜  # import config
2025-08-20T18:58:54.0301608Z [00:02:30.777]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build693841089/b659/_pkg_.a
2025-08-20T18:58:54.0302102Z [00:02:30.777]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.0302410Z [00:02:30.777]➜  EOF
2025-08-20T18:58:54.0302671Z [00:02:30.777]➜  github.com/libp2p/go-libp2p-kad-dht/pb
2025-08-20T18:58:54.0302969Z [00:02:30.777]➜  mkdir -p $WORK/b657/
2025-08-20T18:58:54.0308687Z [00:02:30.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer=>go.opencensus.io@v0.24.0/metric/metricproducer;$WORK/b666=>" -p go.opencensus.io/metric/metricproducer -lang=go1.13 -complete -installsuffix shared -buildid 45LiZ5nHOkGuuo1JnUtx/45LiZ5nHOkGuuo1JnUtx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/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-20T18:58:54.0329085Z [00:02:30.779]➜  cat >/tmp/go-build693841089/b657/importcfg << 'EOF' # internal
2025-08-20T18:58:54.0329455Z [00:02:30.779]➜  # import config
2025-08-20T18:58:54.0329795Z [00:02:30.779]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.0330210Z [00:02:30.779]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.0330649Z [00:02:30.779]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:54.0331091Z [00:02:30.779]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.0331519Z [00:02:30.779]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.0332030Z [00:02:30.779]➜  packagefile github.com/gogo/protobuf/gogoproto=/tmp/go-build693841089/b581/_pkg_.a
2025-08-20T18:58:54.0332618Z [00:02:30.779]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:54.0333166Z [00:02:30.779]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:54.0333973Z [00:02:30.779]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build693841089/b639/_pkg_.a
2025-08-20T18:58:54.0334853Z [00:02:30.779]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build693841089/b626/_pkg_.a
2025-08-20T18:58:54.0335526Z [00:02:30.779]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:54.0336341Z [00:02:30.779]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:54.0336968Z [00:02:30.779]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.0337581Z [00:02:30.779]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:54.0338194Z [00:02:30.779]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:54.0340845Z [00:02:30.779]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:54.0341453Z [00:02:30.779]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:54.0342119Z [00:02:30.779]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.0342515Z [00:02:30.779]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:54.0342930Z [00:02:30.779]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:54.0343253Z [00:02:30.779]➜  EOF
2025-08-20T18:58:54.0346115Z [00:02:30.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/pb=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/pb;$WORK/b657=>" -p github.com/libp2p/go-libp2p-kad-dht/pb -lang=go1.20 -complete -installsuffix shared -buildid H77dFUEfatOymyQDF34e/H77dFUEfatOymyQDF34e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/pb/bytestring.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/pb/dht.pb.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/pb/message.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/pb/protocol_messenger.go
2025-08-20T18:58:54.0448990Z [00:02:30.792]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T18:58:54.0476905Z [00:02:30.795]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/60/604fa2f1e38710af5a932104a822fe8258471a8ad63275562c531a781f8d2368-d # internal
2025-08-20T18:58:54.0479632Z [00:02:30.795]➜  github.com/libp2p/go-msgio
2025-08-20T18:58:54.0479938Z [00:02:30.795]➜  mkdir -p $WORK/b667/
2025-08-20T18:58:54.0480308Z [00:02:30.795]➜  cat >/tmp/go-build693841089/b667/importcfg << 'EOF' # internal
2025-08-20T18:58:54.0480650Z [00:02:30.795]➜  # import config
2025-08-20T18:58:54.0480977Z [00:02:30.795]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.0481648Z [00:02:30.795]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.0482189Z [00:02:30.795]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.0482713Z [00:02:30.795]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:58:54.0483309Z [00:02:30.795]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:54.0483800Z [00:02:30.795]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.0484193Z [00:02:30.795]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.0484495Z [00:02:30.795]➜  EOF
2025-08-20T18:58:54.0487123Z [00:02:30.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-msgio@v0.3.0=>github.com/libp2p/go-msgio@v0.3.0;$WORK/b667=>" -p github.com/libp2p/go-msgio -lang=go1.18 -complete -installsuffix shared -buildid geKAz_Zf5_13r7jadr7a/geKAz_Zf5_13r7jadr7a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/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-20T18:58:54.1002442Z [00:02:30.848]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T18:58:54.1037505Z [00:02:30.851]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/37/37462fc4e499a26539ba584734334e27fbf47e571a7ef34ed88c5ad661be83a3-d # internal
2025-08-20T18:58:54.1040603Z [00:02:30.851]➜  github.com/ipld/go-ipld-prime/schema/dsl
2025-08-20T18:58:54.1040945Z [00:02:30.851]➜  mkdir -p $WORK/b605/
2025-08-20T18:58:54.1041315Z [00:02:30.851]➜  cat >/tmp/go-build693841089/b605/importcfg << 'EOF' # internal
2025-08-20T18:58:54.1041660Z [00:02:30.851]➜  # import config
2025-08-20T18:58:54.1042008Z [00:02:30.851]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:54.1042430Z [00:02:30.851]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.1042831Z [00:02:30.851]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.1043644Z [00:02:30.851]➜  packagefile github.com/ipld/go-ipld-prime/schema/dmt=/tmp/go-build693841089/b604/_pkg_.a
2025-08-20T18:58:54.1044151Z [00:02:30.851]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.1044538Z [00:02:30.851]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.1045145Z [00:02:30.851]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:54.1045566Z [00:02:30.851]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.1045980Z [00:02:30.851]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.1046283Z [00:02:30.851]➜  EOF
2025-08-20T18:58:54.1055136Z [00:02:30.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_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/b605=>" -p github.com/ipld/go-ipld-prime/schema/dsl -lang=go1.19 -complete -installsuffix shared -buildid QFwp5zpiviVYTl2klB5d/QFwp5zpiviVYTl2klB5d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/schema/dsl/parse.go
2025-08-20T18:58:54.1176013Z [00:02:30.865]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T18:58:54.1198347Z [00:02:30.867]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/81/81d3d30ccefd9e4ba369736338479507ee5c8995b761557fca700514ca1a81d4-d # internal
2025-08-20T18:58:54.1199410Z [00:02:30.867]➜  github.com/libp2p/go-msgio/protoio
2025-08-20T18:58:54.1199974Z [00:02:30.867]➜  mkdir -p $WORK/b668/
2025-08-20T18:58:54.1200895Z [00:02:30.867]➜  cat >/tmp/go-build693841089/b668/importcfg << 'EOF' # internal
2025-08-20T18:58:54.1201286Z [00:02:30.867]➜  # import config
2025-08-20T18:58:54.1201921Z [00:02:30.867]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:54.1202402Z [00:02:30.867]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.1202907Z [00:02:30.867]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:54.1203496Z [00:02:30.867]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:54.1203983Z [00:02:30.867]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.1204381Z [00:02:30.867]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.1204990Z [00:02:30.867]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:54.1205325Z [00:02:30.867]➜  EOF
2025-08-20T18:58:54.1207887Z [00:02:30.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_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/b668=>" -p github.com/libp2p/go-msgio/protoio -lang=go1.18 -complete -installsuffix shared -buildid _jS_gMCDV3Jf7PAEsHkT/_jS_gMCDV3Jf7PAEsHkT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/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-20T18:58:54.1565636Z [00:02:30.904]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T18:58:54.1591945Z [00:02:30.907]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/5b/5b96ee8ca1dae167fd9ec47390cb21a0cbb8fbc141fcd580e8f4885829a68d23-d # internal
2025-08-20T18:58:54.1601110Z [00:02:30.908]➜  github.com/minio/sha256-simd
2025-08-20T18:58:54.1608526Z [00:02:30.908]➜  mkdir -p $WORK/b672/
2025-08-20T18:58:54.1618121Z [00:02:30.909]➜  echo -n > $WORK/b672/go_asm.h # internal
2025-08-20T18:58:54.1626539Z [00:02:30.910]➜  cd /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1
2025-08-20T18:58:54.1635117Z [00:02:30.911]➜  /root/.go/pkg/tool/linux_arm64/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/b672=>" -I $WORK/b672/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b672/symabis ./sha256block_arm64.s
2025-08-20T18:58:54.1702880Z [00:02:30.918]➜  cat >/tmp/go-build693841089/b672/importcfg << 'EOF' # internal
2025-08-20T18:58:54.1703283Z [00:02:30.918]➜  # import config
2025-08-20T18:58:54.1703613Z [00:02:30.918]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.1704053Z [00:02:30.918]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:54.1704519Z [00:02:30.918]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.1705378Z [00:02:30.918]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.1705921Z [00:02:30.918]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build693841089/b352/_pkg_.a
2025-08-20T18:58:54.1706412Z [00:02:30.918]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:54.1706830Z [00:02:30.918]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:54.1707257Z [00:02:30.918]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:54.1707562Z [00:02:30.918]➜  EOF
2025-08-20T18:58:54.1716119Z [00:02:30.919]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:54.1719293Z [00:02:30.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1=>github.com/minio/sha256-simd@v1.0.1;$WORK/b672=>" -p github.com/minio/sha256-simd -lang=go1.17 -installsuffix shared -buildid h6BslUn5esizkzI-PETS/h6BslUn5esizkzI-PETS -goversion go1.25.0 -symabis $WORK/b672/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack -asmhdr $WORK/b672/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/sha256block_arm64.go
2025-08-20T18:58:54.1745550Z [00:02:30.922]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T18:58:54.1753299Z [00:02:30.923]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/f6/f6151a9ebfab111556ea2834014f0939de296e05081c7c85b0435e6f52758883-d # internal
2025-08-20T18:58:54.1755509Z [00:02:30.923]➜  github.com/whyrusleeping/go-keyspace
2025-08-20T18:58:54.1762105Z [00:02:30.923]➜  mkdir -p $WORK/b673/
2025-08-20T18:58:54.1762497Z [00:02:30.923]➜  cat >/tmp/go-build693841089/b673/importcfg << 'EOF' # internal
2025-08-20T18:58:54.1762841Z [00:02:30.923]➜  # import config
2025-08-20T18:58:54.1763171Z [00:02:30.923]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.1763606Z [00:02:30.923]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:54.1764058Z [00:02:30.923]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:54.1764793Z [00:02:30.923]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.1765177Z [00:02:30.923]➜  EOF
2025-08-20T18:58:54.1778416Z [00:02:30.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_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/b673=>" -p github.com/whyrusleeping/go-keyspace -lang=go1.16 -complete -installsuffix shared -buildid zFGE0N9Tuv1CaMrjCyXf/zFGE0N9Tuv1CaMrjCyXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/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-20T18:58:54.1802178Z [00:02:30.928]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T18:58:54.1827852Z [00:02:30.930]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/5e/5e521f11f339eccf37afbd61356341de0ebb3a1e53c023514dc0a2b1d8245f0a-d # internal
2025-08-20T18:58:54.1836328Z [00:02:30.931]➜  github.com/ipld/go-ipld-prime
2025-08-20T18:58:54.1836856Z [00:02:30.931]➜  mkdir -p $WORK/b585/
2025-08-20T18:58:54.1837229Z [00:02:30.931]➜  cat >/tmp/go-build693841089/b585/importcfg << 'EOF' # internal
2025-08-20T18:58:54.1837570Z [00:02:30.931]➜  # import config
2025-08-20T18:58:54.1837911Z [00:02:30.931]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.1838418Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/adl=/tmp/go-build693841089/b586/_pkg_.a
2025-08-20T18:58:54.1839012Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:54.1839627Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:54.1840248Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:54.1840893Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:54.1841562Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/node/bindnode=/tmp/go-build693841089/b593/_pkg_.a
2025-08-20T18:58:54.1842189Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:54.1842810Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/schema/dmt=/tmp/go-build693841089/b604/_pkg_.a
2025-08-20T18:58:54.1843440Z [00:02:30.931]➜  packagefile github.com/ipld/go-ipld-prime/schema/dsl=/tmp/go-build693841089/b605/_pkg_.a
2025-08-20T18:58:54.1843945Z [00:02:30.931]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.1844336Z [00:02:30.931]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.1845062Z [00:02:30.931]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:54.1845432Z [00:02:30.931]➜  EOF
2025-08-20T18:58:54.1848841Z [00:02:30.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_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/b585=>" -p github.com/ipld/go-ipld-prime -lang=go1.19 -complete -installsuffix shared -buildid EHnes8ktOTHv_9WdLjBi/EHnes8ktOTHv_9WdLjBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/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-20T18:58:54.2176827Z [00:02:30.964]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T18:58:54.2187795Z [00:02:30.966]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/e4/e44d236aea524dcfaab5d4c865165795811f2b81c99f834d0e1d5ccdbecfe9ec-d # internal
2025-08-20T18:58:54.2213841Z [00:02:30.969]➜  github.com/libp2p/go-libp2p-kad-dht/qpeerset
2025-08-20T18:58:54.2216789Z [00:02:30.969]➜  mkdir -p $WORK/b674/
2025-08-20T18:58:54.2223159Z [00:02:30.970]➜  cat >/tmp/go-build693841089/b674/importcfg << 'EOF' # internal
2025-08-20T18:58:54.2224152Z [00:02:30.970]➜  # import config
2025-08-20T18:58:54.2226883Z [00:02:30.970]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.2227706Z [00:02:30.970]➜  packagefile github.com/whyrusleeping/go-keyspace=/tmp/go-build693841089/b673/_pkg_.a
2025-08-20T18:58:54.2229958Z [00:02:30.970]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:54.2230402Z [00:02:30.970]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.2230705Z [00:02:30.970]➜  EOF
2025-08-20T18:58:54.2232710Z [00:02:30.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/qpeerset=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/qpeerset;$WORK/b674=>" -p github.com/libp2p/go-libp2p-kad-dht/qpeerset -lang=go1.20 -complete -installsuffix shared -buildid ZZFP9DEt-mM_Pv4QdC8Q/ZZFP9DEt-mM_Pv4QdC8Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/qpeerset/qpeerset.go
2025-08-20T18:58:54.2304577Z [00:02:30.978]➜  cd /root/go/pkg/mod/github.com/minio/sha256-simd@v1.0.1
2025-08-20T18:58:54.2307900Z [00:02:30.978]➜  /root/.go/pkg/tool/linux_arm64/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/b672=>" -I $WORK/b672/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b672/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T18:58:54.2348349Z [00:02:30.982]➜  go tool pack r $WORK/b672/_pkg_.a $WORK/b672/sha256block_arm64.o # internal
2025-08-20T18:58:54.2353932Z [00:02:30.983]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T18:58:54.2361050Z [00:02:30.984]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/bd/bd8cd87f0c544ff4877bd15625cdd11ac2e6731bb41cd500b25e9c4ab91a3a59-d # internal
2025-08-20T18:58:54.2361700Z [00:02:30.984]➜  github.com/libp2p/go-libp2p-kbucket/keyspace
2025-08-20T18:58:54.2362025Z [00:02:30.984]➜  mkdir -p $WORK/b671/
2025-08-20T18:58:54.2362393Z [00:02:30.984]➜  cat >/tmp/go-build693841089/b671/importcfg << 'EOF' # internal
2025-08-20T18:58:54.2362732Z [00:02:30.984]➜  # import config
2025-08-20T18:58:54.2363064Z [00:02:30.984]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.2363759Z [00:02:30.984]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:54.2364447Z [00:02:30.984]➜  packagefile github.com/minio/sha256-simd=/tmp/go-build693841089/b672/_pkg_.a
2025-08-20T18:58:54.2365113Z [00:02:30.984]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:54.2365549Z [00:02:30.984]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:54.2365965Z [00:02:30.984]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.2366270Z [00:02:30.984]➜  EOF
2025-08-20T18:58:54.2366536Z [00:02:30.984]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:54.2369021Z [00:02:30.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/keyspace=>github.com/libp2p/go-libp2p-kbucket@v0.6.3/keyspace;$WORK/b671=>" -p github.com/libp2p/go-libp2p-kbucket/keyspace -lang=go1.19 -complete -installsuffix shared -buildid K5dkSJnf_3Ao29LT09hg/K5dkSJnf_3Ao29LT09hg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/keyspace/keyspace.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/keyspace/xor.go
2025-08-20T18:58:54.2450121Z [00:02:30.992]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T18:58:54.2459270Z [00:02:30.992]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/8e/8eb0944f83abb5f5f208d31b8ab0120ec170a389f14b6149f30c1e368a4cdf44-d # internal
2025-08-20T18:58:54.2460102Z [00:02:30.992]➜  github.com/ipfs/go-ipld-legacy
2025-08-20T18:58:54.2460399Z [00:02:30.992]➜  mkdir -p $WORK/b584/
2025-08-20T18:58:54.2460767Z [00:02:30.992]➜  cat >/tmp/go-build693841089/b584/importcfg << 'EOF' # internal
2025-08-20T18:58:54.2461104Z [00:02:30.992]➜  # import config
2025-08-20T18:58:54.2461433Z [00:02:30.992]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.2461846Z [00:02:30.992]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.2462296Z [00:02:30.992]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:54.2462738Z [00:02:30.992]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.2463345Z [00:02:30.992]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.2463836Z [00:02:30.992]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:54.2464406Z [00:02:30.992]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:54.2465224Z [00:02:30.992]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:54.2465849Z [00:02:30.992]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build693841089/b606/_pkg_.a
2025-08-20T18:58:54.2466499Z [00:02:30.992]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:54.2467141Z [00:02:30.992]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:54.2467773Z [00:02:30.992]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:58:54.2468272Z [00:02:30.992]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.2468696Z [00:02:30.992]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.2469004Z [00:02:30.992]➜  EOF
2025-08-20T18:58:54.2470985Z [00:02:30.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-legacy@v0.2.1=>github.com/ipfs/go-ipld-legacy@v0.2.1;$WORK/b584=>" -p github.com/ipfs/go-ipld-legacy -lang=go1.19 -complete -installsuffix shared -buildid 4ZgHuHHZVHqaSk_PWfho/4ZgHuHHZVHqaSk_PWfho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-legacy@v0.2.1/decode.go /root/go/pkg/mod/github.com/ipfs/go-ipld-legacy@v0.2.1/node.go
2025-08-20T18:58:54.2574097Z [00:02:31.005]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T18:58:54.2586927Z [00:02:31.006]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/f3/f371f1eb30aa03644c9617da3fb14e69698a31a5ac1a723fe6ab87a421f9bd2c-d # internal
2025-08-20T18:58:54.2595870Z [00:02:31.007]➜  github.com/ipld/go-codec-dagpb
2025-08-20T18:58:54.2601803Z [00:02:31.008]➜  mkdir -p $WORK/b616/
2025-08-20T18:58:54.2610593Z [00:02:31.008]➜  cat >/tmp/go-build693841089/b616/importcfg << 'EOF' # internal
2025-08-20T18:58:54.2611563Z [00:02:31.008]➜  # import config
2025-08-20T18:58:54.2614080Z [00:02:31.008]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.2619189Z [00:02:31.008]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:54.2619820Z [00:02:31.008]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:54.2620438Z [00:02:31.008]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:54.2621284Z [00:02:31.008]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:54.2621997Z [00:02:31.008]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build693841089/b592/_pkg_.a
2025-08-20T18:58:54.2622624Z [00:02:31.008]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:54.2623236Z [00:02:31.008]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:58:54.2624050Z [00:02:31.008]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:54.2624576Z [00:02:31.008]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.2625128Z [00:02:31.008]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.2625428Z [00:02:31.008]➜  EOF
2025-08-20T18:58:54.2637868Z [00:02:31.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0=>github.com/ipld/go-codec-dagpb@v1.6.0;$WORK/b616=>" -p github.com/ipld/go-codec-dagpb -lang=go1.19 -complete -installsuffix shared -buildid UKio6JFx41PNkQO7EDzj/UKio6JFx41PNkQO7EDzj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0/doc.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0/ipldsch_minima.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0/ipldsch_satisfaction.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0/ipldsch_types.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0/marshal.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0/multicodec.go /root/go/pkg/mod/github.com/ipld/go-codec-dagpb@v1.6.0/unmarshal.go
2025-08-20T18:58:54.2677539Z [00:02:31.015]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T18:58:54.2689568Z [00:02:31.016]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/5b/5b9b620562e230dbd582b7df35c4045529eab2f638c9bb9cd5085c361d495aed-d # internal
2025-08-20T18:58:54.2719238Z [00:02:31.019]➜  github.com/ipfs/boxo/ipns
2025-08-20T18:58:54.2719551Z [00:02:31.019]➜  mkdir -p $WORK/b620/
2025-08-20T18:58:54.2727711Z [00:02:31.020]➜  cat >/tmp/go-build693841089/b620/importcfg << 'EOF' # internal
2025-08-20T18:58:54.2728080Z [00:02:31.020]➜  # import config
2025-08-20T18:58:54.2728414Z [00:02:31.020]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.2728866Z [00:02:31.020]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:54.2729301Z [00:02:31.020]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.2729703Z [00:02:31.020]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.2730186Z [00:02:31.020]➜  packagefile github.com/ipfs/boxo/ipns/pb=/tmp/go-build693841089/b621/_pkg_.a
2025-08-20T18:58:54.2730925Z [00:02:31.020]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:58:54.2731556Z [00:02:31.020]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:54.2732084Z [00:02:31.020]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:54.2732612Z [00:02:31.020]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:54.2733157Z [00:02:31.020]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:54.2733780Z [00:02:31.020]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build693841089/b623/_pkg_.a
2025-08-20T18:58:54.2734418Z [00:02:31.020]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:54.2735260Z [00:02:31.020]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:54.2735881Z [00:02:31.020]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:58:54.2736631Z [00:02:31.020]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:54.2737311Z [00:02:31.020]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.2737946Z [00:02:31.020]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:54.2738578Z [00:02:31.020]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:54.2739375Z [00:02:31.020]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:54.2739991Z [00:02:31.020]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:54.2740537Z [00:02:31.020]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:54.2741084Z [00:02:31.020]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:54.2741571Z [00:02:31.020]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.2741977Z [00:02:31.020]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.2742534Z [00:02:31.020]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.2742833Z [00:02:31.020]➜  EOF
2025-08-20T18:58:54.2745524Z [00:02:31.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns=>github.com/ipfs/boxo@v0.20.0/ipns;$WORK/b620=>" -p github.com/ipfs/boxo/ipns -lang=go1.21 -complete -installsuffix shared -buildid af9AQ8_xWHAyAc468lrM/af9AQ8_xWHAyAc468lrM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns/defaults.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns/errors.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns/name.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns/record.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipns/validation.go
2025-08-20T18:58:54.2893688Z [00:02:31.037]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T18:58:54.2946136Z [00:02:31.042]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T18:58:54.2952426Z [00:02:31.043]➜  go.opencensus.io/tag
2025-08-20T18:58:54.2961362Z [00:02:31.043]➜  mkdir -p $WORK/b662/
2025-08-20T18:58:54.2961786Z [00:02:31.043]➜  cat >/tmp/go-build693841089/b662/importcfg << 'EOF' # internal
2025-08-20T18:58:54.2962131Z [00:02:31.043]➜  # import config
2025-08-20T18:58:54.2962462Z [00:02:31.043]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.2962876Z [00:02:31.043]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.2963321Z [00:02:31.043]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.2963955Z [00:02:31.043]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.2964509Z [00:02:31.043]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.2975540Z [00:02:31.044]➜  packagefile runtime/pprof=/tmp/go-build693841089/b663/_pkg_.a
2025-08-20T18:58:54.2976006Z [00:02:31.044]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.2976308Z [00:02:31.044]➜  EOF
2025-08-20T18:58:54.2979262Z [00:02:31.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/tag=>go.opencensus.io@v0.24.0/tag;$WORK/b662=>" -p go.opencensus.io/tag -lang=go1.13 -complete -installsuffix shared -buildid l9fbydZLShHiwvx_7Rct/l9fbydZLShHiwvx_7Rct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/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-20T18:58:54.3061314Z [00:02:31.054]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T18:58:54.3067604Z [00:02:31.054]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/23/230b6b9dc75904dd31344df31fa8b39e5e8c6dadb63b964dac7f2b28bc286860-d # internal
2025-08-20T18:58:54.3090520Z [00:02:31.056]➜  github.com/libp2p/go-libp2p-kbucket
2025-08-20T18:58:54.3090862Z [00:02:31.057]➜  mkdir -p $WORK/b670/
2025-08-20T18:58:54.3091237Z [00:02:31.057]➜  cat >/tmp/go-build693841089/b670/importcfg << 'EOF' # internal
2025-08-20T18:58:54.3091581Z [00:02:31.057]➜  # import config
2025-08-20T18:58:54.3091947Z [00:02:31.057]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:54.3092413Z [00:02:31.057]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.3092857Z [00:02:31.057]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:54.3096235Z [00:02:31.057]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.3096934Z [00:02:31.057]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.3097345Z [00:02:31.057]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.3097817Z [00:02:31.057]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:54.3098355Z [00:02:31.057]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:54.3098960Z [00:02:31.057]➜  packagefile github.com/libp2p/go-libp2p-kbucket/keyspace=/tmp/go-build693841089/b671/_pkg_.a
2025-08-20T18:58:54.3099657Z [00:02:31.057]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build693841089/b645/_pkg_.a
2025-08-20T18:58:54.3100324Z [00:02:31.057]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.3100970Z [00:02:31.057]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:54.3101573Z [00:02:31.057]➜  packagefile github.com/minio/sha256-simd=/tmp/go-build693841089/b672/_pkg_.a
2025-08-20T18:58:54.3102165Z [00:02:31.057]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:54.3102672Z [00:02:31.057]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.3103071Z [00:02:31.057]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.3103469Z [00:02:31.057]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.3103770Z [00:02:31.057]➜  EOF
2025-08-20T18:58:54.3114267Z [00:02:31.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3=>github.com/libp2p/go-libp2p-kbucket@v0.6.3;$WORK/b670=>" -p github.com/libp2p/go-libp2p-kbucket -lang=go1.19 -complete -installsuffix shared -buildid dcsJWKigrbcbM68YzBuW/dcsJWKigrbcbM68YzBuW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/bucket.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/bucket_prefixmap.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/sorting.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/table.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/table_refresh.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kbucket@v0.6.3/util.go
2025-08-20T18:58:54.3501794Z [00:02:31.097]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T18:58:54.3511163Z [00:02:31.099]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/ca/ca921caef34f22162e8b7a54fc5806ad606711f5f3696dd1dcc94e395a4f5791-d # internal
2025-08-20T18:58:54.3522967Z [00:02:31.099]➜  go.opencensus.io/stats/internal
2025-08-20T18:58:54.3523317Z [00:02:31.099]➜  mkdir -p $WORK/b661/
2025-08-20T18:58:54.3523711Z [00:02:31.099]➜  cat >/tmp/go-build693841089/b661/importcfg << 'EOF' # internal
2025-08-20T18:58:54.3524054Z [00:02:31.099]➜  # import config
2025-08-20T18:58:54.3524449Z [00:02:31.099]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:58:54.3524940Z [00:02:31.099]➜  EOF
2025-08-20T18:58:54.3526743Z [00:02:31.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal=>go.opencensus.io@v0.24.0/stats/internal;$WORK/b661=>" -p go.opencensus.io/stats/internal -lang=go1.13 -complete -installsuffix shared -buildid Z0gSmE2e6SHdNhl1B1Ag/Z0gSmE2e6SHdNhl1B1Ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal/record.go
2025-08-20T18:58:54.3566734Z [00:02:31.104]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T18:58:54.3582475Z [00:02:31.106]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/35/35bd1f4dfb4a9635a0180b19ffdc09b6ee5a14fbfb07fa28ab9aa1f1a30c3bdb-d # internal
2025-08-20T18:58:54.3614518Z [00:02:31.109]➜  github.com/libp2p/go-libp2p-kad-dht/internal/config
2025-08-20T18:58:54.3616077Z [00:02:31.109]➜  mkdir -p $WORK/b640/
2025-08-20T18:58:54.3616800Z [00:02:31.109]➜  cat >/tmp/go-build693841089/b640/importcfg << 'EOF' # internal
2025-08-20T18:58:54.3618113Z [00:02:31.109]➜  # import config
2025-08-20T18:58:54.3618530Z [00:02:31.109]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.3619028Z [00:02:31.109]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:58:54.3619612Z [00:02:31.109]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:54.3620195Z [00:02:31.109]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:58:54.3620849Z [00:02:31.109]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/providers=/tmp/go-build693841089/b641/_pkg_.a
2025-08-20T18:58:54.3621555Z [00:02:31.109]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build693841089/b645/_pkg_.a
2025-08-20T18:58:54.3622219Z [00:02:31.109]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:58:54.3622829Z [00:02:31.109]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:54.3623452Z [00:02:31.109]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.3624088Z [00:02:31.109]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:54.3624901Z [00:02:31.109]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:54.3625593Z [00:02:31.109]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:54.3626379Z [00:02:31.109]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.3626842Z [00:02:31.109]➜  EOF
2025-08-20T18:58:54.3629532Z [00:02:31.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/config=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/config;$WORK/b640=>" -p github.com/libp2p/go-libp2p-kad-dht/internal/config -lang=go1.20 -complete -installsuffix shared -buildid eOH6fhtwDhIDw4OC1n1R/eOH6fhtwDhIDw4OC1n1R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/config/config.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/config/quorum.go
2025-08-20T18:58:54.3631747Z [00:02:31.109]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T18:58:54.3632400Z [00:02:31.109]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/56/56ff40236143b4072d02ca4c7a2643d2cc87d2d283b756e3c3e2166319cad778-d # internal
2025-08-20T18:58:54.3632981Z [00:02:31.109]➜  go.opencensus.io/stats
2025-08-20T18:58:54.3633244Z [00:02:31.109]➜  mkdir -p $WORK/b658/
2025-08-20T18:58:54.3633614Z [00:02:31.109]➜  cat >/tmp/go-build693841089/b658/importcfg << 'EOF' # internal
2025-08-20T18:58:54.3633949Z [00:02:31.109]➜  # import config
2025-08-20T18:58:54.3634280Z [00:02:31.109]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.3635266Z [00:02:31.109]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build693841089/b659/_pkg_.a
2025-08-20T18:58:54.3635862Z [00:02:31.109]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build693841089/b661/_pkg_.a
2025-08-20T18:58:54.3636401Z [00:02:31.109]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:58:54.3636851Z [00:02:31.109]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.3637285Z [00:02:31.109]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:54.3637607Z [00:02:31.109]➜  EOF
2025-08-20T18:58:54.3640285Z [00:02:31.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats=>go.opencensus.io@v0.24.0/stats;$WORK/b658=>" -p go.opencensus.io/stats -lang=go1.13 -complete -installsuffix shared -buildid R5wlcH30bkpQa6e0eo_J/R5wlcH30bkpQa6e0eo_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/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-20T18:58:54.3873276Z [00:02:31.135]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T18:58:54.3874082Z [00:02:31.135]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/06/0624c9dd5a2d40dcc4abcf3e9422519db64731af7e9420efffe4740a54ad4dff-d # internal
2025-08-20T18:58:54.3874873Z [00:02:31.135]➜  go.opencensus.io/stats/view
2025-08-20T18:58:54.3875224Z [00:02:31.135]➜  mkdir -p $WORK/b664/
2025-08-20T18:58:54.3878225Z [00:02:31.135]➜  cat >/tmp/go-build693841089/b664/importcfg << 'EOF' # internal
2025-08-20T18:58:54.3879055Z [00:02:31.135]➜  # import config
2025-08-20T18:58:54.3879427Z [00:02:31.135]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.3879866Z [00:02:31.135]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.3880293Z [00:02:31.135]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.3880812Z [00:02:31.135]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build693841089/b665/_pkg_.a
2025-08-20T18:58:54.3881430Z [00:02:31.135]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build693841089/b659/_pkg_.a
2025-08-20T18:58:54.3882266Z [00:02:31.135]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build693841089/b666/_pkg_.a
2025-08-20T18:58:54.3883020Z [00:02:31.135]➜  packagefile go.opencensus.io/resource=/tmp/go-build693841089/b660/_pkg_.a
2025-08-20T18:58:54.3883618Z [00:02:31.135]➜  packagefile go.opencensus.io/stats=/tmp/go-build693841089/b658/_pkg_.a
2025-08-20T18:58:54.3884166Z [00:02:31.135]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build693841089/b661/_pkg_.a
2025-08-20T18:58:54.3884866Z [00:02:31.135]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:58:54.3885392Z [00:02:31.135]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:54.3885805Z [00:02:31.135]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:54.3886212Z [00:02:31.135]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.3886619Z [00:02:31.135]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.3887073Z [00:02:31.135]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.3887502Z [00:02:31.135]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:54.3887920Z [00:02:31.135]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.3888438Z [00:02:31.135]➜  EOF
2025-08-20T18:58:54.3892043Z [00:02:31.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view=>go.opencensus.io@v0.24.0/stats/view;$WORK/b664=>" -p go.opencensus.io/stats/view -lang=go1.13 -complete -installsuffix shared -buildid RU1nvR8ak_qxsylWJ4JV/RU1nvR8ak_qxsylWJ4JV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/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-20T18:58:54.3953143Z [00:02:31.143]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T18:58:54.3962752Z [00:02:31.144]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/ee/ee9c86db48a796d9eb5bef23640fe456a436bfe572fdc9a6ec958aba36dc94e4-d # internal
2025-08-20T18:58:54.3963805Z [00:02:31.144]➜  github.com/hashicorp/errwrap
2025-08-20T18:58:54.3964130Z [00:02:31.144]➜  mkdir -p $WORK/b677/
2025-08-20T18:58:54.3966468Z [00:02:31.144]➜  cat >/tmp/go-build693841089/b677/importcfg << 'EOF' # internal
2025-08-20T18:58:54.3967319Z [00:02:31.144]➜  # import config
2025-08-20T18:58:54.3967694Z [00:02:31.144]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.3968127Z [00:02:31.144]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:54.3968550Z [00:02:31.144]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.3968863Z [00:02:31.144]➜  EOF
2025-08-20T18:58:54.3970609Z [00:02:31.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b677=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid Afo46plpV_ZshprpjHu3/Afo46plpV_ZshprpjHu3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T18:58:54.4191949Z [00:02:31.167]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T18:58:54.4197249Z [00:02:31.167]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T18:58:54.4200997Z [00:02:31.168]➜  github.com/hashicorp/go-multierror
2025-08-20T18:58:54.4202492Z [00:02:31.168]➜  mkdir -p $WORK/b676/
2025-08-20T18:58:54.4206273Z [00:02:31.168]➜  cat >/tmp/go-build693841089/b676/importcfg << 'EOF' # internal
2025-08-20T18:58:54.4207309Z [00:02:31.168]➜  # import config
2025-08-20T18:58:54.4208897Z [00:02:31.168]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.4209373Z [00:02:31.168]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.4209891Z [00:02:31.168]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build693841089/b677/_pkg_.a
2025-08-20T18:58:54.4210385Z [00:02:31.168]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.4210798Z [00:02:31.168]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.4211099Z [00:02:31.168]➜  EOF
2025-08-20T18:58:54.4214523Z [00:02:31.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b676=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid q5FJMWudSy6KhelMbSyE/q5FJMWudSy6KhelMbSyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/append.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/flatten.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/format.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/group.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/multierror.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/prefix.go /root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1/sort.go
2025-08-20T18:58:54.4589877Z [00:02:31.206]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T18:58:54.4596887Z [00:02:31.207]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T18:58:54.4610266Z [00:02:31.209]➜  github.com/libp2p/go-libp2p-routing-helpers/tracing
2025-08-20T18:58:54.4611194Z [00:02:31.209]➜  mkdir -p $WORK/b678/
2025-08-20T18:58:54.4615588Z [00:02:31.209]➜  cat >/tmp/go-build693841089/b678/importcfg << 'EOF' # internal
2025-08-20T18:58:54.4616452Z [00:02:31.209]➜  # import config
2025-08-20T18:58:54.4617122Z [00:02:31.209]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.4617871Z [00:02:31.209]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.4618517Z [00:02:31.209]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:54.4619244Z [00:02:31.209]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.4620047Z [00:02:31.209]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:54.4621057Z [00:02:31.209]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:54.4621905Z [00:02:31.209]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:54.4622564Z [00:02:31.209]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:54.4623781Z [00:02:31.209]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:54.4624372Z [00:02:31.209]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:54.4625129Z [00:02:31.209]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:54.4625512Z [00:02:31.209]➜  EOF
2025-08-20T18:58:54.4658143Z [00:02:31.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/tracing=>github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/tracing;$WORK/b678=>" -p github.com/libp2p/go-libp2p-routing-helpers/tracing -lang=go1.20 -complete -installsuffix shared -buildid 2wwH7GxsvPA4MtGyrtH0/2wwH7GxsvPA4MtGyrtH0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/tracing/tracing.go
2025-08-20T18:58:54.4830812Z [00:02:31.230]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T18:58:54.4886278Z [00:02:31.236]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/a5/a59cd26611c8f8753e3dd9b296c0f500f21c736798d9c409b10995091fa4e348-d # internal
2025-08-20T18:58:54.4949143Z [00:02:31.242]➜  github.com/libp2p/go-libp2p-kad-dht/metrics
2025-08-20T18:58:54.4950136Z [00:02:31.242]➜  mkdir -p $WORK/b656/
2025-08-20T18:58:54.4951047Z [00:02:31.243]➜  cat >/tmp/go-build693841089/b656/importcfg << 'EOF' # internal
2025-08-20T18:58:54.4951634Z [00:02:31.243]➜  # import config
2025-08-20T18:58:54.4952301Z [00:02:31.243]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build693841089/b657/_pkg_.a
2025-08-20T18:58:54.4953060Z [00:02:31.243]➜  packagefile go.opencensus.io/stats=/tmp/go-build693841089/b658/_pkg_.a
2025-08-20T18:58:54.4953756Z [00:02:31.243]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:58:54.4955050Z [00:02:31.243]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:58:54.4955626Z [00:02:31.243]➜  EOF
2025-08-20T18:58:54.4957863Z [00:02:31.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/metrics=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/metrics;$WORK/b656=>" -p github.com/libp2p/go-libp2p-kad-dht/metrics -lang=go1.20 -complete -installsuffix shared -buildid igbCluI87SvC7KTCG3TP/igbCluI87SvC7KTCG3TP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/metrics/metrics.go
2025-08-20T18:58:54.5256239Z [00:02:31.273]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T18:58:54.5274032Z [00:02:31.275]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/af/affa3f71c0820b215267ce8af1659dba13740f5da08e91bca4f1d4f16ae88f97-d # internal
2025-08-20T18:58:54.5319472Z [00:02:31.279]➜  github.com/libp2p/go-libp2p-kad-dht/netsize
2025-08-20T18:58:54.5321435Z [00:02:31.279]➜  mkdir -p $WORK/b669/
2025-08-20T18:58:54.5322240Z [00:02:31.280]➜  cat >/tmp/go-build693841089/b669/importcfg << 'EOF' # internal
2025-08-20T18:58:54.5322939Z [00:02:31.280]➜  # import config
2025-08-20T18:58:54.5323993Z [00:02:31.280]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.5324468Z [00:02:31.280]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:54.5325266Z [00:02:31.280]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:58:54.5325887Z [00:02:31.280]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.5326729Z [00:02:31.280]➜  packagefile github.com/whyrusleeping/go-keyspace=/tmp/go-build693841089/b673/_pkg_.a
2025-08-20T18:58:54.5327349Z [00:02:31.280]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:54.5327780Z [00:02:31.280]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:54.5328191Z [00:02:31.280]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.5328597Z [00:02:31.280]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.5329008Z [00:02:31.280]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.5329427Z [00:02:31.280]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:54.5329843Z [00:02:31.280]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.5330142Z [00:02:31.280]➜  EOF
2025-08-20T18:58:54.5332226Z [00:02:31.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/netsize=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/netsize;$WORK/b669=>" -p github.com/libp2p/go-libp2p-kad-dht/netsize -lang=go1.20 -complete -installsuffix shared -buildid B55OnjKQ6gv_Rj8gf3vF/B55OnjKQ6gv_Rj8gf3vF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/netsize/netsize.go
2025-08-20T18:58:54.5481073Z [00:02:31.295]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T18:58:54.5486543Z [00:02:31.296]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/16/167445b02e6a5a4eb97ce856c44219ed2998f1ac823827fca26ec815e597825c-d # internal
2025-08-20T18:58:54.5490918Z [00:02:31.296]➜  github.com/libp2p/go-libp2p-kad-dht/internal/net
2025-08-20T18:58:54.5492202Z [00:02:31.297]➜  mkdir -p $WORK/b655/
2025-08-20T18:58:54.5500916Z [00:02:31.297]➜  cat >/tmp/go-build693841089/b655/importcfg << 'EOF' # internal
2025-08-20T18:58:54.5501703Z [00:02:31.297]➜  # import config
2025-08-20T18:58:54.5504147Z [00:02:31.297]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:54.5504751Z [00:02:31.297]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.5505267Z [00:02:31.297]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.5506018Z [00:02:31.297]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:54.5506625Z [00:02:31.297]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build693841089/b639/_pkg_.a
2025-08-20T18:58:54.5507296Z [00:02:31.297]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/metrics=/tmp/go-build693841089/b656/_pkg_.a
2025-08-20T18:58:54.5507934Z [00:02:31.297]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build693841089/b657/_pkg_.a
2025-08-20T18:58:54.5508549Z [00:02:31.297]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:54.5509179Z [00:02:31.297]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:54.5509811Z [00:02:31.297]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.5510441Z [00:02:31.297]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:54.5511035Z [00:02:31.297]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build693841089/b667/_pkg_.a
2025-08-20T18:58:54.5511609Z [00:02:31.297]➜  packagefile github.com/libp2p/go-msgio/protoio=/tmp/go-build693841089/b668/_pkg_.a
2025-08-20T18:58:54.5512166Z [00:02:31.297]➜  packagefile go.opencensus.io/stats=/tmp/go-build693841089/b658/_pkg_.a
2025-08-20T18:58:54.5512694Z [00:02:31.297]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:58:54.5513135Z [00:02:31.297]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.5513530Z [00:02:31.297]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.5514075Z [00:02:31.297]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.5514431Z [00:02:31.297]➜  EOF
2025-08-20T18:58:54.5516704Z [00:02:31.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/net=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/net;$WORK/b655=>" -p github.com/libp2p/go-libp2p-kad-dht/internal/net -lang=go1.20 -complete -installsuffix shared -buildid mPtPS0GXm-HPDlpi8-e3/mPtPS0GXm-HPDlpi8-e3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/internal/net/message_manager.go
2025-08-20T18:58:54.5546389Z [00:02:31.300]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T18:58:54.5549446Z [00:02:31.302]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/0a/0a2c555dce8d2055e28510a97befa792d19cfa59c01217129217b7e8199cc71d-d # internal
2025-08-20T18:58:54.5570261Z [00:02:31.304]➜  github.com/libp2p/go-libp2p-kad-dht/rtrefresh
2025-08-20T18:58:54.5583138Z [00:02:31.304]➜  mkdir -p $WORK/b675/
2025-08-20T18:58:54.5583717Z [00:02:31.305]➜  cat >/tmp/go-build693841089/b675/importcfg << 'EOF' # internal
2025-08-20T18:58:54.5584130Z [00:02:31.305]➜  # import config
2025-08-20T18:58:54.5584473Z [00:02:31.305]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.5585006Z [00:02:31.305]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.5585687Z [00:02:31.305]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build693841089/b676/_pkg_.a
2025-08-20T18:58:54.5586245Z [00:02:31.305]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:54.5586841Z [00:02:31.305]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build693841089/b639/_pkg_.a
2025-08-20T18:58:54.5587473Z [00:02:31.305]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:58:54.5588085Z [00:02:31.305]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:54.5588701Z [00:02:31.305]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:54.5589470Z [00:02:31.305]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build693841089/b340/_pkg_.a
2025-08-20T18:58:54.5590070Z [00:02:31.305]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:54.5590656Z [00:02:31.305]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:54.5591228Z [00:02:31.305]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:54.5591705Z [00:02:31.305]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.5592129Z [00:02:31.305]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:54.5592549Z [00:02:31.305]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.5592853Z [00:02:31.305]➜  EOF
2025-08-20T18:58:54.5596223Z [00:02:31.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/rtrefresh=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/rtrefresh;$WORK/b675=>" -p github.com/libp2p/go-libp2p-kad-dht/rtrefresh -lang=go1.20 -complete -installsuffix shared -buildid t_IGYdu3bu74KGAq9zhL/t_IGYdu3bu74KGAq9zhL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/rtrefresh/rt_refresh_manager.go
2025-08-20T18:58:54.5825008Z [00:02:31.330]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T18:58:54.5833399Z [00:02:31.331]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/2a/2aa9f55c9ec63838fba6e38a4b69df790f0598d480aef5b827dad9ccd9d62418-d # internal
2025-08-20T18:58:54.5841452Z [00:02:31.331]➜  expvar
2025-08-20T18:58:54.5841710Z [00:02:31.331]➜  mkdir -p $WORK/b682/
2025-08-20T18:58:54.5842296Z [00:02:31.331]➜  cat >/tmp/go-build693841089/b682/importcfg << 'EOF' # internal
2025-08-20T18:58:54.5842698Z [00:02:31.331]➜  # import config
2025-08-20T18:58:54.5843067Z [00:02:31.331]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:54.5843542Z [00:02:31.331]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:58:54.5843977Z [00:02:31.331]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:54.5844379Z [00:02:31.331]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:54.5844902Z [00:02:31.331]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:54.5845307Z [00:02:31.331]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.5845706Z [00:02:31.331]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:54.5846116Z [00:02:31.331]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:54.5846534Z [00:02:31.331]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.5847063Z [00:02:31.331]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.5847601Z [00:02:31.331]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:54.5848052Z [00:02:31.331]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:54.5848377Z [00:02:31.331]➜  EOF
2025-08-20T18:58:54.5849710Z [00:02:31.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b682=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T18:58:54.6401664Z [00:02:31.387]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T18:58:54.6417455Z [00:02:31.389]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/51/5102c185e4e42632a801c66f19ff4aecfeba57d2bd689e9fa0bf0a2f4490eba8-d # internal
2025-08-20T18:58:54.6429692Z [00:02:31.389]➜  github.com/beorn7/perks/quantile
2025-08-20T18:58:54.6430022Z [00:02:31.389]➜  mkdir -p $WORK/b683/
2025-08-20T18:58:54.6430645Z [00:02:31.390]➜  cat >/tmp/go-build693841089/b683/importcfg << 'EOF' # internal
2025-08-20T18:58:54.6430992Z [00:02:31.390]➜  # import config
2025-08-20T18:58:54.6431320Z [00:02:31.390]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:54.6431738Z [00:02:31.390]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.6432039Z [00:02:31.390]➜  EOF
2025-08-20T18:58:54.6433872Z [00:02:31.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b683=>" -p github.com/beorn7/perks/quantile -lang=go1.11 -complete -installsuffix shared -buildid 33J2bBrDZVjugqmpMaCK/33J2bBrDZVjugqmpMaCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T18:58:54.6435702Z [00:02:31.390]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T18:58:54.6441629Z [00:02:31.392]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/a3/a3af4dc573cd04b28e291a7e6e1f8134f8f17d91ea52f50fe677c4aedb4c549c-d # internal
2025-08-20T18:58:54.6449028Z [00:02:31.392]➜  github.com/cespare/xxhash/v2
2025-08-20T18:58:54.6451438Z [00:02:31.392]➜  mkdir -p $WORK/b684/
2025-08-20T18:58:54.6452077Z [00:02:31.392]➜  echo -n > $WORK/b684/go_asm.h # internal
2025-08-20T18:58:54.6454807Z [00:02:31.392]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T18:58:54.6456324Z [00:02:31.392]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b684=>" -I $WORK/b684/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b684/symabis ./xxhash_arm64.s
2025-08-20T18:58:54.6469712Z [00:02:31.394]➜  cat >/tmp/go-build693841089/b684/importcfg << 'EOF' # internal
2025-08-20T18:58:54.6470451Z [00:02:31.394]➜  # import config
2025-08-20T18:58:54.6471143Z [00:02:31.394]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.6472819Z [00:02:31.394]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.6473358Z [00:02:31.394]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:54.6474002Z [00:02:31.394]➜  EOF
2025-08-20T18:58:54.6474414Z [00:02:31.394]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:54.6477501Z [00:02:31.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b684=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b684/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack -asmhdr $WORK/b684/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-20T18:58:54.6935223Z [00:02:31.441]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T18:58:54.6937533Z [00:02:31.441]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b684=>" -I $WORK/b684/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b684/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T18:58:54.6950233Z [00:02:31.443]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T18:58:54.6971069Z [00:02:31.445]➜  go tool pack r $WORK/b684/_pkg_.a $WORK/b684/xxhash_arm64.o # internal
2025-08-20T18:58:54.6977214Z [00:02:31.445]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T18:58:54.6986322Z [00:02:31.446]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T18:58:54.6987963Z [00:02:31.446]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d # internal
2025-08-20T18:58:54.6988926Z [00:02:31.446]➜  github.com/prometheus/client_model/go
2025-08-20T18:58:54.6990936Z [00:02:31.446]➜  mkdir -p $WORK/b686/
2025-08-20T18:58:54.6991344Z [00:02:31.446]➜  github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
2025-08-20T18:58:54.6996441Z [00:02:31.446]➜  mkdir -p $WORK/b690/
2025-08-20T18:58:54.6996822Z [00:02:31.446]➜  cat >/tmp/go-build693841089/b690/importcfg << 'EOF' # internal
2025-08-20T18:58:54.6997165Z [00:02:31.446]➜  # import config
2025-08-20T18:58:54.6997493Z [00:02:31.446]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.6997925Z [00:02:31.446]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.6998350Z [00:02:31.446]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.6998666Z [00:02:31.446]➜  EOF
2025-08-20T18:58:54.6998960Z [00:02:31.447]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:58:54.7001450Z [00:02:31.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.53.0/internal/bitbucket.org/ww/goautoneg=>github.com/prometheus/common@v0.53.0/internal/bitbucket.org/ww/goautoneg;$WORK/b690=>" -p github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg -lang=go1.20 -complete -installsuffix shared -buildid Ajh6fdHx-wl1kGDgu7Qn/Ajh6fdHx-wl1kGDgu7Qn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/internal/bitbucket.org/ww/goautoneg/autoneg.go
2025-08-20T18:58:54.7003773Z [00:02:31.447]➜  cat >/tmp/go-build693841089/b686/importcfg << 'EOF' # internal
2025-08-20T18:58:54.7004200Z [00:02:31.447]➜  # import config
2025-08-20T18:58:54.7004815Z [00:02:31.447]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:54.7005579Z [00:02:31.447]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:54.7006291Z [00:02:31.447]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:58:54.7006860Z [00:02:31.447]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:54.7007271Z [00:02:31.447]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.7007572Z [00:02:31.447]➜  EOF
2025-08-20T18:58:54.7047679Z [00:02:31.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go=>github.com/prometheus/client_model@v0.6.1/go;$WORK/b686=>" -p github.com/prometheus/client_model/go -lang=go1.19 -complete -installsuffix shared -buildid mtocg29tTZCNdJrSMvHM/mtocg29tTZCNdJrSMvHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go/metrics.pb.go
2025-08-20T18:58:54.7190956Z [00:02:31.466]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T18:58:54.7196195Z [00:02:31.467]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/70/70dcd7178409a3daefe24064b235cc65e55a78c9498d6b2a9607224f88c0ecff-d # internal
2025-08-20T18:58:54.7201164Z [00:02:31.468]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T18:58:54.7206819Z [00:02:31.468]➜  mkdir -p $WORK/b691/
2025-08-20T18:58:54.7207208Z [00:02:31.468]➜  cat >/tmp/go-build693841089/b691/importcfg << 'EOF' # internal
2025-08-20T18:58:54.7207551Z [00:02:31.468]➜  # import config
2025-08-20T18:58:54.7207889Z [00:02:31.468]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:54.7208350Z [00:02:31.468]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.7208789Z [00:02:31.468]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.7209603Z [00:02:31.468]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:54.7210286Z [00:02:31.468]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build693841089/b097/_pkg_.a
2025-08-20T18:58:54.7210922Z [00:02:31.468]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:54.7211406Z [00:02:31.468]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.7211700Z [00:02:31.468]➜  EOF
2025-08-20T18:58:54.7213791Z [00:02:31.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protodelim=>google.golang.org/protobuf@v1.35.2/encoding/protodelim;$WORK/b691=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.21 -complete -installsuffix shared -buildid RcGCKMwOL8FBbQJ5993s/RcGCKMwOL8FBbQJ5993s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/encoding/protodelim/protodelim.go
2025-08-20T18:58:54.7349785Z [00:02:31.482]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T18:58:54.7444846Z [00:02:31.492]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/8e/8e2ef2532af4fe0b93579fdfac34cf40c5cd031306d7fd6b38dc8ef548ad6162-d # internal
2025-08-20T18:58:54.7447377Z [00:02:31.492]➜  github.com/ipfs/boxo/ipld/merkledag
2025-08-20T18:58:54.7447704Z [00:02:31.492]➜  mkdir -p $WORK/b540/
2025-08-20T18:58:54.7448079Z [00:02:31.492]➜  cat >/tmp/go-build693841089/b540/importcfg << 'EOF' # internal
2025-08-20T18:58:54.7448423Z [00:02:31.492]➜  # import config
2025-08-20T18:58:54.7448765Z [00:02:31.492]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:54.7449378Z [00:02:31.492]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:54.7449929Z [00:02:31.492]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.7450347Z [00:02:31.492]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.7450859Z [00:02:31.492]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:58:54.7451484Z [00:02:31.492]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/pb=/tmp/go-build693841089/b580/_pkg_.a
2025-08-20T18:58:54.7452078Z [00:02:31.492]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:54.7452633Z [00:02:31.492]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:54.7453184Z [00:02:31.492]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:54.7453730Z [00:02:31.492]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:54.7454403Z [00:02:31.492]➜  packagefile github.com/ipfs/go-ipld-legacy=/tmp/go-build693841089/b584/_pkg_.a
2025-08-20T18:58:54.7455175Z [00:02:31.492]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:54.7455738Z [00:02:31.492]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:54.7456300Z [00:02:31.492]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:54.7457083Z [00:02:31.492]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/tmp/go-build693841089/b617/_pkg_.a
2025-08-20T18:58:54.7457710Z [00:02:31.492]➜  packagefile github.com/ipld/go-ipld-prime/fluent/qp=/tmp/go-build693841089/b618/_pkg_.a
2025-08-20T18:58:54.7458342Z [00:02:31.492]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:54.7458979Z [00:02:31.492]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:54.7459642Z [00:02:31.492]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:54.7460277Z [00:02:31.492]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:54.7460996Z [00:02:31.492]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:54.7461394Z [00:02:31.492]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.7461806Z [00:02:31.492]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.7462209Z [00:02:31.492]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.7462507Z [00:02:31.492]➜  EOF
2025-08-20T18:58:54.7471269Z [00:02:31.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag=>github.com/ipfs/boxo@v0.20.0/ipld/merkledag;$WORK/b540=>" -p github.com/ipfs/boxo/ipld/merkledag -lang=go1.21 -complete -installsuffix shared -buildid 70Eni-I7jnlsAB7LKknw/70Eni-I7jnlsAB7LKknw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/coding.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/errservice.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/merkledag.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/node.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/prime.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/raw.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/readonly.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/rwservice.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/session.go
2025-08-20T18:58:54.7654228Z [00:02:31.513]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T18:58:54.7678733Z [00:02:31.515]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/57/5778192f66353d56bb3e60bb7d41296f3da4ad955b55e466648516381a76aca1-d # internal
2025-08-20T18:58:54.7690718Z [00:02:31.515]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T18:58:54.7691062Z [00:02:31.515]➜  mkdir -p $WORK/b693/
2025-08-20T18:58:54.7691442Z [00:02:31.515]➜  cat >/tmp/go-build693841089/b693/importcfg << 'EOF' # internal
2025-08-20T18:58:54.7691783Z [00:02:31.515]➜  # import config
2025-08-20T18:58:54.7692104Z [00:02:31.515]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.7692508Z [00:02:31.515]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.7692938Z [00:02:31.515]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:54.7693271Z [00:02:31.515]➜  EOF
2025-08-20T18:58:54.7696470Z [00:02:31.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/internal/fs=>github.com/prometheus/procfs@v0.15.0/internal/fs;$WORK/b693=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.21 -complete -installsuffix shared -buildid x6S3WZz4XUIKqDysBasF/x6S3WZz4XUIKqDysBasF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/internal/fs/fs.go
2025-08-20T18:58:54.7755570Z [00:02:31.522]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T18:58:54.7833444Z [00:02:31.529]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T18:58:54.7835086Z [00:02:31.529]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/f6/f6acbe2e7543df6961ec66b5813c940a4fd83de5dba400210e6d29ce69a565f0-d # internal
2025-08-20T18:58:54.7838077Z [00:02:31.529]➜  github.com/prometheus/procfs/internal/util
2025-08-20T18:58:54.7838411Z [00:02:31.529]➜  mkdir -p $WORK/b694/
2025-08-20T18:58:54.7838784Z [00:02:31.529]➜  cat >/tmp/go-build693841089/b694/importcfg << 'EOF' # internal
2025-08-20T18:58:54.7839166Z [00:02:31.529]➜  # import config
2025-08-20T18:58:54.7839517Z [00:02:31.529]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.7839931Z [00:02:31.529]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.7840319Z [00:02:31.529]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.7840973Z [00:02:31.529]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.7841392Z [00:02:31.529]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.7841802Z [00:02:31.529]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:54.7842116Z [00:02:31.529]➜  EOF
2025-08-20T18:58:54.7845216Z [00:02:31.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/internal/util=>github.com/prometheus/procfs@v0.15.0/internal/util;$WORK/b694=>" -p github.com/prometheus/procfs/internal/util -lang=go1.21 -complete -installsuffix shared -buildid k9iJi8AbyXY0XmKd0kqv/k9iJi8AbyXY0XmKd0kqv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/internal/util/parse.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/internal/util/readfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/internal/util/sysreadfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/internal/util/valueparser.go
2025-08-20T18:58:54.7848350Z [00:02:31.532]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T18:58:54.7859244Z [00:02:31.533]➜  github.com/libp2p/go-netroute
2025-08-20T18:58:54.7859562Z [00:02:31.533]➜  mkdir -p $WORK/b695/
2025-08-20T18:58:54.7866574Z [00:02:31.534]➜  cat >/tmp/go-build693841089/b695/importcfg << 'EOF' # internal
2025-08-20T18:58:54.7866961Z [00:02:31.534]➜  # import config
2025-08-20T18:58:54.7867303Z [00:02:31.534]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.7867983Z [00:02:31.534]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.7868466Z [00:02:31.534]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.7868984Z [00:02:31.534]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build693841089/b638/_pkg_.a
2025-08-20T18:58:54.7869490Z [00:02:31.534]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:54.7869889Z [00:02:31.534]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.7870301Z [00:02:31.534]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.7870724Z [00:02:31.534]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:54.7871038Z [00:02:31.534]➜  EOF
2025-08-20T18:58:54.7873194Z [00:02:31.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-netroute@v0.2.1=>github.com/libp2p/go-netroute@v0.2.1;$WORK/b695=>" -p github.com/libp2p/go-netroute -lang=go1.18 -complete -installsuffix shared -buildid Z7anOXqmNMg7eu8s7UDY/Z7anOXqmNMg7eu8s7UDY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-netroute@v0.2.1/common.go /root/go/pkg/mod/github.com/libp2p/go-netroute@v0.2.1/netroute_linux.go
2025-08-20T18:58:54.7990174Z [00:02:31.547]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T18:58:54.8032141Z [00:02:31.551]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/12/124a8b67d616fa26a59a0a2eeeb69bb563ef0dc86555612dc7d968a8734d472b-d # internal
2025-08-20T18:58:54.8034146Z [00:02:31.551]➜  github.com/prometheus/common/model
2025-08-20T18:58:54.8034793Z [00:02:31.551]➜  mkdir -p $WORK/b687/
2025-08-20T18:58:54.8035225Z [00:02:31.551]➜  cat >/tmp/go-build693841089/b687/importcfg << 'EOF' # internal
2025-08-20T18:58:54.8035578Z [00:02:31.551]➜  # import config
2025-08-20T18:58:54.8035912Z [00:02:31.551]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.8036366Z [00:02:31.551]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:54.8036812Z [00:02:31.551]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.8037219Z [00:02:31.551]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.8038034Z [00:02:31.551]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build693841089/b686/_pkg_.a
2025-08-20T18:58:54.8038645Z [00:02:31.551]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:54.8039144Z [00:02:31.551]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:54.8039555Z [00:02:31.551]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:54.8039974Z [00:02:31.551]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:54.8040507Z [00:02:31.551]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.8040985Z [00:02:31.551]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.8041410Z [00:02:31.551]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.8041821Z [00:02:31.551]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.8042248Z [00:02:31.551]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:54.8042580Z [00:02:31.551]➜  EOF
2025-08-20T18:58:54.8048730Z [00:02:31.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model=>github.com/prometheus/common@v0.53.0/model;$WORK/b687=>" -p github.com/prometheus/common/model -lang=go1.20 -complete -installsuffix shared -buildid 3nJBHRS-FXckVhQ1J-v4/3nJBHRS-FXckVhQ1J-v4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/alert.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/fingerprinting.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/fnv.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/labels.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/labelset.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/labelset_string.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/metadata.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/metric.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/model.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/signature.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/silence.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/time.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/value.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/value_float.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/value_histogram.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/model/value_type.go
2025-08-20T18:58:54.8106615Z [00:02:31.558]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T18:58:54.8115236Z [00:02:31.559]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/b2/b224634ef3bb8727ac665dfe7d6ef57b3e1719e3e79f0e66e0dd16a883b42113-d # internal
2025-08-20T18:58:54.8126722Z [00:02:31.560]➜  github.com/prometheus/procfs
2025-08-20T18:58:54.8127052Z [00:02:31.560]➜  mkdir -p $WORK/b692/
2025-08-20T18:58:54.8134351Z [00:02:31.561]➜  cat >/tmp/go-build693841089/b692/importcfg << 'EOF' # internal
2025-08-20T18:58:54.8136826Z [00:02:31.561]➜  # import config
2025-08-20T18:58:54.8137463Z [00:02:31.561]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:54.8137883Z [00:02:31.561]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:54.8138316Z [00:02:31.561]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:54.8138749Z [00:02:31.561]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.8139150Z [00:02:31.561]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.8139693Z [00:02:31.561]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build693841089/b693/_pkg_.a
2025-08-20T18:58:54.8140363Z [00:02:31.561]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build693841089/b694/_pkg_.a
2025-08-20T18:58:54.8141115Z [00:02:31.561]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:54.8141565Z [00:02:31.561]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.8141979Z [00:02:31.561]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:54.8142396Z [00:02:31.561]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:54.8142786Z [00:02:31.561]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.8143213Z [00:02:31.561]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:54.8143653Z [00:02:31.561]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:54.8144058Z [00:02:31.561]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:54.8144475Z [00:02:31.561]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.8145440Z [00:02:31.561]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.8145874Z [00:02:31.561]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:54.8146284Z [00:02:31.561]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.8146588Z [00:02:31.561]➜  EOF
2025-08-20T18:58:54.8162112Z [00:02:31.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0=>github.com/prometheus/procfs@v0.15.0;$WORK/b692=>" -p github.com/prometheus/procfs -lang=go1.21 -complete -installsuffix shared -buildid RVz6MqbNmwEy_ZX60JLu/RVz6MqbNmwEy_ZX60JLu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/cpuinfo_armx.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.0/zoneinfo.go
2025-08-20T18:58:54.8233750Z [00:02:31.571]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T18:58:54.8240001Z [00:02:31.571]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/c2/c2f01fcae7e96a475383528cdc596c4eeeff127efc1f3bfea4230b415d3784f4-d # internal
2025-08-20T18:58:54.8263061Z [00:02:31.574]➜  golang.org/x/net/bpf
2025-08-20T18:58:54.8268018Z [00:02:31.574]➜  mkdir -p $WORK/b703/
2025-08-20T18:58:54.8275241Z [00:02:31.575]➜  cat >/tmp/go-build693841089/b703/importcfg << 'EOF' # internal
2025-08-20T18:58:54.8275964Z [00:02:31.575]➜  # import config
2025-08-20T18:58:54.8276553Z [00:02:31.575]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.8277028Z [00:02:31.575]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.8277434Z [00:02:31.575]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.8277742Z [00:02:31.575]➜  EOF
2025-08-20T18:58:54.8281515Z [00:02:31.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf=>golang.org/x/net@v0.33.0/bpf;$WORK/b703=>" -p golang.org/x/net/bpf -lang=go1.18 -complete -installsuffix shared -buildid 9MirlIO5ObxQInyEFJV_/9MirlIO5ObxQInyEFJV_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf/asm.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf/constants.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf/doc.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf/instructions.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf/setter.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf/vm.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/bpf/vm_instructions.go
2025-08-20T18:58:54.9117761Z [00:02:31.659]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T18:58:54.9132790Z [00:02:31.661]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T18:58:54.9146245Z [00:02:31.662]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/fe/fef05e2f55c45df8ec809ec290d54c8852c37d87002e85b9bef93eb641321f58-d # internal
2025-08-20T18:58:54.9183714Z [00:02:31.666]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/5f/5f881af9014518027e38029afaf52dfb5f0047a8e9e328d7a6833fd979e8ed8a-d # internal
2025-08-20T18:58:54.9187535Z [00:02:31.666]➜  github.com/samber/lo
2025-08-20T18:58:54.9188484Z [00:02:31.666]➜  mkdir -p $WORK/b708/
2025-08-20T18:58:54.9202445Z [00:02:31.667]➜  cat >/tmp/go-build693841089/b708/importcfg << 'EOF' # internal
2025-08-20T18:58:54.9202824Z [00:02:31.667]➜  # import config
2025-08-20T18:58:54.9203174Z [00:02:31.667]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.9203876Z [00:02:31.667]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:54.9204374Z [00:02:31.667]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build693841089/b487/_pkg_.a
2025-08-20T18:58:54.9205050Z [00:02:31.667]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:54.9205524Z [00:02:31.667]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:54.9205944Z [00:02:31.667]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:54.9206354Z [00:02:31.667]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.9206754Z [00:02:31.667]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.9207184Z [00:02:31.667]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:54.9207516Z [00:02:31.667]➜  EOF
2025-08-20T18:58:54.9212490Z [00:02:31.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/samber/lo@v1.39.0=>github.com/samber/lo@v1.39.0;$WORK/b708=>" -p github.com/samber/lo -lang=go1.18 -complete -installsuffix shared -buildid vjnCFzDg3RaSoOb1HcPL/vjnCFzDg3RaSoOb1HcPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/github.com/samber/lo@v1.39.0/channel.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/concurrency.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/condition.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/constraints.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/errors.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/find.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/func.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/intersect.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/map.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/math.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/retry.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/slice.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/string.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/tuples.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/type_manipulation.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/types.go
2025-08-20T18:58:54.9228555Z [00:02:31.670]➜  golang.org/x/net/internal/socket
2025-08-20T18:58:54.9229661Z [00:02:31.670]➜  mkdir -p $WORK/b705/
2025-08-20T18:58:54.9230063Z [00:02:31.670]➜  cat >/tmp/go-build693841089/b705/importcfg << 'EOF' # internal
2025-08-20T18:58:54.9230410Z [00:02:31.670]➜  # import config
2025-08-20T18:58:54.9230774Z [00:02:31.670]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:54.9231225Z [00:02:31.670]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:54.9231699Z [00:02:31.670]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:54.9232164Z [00:02:31.670]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:54.9232786Z [00:02:31.670]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:54.9233275Z [00:02:31.670]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:54.9233693Z [00:02:31.670]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.9234100Z [00:02:31.670]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:54.9234820Z [00:02:31.670]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:54.9235279Z [00:02:31.670]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:54.9235583Z [00:02:31.670]➜  EOF
2025-08-20T18:58:54.9242675Z [00:02:31.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket=>golang.org/x/net@v0.33.0/internal/socket;$WORK/b705=>" -p golang.org/x/net/internal/socket -lang=go1.18 -complete -installsuffix shared -buildid y9cr-mMWPA1vWvIZ_c0K/y9cr-mMWPA1vWvIZ_c0K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/cmsghdr.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/cmsghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/cmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/complete_dontwait.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/error_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/iovec_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/mmsghdr_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/msghdr_linux.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/msghdr_linux_64bit.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/norace.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/rawconn.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/rawconn_mmsg.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/rawconn_msg.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/socket.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/sys.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/sys_const_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/sys_linux_arm64.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/sys_posix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/sys_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socket/zsys_linux_arm64.go
2025-08-20T18:58:54.9857559Z [00:02:31.733]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T18:58:54.9879051Z [00:02:31.735]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/1e/1e35f66aee33f1e569290f7892fa6d335defb9a2298b12e715604ae663c6107a-d # internal
2025-08-20T18:58:54.9887164Z [00:02:31.736]➜  github.com/whyrusleeping/base32
2025-08-20T18:58:54.9888664Z [00:02:31.736]➜  mkdir -p $WORK/b709/
2025-08-20T18:58:54.9916230Z [00:02:31.738]➜  cat >/tmp/go-build693841089/b709/importcfg << 'EOF' # internal
2025-08-20T18:58:54.9916991Z [00:02:31.738]➜  # import config
2025-08-20T18:58:54.9917644Z [00:02:31.738]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:54.9918618Z [00:02:31.738]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:54.9918982Z [00:02:31.738]➜  EOF
2025-08-20T18:58:54.9926611Z [00:02:31.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_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/b709=>" -p github.com/whyrusleeping/base32 -lang=go1.16 -complete -installsuffix shared -buildid tW58ZZgbDstRdYdz7non/tW58ZZgbDstRdYdz7non -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/base32@v0.0.0-20170828182744-c30ac30633cc/base32.go
2025-08-20T18:58:55.0141866Z [00:02:31.762]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T18:58:55.0237333Z [00:02:31.771]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/a4/a4e02152b048c4d85efa681e627d56c4703d8fd92f2ce4e4019917cf7e403836-d # internal
2025-08-20T18:58:55.0296440Z [00:02:31.777]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T18:58:55.0303750Z [00:02:31.778]➜  mkdir -p $WORK/b685/
2025-08-20T18:58:55.0304414Z [00:02:31.778]➜  cat >/tmp/go-build693841089/b685/importcfg << 'EOF' # internal
2025-08-20T18:58:55.0304960Z [00:02:31.778]➜  # import config
2025-08-20T18:58:55.0305302Z [00:02:31.778]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:55.0305810Z [00:02:31.778]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:55.0306215Z [00:02:31.778]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.0306745Z [00:02:31.778]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build693841089/b686/_pkg_.a
2025-08-20T18:58:55.0307376Z [00:02:31.778]➜  packagefile github.com/prometheus/common/model=/tmp/go-build693841089/b687/_pkg_.a
2025-08-20T18:58:55.0308050Z [00:02:31.778]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.0308447Z [00:02:31.778]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:55.0308844Z [00:02:31.778]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:55.0309256Z [00:02:31.778]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:55.0309699Z [00:02:31.778]➜  packagefile runtime/metrics=/tmp/go-build693841089/b688/_pkg_.a
2025-08-20T18:58:55.0310130Z [00:02:31.778]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:55.0310535Z [00:02:31.778]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.0310841Z [00:02:31.778]➜  EOF
2025-08-20T18:58:55.0314568Z [00:02:31.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/internal=>github.com/prometheus/client_golang@v1.19.1/prometheus/internal;$WORK/b685=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.20 -complete -installsuffix shared -buildid NA6Ko6ZfSAgktSTBVeF6/NA6Ko6ZfSAgktSTBVeF6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/internal/almost_equal.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/internal/difflib.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/internal/go_collector_options.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/internal/go_runtime_metrics.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/internal/metric.go
2025-08-20T18:58:55.0371732Z [00:02:31.784]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T18:58:55.0388539Z [00:02:31.786]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/6c/6c5053c991d4da60faab0a569504820789c08b36481533eb8f8ede9eca171f7d-d # internal
2025-08-20T18:58:55.0405925Z [00:02:31.788]➜  github.com/prometheus/common/expfmt
2025-08-20T18:58:55.0406400Z [00:02:31.788]➜  mkdir -p $WORK/b689/
2025-08-20T18:58:55.0407994Z [00:02:31.788]➜  cat >/tmp/go-build693841089/b689/importcfg << 'EOF' # internal
2025-08-20T18:58:55.0408928Z [00:02:31.788]➜  # import config
2025-08-20T18:58:55.0409423Z [00:02:31.788]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:55.0412148Z [00:02:31.788]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:55.0412568Z [00:02:31.788]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.0412973Z [00:02:31.788]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.0413485Z [00:02:31.788]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build693841089/b686/_pkg_.a
2025-08-20T18:58:55.0414248Z [00:02:31.788]➜  packagefile github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg=/tmp/go-build693841089/b690/_pkg_.a
2025-08-20T18:58:55.0423652Z [00:02:31.788]➜  packagefile github.com/prometheus/common/model=/tmp/go-build693841089/b687/_pkg_.a
2025-08-20T18:58:55.0424385Z [00:02:31.788]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build693841089/b691/_pkg_.a
2025-08-20T18:58:55.0425308Z [00:02:31.788]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build693841089/b125/_pkg_.a
2025-08-20T18:58:55.0426287Z [00:02:31.788]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:55.0426959Z [00:02:31.788]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:58:55.0427509Z [00:02:31.788]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.0427914Z [00:02:31.788]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:55.0428320Z [00:02:31.788]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:55.0428738Z [00:02:31.788]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:55.0429345Z [00:02:31.788]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:55.0429759Z [00:02:31.788]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.0430166Z [00:02:31.788]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.0430471Z [00:02:31.788]➜  EOF
2025-08-20T18:58:55.0433766Z [00:02:31.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.53.0/expfmt=>github.com/prometheus/common@v0.53.0/expfmt;$WORK/b689=>" -p github.com/prometheus/common/expfmt -lang=go1.20 -complete -installsuffix shared -buildid 5J37bV7mFr3nZkDFeZpH/5J37bV7mFr3nZkDFeZpH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/expfmt/decode.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/expfmt/encode.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/expfmt/expfmt.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/expfmt/openmetrics_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/expfmt/text_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.53.0/expfmt/text_parse.go
2025-08-20T18:58:55.0452452Z [00:02:31.793]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T18:58:55.0465070Z [00:02:31.794]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/f9/f911dcdd89a85f5793e63ea4f7fcd92693f4d0b0a7e2389a0a17d8abe65a3efd-d # internal
2025-08-20T18:58:55.0521282Z [00:02:31.800]➜  golang.org/x/net/ipv4
2025-08-20T18:58:55.0521617Z [00:02:31.800]➜  mkdir -p $WORK/b702/
2025-08-20T18:58:55.0525634Z [00:02:31.800]➜  cat >/tmp/go-build693841089/b702/importcfg << 'EOF' # internal
2025-08-20T18:58:55.0527977Z [00:02:31.800]➜  # import config
2025-08-20T18:58:55.0530431Z [00:02:31.800]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:55.0531934Z [00:02:31.800]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.0532400Z [00:02:31.800]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.0532865Z [00:02:31.800]➜  packagefile golang.org/x/net/bpf=/tmp/go-build693841089/b703/_pkg_.a
2025-08-20T18:58:55.0533425Z [00:02:31.800]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build693841089/b704/_pkg_.a
2025-08-20T18:58:55.0534015Z [00:02:31.800]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build693841089/b705/_pkg_.a
2025-08-20T18:58:55.0534561Z [00:02:31.800]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:55.0535172Z [00:02:31.800]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:55.0535579Z [00:02:31.800]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:55.0535994Z [00:02:31.800]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.0536404Z [00:02:31.800]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:55.0536818Z [00:02:31.800]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.0537118Z [00:02:31.800]➜  EOF
2025-08-20T18:58:55.0543600Z [00:02:31.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4=>golang.org/x/net@v0.33.0/ipv4;$WORK/b702=>" -p golang.org/x/net/ipv4 -lang=go1.18 -complete -installsuffix shared -buildid F1U0EluT-R96vZgxOv9x/F1U0EluT-R96vZgxOv9x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/batch.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/control.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/control_pktinfo.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/doc.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/header.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/helper.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/iana.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/packet.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/payload.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/sys_asmreq_stub.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/sys_asmreqn.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv4/zsys_linux_arm64.go
2025-08-20T18:58:55.0956681Z [00:02:31.842]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T18:58:55.0961434Z [00:02:31.844]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/3e/3ee25a923d83c2d2a6100d85e8d295c91f67a797a43d5084ebeed5d1026bc38d-d # internal
2025-08-20T18:58:55.1008459Z [00:02:31.848]➜  golang.org/x/net/ipv6
2025-08-20T18:58:55.1011594Z [00:02:31.848]➜  mkdir -p $WORK/b706/
2025-08-20T18:58:55.1013536Z [00:02:31.849]➜  cat >/tmp/go-build693841089/b706/importcfg << 'EOF' # internal
2025-08-20T18:58:55.1013901Z [00:02:31.849]➜  # import config
2025-08-20T18:58:55.1014273Z [00:02:31.849]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:55.1014975Z [00:02:31.849]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.1015406Z [00:02:31.849]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.1016152Z [00:02:31.849]➜  packagefile golang.org/x/net/bpf=/tmp/go-build693841089/b703/_pkg_.a
2025-08-20T18:58:55.1016871Z [00:02:31.849]➜  packagefile golang.org/x/net/internal/iana=/tmp/go-build693841089/b704/_pkg_.a
2025-08-20T18:58:55.1017540Z [00:02:31.849]➜  packagefile golang.org/x/net/internal/socket=/tmp/go-build693841089/b705/_pkg_.a
2025-08-20T18:58:55.1018087Z [00:02:31.849]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:55.1018548Z [00:02:31.849]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:55.1018955Z [00:02:31.849]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:55.1019360Z [00:02:31.849]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.1019766Z [00:02:31.849]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:55.1020186Z [00:02:31.849]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.1020488Z [00:02:31.849]➜  EOF
2025-08-20T18:58:55.1026637Z [00:02:31.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6=>golang.org/x/net@v0.33.0/ipv6;$WORK/b706=>" -p golang.org/x/net/ipv6 -lang=go1.18 -complete -installsuffix shared -buildid 7yFWvVb6IaEJL-xuRD5q/7yFWvVb6IaEJL-xuRD5q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/batch.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/control.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/control_rfc3542_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/control_unix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/dgramopt.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/doc.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/endpoint.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/genericopt.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/header.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/helper.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/iana.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/icmp.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/icmp_linux.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/payload.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/payload_cmsg.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/sockopt.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/sockopt_posix.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/sys_asmreq.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/sys_bpf.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/sys_linux.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/sys_ssmreq.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/ipv6/zsys_linux_arm64.go
2025-08-20T18:58:55.2150035Z [00:02:31.962]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T18:58:55.2178037Z [00:02:31.965]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/de/de772c4b8e2ffbe3757e7bfb2fb6a48d6551badaa57fbe603de2e2985f16c3db-d # internal
2025-08-20T18:58:55.2219438Z [00:02:31.969]➜  github.com/mitchellh/go-homedir
2025-08-20T18:58:55.2220353Z [00:02:31.969]➜  mkdir -p $WORK/b710/
2025-08-20T18:58:55.2226889Z [00:02:31.970]➜  cat >/tmp/go-build693841089/b710/importcfg << 'EOF' # internal
2025-08-20T18:58:55.2228951Z [00:02:31.970]➜  # import config
2025-08-20T18:58:55.2229361Z [00:02:31.970]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:55.2229780Z [00:02:31.970]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.2230202Z [00:02:31.970]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.2230606Z [00:02:31.970]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:58:55.2231048Z [00:02:31.970]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:55.2231485Z [00:02:31.970]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:55.2231900Z [00:02:31.970]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:55.2232535Z [00:02:31.970]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.2233167Z [00:02:31.970]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.2233526Z [00:02:31.970]➜  EOF
2025-08-20T18:58:55.2235494Z [00:02:31.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b710=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid yZn6mkD4Ub145BRVKePj/yZn6mkD4Ub145BRVKePj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T18:58:55.2476601Z [00:02:31.995]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T18:58:55.2486239Z [00:02:31.996]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/0f/0f16824bdde6b4771a7ac05f1c149345bbae56b27d2a17039e7a5f9874830f3e-d # internal
2025-08-20T18:58:55.2493352Z [00:02:31.997]➜  github.com/jbenet/goprocess/context
2025-08-20T18:58:55.2494158Z [00:02:31.997]➜  mkdir -p $WORK/b713/
2025-08-20T18:58:55.2505569Z [00:02:31.998]➜  cat >/tmp/go-build693841089/b713/importcfg << 'EOF' # internal
2025-08-20T18:58:55.2506267Z [00:02:31.998]➜  # import config
2025-08-20T18:58:55.2506618Z [00:02:31.998]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.2507122Z [00:02:31.998]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:55.2507716Z [00:02:31.998]➜  EOF
2025-08-20T18:58:55.2509873Z [00:02:31.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/context=>github.com/jbenet/goprocess@v0.1.4/context;$WORK/b713=>" -p github.com/jbenet/goprocess/context -lang=go1.12 -complete -installsuffix shared -buildid TrUtOtIGVmGpcnxRs-xv/TrUtOtIGVmGpcnxRs-xv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/context/context.go /root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/context/derive.go
2025-08-20T18:58:55.2795392Z [00:02:32.026]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T18:58:55.2798462Z [00:02:32.027]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/cc/ccdb6ced2ece48f9294b774d1002800caa19482bfb476bd11cd2ddd8f449fed0-d # internal
2025-08-20T18:58:55.2806282Z [00:02:32.028]➜  github.com/jbenet/goprocess/periodic
2025-08-20T18:58:55.2808200Z [00:02:32.028]➜  mkdir -p $WORK/b714/
2025-08-20T18:58:55.2815296Z [00:02:32.029]➜  cat >/tmp/go-build693841089/b714/importcfg << 'EOF' # internal
2025-08-20T18:58:55.2819118Z [00:02:32.029]➜  # import config
2025-08-20T18:58:55.2819545Z [00:02:32.029]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:55.2820031Z [00:02:32.029]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.2820334Z [00:02:32.029]➜  EOF
2025-08-20T18:58:55.2826220Z [00:02:32.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/periodic=>github.com/jbenet/goprocess@v0.1.4/periodic;$WORK/b714=>" -p github.com/jbenet/goprocess/periodic -lang=go1.12 -complete -installsuffix shared -buildid MlBGW2-4uavwSVvBArJ3/MlBGW2-4uavwSVvBArJ3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/jbenet/goprocess@v0.1.4/periodic/periodic.go
2025-08-20T18:58:55.3218481Z [00:02:32.069]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T18:58:55.3226125Z [00:02:32.070]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/75/75d49b139d4f8dd65be86b2fd12348a100c3af811647a1093c616d8fd97f73bc-d # internal
2025-08-20T18:58:55.3234685Z [00:02:32.071]➜  github.com/ipfs/boxo/bootstrap
2025-08-20T18:58:55.3236833Z [00:02:32.071]➜  mkdir -p $WORK/b712/
2025-08-20T18:58:55.3247668Z [00:02:32.072]➜  cat >/tmp/go-build693841089/b712/importcfg << 'EOF' # internal
2025-08-20T18:58:55.3248542Z [00:02:32.072]➜  # import config
2025-08-20T18:58:55.3249285Z [00:02:32.072]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.3250989Z [00:02:32.072]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.3251635Z [00:02:32.072]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.3252356Z [00:02:32.072]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:55.3253235Z [00:02:32.072]➜  packagefile github.com/jbenet/goprocess/context=/tmp/go-build693841089/b713/_pkg_.a
2025-08-20T18:58:55.3254228Z [00:02:32.072]➜  packagefile github.com/jbenet/goprocess/periodic=/tmp/go-build693841089/b714/_pkg_.a
2025-08-20T18:58:55.3255362Z [00:02:32.072]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:55.3266183Z [00:02:32.072]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:55.3266858Z [00:02:32.072]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:55.3267504Z [00:02:32.072]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:55.3268451Z [00:02:32.072]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:55.3268960Z [00:02:32.072]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.3269544Z [00:02:32.072]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:55.3270021Z [00:02:32.072]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.3270446Z [00:02:32.072]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:55.3270880Z [00:02:32.072]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.3271182Z [00:02:32.072]➜  EOF
2025-08-20T18:58:55.3273854Z [00:02:32.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bootstrap=>github.com/ipfs/boxo@v0.20.0/bootstrap;$WORK/b712=>" -p github.com/ipfs/boxo/bootstrap -lang=go1.21 -complete -installsuffix shared -buildid qJEiTYlFg6IDNXu4EU1_/qJEiTYlFg6IDNXu4EU1_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bootstrap/bootstrap.go
2025-08-20T18:58:55.3299496Z [00:02:32.077]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T18:58:55.3338417Z [00:02:32.081]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/60/605fa709dfe6997f7227ad6f7a2c34924b46247cce77e5592c77b8a143810450-d # internal
2025-08-20T18:58:55.3340034Z [00:02:32.082]➜  github.com/ipfs/boxo/fetcher
2025-08-20T18:58:55.3347689Z [00:02:32.082]➜  mkdir -p $WORK/b715/
2025-08-20T18:58:55.3357520Z [00:02:32.083]➜  cat >/tmp/go-build693841089/b715/importcfg << 'EOF' # internal
2025-08-20T18:58:55.3360523Z [00:02:32.083]➜  # import config
2025-08-20T18:58:55.3361346Z [00:02:32.083]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.3363717Z [00:02:32.083]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:55.3364293Z [00:02:32.083]➜  EOF
2025-08-20T18:58:55.3367159Z [00:02:32.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/fetcher=>github.com/ipfs/boxo@v0.20.0/fetcher;$WORK/b715=>" -p github.com/ipfs/boxo/fetcher -lang=go1.21 -complete -installsuffix shared -buildid bX9ZQTurxoWx1H2lyFxJ/bX9ZQTurxoWx1H2lyFxJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/fetcher/fetcher.go
2025-08-20T18:58:55.3489311Z [00:02:32.096]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T18:58:55.3515161Z [00:02:32.099]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/10/10a0f5037dc3d0c190c480af2f1a87f4ef5b6ab3288a36f69a5ac3bc63a322d3-d # internal
2025-08-20T18:58:55.3525639Z [00:02:32.100]➜  github.com/miekg/dns
2025-08-20T18:58:55.3527736Z [00:02:32.100]➜  mkdir -p $WORK/b701/
2025-08-20T18:58:55.3529450Z [00:02:32.100]➜  cat >/tmp/go-build693841089/b701/importcfg << 'EOF' # internal
2025-08-20T18:58:55.3531536Z [00:02:32.101]➜  # import config
2025-08-20T18:58:55.3532360Z [00:02:32.101]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:55.3533484Z [00:02:32.101]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:55.3537064Z [00:02:32.101]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.3537492Z [00:02:32.101]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:58:55.3537931Z [00:02:32.101]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:58:55.3538395Z [00:02:32.101]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:58:55.3538873Z [00:02:32.101]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:58:55.3553631Z [00:02:32.101]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:58:55.3554169Z [00:02:32.101]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:55.3554950Z [00:02:32.101]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:58:55.3555399Z [00:02:32.101]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:58:55.3555860Z [00:02:32.101]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:55.3556313Z [00:02:32.101]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:58:55.3556758Z [00:02:32.101]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:58:55.3557192Z [00:02:32.101]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:58:55.3557642Z [00:02:32.101]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:58:55.3558108Z [00:02:32.101]➜  packagefile encoding/base32=/tmp/go-build693841089/b485/_pkg_.a
2025-08-20T18:58:55.3558583Z [00:02:32.101]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:55.3559052Z [00:02:32.101]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:55.3559511Z [00:02:32.101]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:55.3559944Z [00:02:32.101]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.3560353Z [00:02:32.101]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.3560810Z [00:02:32.101]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:58:55.3561323Z [00:02:32.101]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build693841089/b706/_pkg_.a
2025-08-20T18:58:55.3561829Z [00:02:32.101]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:55.3562444Z [00:02:32.101]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:55.3562924Z [00:02:32.101]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.3569670Z [00:02:32.101]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:55.3570119Z [00:02:32.101]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:55.3570524Z [00:02:32.101]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:55.3571181Z [00:02:32.101]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.3571776Z [00:02:32.101]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:55.3572273Z [00:02:32.101]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:55.3572950Z [00:02:32.101]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:55.3573362Z [00:02:32.101]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:55.3587106Z [00:02:32.101]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:55.3587712Z [00:02:32.101]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.3588180Z [00:02:32.101]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.3588595Z [00:02:32.101]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:55.3589004Z [00:02:32.101]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.3595225Z [00:02:32.101]➜  EOF
2025-08-20T18:58:55.3595806Z [00:02:32.102]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T18:58:55.3596472Z [00:02:32.102]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/f3/f384f2326e98e8daeb10069bab0071dc157e2c6ac567fd8f53996be217ccfbf4-d # internal
2025-08-20T18:58:55.3597050Z [00:02:32.102]➜  github.com/ipfs/boxo/filestore/pb
2025-08-20T18:58:55.3597349Z [00:02:32.102]➜  mkdir -p $WORK/b717/
2025-08-20T18:58:55.3609011Z [00:02:32.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/miekg/dns@v1.1.59=>github.com/miekg/dns@v1.1.59;$WORK/b701=>" -p github.com/miekg/dns -lang=go1.19 -complete -installsuffix shared -buildid n4WU-ZCcjBZh4QSROOOK/n4WU-ZCcjBZh4QSROOOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/acceptfunc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/client.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/clientconfig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dane.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/defaults.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec_keygen.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec_keyscan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/dnssec_privkey.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/doc.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/duplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/edns.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/format.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/generate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/hash.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/labels.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/listen_reuseport.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/msg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/msg_helpers.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/msg_truncate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/nsecx.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/privaterr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/reverse.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/sanitize.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/scan.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/scan_rr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/serve_mux.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/server.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/sig0.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/smimea.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/svcb.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/tlsa.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/tsig.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/types.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/udp.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/update.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/version.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/xfr.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/zduplicate.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/zmsg.go /root/go/pkg/mod/github.com/miekg/dns@v1.1.59/ztypes.go
2025-08-20T18:58:55.3617826Z [00:02:32.105]➜  cat >/tmp/go-build693841089/b717/importcfg << 'EOF' # internal
2025-08-20T18:58:55.3618176Z [00:02:32.106]➜  # import config
2025-08-20T18:58:55.3618500Z [00:02:32.106]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.3618994Z [00:02:32.106]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:55.3619472Z [00:02:32.106]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.3619971Z [00:02:32.106]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:55.3620469Z [00:02:32.106]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:55.3620784Z [00:02:32.106]➜  EOF
2025-08-20T18:58:55.3622624Z [00:02:32.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore/pb=>github.com/ipfs/boxo@v0.20.0/filestore/pb;$WORK/b717=>" -p github.com/ipfs/boxo/filestore/pb -lang=go1.21 -complete -installsuffix shared -buildid LxPLMnIlwCNTJK_32MNq/LxPLMnIlwCNTJK_32MNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore/pb/dataobj.pb.go
2025-08-20T18:58:55.4012644Z [00:02:32.149]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T18:58:55.4022972Z [00:02:32.150]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/75/75ca8cd92220265342d2cbe6383b673a8732a6bcfd3052de3b1e540d0125aa3c-d # internal
2025-08-20T18:58:55.4049683Z [00:02:32.152]➜  github.com/ipfs/boxo/filestore/posinfo
2025-08-20T18:58:55.4051057Z [00:02:32.153]➜  mkdir -p $WORK/b718/
2025-08-20T18:58:55.4063443Z [00:02:32.154]➜  cat >/tmp/go-build693841089/b718/importcfg << 'EOF' # internal
2025-08-20T18:58:55.4068804Z [00:02:32.154]➜  # import config
2025-08-20T18:58:55.4069243Z [00:02:32.154]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.4069751Z [00:02:32.154]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.4070052Z [00:02:32.154]➜  EOF
2025-08-20T18:58:55.4070336Z [00:02:32.154]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T18:58:55.4086151Z [00:02:32.156]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/bf/bf700418f2d4d7ac362c53c16c2103d0cdb30644852694223b9ce43f81c7b206-d # internal
2025-08-20T18:58:55.4087754Z [00:02:32.156]➜  github.com/whyrusleeping/chunker
2025-08-20T18:58:55.4088328Z [00:02:32.156]➜  mkdir -p $WORK/b721/
2025-08-20T18:58:55.4103168Z [00:02:32.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore/posinfo=>github.com/ipfs/boxo@v0.20.0/filestore/posinfo;$WORK/b718=>" -p github.com/ipfs/boxo/filestore/posinfo -lang=go1.21 -complete -installsuffix shared -buildid A-Ta73Fsdv99U48JnGMg/A-Ta73Fsdv99U48JnGMg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore/posinfo/posinfo.go
2025-08-20T18:58:55.4118497Z [00:02:32.159]➜  cat >/tmp/go-build693841089/b721/importcfg << 'EOF' # internal
2025-08-20T18:58:55.4120624Z [00:02:32.159]➜  # import config
2025-08-20T18:58:55.4122855Z [00:02:32.159]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:55.4124288Z [00:02:32.159]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:55.4125744Z [00:02:32.159]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.4126276Z [00:02:32.159]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.4126690Z [00:02:32.159]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:58:55.4127082Z [00:02:32.159]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.4127477Z [00:02:32.159]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:55.4127897Z [00:02:32.159]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:55.4128304Z [00:02:32.159]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.4128601Z [00:02:32.159]➜  EOF
2025-08-20T18:58:55.4144201Z [00:02:32.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_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/b721=>" -p github.com/whyrusleeping/chunker -lang=go1.16 -complete -installsuffix shared -buildid mqyWYdLkig-Ka52MV-tD/mqyWYdLkig-Ka52MV-tD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/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-20T18:58:55.4409304Z [00:02:32.188]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T18:58:55.4414584Z [00:02:32.189]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/13/13da912268efdffe8e2e5f62a511e030823a7fba57ef5264612c743fcff88da4-d # internal
2025-08-20T18:58:55.4422412Z [00:02:32.190]➜  github.com/ipfs/boxo/filestore
2025-08-20T18:58:55.4422746Z [00:02:32.190]➜  mkdir -p $WORK/b716/
2025-08-20T18:58:55.4436617Z [00:02:32.191]➜  cat >/tmp/go-build693841089/b716/importcfg << 'EOF' # internal
2025-08-20T18:58:55.4437331Z [00:02:32.191]➜  # import config
2025-08-20T18:58:55.4437972Z [00:02:32.191]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.4438685Z [00:02:32.191]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.4439937Z [00:02:32.191]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.4440605Z [00:02:32.191]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:55.4441451Z [00:02:32.191]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:55.4442257Z [00:02:32.191]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/tmp/go-build693841089/b567/_pkg_.a
2025-08-20T18:58:55.4443094Z [00:02:32.191]➜  packagefile github.com/ipfs/boxo/filestore/pb=/tmp/go-build693841089/b717/_pkg_.a
2025-08-20T18:58:55.4443982Z [00:02:32.191]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/tmp/go-build693841089/b718/_pkg_.a
2025-08-20T18:58:55.4448115Z [00:02:32.191]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:55.4448717Z [00:02:32.191]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.4449272Z [00:02:32.191]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:55.4449869Z [00:02:32.191]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build693841089/b574/_pkg_.a
2025-08-20T18:58:55.4450482Z [00:02:32.191]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:55.4451057Z [00:02:32.191]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.4451604Z [00:02:32.191]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.4452179Z [00:02:32.191]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:55.4452949Z [00:02:32.191]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.4453430Z [00:02:32.191]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:55.4453836Z [00:02:32.191]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.4454270Z [00:02:32.191]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:55.4454862Z [00:02:32.191]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:55.4455226Z [00:02:32.191]➜  EOF
2025-08-20T18:58:55.4457688Z [00:02:32.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore=>github.com/ipfs/boxo@v0.20.0/filestore;$WORK/b716=>" -p github.com/ipfs/boxo/filestore -lang=go1.21 -complete -installsuffix shared -buildid _VzwCg8Sh8hyObGs7WX4/_VzwCg8Sh8hyObGs7WX4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore/filestore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore/fsrefstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/filestore/util.go
2025-08-20T18:58:55.4726922Z [00:02:32.219]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T18:58:55.4727536Z [00:02:32.219]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T18:58:55.4728210Z [00:02:32.219]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/44/44451813ecff24c7e6027d9c0b5c0cc66a3e0b15265d7d927ea835cf78a7f83d-d # internal
2025-08-20T18:58:55.4730944Z [00:02:32.221]➜  github.com/ipfs/boxo/chunker
2025-08-20T18:58:55.4731749Z [00:02:32.221]➜  mkdir -p $WORK/b720/
2025-08-20T18:58:55.4732362Z [00:02:32.221]➜  cat >/tmp/go-build693841089/b720/importcfg << 'EOF' # internal
2025-08-20T18:58:55.4757574Z [00:02:32.221]➜  # import config
2025-08-20T18:58:55.4758786Z [00:02:32.221]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.4759252Z [00:02:32.221]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.4759773Z [00:02:32.221]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.4760350Z [00:02:32.221]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:58:55.4761320Z [00:02:32.221]➜  packagefile github.com/whyrusleeping/chunker=/tmp/go-build693841089/b721/_pkg_.a
2025-08-20T18:58:55.4761826Z [00:02:32.221]➜  packagefile hash/fnv=/tmp/go-build693841089/b099/_pkg_.a
2025-08-20T18:58:55.4762243Z [00:02:32.221]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.4762649Z [00:02:32.221]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:55.4763072Z [00:02:32.221]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:55.4763486Z [00:02:32.221]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.4763791Z [00:02:32.221]➜  EOF
2025-08-20T18:58:55.4768938Z [00:02:32.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/chunker=>github.com/ipfs/boxo@v0.20.0/chunker;$WORK/b720=>" -p github.com/ipfs/boxo/chunker -lang=go1.21 -complete -installsuffix shared -buildid YOLnyuEnbYH829r2TwIH/YOLnyuEnbYH829r2TwIH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/chunker/buzhash.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/chunker/parse.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/chunker/rabin.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/chunker/splitting.go
2025-08-20T18:58:55.4807033Z [00:02:32.228]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/a6/a61e3b036d33321fc97c633a3cc22bdbfe0f9e92c1153d383c30c14d04c4730c-d # internal
2025-08-20T18:58:55.4930298Z [00:02:32.240]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T18:58:55.4933804Z [00:02:32.240]➜  mkdir -p $WORK/b681/
2025-08-20T18:58:55.4934556Z [00:02:32.240]➜  cat >/tmp/go-build693841089/b681/importcfg << 'EOF' # internal
2025-08-20T18:58:55.4935099Z [00:02:32.240]➜  # import config
2025-08-20T18:58:55.4935452Z [00:02:32.240]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:55.4935902Z [00:02:32.240]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:55.4936335Z [00:02:32.240]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.4936745Z [00:02:32.240]➜  packagefile expvar=/tmp/go-build693841089/b682/_pkg_.a
2025-08-20T18:58:55.4937161Z [00:02:32.240]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.4937667Z [00:02:32.240]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build693841089/b683/_pkg_.a
2025-08-20T18:58:55.4938244Z [00:02:32.240]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build693841089/b684/_pkg_.a
2025-08-20T18:58:55.4938911Z [00:02:32.240]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build693841089/b685/_pkg_.a
2025-08-20T18:58:55.4943155Z [00:02:32.240]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build693841089/b686/_pkg_.a
2025-08-20T18:58:55.4944192Z [00:02:32.240]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build693841089/b689/_pkg_.a
2025-08-20T18:58:55.4945097Z [00:02:32.240]➜  packagefile github.com/prometheus/common/model=/tmp/go-build693841089/b687/_pkg_.a
2025-08-20T18:58:55.4945739Z [00:02:32.240]➜  packagefile github.com/prometheus/procfs=/tmp/go-build693841089/b692/_pkg_.a
2025-08-20T18:58:55.4946558Z [00:02:32.240]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:55.4947233Z [00:02:32.241]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:58:55.4947787Z [00:02:32.241]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:55.4948178Z [00:02:32.241]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.4948608Z [00:02:32.241]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:55.4949055Z [00:02:32.241]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:55.4949525Z [00:02:32.241]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:55.4965541Z [00:02:32.241]➜  packagefile runtime/metrics=/tmp/go-build693841089/b688/_pkg_.a
2025-08-20T18:58:55.4966038Z [00:02:32.241]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:55.4966480Z [00:02:32.241]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:55.4966893Z [00:02:32.241]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.4967296Z [00:02:32.241]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.4967719Z [00:02:32.241]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:55.4993090Z [00:02:32.241]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.4993565Z [00:02:32.241]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:55.4993897Z [00:02:32.241]➜  EOF
2025-08-20T18:58:55.5004499Z [00:02:32.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus=>github.com/prometheus/client_golang@v1.19.1/prometheus;$WORK/b681=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.20 -complete -installsuffix shared -buildid 5EhOALQjiQqcAjD3hfZg/5EhOALQjiQqcAjD3hfZg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/build_info_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/counter.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/desc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/doc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/fnv.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/gauge.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/get_pid.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/go_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/histogram.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/labels.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/metric.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/num_threads.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/observer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/process_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/process_collector_other.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/registry.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/summary.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/timer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/untyped.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/value.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/vec.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/vnext.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/wrap.go
2025-08-20T18:58:55.5111857Z [00:02:32.258]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T18:58:55.5121617Z [00:02:32.259]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/a0/a0c9ce24acab91eb2c60b87231e00303569114f2610396bc99158fa3add30ebf-d # internal
2025-08-20T18:58:55.5122860Z [00:02:32.260]➜  github.com/ipfs/boxo/ipld/unixfs/pb
2025-08-20T18:58:55.5123677Z [00:02:32.260]➜  mkdir -p $WORK/b723/
2025-08-20T18:58:55.5130943Z [00:02:32.261]➜  cat >/tmp/go-build693841089/b723/importcfg << 'EOF' # internal
2025-08-20T18:58:55.5131926Z [00:02:32.261]➜  # import config
2025-08-20T18:58:55.5132976Z [00:02:32.261]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.5133528Z [00:02:32.261]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:55.5134040Z [00:02:32.261]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:55.5134348Z [00:02:32.261]➜  EOF
2025-08-20T18:58:55.5140656Z [00:02:32.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/pb=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/pb;$WORK/b723=>" -p github.com/ipfs/boxo/ipld/unixfs/pb -lang=go1.21 -complete -installsuffix shared -buildid WahioP-7czoDnAML4bT4/WahioP-7czoDnAML4bT4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/pb/unixfs.pb.go
2025-08-20T18:58:55.5172873Z [00:02:32.265]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T18:58:55.5187231Z [00:02:32.266]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/1d/1d791c55cf481058ea8c25212e93490a8aec7e921af834eb2cbc383f3e411937-d # internal
2025-08-20T18:58:55.5188398Z [00:02:32.266]➜  github.com/alecthomas/units
2025-08-20T18:58:55.5189100Z [00:02:32.266]➜  mkdir -p $WORK/b725/
2025-08-20T18:58:55.5203780Z [00:02:32.268]➜  cat >/tmp/go-build693841089/b725/importcfg << 'EOF' # internal
2025-08-20T18:58:55.5205612Z [00:02:32.268]➜  # import config
2025-08-20T18:58:55.5206105Z [00:02:32.268]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.5206529Z [00:02:32.268]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.5207225Z [00:02:32.268]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.5207600Z [00:02:32.268]➜  EOF
2025-08-20T18:58:55.5210633Z [00:02:32.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20231202071711-9a357b53e9c9=>github.com/alecthomas/units@v0.0.0-20231202071711-9a357b53e9c9;$WORK/b725=>" -p github.com/alecthomas/units -lang=go1.15 -complete -installsuffix shared -buildid j0-xAlnULKz_iO4ZNRwm/j0-xAlnULKz_iO4ZNRwm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20231202071711-9a357b53e9c9/bytes.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20231202071711-9a357b53e9c9/doc.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20231202071711-9a357b53e9c9/si.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20231202071711-9a357b53e9c9/util.go
2025-08-20T18:58:55.5482116Z [00:02:32.296]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T18:58:55.5490822Z [00:02:32.297]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/d3/d3781900a6e5666e41e06caf9e8b0d9d608b605cb0eec74e0b99b12f3327988f-d # internal
2025-08-20T18:58:55.5492830Z [00:02:32.297]➜  github.com/ipfs/go-bitfield
2025-08-20T18:58:55.5494558Z [00:02:32.297]➜  mkdir -p $WORK/b728/
2025-08-20T18:58:55.5500512Z [00:02:32.298]➜  cat >/tmp/go-build693841089/b728/importcfg << 'EOF' # internal
2025-08-20T18:58:55.5501156Z [00:02:32.298]➜  # import config
2025-08-20T18:58:55.5502412Z [00:02:32.298]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.5502871Z [00:02:32.298]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:55.5503198Z [00:02:32.298]➜  EOF
2025-08-20T18:58:55.5505083Z [00:02:32.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-bitfield@v1.1.0=>github.com/ipfs/go-bitfield@v1.1.0;$WORK/b728=>" -p github.com/ipfs/go-bitfield -lang=go1.19 -complete -installsuffix shared -buildid LCp7X8_VrjmPUxl-Kkr6/LCp7X8_VrjmPUxl-Kkr6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-bitfield@v1.1.0/bitfield.go
2025-08-20T18:58:55.5562911Z [00:02:32.304]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T18:58:55.5595527Z [00:02:32.307]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/e6/e63f63c16a0c169845fdcb408edd37501145cd619e3d583467e16246349c46b7-d # internal
2025-08-20T18:58:55.5613392Z [00:02:32.308]➜  github.com/ipfs/boxo/ipld/unixfs
2025-08-20T18:58:55.5613777Z [00:02:32.308]➜  mkdir -p $WORK/b722/
2025-08-20T18:58:55.5614150Z [00:02:32.309]➜  cat >/tmp/go-build693841089/b722/importcfg << 'EOF' # internal
2025-08-20T18:58:55.5614490Z [00:02:32.309]➜  # import config
2025-08-20T18:58:55.5615023Z [00:02:32.309]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.5615435Z [00:02:32.309]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.5615955Z [00:02:32.309]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:55.5616562Z [00:02:32.309]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:55.5617181Z [00:02:32.309]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/tmp/go-build693841089/b723/_pkg_.a
2025-08-20T18:58:55.5617766Z [00:02:32.309]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.5618152Z [00:02:32.309]➜  EOF
2025-08-20T18:58:55.5620276Z [00:02:32.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs;$WORK/b722=>" -p github.com/ipfs/boxo/ipld/unixfs -lang=go1.21 -complete -installsuffix shared -buildid zqGOkeN8dz0ah-NOtpSq/zqGOkeN8dz0ah-NOtpSq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/unixfs.go
2025-08-20T18:58:55.5801358Z [00:02:32.327]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T18:58:55.5813973Z [00:02:32.328]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/6b/6b2fdab701da266345d56b2930a48cdfd32eb7093d80965f60260a1d56619c15-d # internal
2025-08-20T18:58:55.5815944Z [00:02:32.328]➜  golang.org/x/sync/errgroup
2025-08-20T18:58:55.5818288Z [00:02:32.329]➜  mkdir -p $WORK/b729/
2025-08-20T18:58:55.5818739Z [00:02:32.329]➜  cat >/tmp/go-build693841089/b729/importcfg << 'EOF' # internal
2025-08-20T18:58:55.5819096Z [00:02:32.329]➜  # import config
2025-08-20T18:58:55.5819435Z [00:02:32.329]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.5819843Z [00:02:32.329]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.5820239Z [00:02:32.329]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.5820540Z [00:02:32.329]➜  EOF
2025-08-20T18:58:55.5822824Z [00:02:32.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.10.0/errgroup=>golang.org/x/sync@v0.10.0/errgroup;$WORK/b729=>" -p golang.org/x/sync/errgroup -lang=go1.18 -complete -installsuffix shared -buildid UH15miDS6nRHAcwn1STS/UH15miDS6nRHAcwn1STS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.10.0/errgroup/errgroup.go /root/go/pkg/mod/golang.org/x/sync@v0.10.0/errgroup/go120.go
2025-08-20T18:58:55.6063609Z [00:02:32.354]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T18:58:55.6077374Z [00:02:32.355]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/3a/3a6e95a4cde02d0368b13aa604670bf7205ce211694e47f46c0b53b00ba49125-d # internal
2025-08-20T18:58:55.6078181Z [00:02:32.355]➜  github.com/ipfs/boxo/ipld/unixfs/private/linksize
2025-08-20T18:58:55.6078524Z [00:02:32.355]➜  mkdir -p $WORK/b730/
2025-08-20T18:58:55.6078900Z [00:02:32.355]➜  cat >/tmp/go-build693841089/b730/importcfg << 'EOF' # internal
2025-08-20T18:58:55.6079275Z [00:02:32.355]➜  # import config
2025-08-20T18:58:55.6079680Z [00:02:32.355]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.6080040Z [00:02:32.355]➜  EOF
2025-08-20T18:58:55.6092148Z [00:02:32.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/private/linksize=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/private/linksize;$WORK/b730=>" -p github.com/ipfs/boxo/ipld/unixfs/private/linksize -lang=go1.21 -complete -installsuffix shared -buildid QoZhaBe5ci1NZQ29UEhy/QoZhaBe5ci1NZQ29UEhy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/private/linksize/linksize.go
2025-08-20T18:58:55.6123318Z [00:02:32.360]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T18:58:55.6128260Z [00:02:32.360]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/37/37ab48e684f03f05f9919495f5c31178f67f697ce4b5bff94e09c61c9b7f872b-d # internal
2025-08-20T18:58:55.6172519Z [00:02:32.363]➜  github.com/ipfs/boxo/ipld/unixfs/hamt
2025-08-20T18:58:55.6173313Z [00:02:32.363]➜  mkdir -p $WORK/b726/
2025-08-20T18:58:55.6174011Z [00:02:32.363]➜  cat >/tmp/go-build693841089/b726/importcfg << 'EOF' # internal
2025-08-20T18:58:55.6174799Z [00:02:32.363]➜  # import config
2025-08-20T18:58:55.6175369Z [00:02:32.363]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.6176018Z [00:02:32.363]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.6190634Z [00:02:32.363]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.6191613Z [00:02:32.363]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:55.6192393Z [00:02:32.363]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:55.6193556Z [00:02:32.363]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/internal=/tmp/go-build693841089/b727/_pkg_.a
2025-08-20T18:58:55.6195263Z [00:02:32.363]➜  packagefile github.com/ipfs/go-bitfield=/tmp/go-build693841089/b728/_pkg_.a
2025-08-20T18:58:55.6195817Z [00:02:32.363]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.6196425Z [00:02:32.363]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.6196987Z [00:02:32.363]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build693841089/b355/_pkg_.a
2025-08-20T18:58:55.6197685Z [00:02:32.363]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build693841089/b729/_pkg_.a
2025-08-20T18:58:55.6198259Z [00:02:32.363]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:55.6198673Z [00:02:32.363]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.6199069Z [00:02:32.363]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.6199370Z [00:02:32.363]➜  EOF
2025-08-20T18:58:55.6201756Z [00:02:32.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/hamt=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/hamt;$WORK/b726=>" -p github.com/ipfs/boxo/ipld/unixfs/hamt -lang=go1.21 -complete -installsuffix shared -buildid pCk9rYTaHdY4GMYS65q6/pCk9rYTaHdY4GMYS65q6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/hamt/hamt.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/hamt/util.go
2025-08-20T18:58:55.6224934Z [00:02:32.370]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T18:58:55.6230601Z [00:02:32.370]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/7e/7e8c608766c2d0278c0dbb18f334e6ff322c6098ce9c02e75ee67f2180dab190-d # internal
2025-08-20T18:58:55.6233263Z [00:02:32.371]➜  github.com/ipfs/boxo/ipld/unixfs/importer/helpers
2025-08-20T18:58:55.6247715Z [00:02:32.372]➜  mkdir -p $WORK/b732/
2025-08-20T18:58:55.6258976Z [00:02:32.373]➜  cat >/tmp/go-build693841089/b732/importcfg << 'EOF' # internal
2025-08-20T18:58:55.6261548Z [00:02:32.373]➜  # import config
2025-08-20T18:58:55.6267148Z [00:02:32.373]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.6267912Z [00:02:32.373]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.6268405Z [00:02:32.373]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build693841089/b720/_pkg_.a
2025-08-20T18:58:55.6268972Z [00:02:32.373]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:58:55.6269565Z [00:02:32.373]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/tmp/go-build693841089/b718/_pkg_.a
2025-08-20T18:58:55.6270181Z [00:02:32.373]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:55.6270784Z [00:02:32.373]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:55.6271387Z [00:02:32.373]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/tmp/go-build693841089/b723/_pkg_.a
2025-08-20T18:58:55.6272134Z [00:02:32.373]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.6272684Z [00:02:32.373]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.6273159Z [00:02:32.373]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.6273549Z [00:02:32.373]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.6273841Z [00:02:32.373]➜  EOF
2025-08-20T18:58:55.6280648Z [00:02:32.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/helpers=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/helpers;$WORK/b732=>" -p github.com/ipfs/boxo/ipld/unixfs/importer/helpers -lang=go1.21 -complete -installsuffix shared -buildid -B4NPheaJS0VETbIhkQa/-B4NPheaJS0VETbIhkQa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/helpers/dagbuilder.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/helpers/helpers.go
2025-08-20T18:58:55.6677880Z [00:02:32.415]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T18:58:55.6715283Z [00:02:32.418]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/c8/c87a0519893b207744f5c81d8c95b2def73517f22302347d223f6e6bea24b0fc-d # internal
2025-08-20T18:58:55.6718004Z [00:02:32.418]➜  github.com/ipfs/boxo/ipld/unixfs/importer/trickle
2025-08-20T18:58:55.6718444Z [00:02:32.419]➜  mkdir -p $WORK/b733/
2025-08-20T18:58:55.6718873Z [00:02:32.419]➜  cat >/tmp/go-build693841089/b733/importcfg << 'EOF' # internal
2025-08-20T18:58:55.6719215Z [00:02:32.419]➜  # import config
2025-08-20T18:58:55.6719556Z [00:02:32.419]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.6719985Z [00:02:32.419]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.6720669Z [00:02:32.419]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.6721248Z [00:02:32.419]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:55.6721859Z [00:02:32.419]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:55.6722522Z [00:02:32.419]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build693841089/b732/_pkg_.a
2025-08-20T18:58:55.6723317Z [00:02:32.419]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.6723861Z [00:02:32.419]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.6724238Z [00:02:32.419]➜  EOF
2025-08-20T18:58:55.6726541Z [00:02:32.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/trickle=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/trickle;$WORK/b733=>" -p github.com/ipfs/boxo/ipld/unixfs/importer/trickle -lang=go1.21 -complete -installsuffix shared -buildid FYDCdr_Aq7i2kCBqijio/FYDCdr_Aq7i2kCBqijio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/trickle/trickledag.go
2025-08-20T18:58:55.6879238Z [00:02:32.435]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T18:58:55.6893745Z [00:02:32.437]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/72/725f7949bd902feeb9940ee101285757adb6737e33e82271ff8e5a42c392d3a3-d # internal
2025-08-20T18:58:55.6902052Z [00:02:32.438]➜  github.com/ipfs/boxo/ipld/unixfs/io
2025-08-20T18:58:55.6902716Z [00:02:32.438]➜  mkdir -p $WORK/b724/
2025-08-20T18:58:55.6903433Z [00:02:32.438]➜  cat >/tmp/go-build693841089/b724/importcfg << 'EOF' # internal
2025-08-20T18:58:55.6904389Z [00:02:32.438]➜  # import config
2025-08-20T18:58:55.6905017Z [00:02:32.438]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:55.6905472Z [00:02:32.438]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.6905894Z [00:02:32.438]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.6906401Z [00:02:32.438]➜  packagefile github.com/alecthomas/units=/tmp/go-build693841089/b725/_pkg_.a
2025-08-20T18:58:55.6907000Z [00:02:32.438]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:55.6907617Z [00:02:32.438]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:55.6908229Z [00:02:32.438]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/hamt=/tmp/go-build693841089/b726/_pkg_.a
2025-08-20T18:58:55.6908918Z [00:02:32.438]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/private/linksize=/tmp/go-build693841089/b730/_pkg_.a
2025-08-20T18:58:55.6909532Z [00:02:32.438]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.6910374Z [00:02:32.438]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.6911000Z [00:02:32.438]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.6911463Z [00:02:32.438]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.6911850Z [00:02:32.438]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.6912144Z [00:02:32.438]➜  EOF
2025-08-20T18:58:55.6915710Z [00:02:32.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/io=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/io;$WORK/b724=>" -p github.com/ipfs/boxo/ipld/unixfs/io -lang=go1.21 -complete -installsuffix shared -buildid fq_vgJNg7NsJlvbA6Tu0/fq_vgJNg7NsJlvbA6Tu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/io/dagreader.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/io/directory.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/io/doc.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/io/resolve.go
2025-08-20T18:58:55.7334986Z [00:02:32.481]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T18:58:55.7356684Z [00:02:32.483]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/a4/a4722286ab6fda4a350d1c58ff25d0660b3ba16e7cb84585390108c783325724-d # internal
2025-08-20T18:58:55.7358297Z [00:02:32.483]➜  github.com/ipfs/boxo/keystore
2025-08-20T18:58:55.7360420Z [00:02:32.484]➜  mkdir -p $WORK/b735/
2025-08-20T18:58:55.7368756Z [00:02:32.484]➜  cat >/tmp/go-build693841089/b735/importcfg << 'EOF' # internal
2025-08-20T18:58:55.7369152Z [00:02:32.484]➜  # import config
2025-08-20T18:58:55.7369521Z [00:02:32.484]➜  packagefile encoding/base32=/tmp/go-build693841089/b485/_pkg_.a
2025-08-20T18:58:55.7369967Z [00:02:32.484]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.7370479Z [00:02:32.484]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.7371083Z [00:02:32.484]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:55.7371934Z [00:02:32.484]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.7372363Z [00:02:32.484]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:55.7372807Z [00:02:32.484]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.7373121Z [00:02:32.484]➜  EOF
2025-08-20T18:58:55.7376492Z [00:02:32.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/keystore=>github.com/ipfs/boxo@v0.20.0/keystore;$WORK/b735=>" -p github.com/ipfs/boxo/keystore -lang=go1.21 -complete -installsuffix shared -buildid UMBq12lFbY7d1NhbtYry/UMBq12lFbY7d1NhbtYry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/keystore/keystore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/keystore/memkeystore.go
2025-08-20T18:58:55.7980801Z [00:02:32.545]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T18:58:55.7996484Z [00:02:32.547]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/c8/c8154a19c63c14b2c22478008c27749b0f17c399c9dfca723aa0b730ff5c04d2-d # internal
2025-08-20T18:58:55.8003809Z [00:02:32.548]➜  github.com/ipfs/boxo/ipld/unixfs/mod
2025-08-20T18:58:55.8004550Z [00:02:32.548]➜  mkdir -p $WORK/b731/
2025-08-20T18:58:55.8020022Z [00:02:32.549]➜  cat >/tmp/go-build693841089/b731/importcfg << 'EOF' # internal
2025-08-20T18:58:55.8020946Z [00:02:32.549]➜  # import config
2025-08-20T18:58:55.8021668Z [00:02:32.549]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:55.8022285Z [00:02:32.550]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.8023259Z [00:02:32.550]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.8024149Z [00:02:32.550]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build693841089/b720/_pkg_.a
2025-08-20T18:58:55.8024943Z [00:02:32.550]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:55.8025614Z [00:02:32.550]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:55.8026287Z [00:02:32.550]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build693841089/b732/_pkg_.a
2025-08-20T18:58:55.8027030Z [00:02:32.550]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/trickle=/tmp/go-build693841089/b733/_pkg_.a
2025-08-20T18:58:55.8027697Z [00:02:32.550]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build693841089/b724/_pkg_.a
2025-08-20T18:58:55.8028253Z [00:02:32.550]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.8028806Z [00:02:32.550]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.8029409Z [00:02:32.550]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.8029788Z [00:02:32.550]➜  EOF
2025-08-20T18:58:55.8032067Z [00:02:32.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/mod=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/mod;$WORK/b731=>" -p github.com/ipfs/boxo/ipld/unixfs/mod -lang=go1.21 -complete -installsuffix shared -buildid vGJxgavLkVKs-z3sbubo/vGJxgavLkVKs-z3sbubo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/mod/dagmodifier.go
2025-08-20T18:58:55.8034028Z [00:02:32.550]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T18:58:55.8034771Z [00:02:32.551]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/37/375893dba7aaa2a4e9a2012a3a43285ea217835f9fc4eb26c3d7771ce19dba42-d # internal
2025-08-20T18:58:55.8042015Z [00:02:32.552]➜  github.com/ipld/go-ipld-prime/fluent
2025-08-20T18:58:55.8042354Z [00:02:32.552]➜  mkdir -p $WORK/b739/
2025-08-20T18:58:55.8069754Z [00:02:32.554]➜  cat >/tmp/go-build693841089/b739/importcfg << 'EOF' # internal
2025-08-20T18:58:55.8070824Z [00:02:32.554]➜  # import config
2025-08-20T18:58:55.8071660Z [00:02:32.554]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.8072158Z [00:02:32.554]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.8072770Z [00:02:32.554]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:55.8073310Z [00:02:32.554]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:55.8073727Z [00:02:32.554]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:55.8074054Z [00:02:32.554]➜  EOF
2025-08-20T18:58:55.8077279Z [00:02:32.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_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/b739=>" -p github.com/ipld/go-ipld-prime/fluent -lang=go1.19 -complete -installsuffix shared -buildid 7I8wbvnpOrvBRaG_yUDq/7I8wbvnpOrvBRaG_yUDq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/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-20T18:58:55.8609760Z [00:02:32.608]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T18:58:55.8617074Z [00:02:32.609]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/37/371281949b205ca159b73ae9eeedc3633ea417481b47378c305140c978111a11-d # internal
2025-08-20T18:58:55.8639353Z [00:02:32.611]➜  github.com/ipfs/boxo/mfs
2025-08-20T18:58:55.8640517Z [00:02:32.611]➜  mkdir -p $WORK/b719/
2025-08-20T18:58:55.8641713Z [00:02:32.612]➜  cat >/tmp/go-build693841089/b719/importcfg << 'EOF' # internal
2025-08-20T18:58:55.8642747Z [00:02:32.612]➜  # import config
2025-08-20T18:58:55.8643208Z [00:02:32.612]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.8643640Z [00:02:32.612]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.8644055Z [00:02:32.612]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.8644554Z [00:02:32.612]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build693841089/b720/_pkg_.a
2025-08-20T18:58:55.8645484Z [00:02:32.612]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:55.8646088Z [00:02:32.612]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:55.8646691Z [00:02:32.612]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build693841089/b724/_pkg_.a
2025-08-20T18:58:55.8647306Z [00:02:32.612]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/mod=/tmp/go-build693841089/b731/_pkg_.a
2025-08-20T18:58:55.8647868Z [00:02:32.612]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.8648416Z [00:02:32.612]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:55.8648968Z [00:02:32.612]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.8649803Z [00:02:32.612]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:55.8650192Z [00:02:32.612]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:55.8650584Z [00:02:32.612]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:55.8650997Z [00:02:32.612]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:55.8651404Z [00:02:32.612]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.8651808Z [00:02:32.612]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.8652114Z [00:02:32.612]➜  EOF
2025-08-20T18:58:55.8661793Z [00:02:32.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs=>github.com/ipfs/boxo@v0.20.0/mfs;$WORK/b719=>" -p github.com/ipfs/boxo/mfs -lang=go1.21 -complete -installsuffix shared -buildid qPoImQEih775SrJFgxl5/qPoImQEih775SrJFgxl5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/dir.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/fd.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/inode.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/ops.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/options.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/repub.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/mfs/root.go
2025-08-20T18:58:55.8928104Z [00:02:32.640]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T18:58:55.8949259Z [00:02:32.642]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/0b/0b59e927bbdec0e81fd6909c28157c1365a140a21df41f74b700800a8bafc699-d # internal
2025-08-20T18:58:55.8953152Z [00:02:32.642]➜  github.com/ipld/go-ipld-prime/traversal/selector/builder
2025-08-20T18:58:55.8959547Z [00:02:32.643]➜  mkdir -p $WORK/b738/
2025-08-20T18:58:55.8969764Z [00:02:32.645]➜  cat >/tmp/go-build693841089/b738/importcfg << 'EOF' # internal
2025-08-20T18:58:55.8972287Z [00:02:32.645]➜  # import config
2025-08-20T18:58:55.8972758Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:55.8973389Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/fluent=/tmp/go-build693841089/b739/_pkg_.a
2025-08-20T18:58:55.8974052Z [00:02:32.645]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:55.8974886Z [00:02:32.645]➜  EOF
2025-08-20T18:58:55.8977371Z [00:02:32.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_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/b738=>" -p github.com/ipld/go-ipld-prime/traversal/selector/builder -lang=go1.19 -complete -installsuffix shared -buildid ckTVWrq7gT0xrZuEb1w6/ckTVWrq7gT0xrZuEb1w6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/builder/builder.go
2025-08-20T18:58:55.9311200Z [00:02:32.678]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T18:58:55.9328412Z [00:02:32.680]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/a5/a5bcc8200e86c7190b90448450b23cfa03555aed2ac41ae0b8d3065ed700fe39-d # internal
2025-08-20T18:58:55.9336943Z [00:02:32.681]➜  github.com/ipfs/boxo/fetcher/helpers
2025-08-20T18:58:55.9342648Z [00:02:32.682]➜  mkdir -p $WORK/b737/
2025-08-20T18:58:55.9353241Z [00:02:32.683]➜  cat >/tmp/go-build693841089/b737/importcfg << 'EOF' # internal
2025-08-20T18:58:55.9355363Z [00:02:32.683]➜  # import config
2025-08-20T18:58:55.9356081Z [00:02:32.683]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.9357499Z [00:02:32.683]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:58:55.9358053Z [00:02:32.683]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.9373558Z [00:02:32.683]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:55.9374194Z [00:02:32.683]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:55.9374959Z [00:02:32.683]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:55.9375663Z [00:02:32.683]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:55.9376414Z [00:02:32.683]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/tmp/go-build693841089/b738/_pkg_.a
2025-08-20T18:58:55.9377242Z [00:02:32.683]➜  EOF
2025-08-20T18:58:55.9379470Z [00:02:32.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/fetcher/helpers=>github.com/ipfs/boxo@v0.20.0/fetcher/helpers;$WORK/b737=>" -p github.com/ipfs/boxo/fetcher/helpers -lang=go1.21 -complete -installsuffix shared -buildid 7Nvp49PSp-yfciE23W7U/7Nvp49PSp-yfciE23W7U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/fetcher/helpers/block_visitor.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/fetcher/helpers/traversal.go
2025-08-20T18:58:55.9662449Z [00:02:32.713]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T18:58:55.9669658Z [00:02:32.714]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/4e/4eeb544983f022e7321f87f4f7d84ddc797533fac7b98dc9a667a372077f0255-d # internal
2025-08-20T18:58:55.9691472Z [00:02:32.717]➜  github.com/ipfs/boxo/path/resolver
2025-08-20T18:58:55.9696146Z [00:02:32.717]➜  mkdir -p $WORK/b736/
2025-08-20T18:58:55.9696552Z [00:02:32.717]➜  cat >/tmp/go-build693841089/b736/importcfg << 'EOF' # internal
2025-08-20T18:58:55.9696896Z [00:02:32.717]➜  # import config
2025-08-20T18:58:55.9697265Z [00:02:32.717]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.9697677Z [00:02:32.717]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:55.9698159Z [00:02:32.717]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:58:55.9698747Z [00:02:32.717]➜  packagefile github.com/ipfs/boxo/fetcher/helpers=/tmp/go-build693841089/b737/_pkg_.a
2025-08-20T18:58:55.9699325Z [00:02:32.717]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:58:55.9700207Z [00:02:32.717]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:55.9700820Z [00:02:32.717]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.9701380Z [00:02:32.717]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:55.9701991Z [00:02:32.717]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:55.9702638Z [00:02:32.717]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:55.9703251Z [00:02:32.717]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:55.9703942Z [00:02:32.717]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/tmp/go-build693841089/b738/_pkg_.a
2025-08-20T18:58:55.9704576Z [00:02:32.717]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:55.9705464Z [00:02:32.717]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:55.9706057Z [00:02:32.717]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:55.9706543Z [00:02:32.717]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.9706843Z [00:02:32.717]➜  EOF
2025-08-20T18:58:55.9708709Z [00:02:32.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/path/resolver=>github.com/ipfs/boxo@v0.20.0/path/resolver;$WORK/b736=>" -p github.com/ipfs/boxo/path/resolver -lang=go1.21 -complete -installsuffix shared -buildid bHN7xRoji1MSdaIc3QlC/bHN7xRoji1MSdaIc3QlC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/path/resolver/resolver.go
2025-08-20T18:58:55.9757775Z [00:02:32.723]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T18:58:55.9758656Z [00:02:32.723]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/b6/b671db9c6ea313e150edc3d28d7261fc6e43657a7ce1f7ef315d0cc865957d6c-d # internal
2025-08-20T18:58:55.9759617Z [00:02:32.723]➜  github.com/ipfs/boxo/peering
2025-08-20T18:58:55.9759905Z [00:02:32.723]➜  mkdir -p $WORK/b740/
2025-08-20T18:58:55.9760274Z [00:02:32.723]➜  cat >/tmp/go-build693841089/b740/importcfg << 'EOF' # internal
2025-08-20T18:58:55.9760611Z [00:02:32.723]➜  # import config
2025-08-20T18:58:55.9760961Z [00:02:32.723]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:55.9761379Z [00:02:32.723]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:55.9761859Z [00:02:32.723]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:55.9762450Z [00:02:32.723]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:55.9763088Z [00:02:32.723]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:55.9763722Z [00:02:32.723]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:55.9764343Z [00:02:32.723]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:55.9765260Z [00:02:32.723]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:55.9765694Z [00:02:32.723]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:55.9766111Z [00:02:32.723]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:55.9766511Z [00:02:32.723]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:55.9766816Z [00:02:32.723]➜  EOF
2025-08-20T18:58:55.9768865Z [00:02:32.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/peering=>github.com/ipfs/boxo@v0.20.0/peering;$WORK/b740=>" -p github.com/ipfs/boxo/peering -lang=go1.21 -complete -installsuffix shared -buildid 5lC-w3g0-xvB0eeYaW2h/5lC-w3g0-xvB0eeYaW2h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/peering/peering.go
2025-08-20T18:58:55.9951897Z [00:02:32.742]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T18:58:56.0034365Z [00:02:32.751]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/4a/4a74c8455dae9d085504df0170331c730a65162b0dc832e4f3aad3e3ce4c23b6-d # internal
2025-08-20T18:58:56.0046157Z [00:02:32.752]➜  github.com/libp2p/go-libp2p/p2p/metricshelper
2025-08-20T18:58:56.0046538Z [00:02:32.752]➜  mkdir -p $WORK/b680/
2025-08-20T18:58:56.0053867Z [00:02:32.753]➜  cat >/tmp/go-build693841089/b680/importcfg << 'EOF' # internal
2025-08-20T18:58:56.0058707Z [00:02:32.753]➜  # import config
2025-08-20T18:58:56.0061538Z [00:02:32.753]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.0061984Z [00:02:32.753]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.0062534Z [00:02:32.753]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:56.0063168Z [00:02:32.753]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:56.0064136Z [00:02:32.753]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:58:56.0064799Z [00:02:32.753]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.0065279Z [00:02:32.753]➜  EOF
2025-08-20T18:58:56.0068238Z [00:02:32.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/metricshelper=>github.com/libp2p/go-libp2p@v0.34.1/p2p/metricshelper;$WORK/b680=>" -p github.com/libp2p/go-libp2p/p2p/metricshelper -lang=go1.21 -complete -installsuffix shared -buildid UIf9fCebVg-jDFh9yNQY/UIf9fCebVg-jDFh9yNQY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/metricshelper/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/metricshelper/dir.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/metricshelper/pool.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/metricshelper/registerer.go
2025-08-20T18:58:56.0317839Z [00:02:32.779]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T18:58:56.0326383Z [00:02:32.780]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/dc/dcbd83f76235aacf5e4a94dad474d49a0312a6f0fdb7336220ecfe21740d561c-d # internal
2025-08-20T18:58:56.0330450Z [00:02:32.780]➜  github.com/ipfs/boxo/pinning/pinner
2025-08-20T18:58:56.0330776Z [00:02:32.780]➜  mkdir -p $WORK/b741/
2025-08-20T18:58:56.0331152Z [00:02:32.780]➜  cat >/tmp/go-build693841089/b741/importcfg << 'EOF' # internal
2025-08-20T18:58:56.0331493Z [00:02:32.780]➜  # import config
2025-08-20T18:58:56.0331855Z [00:02:32.780]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.0332288Z [00:02:32.780]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.0332697Z [00:02:32.780]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.0333162Z [00:02:32.780]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.0333737Z [00:02:32.780]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:56.0334127Z [00:02:32.780]➜  EOF
2025-08-20T18:58:56.0336351Z [00:02:32.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/pinner=>github.com/ipfs/boxo@v0.20.0/pinning/pinner;$WORK/b741=>" -p github.com/ipfs/boxo/pinning/pinner -lang=go1.21 -complete -installsuffix shared -buildid Qbq_9gLJW_Tk5yA976nu/Qbq_9gLJW_Tk5yA976nu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/pinner/pin.go
2025-08-20T18:58:56.0514974Z [00:02:32.799]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T18:58:56.0521469Z [00:02:32.800]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T18:58:56.0524035Z [00:02:32.800]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/bf/bfb541b069aaf5c9615d436b8fa2d9890faff854081106305a6bae80d992010e-d # internal
2025-08-20T18:58:56.0525950Z [00:02:32.800]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/16/1606d7bb9f1ab7b0652ce0eec923d5256a83f7e29154f74c15e15445ae0f6c38-d # internal
2025-08-20T18:58:56.0528343Z [00:02:32.800]➜  github.com/ipfs/boxo/provider/internal/queue
2025-08-20T18:58:56.0528680Z [00:02:32.800]➜  mkdir -p $WORK/b743/
2025-08-20T18:58:56.0529050Z [00:02:32.800]➜  cat >/tmp/go-build693841089/b743/importcfg << 'EOF' # internal
2025-08-20T18:58:56.0529389Z [00:02:32.800]➜  # import config
2025-08-20T18:58:56.0529729Z [00:02:32.800]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.0530155Z [00:02:32.800]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.0530564Z [00:02:32.800]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.0531026Z [00:02:32.800]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.0531841Z [00:02:32.800]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:56.0532444Z [00:02:32.800]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build693841089/b574/_pkg_.a
2025-08-20T18:58:56.0533208Z [00:02:32.800]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:56.0533765Z [00:02:32.800]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.0534228Z [00:02:32.800]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.0534530Z [00:02:32.800]➜  EOF
2025-08-20T18:58:56.0536764Z [00:02:32.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/provider/internal/queue=>github.com/ipfs/boxo@v0.20.0/provider/internal/queue;$WORK/b743=>" -p github.com/ipfs/boxo/provider/internal/queue -lang=go1.21 -complete -installsuffix shared -buildid DagiTscRh-7jrRcOnojs/DagiTscRh-7jrRcOnojs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/provider/internal/queue/queue.go
2025-08-20T18:58:56.0540506Z [00:02:32.802]➜  github.com/libp2p/go-libp2p/p2p/host/eventbus
2025-08-20T18:58:56.0541172Z [00:02:32.802]➜  mkdir -p $WORK/b679/
2025-08-20T18:58:56.0542144Z [00:02:32.802]➜  cat >/tmp/go-build693841089/b679/importcfg << 'EOF' # internal
2025-08-20T18:58:56.0542545Z [00:02:32.802]➜  # import config
2025-08-20T18:58:56.0542888Z [00:02:32.802]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.0543300Z [00:02:32.802]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.0544102Z [00:02:32.802]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:58:56.0545079Z [00:02:32.802]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:58:56.0545832Z [00:02:32.802]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:58:56.0546376Z [00:02:32.802]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:56.0546801Z [00:02:32.802]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:56.0547216Z [00:02:32.802]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:56.0547619Z [00:02:32.802]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.0548042Z [00:02:32.802]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:56.0548363Z [00:02:32.802]➜  EOF
2025-08-20T18:58:56.0551176Z [00:02:32.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/eventbus=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/eventbus;$WORK/b679=>" -p github.com/libp2p/go-libp2p/p2p/host/eventbus -lang=go1.21 -complete -installsuffix shared -buildid HTrMH4soUzgA1E5vnIz5/HTrMH4soUzgA1E5vnIz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/eventbus/basic.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/eventbus/basic_metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/eventbus/opts.go
2025-08-20T18:58:56.0714833Z [00:02:32.818]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T18:58:56.0715598Z [00:02:32.819]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/3d/3d7ce3452b1c97f89deb592633c99e687d2a9d3e715c6187d5052984983410bf-d # internal
2025-08-20T18:58:56.0726234Z [00:02:32.820]➜  github.com/ipfs/go-cidutil
2025-08-20T18:58:56.0733060Z [00:02:32.821]➜  mkdir -p $WORK/b744/
2025-08-20T18:58:56.0742849Z [00:02:32.822]➜  cat >/tmp/go-build693841089/b744/importcfg << 'EOF' # internal
2025-08-20T18:58:56.0743556Z [00:02:32.822]➜  # import config
2025-08-20T18:58:56.0744451Z [00:02:32.822]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.0745473Z [00:02:32.822]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.0745936Z [00:02:32.822]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.0746427Z [00:02:32.822]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.0747012Z [00:02:32.822]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:56.0747637Z [00:02:32.822]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:56.0748267Z [00:02:32.822]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:56.0748774Z [00:02:32.822]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:56.0749075Z [00:02:32.822]➜  EOF
2025-08-20T18:58:56.0754234Z [00:02:32.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0=>github.com/ipfs/go-cidutil@v0.1.0;$WORK/b744=>" -p github.com/ipfs/go-cidutil -lang=go1.17 -complete -installsuffix shared -buildid 4ScYI8zP18nlxUdtz-RZ/4ScYI8zP18nlxUdtz-RZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/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-20T18:58:56.0870107Z [00:02:32.834]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T18:58:56.0879654Z [00:02:32.835]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/d2/d2bb0372dd7e8c1ba5c2549751b0d790174089ac49e43719cff6c52ac427c25e-d # internal
2025-08-20T18:58:56.0880812Z [00:02:32.835]➜  github.com/dustin/go-humanize
2025-08-20T18:58:56.0881634Z [00:02:32.835]➜  mkdir -p $WORK/b746/
2025-08-20T18:58:56.0928914Z [00:02:32.837]➜  cat >/tmp/go-build693841089/b746/importcfg << 'EOF' # internal
2025-08-20T18:58:56.0929372Z [00:02:32.837]➜  # import config
2025-08-20T18:58:56.0929726Z [00:02:32.837]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.0930174Z [00:02:32.837]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.0930584Z [00:02:32.837]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.0930986Z [00:02:32.837]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:56.0931400Z [00:02:32.837]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:56.0931822Z [00:02:32.837]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:56.0932240Z [00:02:32.837]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:56.0932971Z [00:02:32.837]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:56.0933460Z [00:02:32.837]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:56.0933876Z [00:02:32.837]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.0934279Z [00:02:32.837]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:56.0934947Z [00:02:32.837]➜  EOF
2025-08-20T18:58:56.0938991Z [00:02:32.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b746=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid dPuvWAfkosWMsX-B3-TS/dPuvWAfkosWMsX-B3-TS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/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-20T18:58:56.1152191Z [00:02:32.862]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T18:58:56.1159266Z [00:02:32.863]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/25/256856c98569d64a9188557eedf6c539f09ffa8d042ea61d06905d4ea0705671-d # internal
2025-08-20T18:58:56.1166143Z [00:02:32.864]➜  github.com/ipfs/boxo/provider
2025-08-20T18:58:56.1166723Z [00:02:32.864]➜  mkdir -p $WORK/b742/
2025-08-20T18:58:56.1167250Z [00:02:32.864]➜  cat >/tmp/go-build693841089/b742/importcfg << 'EOF' # internal
2025-08-20T18:58:56.1167713Z [00:02:32.864]➜  # import config
2025-08-20T18:58:56.1168174Z [00:02:32.864]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.1168694Z [00:02:32.864]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.1169210Z [00:02:32.864]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.1169828Z [00:02:32.864]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:56.1170497Z [00:02:32.864]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:58:56.1171197Z [00:02:32.864]➜  packagefile github.com/ipfs/boxo/fetcher/helpers=/tmp/go-build693841089/b737/_pkg_.a
2025-08-20T18:58:56.1171956Z [00:02:32.864]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:58:56.1173008Z [00:02:32.864]➜  packagefile github.com/ipfs/boxo/provider/internal/queue=/tmp/go-build693841089/b743/_pkg_.a
2025-08-20T18:58:56.1173826Z [00:02:32.864]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build693841089/b579/_pkg_.a
2025-08-20T18:58:56.1174485Z [00:02:32.864]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.1175261Z [00:02:32.864]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build693841089/b744/_pkg_.a
2025-08-20T18:58:56.1175929Z [00:02:32.864]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:56.1176627Z [00:02:32.864]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build693841089/b574/_pkg_.a
2025-08-20T18:58:56.1177319Z [00:02:32.864]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.1178022Z [00:02:32.864]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:56.1178773Z [00:02:32.864]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:56.1179596Z [00:02:32.864]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:56.1180179Z [00:02:32.864]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:56.1180715Z [00:02:32.864]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.1181220Z [00:02:32.864]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.1181811Z [00:02:32.864]➜  EOF
2025-08-20T18:58:56.1184251Z [00:02:32.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/provider=>github.com/ipfs/boxo@v0.20.0/provider;$WORK/b742=>" -p github.com/ipfs/boxo/provider -lang=go1.21 -complete -installsuffix shared -buildid 3zryBa79TjfZRCbGAolh/3zryBa79TjfZRCbGAolh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/provider/noop.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/provider/provider.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/provider/reprovider.go
2025-08-20T18:58:56.1473975Z [00:02:32.895]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T18:58:56.1489455Z [00:02:32.896]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/c5/c59590482512ee490e47f029f0cebfd5b6084aa0b331c234417ca30d0f60913c-d # internal
2025-08-20T18:58:56.1578167Z [00:02:32.905]➜  github.com/libp2p/go-libp2p-kad-dht
2025-08-20T18:58:56.1578610Z [00:02:32.905]➜  mkdir -p $WORK/b637/
2025-08-20T18:58:56.1592719Z [00:02:32.906]➜  cat >/tmp/go-build693841089/b637/importcfg << 'EOF' # internal
2025-08-20T18:58:56.1593189Z [00:02:32.906]➜  # import config
2025-08-20T18:58:56.1593529Z [00:02:32.906]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.1593946Z [00:02:32.906]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.1594410Z [00:02:32.906]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:56.1595045Z [00:02:32.906]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.1595462Z [00:02:32.906]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.1595971Z [00:02:32.906]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:56.1596568Z [00:02:32.906]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build693841089/b638/_pkg_.a
2025-08-20T18:58:56.1597141Z [00:02:32.906]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:58:56.1597666Z [00:02:32.906]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:56.1598190Z [00:02:32.906]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.1598726Z [00:02:32.906]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:56.1599548Z [00:02:32.906]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:56.1600271Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build693841089/b639/_pkg_.a
2025-08-20T18:58:56.1600991Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/config=/tmp/go-build693841089/b640/_pkg_.a
2025-08-20T18:58:56.1601708Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/net=/tmp/go-build693841089/b655/_pkg_.a
2025-08-20T18:58:56.1602392Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/metrics=/tmp/go-build693841089/b656/_pkg_.a
2025-08-20T18:58:56.1603046Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/netsize=/tmp/go-build693841089/b669/_pkg_.a
2025-08-20T18:58:56.1603682Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build693841089/b657/_pkg_.a
2025-08-20T18:58:56.1604333Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/providers=/tmp/go-build693841089/b641/_pkg_.a
2025-08-20T18:58:56.1605358Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/qpeerset=/tmp/go-build693841089/b674/_pkg_.a
2025-08-20T18:58:56.1606092Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/rtrefresh=/tmp/go-build693841089/b675/_pkg_.a
2025-08-20T18:58:56.1606736Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:58:56.1607398Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build693841089/b645/_pkg_.a
2025-08-20T18:58:56.1608230Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:58:56.1608837Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build693841089/b626/_pkg_.a
2025-08-20T18:58:56.1609510Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build693841089/b678/_pkg_.a
2025-08-20T18:58:56.1610186Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:56.1610811Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:58:56.1611585Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:56.1612209Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:56.1612839Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.1613476Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:56.1614125Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:56.1631317Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:56.1632208Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:58:56.1632913Z [00:02:32.906]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/tmp/go-build693841089/b644/_pkg_.a
2025-08-20T18:58:56.1633535Z [00:02:32.906]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build693841089/b667/_pkg_.a
2025-08-20T18:58:56.1634098Z [00:02:32.906]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build693841089/b695/_pkg_.a
2025-08-20T18:58:56.1634793Z [00:02:32.906]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build693841089/b340/_pkg_.a
2025-08-20T18:58:56.1635488Z [00:02:32.906]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:56.1636122Z [00:02:32.906]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:56.1637019Z [00:02:32.906]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:56.1637720Z [00:02:32.906]➜  packagefile github.com/whyrusleeping/go-keyspace=/tmp/go-build693841089/b673/_pkg_.a
2025-08-20T18:58:56.1638283Z [00:02:32.906]➜  packagefile go.opencensus.io/stats=/tmp/go-build693841089/b658/_pkg_.a
2025-08-20T18:58:56.1638799Z [00:02:32.906]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:58:56.1639358Z [00:02:32.906]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:56.1639949Z [00:02:32.906]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:56.1640481Z [00:02:32.906]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:56.1640963Z [00:02:32.906]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:56.1641472Z [00:02:32.906]➜  packagefile gonum.org/v1/gonum/mathext=/tmp/go-build693841089/b696/_pkg_.a
2025-08-20T18:58:56.1641965Z [00:02:32.906]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.1642490Z [00:02:32.906]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:56.1642973Z [00:02:32.906]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:56.1643393Z [00:02:32.906]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:56.1643790Z [00:02:32.906]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.1644365Z [00:02:32.906]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:56.1644935Z [00:02:32.906]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:58:56.1645342Z [00:02:32.906]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.1645642Z [00:02:32.906]➜  EOF
2025-08-20T18:58:56.1651723Z [00:02:32.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2;$WORK/b637=>" -p github.com/libp2p/go-libp2p-kad-dht -lang=go1.20 -complete -installsuffix shared -buildid tvDE0iFELSuy3p1ZTyK2/tvDE0iFELSuy3p1ZTyK2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dht.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dht_bootstrap.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dht_filters.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dht_net.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dht_options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/doc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/events.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/handlers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/lookup.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/lookup_optim.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/protocol.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/query.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/records.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/routing.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/routing_options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/rt_diversity_filter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/subscriber_notifee.go
2025-08-20T18:58:56.1821287Z [00:02:32.929]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T18:58:56.1832093Z [00:02:32.931]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T18:58:56.1832976Z [00:02:32.931]➜  github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager
2025-08-20T18:58:56.1833503Z [00:02:32.931]➜  mkdir -p $WORK/b749/
2025-08-20T18:58:56.1847028Z [00:02:32.931]➜  cat >/tmp/go-build693841089/b749/importcfg << 'EOF' # internal
2025-08-20T18:58:56.1847623Z [00:02:32.931]➜  # import config
2025-08-20T18:58:56.1848155Z [00:02:32.932]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.1850764Z [00:02:32.932]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.1851287Z [00:02:32.932]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.1855752Z [00:02:32.932]➜  EOF
2025-08-20T18:58:56.1858569Z [00:02:32.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/blockpresencemanager=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/blockpresencemanager;$WORK/b749=>" -p github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager -lang=go1.21 -complete -installsuffix shared -buildid 4wmtsGM7yzE8ZIBcmTew/4wmtsGM7yzE8ZIBcmTew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/blockpresencemanager/blockpresencemanager.go
2025-08-20T18:58:56.2402257Z [00:02:32.987]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T18:58:56.2413772Z [00:02:32.989]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/d2/d2db2c686bbb27a5c2c4b407e539835779fe66d7b0d50fb9b74ac6ab61b0f023-d # internal
2025-08-20T18:58:56.2415564Z [00:02:32.989]➜  github.com/ipfs/boxo/bitswap/client/internal
2025-08-20T18:58:56.2416401Z [00:02:32.989]➜  mkdir -p $WORK/b751/
2025-08-20T18:58:56.2421605Z [00:02:32.990]➜  cat >/tmp/go-build693841089/b751/importcfg << 'EOF' # internal
2025-08-20T18:58:56.2422476Z [00:02:32.990]➜  # import config
2025-08-20T18:58:56.2423279Z [00:02:32.990]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.2423849Z [00:02:32.990]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:56.2424432Z [00:02:32.990]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:56.2425140Z [00:02:32.990]➜  EOF
2025-08-20T18:58:56.2427530Z [00:02:32.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal;$WORK/b751=>" -p github.com/ipfs/boxo/bitswap/client/internal -lang=go1.21 -complete -installsuffix shared -buildid kw_XiA0cG3ywu2C13nVS/kw_XiA0cG3ywu2C13nVS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/tracing.go
2025-08-20T18:58:56.2498715Z [00:02:32.997]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T18:58:56.2511535Z [00:02:32.999]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/79/793ea03a5df36b184fc5d2255aad5ad82ec90ea3c364fc9074e38478c028c0f5-d # internal
2025-08-20T18:58:56.2513059Z [00:02:32.999]➜  github.com/ipfs/boxo/bitswap/client/traceability
2025-08-20T18:58:56.2513888Z [00:02:32.999]➜  mkdir -p $WORK/b754/
2025-08-20T18:58:56.2522059Z [00:02:33.000]➜  cat >/tmp/go-build693841089/b754/importcfg << 'EOF' # internal
2025-08-20T18:58:56.2523397Z [00:02:33.000]➜  # import config
2025-08-20T18:58:56.2524293Z [00:02:33.000]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.2525077Z [00:02:33.000]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.2525616Z [00:02:33.000]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.2525926Z [00:02:33.000]➜  EOF
2025-08-20T18:58:56.2528334Z [00:02:33.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/traceability=>github.com/ipfs/boxo@v0.20.0/bitswap/client/traceability;$WORK/b754=>" -p github.com/ipfs/boxo/bitswap/client/traceability -lang=go1.21 -complete -installsuffix shared -buildid kvrji3a5k_MAUw5JqBC6/kvrji3a5k_MAUw5JqBC6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/traceability/block.go
2025-08-20T18:58:56.2724145Z [00:02:33.020]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T18:58:56.2734890Z [00:02:33.021]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/92/92002f4249fb6fcb7fa82adfb5ba18838348dbafc416f880c3574a73371a6178-d # internal
2025-08-20T18:58:56.2736724Z [00:02:33.021]➜  github.com/ipfs/boxo/bitswap/client/internal/notifications
2025-08-20T18:58:56.2740924Z [00:02:33.021]➜  mkdir -p $WORK/b752/
2025-08-20T18:58:56.2742557Z [00:02:33.022]➜  cat >/tmp/go-build693841089/b752/importcfg << 'EOF' # internal
2025-08-20T18:58:56.2743282Z [00:02:33.022]➜  # import config
2025-08-20T18:58:56.2744401Z [00:02:33.022]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.2745151Z [00:02:33.022]➜  packagefile github.com/cskr/pubsub=/tmp/go-build693841089/b753/_pkg_.a
2025-08-20T18:58:56.2745993Z [00:02:33.022]➜  packagefile github.com/ipfs/boxo/bitswap/client/traceability=/tmp/go-build693841089/b754/_pkg_.a
2025-08-20T18:58:56.2746720Z [00:02:33.022]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.2747276Z [00:02:33.022]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.2747850Z [00:02:33.022]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.2748588Z [00:02:33.022]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.2749003Z [00:02:33.022]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.2749302Z [00:02:33.022]➜  EOF
2025-08-20T18:58:56.2751625Z [00:02:33.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/notifications=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/notifications;$WORK/b752=>" -p github.com/ipfs/boxo/bitswap/client/internal/notifications -lang=go1.21 -complete -installsuffix shared -buildid bepRtEe4IppgV9Jh9cYo/bepRtEe4IppgV9Jh9cYo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/notifications/notifications.go
2025-08-20T18:58:56.2766421Z [00:02:33.024]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T18:58:56.2768451Z [00:02:33.024]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/7a/7a8f3c06d4941ec1e42ea1df31b5c8850249efc6889663904fde9c34f61f8b72-d # internal
2025-08-20T18:58:56.2769408Z [00:02:33.024]➜  github.com/benbjohnson/clock
2025-08-20T18:58:56.2770022Z [00:02:33.024]➜  mkdir -p $WORK/b756/
2025-08-20T18:58:56.2770703Z [00:02:33.024]➜  cat >/tmp/go-build693841089/b756/importcfg << 'EOF' # internal
2025-08-20T18:58:56.2771340Z [00:02:33.024]➜  # import config
2025-08-20T18:58:56.2771960Z [00:02:33.024]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.2772674Z [00:02:33.024]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.2773364Z [00:02:33.024]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:56.2773982Z [00:02:33.024]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.2774554Z [00:02:33.024]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.2775635Z [00:02:33.024]➜  EOF
2025-08-20T18:58:56.2778064Z [00:02:33.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/benbjohnson/clock@v1.3.5=>github.com/benbjohnson/clock@v1.3.5;$WORK/b756=>" -p github.com/benbjohnson/clock -lang=go1.15 -complete -installsuffix shared -buildid XRhaZacVQ9tdk-SoxYhI/XRhaZacVQ9tdk-SoxYhI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/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-20T18:58:56.3115497Z [00:02:33.058]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T18:58:56.3116225Z [00:02:33.059]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/68/688784affd16d9dea38edacbdd04126e35caf290121742a069670ec6d74c7840-d # internal
2025-08-20T18:58:56.3118320Z [00:02:33.059]➜  github.com/ipfs/boxo/bitswap/client/internal/getter
2025-08-20T18:58:56.3118959Z [00:02:33.059]➜  mkdir -p $WORK/b750/
2025-08-20T18:58:56.3119551Z [00:02:33.059]➜  cat >/tmp/go-build693841089/b750/importcfg << 'EOF' # internal
2025-08-20T18:58:56.3120029Z [00:02:33.059]➜  # import config
2025-08-20T18:58:56.3120493Z [00:02:33.059]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.3121022Z [00:02:33.059]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.3121686Z [00:02:33.059]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/tmp/go-build693841089/b751/_pkg_.a
2025-08-20T18:58:56.3122558Z [00:02:33.059]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build693841089/b752/_pkg_.a
2025-08-20T18:58:56.3123556Z [00:02:33.059]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.3124787Z [00:02:33.059]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.3125350Z [00:02:33.059]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:56.3126122Z [00:02:33.059]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.3126493Z [00:02:33.059]➜  EOF
2025-08-20T18:58:56.3128661Z [00:02:33.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/getter=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/getter;$WORK/b750=>" -p github.com/ipfs/boxo/bitswap/client/internal/getter -lang=go1.21 -complete -installsuffix shared -buildid GOaHNrNOTohHIMcSROPX/GOaHNrNOTohHIMcSROPX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/getter/getter.go
2025-08-20T18:58:56.3263033Z [00:02:33.074]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T18:58:56.3273458Z [00:02:33.075]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/cf/cf3f96a249372528bb42884d0a836dc6763ef81416f83236364fc75229b1d71e-d # internal
2025-08-20T18:58:56.3298532Z [00:02:33.077]➜  github.com/ipfs/boxo/bitswap/message/pb
2025-08-20T18:58:56.3299177Z [00:02:33.077]➜  mkdir -p $WORK/b758/
2025-08-20T18:58:56.3302168Z [00:02:33.078]➜  cat >/tmp/go-build693841089/b758/importcfg << 'EOF' # internal
2025-08-20T18:58:56.3302597Z [00:02:33.078]➜  # import config
2025-08-20T18:58:56.3302924Z [00:02:33.078]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.3303439Z [00:02:33.078]➜  packagefile github.com/gogo/protobuf/gogoproto=/tmp/go-build693841089/b581/_pkg_.a
2025-08-20T18:58:56.3304067Z [00:02:33.078]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:56.3304736Z [00:02:33.078]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.3305251Z [00:02:33.078]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.3305644Z [00:02:33.078]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:56.3306062Z [00:02:33.078]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:56.3306387Z [00:02:33.078]➜  EOF
2025-08-20T18:58:56.3309801Z [00:02:33.078]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/message/pb=>github.com/ipfs/boxo@v0.20.0/bitswap/message/pb;$WORK/b758=>" -p github.com/ipfs/boxo/bitswap/message/pb -lang=go1.21 -complete -installsuffix shared -buildid w-ORL9hcXRilgnqYiwdn/w-ORL9hcXRilgnqYiwdn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/message/pb/cid.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/message/pb/message.pb.go
2025-08-20T18:58:56.3517309Z [00:02:33.099]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T18:58:56.3523325Z [00:02:33.100]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/00/0034eb493a907f183cfd091d8536f977970ca9b86f7f012bdb2b56548003eec3-d # internal
2025-08-20T18:58:56.3523967Z [00:02:33.100]➜  github.com/ipfs/boxo/bitswap/network/internal
2025-08-20T18:58:56.3524288Z [00:02:33.100]➜  mkdir -p $WORK/b761/
2025-08-20T18:58:56.3525517Z [00:02:33.100]➜  cat >/tmp/go-build693841089/b761/importcfg << 'EOF' # internal
2025-08-20T18:58:56.3526186Z [00:02:33.100]➜  # import config
2025-08-20T18:58:56.3526885Z [00:02:33.100]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:56.3527452Z [00:02:33.100]➜  EOF
2025-08-20T18:58:56.3529824Z [00:02:33.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/network/internal=>github.com/ipfs/boxo@v0.20.0/bitswap/network/internal;$WORK/b761=>" -p github.com/ipfs/boxo/bitswap/network/internal -lang=go1.21 -complete -installsuffix shared -buildid LtxarKBC3dB7_uH_m0O3/LtxarKBC3dB7_uH_m0O3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/network/internal/default.go
2025-08-20T18:58:56.3633906Z [00:02:33.111]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T18:58:56.3636199Z [00:02:33.111]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/37/370961024bc2328b9f1c41ac5ba96ccf794b2ca200919c52bd3b746f83e585f9-d # internal
2025-08-20T18:58:56.3638818Z [00:02:33.111]➜  github.com/libp2p/go-libp2p/p2p/protocol/ping
2025-08-20T18:58:56.3654548Z [00:02:33.113]➜  mkdir -p $WORK/b762/
2025-08-20T18:58:56.3659023Z [00:02:33.113]➜  cat >/tmp/go-build693841089/b762/importcfg << 'EOF' # internal
2025-08-20T18:58:56.3659406Z [00:02:33.113]➜  # import config
2025-08-20T18:58:56.3659749Z [00:02:33.113]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.3660492Z [00:02:33.113]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.3660930Z [00:02:33.113]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:56.3661400Z [00:02:33.113]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:56.3661851Z [00:02:33.113]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.3662328Z [00:02:33.113]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.3662891Z [00:02:33.113]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:58:56.3663496Z [00:02:33.113]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:56.3664134Z [00:02:33.113]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:56.3664894Z [00:02:33.113]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.3665446Z [00:02:33.113]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.3665859Z [00:02:33.113]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:56.3666273Z [00:02:33.113]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.3666577Z [00:02:33.113]➜  EOF
2025-08-20T18:58:56.3668773Z [00:02:33.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/ping=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/ping;$WORK/b762=>" -p github.com/libp2p/go-libp2p/p2p/protocol/ping -lang=go1.21 -complete -installsuffix shared -buildid WXEEA5qeFPwc6RBm_l1x/WXEEA5qeFPwc6RBm_l1x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/ping/ping.go
2025-08-20T18:58:56.4329030Z [00:02:33.180]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T18:58:56.4356781Z [00:02:33.183]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/55/556e3a50b0c3b7aba1cfa8cd66ac2f0faf2e6c8fbc5ffcd9f7358831031e8462-d # internal
2025-08-20T18:58:56.4358112Z [00:02:33.183]➜  github.com/ipfs/boxo/bitswap/client/wantlist
2025-08-20T18:58:56.4359316Z [00:02:33.184]➜  mkdir -p $WORK/b757/
2025-08-20T18:58:56.4363783Z [00:02:33.184]➜  cat >/tmp/go-build693841089/b757/importcfg << 'EOF' # internal
2025-08-20T18:58:56.4364296Z [00:02:33.184]➜  # import config
2025-08-20T18:58:56.4364985Z [00:02:33.184]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build693841089/b758/_pkg_.a
2025-08-20T18:58:56.4365709Z [00:02:33.184]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.4366269Z [00:02:33.184]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:56.4366711Z [00:02:33.184]➜  EOF
2025-08-20T18:58:56.4369181Z [00:02:33.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/wantlist=>github.com/ipfs/boxo@v0.20.0/bitswap/client/wantlist;$WORK/b757=>" -p github.com/ipfs/boxo/bitswap/client/wantlist -lang=go1.21 -complete -installsuffix shared -buildid Rnvg2ADD5mOEUj555bsc/Rnvg2ADD5mOEUj555bsc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/wantlist/wantlist.go
2025-08-20T18:58:56.4390761Z [00:02:33.186]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T18:58:56.4402068Z [00:02:33.188]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/d8/d8e2af38f5317ef1168d505f310b8a05449a41bc1045e13e6c21905d788c7697-d # internal
2025-08-20T18:58:56.4405823Z [00:02:33.188]➜  github.com/ipfs/boxo/bitswap/client/internal/peermanager
2025-08-20T18:58:56.4406218Z [00:02:33.188]➜  mkdir -p $WORK/b763/
2025-08-20T18:58:56.4408004Z [00:02:33.188]➜  cat >/tmp/go-build693841089/b763/importcfg << 'EOF' # internal
2025-08-20T18:58:56.4408669Z [00:02:33.188]➜  # import config
2025-08-20T18:58:56.4409005Z [00:02:33.188]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.4409422Z [00:02:33.188]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.4413319Z [00:02:33.188]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.4413834Z [00:02:33.188]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.4414363Z [00:02:33.188]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.4415077Z [00:02:33.188]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:56.4415718Z [00:02:33.188]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.4416227Z [00:02:33.188]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.4416532Z [00:02:33.188]➜  EOF
2025-08-20T18:58:56.4419224Z [00:02:33.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/peermanager=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/peermanager;$WORK/b763=>" -p github.com/ipfs/boxo/bitswap/client/internal/peermanager -lang=go1.21 -complete -installsuffix shared -buildid V1LaJasngsjiOEALQ7Mr/V1LaJasngsjiOEALQ7Mr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/peermanager/peermanager.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/peermanager/peerwantmanager.go
2025-08-20T18:58:56.4673903Z [00:02:33.215]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T18:58:56.4686154Z [00:02:33.216]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/10/109864bd2b4f87f71e5d9fc438e5bf4a43a0f2d50f48df4fb89df227f8170a49-d # internal
2025-08-20T18:58:56.4694478Z [00:02:33.217]➜  github.com/ipfs/boxo/bitswap/message
2025-08-20T18:58:56.4696341Z [00:02:33.217]➜  mkdir -p $WORK/b759/
2025-08-20T18:58:56.4705644Z [00:02:33.218]➜  cat >/tmp/go-build693841089/b759/importcfg << 'EOF' # internal
2025-08-20T18:58:56.4706307Z [00:02:33.218]➜  # import config
2025-08-20T18:58:56.4707030Z [00:02:33.218]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:56.4708040Z [00:02:33.218]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.4708983Z [00:02:33.218]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/tmp/go-build693841089/b757/_pkg_.a
2025-08-20T18:58:56.4709876Z [00:02:33.218]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build693841089/b758/_pkg_.a
2025-08-20T18:58:56.4710636Z [00:02:33.218]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:56.4711660Z [00:02:33.218]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.4712639Z [00:02:33.218]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.4713333Z [00:02:33.218]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:58:56.4714275Z [00:02:33.218]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:56.4715563Z [00:02:33.218]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build693841089/b667/_pkg_.a
2025-08-20T18:58:56.4716362Z [00:02:33.218]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.4717065Z [00:02:33.218]➜  EOF
2025-08-20T18:58:56.4739534Z [00:02:33.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/message=>github.com/ipfs/boxo@v0.20.0/bitswap/message;$WORK/b759=>" -p github.com/ipfs/boxo/bitswap/message -lang=go1.21 -complete -installsuffix shared -buildid hux3Tau7uzUdYvng_Nsq/hux3Tau7uzUdYvng_Nsq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/message/message.go
2025-08-20T18:58:56.5422109Z [00:02:33.289]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T18:58:56.5434865Z [00:02:33.291]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/e1/e16444a970805c167a11ac8fbd6eb35e338c4a72023d5a7ae6037862e3dbc221-d # internal
2025-08-20T18:58:56.5436216Z [00:02:33.291]➜  github.com/ipfs/boxo/bitswap/client/internal/providerquerymanager
2025-08-20T18:58:56.5436964Z [00:02:33.291]➜  mkdir -p $WORK/b764/
2025-08-20T18:58:56.5449802Z [00:02:33.292]➜  cat >/tmp/go-build693841089/b764/importcfg << 'EOF' # internal
2025-08-20T18:58:56.5450526Z [00:02:33.292]➜  # import config
2025-08-20T18:58:56.5451159Z [00:02:33.293]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.5451833Z [00:02:33.293]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.5452495Z [00:02:33.293]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.5453353Z [00:02:33.293]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.5454159Z [00:02:33.293]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.5455109Z [00:02:33.293]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.5455684Z [00:02:33.293]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.5456143Z [00:02:33.293]➜  EOF
2025-08-20T18:58:56.5459163Z [00:02:33.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/providerquerymanager=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/providerquerymanager;$WORK/b764=>" -p github.com/ipfs/boxo/bitswap/client/internal/providerquerymanager -lang=go1.21 -complete -installsuffix shared -buildid 4NF0o5Zvzh34s-7GEOmQ/4NF0o5Zvzh34s-7GEOmQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/providerquerymanager/providerquerymanager.go
2025-08-20T18:58:56.5751386Z [00:02:33.322]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T18:58:56.5771950Z [00:02:33.324]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/e9/e9169271d3edc96880d54185027e4df171ab6bc588f4b31ca6d0300d52c0c2af-d # internal
2025-08-20T18:58:56.5772751Z [00:02:33.324]➜  github.com/ipfs/boxo/bitswap/network
2025-08-20T18:58:56.5773066Z [00:02:33.324]➜  mkdir -p $WORK/b760/
2025-08-20T18:58:56.5773437Z [00:02:33.324]➜  cat >/tmp/go-build693841089/b760/importcfg << 'EOF' # internal
2025-08-20T18:58:56.5773775Z [00:02:33.324]➜  # import config
2025-08-20T18:58:56.5774133Z [00:02:33.324]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.5775003Z [00:02:33.324]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.5775521Z [00:02:33.324]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.5776057Z [00:02:33.324]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build693841089/b759/_pkg_.a
2025-08-20T18:58:56.5776718Z [00:02:33.324]➜  packagefile github.com/ipfs/boxo/bitswap/network/internal=/tmp/go-build693841089/b761/_pkg_.a
2025-08-20T18:58:56.5777549Z [00:02:33.324]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.5778076Z [00:02:33.324]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.5778669Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:58:56.5779294Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:56.5779926Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:56.5780548Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.5781388Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:56.5782038Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:56.5782681Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:56.5783337Z [00:02:33.324]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build693841089/b762/_pkg_.a
2025-08-20T18:58:56.5783937Z [00:02:33.324]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build693841089/b667/_pkg_.a
2025-08-20T18:58:56.5784523Z [00:02:33.324]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:56.5785350Z [00:02:33.324]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build693841089/b635/_pkg_.a
2025-08-20T18:58:56.5785853Z [00:02:33.324]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.5786251Z [00:02:33.324]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.5786670Z [00:02:33.324]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:56.5787094Z [00:02:33.324]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.5787396Z [00:02:33.324]➜  EOF
2025-08-20T18:58:56.5790337Z [00:02:33.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/network=>github.com/ipfs/boxo@v0.20.0/bitswap/network;$WORK/b760=>" -p github.com/ipfs/boxo/bitswap/network -lang=go1.21 -complete -installsuffix shared -buildid Hzfq3BkvZ3cfCQ1qujaD/Hzfq3BkvZ3cfCQ1qujaD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/network/connecteventmanager.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/network/interface.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/network/ipfs_impl.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/network/options.go
2025-08-20T18:58:56.5907690Z [00:02:33.337]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T18:58:56.5918466Z [00:02:33.338]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/8e/8ee0e3e7853d520f0e14d4493c9c3c116a2093a62f99f3e97ff3431eeffea7a4-d # internal
2025-08-20T18:58:56.5919178Z [00:02:33.338]➜  github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager
2025-08-20T18:58:56.5919581Z [00:02:33.338]➜  mkdir -p $WORK/b766/
2025-08-20T18:58:56.5919950Z [00:02:33.338]➜  cat >/tmp/go-build693841089/b766/importcfg << 'EOF' # internal
2025-08-20T18:58:56.5920290Z [00:02:33.338]➜  # import config
2025-08-20T18:58:56.5920722Z [00:02:33.338]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.5921477Z [00:02:33.338]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.5922038Z [00:02:33.338]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.5922342Z [00:02:33.338]➜  EOF
2025-08-20T18:58:56.5924990Z [00:02:33.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessioninterestmanager=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessioninterestmanager;$WORK/b766=>" -p github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager -lang=go1.21 -complete -installsuffix shared -buildid mxcfrTwQoB4Y1bcJrYzZ/mxcfrTwQoB4Y1bcJrYzZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessioninterestmanager/sessioninterestmanager.go
2025-08-20T18:58:56.6163201Z [00:02:33.364]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T18:58:56.6173567Z [00:02:33.364]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/8c/8cf61a7b01f25314effb597a7998e5483921dc37c9c96363a69c9918737dcd46-d # internal
2025-08-20T18:58:56.6181038Z [00:02:33.364]➜  github.com/ipfs/go-ipfs-delay
2025-08-20T18:58:56.6181348Z [00:02:33.364]➜  mkdir -p $WORK/b767/
2025-08-20T18:58:56.6181722Z [00:02:33.365]➜  cat >/tmp/go-build693841089/b767/importcfg << 'EOF' # internal
2025-08-20T18:58:56.6182075Z [00:02:33.365]➜  # import config
2025-08-20T18:58:56.6182420Z [00:02:33.365]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:56.6182835Z [00:02:33.365]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.6183235Z [00:02:33.365]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.6183543Z [00:02:33.365]➜  EOF
2025-08-20T18:58:56.6185665Z [00:02:33.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_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/b767=>" -p github.com/ipfs/go-ipfs-delay -lang=go1.16 -complete -installsuffix shared -buildid DsEccRnhS-_LOxVPR_zK/DsEccRnhS-_LOxVPR_zK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/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-20T18:58:56.6398170Z [00:02:33.386]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T18:58:56.6406768Z [00:02:33.388]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/f5/f5762bfce3f17069eea7ad7e54fa0e9ef1f516cbb655b83953afcd8f5e6b0b59-d # internal
2025-08-20T18:58:56.6409587Z [00:02:33.388]➜  github.com/ipfs/boxo/bitswap/client/internal/session
2025-08-20T18:58:56.6409948Z [00:02:33.388]➜  mkdir -p $WORK/b765/
2025-08-20T18:58:56.6410325Z [00:02:33.388]➜  cat >/tmp/go-build693841089/b765/importcfg << 'EOF' # internal
2025-08-20T18:58:56.6410934Z [00:02:33.388]➜  # import config
2025-08-20T18:58:56.6411435Z [00:02:33.388]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.6411904Z [00:02:33.388]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.6412470Z [00:02:33.388]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/tmp/go-build693841089/b751/_pkg_.a
2025-08-20T18:58:56.6413264Z [00:02:33.388]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/tmp/go-build693841089/b749/_pkg_.a
2025-08-20T18:58:56.6414076Z [00:02:33.388]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/getter=/tmp/go-build693841089/b750/_pkg_.a
2025-08-20T18:58:56.6415051Z [00:02:33.388]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build693841089/b752/_pkg_.a
2025-08-20T18:58:56.6415902Z [00:02:33.388]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/peermanager=/tmp/go-build693841089/b763/_pkg_.a
2025-08-20T18:58:56.6416756Z [00:02:33.388]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/tmp/go-build693841089/b766/_pkg_.a
2025-08-20T18:58:56.6417489Z [00:02:33.388]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.6418036Z [00:02:33.388]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.6418578Z [00:02:33.388]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build693841089/b767/_pkg_.a
2025-08-20T18:58:56.6419337Z [00:02:33.388]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.6419919Z [00:02:33.388]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.6420455Z [00:02:33.388]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:56.6420898Z [00:02:33.388]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:56.6421320Z [00:02:33.388]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.6421621Z [00:02:33.388]➜  EOF
2025-08-20T18:58:56.6425857Z [00:02:33.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session;$WORK/b765=>" -p github.com/ipfs/boxo/bitswap/client/internal/session -lang=go1.21 -complete -installsuffix shared -buildid N_BwkihaWJtZaI3nv7r-/N_BwkihaWJtZaI3nv7r- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session/cidqueue.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session/peerresponsetracker.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session/sentwantblockstracker.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session/session.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session/sessionwants.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/session/sessionwantsender.go
2025-08-20T18:58:56.7308482Z [00:02:33.477]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T18:58:56.7323820Z [00:02:33.480]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T18:58:56.7347071Z [00:02:33.482]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/fc/fc41ffc12d7d6bad81706ff5758be36a8aae7bc61cdc9c83ea5e96844368e562-d # internal
2025-08-20T18:58:56.7354159Z [00:02:33.483]➜  github.com/ipfs/boxo/bitswap/client/internal/messagequeue
2025-08-20T18:58:56.7359580Z [00:02:33.484]➜  mkdir -p $WORK/b755/
2025-08-20T18:58:56.7369939Z [00:02:33.484]➜  cat >/tmp/go-build693841089/b755/importcfg << 'EOF' # internal
2025-08-20T18:58:56.7372396Z [00:02:33.484]➜  # import config
2025-08-20T18:58:56.7375258Z [00:02:33.485]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.7378002Z [00:02:33.485]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:58:56.7379020Z [00:02:33.485]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/tmp/go-build693841089/b757/_pkg_.a
2025-08-20T18:58:56.7397434Z [00:02:33.485]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build693841089/b759/_pkg_.a
2025-08-20T18:58:56.7398090Z [00:02:33.485]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build693841089/b758/_pkg_.a
2025-08-20T18:58:56.7398742Z [00:02:33.485]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build693841089/b760/_pkg_.a
2025-08-20T18:58:56.7399303Z [00:02:33.485]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.7399830Z [00:02:33.485]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.7400411Z [00:02:33.485]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.7401072Z [00:02:33.485]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build693841089/b762/_pkg_.a
2025-08-20T18:58:56.7401642Z [00:02:33.485]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:56.7402082Z [00:02:33.485]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:56.7402483Z [00:02:33.485]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.7402883Z [00:02:33.485]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.7403491Z [00:02:33.485]➜  EOF
2025-08-20T18:58:56.7406516Z [00:02:33.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/messagequeue=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/messagequeue;$WORK/b755=>" -p github.com/ipfs/boxo/bitswap/client/internal/messagequeue -lang=go1.21 -complete -installsuffix shared -buildid ILFvvmsqfxirICfcvie-/ILFvvmsqfxirICfcvie- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/messagequeue/donthavetimeoutmgr.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/messagequeue/messagequeue.go
2025-08-20T18:58:56.7451433Z [00:02:33.492]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/89/89ef5831b74373d738971b26d567988c82ffb2c6310f1260cfdcd0303812bfee-d # internal
2025-08-20T18:58:56.7459521Z [00:02:33.493]➜  github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager
2025-08-20T18:58:56.7459935Z [00:02:33.493]➜  mkdir -p $WORK/b769/
2025-08-20T18:58:56.7475465Z [00:02:33.494]➜  cat >/tmp/go-build693841089/b769/importcfg << 'EOF' # internal
2025-08-20T18:58:56.7475834Z [00:02:33.494]➜  # import config
2025-08-20T18:58:56.7476165Z [00:02:33.494]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.7476645Z [00:02:33.494]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.7477243Z [00:02:33.494]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.7477754Z [00:02:33.494]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.7478065Z [00:02:33.494]➜  EOF
2025-08-20T18:58:56.7480492Z [00:02:33.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessionpeermanager=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessionpeermanager;$WORK/b769=>" -p github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager -lang=go1.21 -complete -installsuffix shared -buildid KFVtaGJP9Bjin2s_ZjxR/KFVtaGJP9Bjin2s_ZjxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessionpeermanager/sessionpeermanager.go
2025-08-20T18:58:56.7670928Z [00:02:33.512]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T18:58:56.7691167Z [00:02:33.516]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/fa/faa5b4dfbb9cd13ed7b441e33d28f51b115f5fd21b67f951139b4380e92f746c-d # internal
2025-08-20T18:58:56.7719408Z [00:02:33.519]➜  github.com/ipfs/boxo/bitswap/client/internal/sessionmanager
2025-08-20T18:58:56.7720782Z [00:02:33.520]➜  mkdir -p $WORK/b768/
2025-08-20T18:58:56.7722087Z [00:02:33.520]➜  cat >/tmp/go-build693841089/b768/importcfg << 'EOF' # internal
2025-08-20T18:58:56.7723694Z [00:02:33.520]➜  # import config
2025-08-20T18:58:56.7724105Z [00:02:33.520]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.7724877Z [00:02:33.520]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal=/tmp/go-build693841089/b751/_pkg_.a
2025-08-20T18:58:56.7725737Z [00:02:33.520]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/tmp/go-build693841089/b749/_pkg_.a
2025-08-20T18:58:56.7726593Z [00:02:33.520]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build693841089/b752/_pkg_.a
2025-08-20T18:58:56.7727375Z [00:02:33.520]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/session=/tmp/go-build693841089/b765/_pkg_.a
2025-08-20T18:58:56.7728205Z [00:02:33.520]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/tmp/go-build693841089/b766/_pkg_.a
2025-08-20T18:58:56.7728932Z [00:02:33.520]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:58:56.7729773Z [00:02:33.520]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.7730317Z [00:02:33.520]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build693841089/b767/_pkg_.a
2025-08-20T18:58:56.7730910Z [00:02:33.520]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.7731518Z [00:02:33.520]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:56.7732107Z [00:02:33.520]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:56.7732620Z [00:02:33.520]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:56.7733026Z [00:02:33.520]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.7733605Z [00:02:33.520]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.7733909Z [00:02:33.520]➜  EOF
2025-08-20T18:58:56.7736409Z [00:02:33.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessionmanager=>github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessionmanager;$WORK/b768=>" -p github.com/ipfs/boxo/bitswap/client/internal/sessionmanager -lang=go1.21 -complete -installsuffix shared -buildid qLmmuprkgM-3JpLrHCrA/qLmmuprkgM-3JpLrHCrA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/internal/sessionmanager/sessionmanager.go
2025-08-20T18:58:56.7866213Z [00:02:33.534]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T18:58:56.7873456Z [00:02:33.535]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/70/70efe0bdd59a5e8956dfa016ab8fbc33b39f046acf25d42f090965a956047d19-d # internal
2025-08-20T18:58:56.7876297Z [00:02:33.535]➜  github.com/ipfs/boxo/bitswap/internal
2025-08-20T18:58:56.7876626Z [00:02:33.535]➜  mkdir -p $WORK/b770/
2025-08-20T18:58:56.7877985Z [00:02:33.535]➜  cat >/tmp/go-build693841089/b770/importcfg << 'EOF' # internal
2025-08-20T18:58:56.7878346Z [00:02:33.535]➜  # import config
2025-08-20T18:58:56.7878686Z [00:02:33.535]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.7879167Z [00:02:33.535]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:56.7879726Z [00:02:33.535]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:56.7880110Z [00:02:33.535]➜  EOF
2025-08-20T18:58:56.7882350Z [00:02:33.535]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/internal=>github.com/ipfs/boxo@v0.20.0/bitswap/internal;$WORK/b770=>" -p github.com/ipfs/boxo/bitswap/internal -lang=go1.21 -complete -installsuffix shared -buildid qvBRsttAcguNZYp20w1m/qvBRsttAcguNZYp20w1m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/internal/tracing.go
2025-08-20T18:58:56.8061549Z [00:02:33.554]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T18:58:56.8066739Z [00:02:33.554]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/12/126dc43e67fa19ce3737349294ad6f2178fc370f661c46cd3201e61a529c3819-d # internal
2025-08-20T18:58:56.8071501Z [00:02:33.555]➜  github.com/ipfs/boxo/bitswap/internal/defaults
2025-08-20T18:58:56.8072069Z [00:02:33.555]➜  mkdir -p $WORK/b771/
2025-08-20T18:58:56.8072475Z [00:02:33.555]➜  cat >/tmp/go-build693841089/b771/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8072816Z [00:02:33.555]➜  # import config
2025-08-20T18:58:56.8073191Z [00:02:33.555]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:56.8073945Z [00:02:33.555]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.8074249Z [00:02:33.555]➜  EOF
2025-08-20T18:58:56.8076417Z [00:02:33.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/internal/defaults=>github.com/ipfs/boxo@v0.20.0/bitswap/internal/defaults;$WORK/b771=>" -p github.com/ipfs/boxo/bitswap/internal/defaults -lang=go1.21 -complete -installsuffix shared -buildid BtTaW7zx_Jd3UQRkPjeq/BtTaW7zx_Jd3UQRkPjeq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/internal/defaults/defaults.go
2025-08-20T18:58:56.8145345Z [00:02:33.562]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T18:58:56.8150088Z [00:02:33.563]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/91/91d5b7b6f86d0b0e0b95044cf66ab3f8f562eee8ef3c1d7f7ff7281130c0d345-d # internal
2025-08-20T18:58:56.8150714Z [00:02:33.563]➜  github.com/ipfs/boxo/bitswap/metrics
2025-08-20T18:58:56.8151022Z [00:02:33.563]➜  mkdir -p $WORK/b772/
2025-08-20T18:58:56.8153513Z [00:02:33.563]➜  cat >/tmp/go-build693841089/b772/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8154782Z [00:02:33.563]➜  # import config
2025-08-20T18:58:56.8155705Z [00:02:33.563]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.8156592Z [00:02:33.563]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:56.8157195Z [00:02:33.563]➜  EOF
2025-08-20T18:58:56.8159637Z [00:02:33.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/metrics=>github.com/ipfs/boxo@v0.20.0/bitswap/metrics;$WORK/b772=>" -p github.com/ipfs/boxo/bitswap/metrics -lang=go1.21 -complete -installsuffix shared -buildid NU5BwF215nqi6CqBDMOB/NU5BwF215nqi6CqBDMOB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/metrics/metrics.go
2025-08-20T18:58:56.8267289Z [00:02:33.574]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T18:58:56.8269646Z [00:02:33.574]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/05/053446bfe2a966ca65a4c6a35543b4c250848608b938c3247d6dbe70c4a3c8db-d # internal
2025-08-20T18:58:56.8270923Z [00:02:33.575]➜  github.com/ipfs/boxo/bitswap/tracer
2025-08-20T18:58:56.8273596Z [00:02:33.575]➜  mkdir -p $WORK/b773/
2025-08-20T18:58:56.8274739Z [00:02:33.575]➜  cat >/tmp/go-build693841089/b773/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8275183Z [00:02:33.575]➜  # import config
2025-08-20T18:58:56.8275644Z [00:02:33.575]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build693841089/b759/_pkg_.a
2025-08-20T18:58:56.8276522Z [00:02:33.575]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.8277068Z [00:02:33.575]➜  EOF
2025-08-20T18:58:56.8278990Z [00:02:33.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/tracer=>github.com/ipfs/boxo@v0.20.0/bitswap/tracer;$WORK/b773=>" -p github.com/ipfs/boxo/bitswap/tracer -lang=go1.21 -complete -installsuffix shared -buildid Hn8EAerrzdUDNF-I8tOg/Hn8EAerrzdUDNF-I8tOg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/tracer/tracer.go
2025-08-20T18:58:56.8318316Z [00:02:33.579]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T18:58:56.8332716Z [00:02:33.581]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/71/7113653e3d1749308fa8f1b514d9d600c53c7f4392a4869772034df321afb060-d # internal
2025-08-20T18:58:56.8345819Z [00:02:33.582]➜  container/heap
2025-08-20T18:58:56.8347818Z [00:02:33.582]➜  mkdir -p $WORK/b778/
2025-08-20T18:58:56.8349891Z [00:02:33.583]➜  cat >/tmp/go-build693841089/b778/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8350813Z [00:02:33.583]➜  # import config
2025-08-20T18:58:56.8351702Z [00:02:33.583]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:56.8352456Z [00:02:33.583]➜  EOF
2025-08-20T18:58:56.8353988Z [00:02:33.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b778=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T18:58:56.8374203Z [00:02:33.585]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T18:58:56.8411956Z [00:02:33.589]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/60/601cfdc8c7064634823d1c0cbbc818a09fa913f7df276df642b855624f27a001-d # internal
2025-08-20T18:58:56.8412612Z [00:02:33.589]➜  github.com/ipfs/boxo/exchange/offline
2025-08-20T18:58:56.8412936Z [00:02:33.589]➜  mkdir -p $WORK/b781/
2025-08-20T18:58:56.8413305Z [00:02:33.589]➜  cat >/tmp/go-build693841089/b781/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8413646Z [00:02:33.589]➜  # import config
2025-08-20T18:58:56.8413978Z [00:02:33.589]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.8414393Z [00:02:33.589]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.8419191Z [00:02:33.589]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:56.8419792Z [00:02:33.589]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:58:56.8420364Z [00:02:33.589]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.8421182Z [00:02:33.589]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.8421815Z [00:02:33.589]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:56.8422195Z [00:02:33.589]➜  EOF
2025-08-20T18:58:56.8424253Z [00:02:33.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/exchange/offline=>github.com/ipfs/boxo@v0.20.0/exchange/offline;$WORK/b781=>" -p github.com/ipfs/boxo/exchange/offline -lang=go1.21 -complete -installsuffix shared -buildid _pmq6n3_3lnrTpx6uwGo/_pmq6n3_3lnrTpx6uwGo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/exchange/offline/offline.go
2025-08-20T18:58:56.8427132Z [00:02:33.590]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T18:58:56.8430692Z [00:02:33.591]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/0b/0bcd793699249f8f9d595ace373ccd5904e6382143f3ec478823d832f0e8e66d-d # internal
2025-08-20T18:58:56.8437336Z [00:02:33.591]➜  github.com/ipfs/boxo/bitswap/client
2025-08-20T18:58:56.8439757Z [00:02:33.592]➜  mkdir -p $WORK/b748/
2025-08-20T18:58:56.8443565Z [00:02:33.592]➜  cat >/tmp/go-build693841089/b748/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8443940Z [00:02:33.592]➜  # import config
2025-08-20T18:58:56.8444276Z [00:02:33.592]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.8445709Z [00:02:33.592]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.8466475Z [00:02:33.592]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/blockpresencemanager=/tmp/go-build693841089/b749/_pkg_.a
2025-08-20T18:58:56.8468115Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/getter=/tmp/go-build693841089/b750/_pkg_.a
2025-08-20T18:58:56.8470035Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/messagequeue=/tmp/go-build693841089/b755/_pkg_.a
2025-08-20T18:58:56.8472768Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/notifications=/tmp/go-build693841089/b752/_pkg_.a
2025-08-20T18:58:56.8474124Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/peermanager=/tmp/go-build693841089/b763/_pkg_.a
2025-08-20T18:58:56.8475567Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/providerquerymanager=/tmp/go-build693841089/b764/_pkg_.a
2025-08-20T18:58:56.8476612Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/session=/tmp/go-build693841089/b765/_pkg_.a
2025-08-20T18:58:56.8477602Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessioninterestmanager=/tmp/go-build693841089/b766/_pkg_.a
2025-08-20T18:58:56.8480438Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionmanager=/tmp/go-build693841089/b768/_pkg_.a
2025-08-20T18:58:56.8482580Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/client/internal/sessionpeermanager=/tmp/go-build693841089/b769/_pkg_.a
2025-08-20T18:58:56.8486374Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/internal=/tmp/go-build693841089/b770/_pkg_.a
2025-08-20T18:58:56.8487280Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build693841089/b771/_pkg_.a
2025-08-20T18:58:56.8488174Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build693841089/b759/_pkg_.a
2025-08-20T18:58:56.8488953Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/tmp/go-build693841089/b772/_pkg_.a
2025-08-20T18:58:56.8489759Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build693841089/b760/_pkg_.a
2025-08-20T18:58:56.8490520Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/tmp/go-build693841089/b773/_pkg_.a
2025-08-20T18:58:56.8491281Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:56.8492380Z [00:02:33.594]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:58:56.8493183Z [00:02:33.594]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.8493929Z [00:02:33.594]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.8494669Z [00:02:33.594]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build693841089/b767/_pkg_.a
2025-08-20T18:58:56.8495461Z [00:02:33.594]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.8496193Z [00:02:33.594]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:56.8496996Z [00:02:33.594]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:56.8497758Z [00:02:33.594]➜  packagefile github.com/jbenet/goprocess/context=/tmp/go-build693841089/b713/_pkg_.a
2025-08-20T18:58:56.8498594Z [00:02:33.594]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.8499561Z [00:02:33.594]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:56.8500399Z [00:02:33.594]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:56.8501040Z [00:02:33.594]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.8503233Z [00:02:33.594]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.8503807Z [00:02:33.594]➜  EOF
2025-08-20T18:58:56.8506092Z [00:02:33.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client=>github.com/ipfs/boxo@v0.20.0/bitswap/client;$WORK/b748=>" -p github.com/ipfs/boxo/bitswap/client -lang=go1.21 -complete -installsuffix shared -buildid JEOgSMTY8RRKW2zwAs2e/JEOgSMTY8RRKW2zwAs2e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/client/stat.go
2025-08-20T18:58:56.8508119Z [00:02:33.596]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T18:58:56.8508947Z [00:02:33.596]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T18:58:56.8509503Z [00:02:33.596]➜  github.com/ipfs/go-ipfs-pq
2025-08-20T18:58:56.8509781Z [00:02:33.596]➜  mkdir -p $WORK/b777/
2025-08-20T18:58:56.8510150Z [00:02:33.596]➜  cat >/tmp/go-build693841089/b777/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8510487Z [00:02:33.596]➜  # import config
2025-08-20T18:58:56.8510844Z [00:02:33.596]➜  packagefile container/heap=/tmp/go-build693841089/b778/_pkg_.a
2025-08-20T18:58:56.8511177Z [00:02:33.596]➜  EOF
2025-08-20T18:58:56.8512839Z [00:02:33.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_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/b777=>" -p github.com/ipfs/go-ipfs-pq -lang=go1.19 -complete -installsuffix shared -buildid ib3sBrN0WpOc_FqWGrvk/ib3sBrN0WpOc_FqWGrvk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-pq@v0.0.3/pq.go
2025-08-20T18:58:56.8514359Z [00:02:33.598]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T18:58:56.8602889Z [00:02:33.608]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T18:58:56.8613320Z [00:02:33.609]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/0d/0db4f3183c552450f658026019e68f22a371710ca3912462e98f8a8d0c6f607e-d # internal
2025-08-20T18:58:56.8613952Z [00:02:33.609]➜  github.com/ipfs/boxo/fetcher/impl/blockservice
2025-08-20T18:58:56.8614281Z [00:02:33.609]➜  mkdir -p $WORK/b782/
2025-08-20T18:58:56.8614761Z [00:02:33.609]➜  cat >/tmp/go-build693841089/b782/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8615152Z [00:02:33.609]➜  # import config
2025-08-20T18:58:56.8615741Z [00:02:33.609]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.8616226Z [00:02:33.609]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.8616629Z [00:02:33.609]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.8617153Z [00:02:33.609]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:58:56.8617735Z [00:02:33.609]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:58:56.8618307Z [00:02:33.609]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:56.8618915Z [00:02:33.609]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:56.8619546Z [00:02:33.609]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:56.8620164Z [00:02:33.609]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:56.8620889Z [00:02:33.609]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:58:56.8621624Z [00:02:33.609]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:56.8622163Z [00:02:33.609]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.8622455Z [00:02:33.609]➜  EOF
2025-08-20T18:58:56.8624509Z [00:02:33.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/fetcher/impl/blockservice=>github.com/ipfs/boxo@v0.20.0/fetcher/impl/blockservice;$WORK/b782=>" -p github.com/ipfs/boxo/fetcher/impl/blockservice -lang=go1.21 -complete -installsuffix shared -buildid -rmFbupSQBAWwE1Y3_Df/-rmFbupSQBAWwE1Y3_Df -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/fetcher/impl/blockservice/fetcher.go
2025-08-20T18:58:56.8661677Z [00:02:33.614]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T18:58:56.8667388Z [00:02:33.614]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/6f/6f69ba5de3ae9033bd21020ec9f8bdfe23c32b41a8f1b445f4bffa8fcf21ae95-d # internal
2025-08-20T18:58:56.8668369Z [00:02:33.614]➜  github.com/ipfs/go-peertaskqueue/peertask
2025-08-20T18:58:56.8669388Z [00:02:33.614]➜  mkdir -p $WORK/b779/
2025-08-20T18:58:56.8671381Z [00:02:33.615]➜  cat >/tmp/go-build693841089/b779/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8672329Z [00:02:33.615]➜  # import config
2025-08-20T18:58:56.8672767Z [00:02:33.615]➜  packagefile github.com/ipfs/go-ipfs-pq=/tmp/go-build693841089/b777/_pkg_.a
2025-08-20T18:58:56.8673361Z [00:02:33.615]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.8673870Z [00:02:33.615]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.8674171Z [00:02:33.615]➜  EOF
2025-08-20T18:58:56.8676547Z [00:02:33.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.1/peertask=>github.com/ipfs/go-peertaskqueue@v0.8.1/peertask;$WORK/b779=>" -p github.com/ipfs/go-peertaskqueue/peertask -lang=go1.19 -complete -installsuffix shared -buildid OM7dkSOS8tJN_jsqfanw/OM7dkSOS8tJN_jsqfanw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.1/peertask/peertask.go
2025-08-20T18:58:56.8724093Z [00:02:33.620]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/45/45f46481b7d5934fa69aac099cb069419272f748a110f1fceab876b22a0805f5-d # internal
2025-08-20T18:58:56.8724845Z [00:02:33.620]➜  github.com/multiformats/go-multiaddr-dns
2025-08-20T18:58:56.8725167Z [00:02:33.620]➜  mkdir -p $WORK/b707/
2025-08-20T18:58:56.8733837Z [00:02:33.621]➜  cat >/tmp/go-build693841089/b707/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8734559Z [00:02:33.621]➜  # import config
2025-08-20T18:58:56.8735740Z [00:02:33.621]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.8736300Z [00:02:33.621]➜  packagefile github.com/miekg/dns=/tmp/go-build693841089/b701/_pkg_.a
2025-08-20T18:58:56.8736886Z [00:02:33.621]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:56.8737386Z [00:02:33.621]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:56.8737792Z [00:02:33.621]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:56.8738106Z [00:02:33.621]➜  EOF
2025-08-20T18:58:56.8740951Z [00:02:33.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.3.1=>github.com/multiformats/go-multiaddr-dns@v0.3.1;$WORK/b707=>" -p github.com/multiformats/go-multiaddr-dns -lang=go1.15 -complete -installsuffix shared -buildid nIyp_VKB3itwdeewZzdH/nIyp_VKB3itwdeewZzdH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.3.1/dns.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.3.1/mock.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.3.1/resolve.go /root/go/pkg/mod/github.com/multiformats/go-multiaddr-dns@v0.3.1/util.go
2025-08-20T18:58:56.8949319Z [00:02:33.642]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T18:58:56.8950630Z [00:02:33.642]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/45/45f71341b60f5b68619ac3caa9c1ea859b46d720ad0746f1b8038e9a9a34841c-d # internal
2025-08-20T18:58:56.8951597Z [00:02:33.642]➜  github.com/ipfs/go-peertaskqueue/peertracker
2025-08-20T18:58:56.8951924Z [00:02:33.642]➜  mkdir -p $WORK/b780/
2025-08-20T18:58:56.8952295Z [00:02:33.642]➜  cat >/tmp/go-build693841089/b780/importcfg << 'EOF' # internal
2025-08-20T18:58:56.8952658Z [00:02:33.642]➜  # import config
2025-08-20T18:58:56.8953073Z [00:02:33.642]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:58:56.8953641Z [00:02:33.642]➜  packagefile github.com/ipfs/go-ipfs-pq=/tmp/go-build693841089/b777/_pkg_.a
2025-08-20T18:58:56.8954257Z [00:02:33.642]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/tmp/go-build693841089/b779/_pkg_.a
2025-08-20T18:58:56.8955327Z [00:02:33.642]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.8955839Z [00:02:33.642]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:56.8956267Z [00:02:33.642]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:56.8956679Z [00:02:33.642]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.8956976Z [00:02:33.642]➜  EOF
2025-08-20T18:58:56.8959032Z [00:02:33.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.1/peertracker=>github.com/ipfs/go-peertaskqueue@v0.8.1/peertracker;$WORK/b780=>" -p github.com/ipfs/go-peertaskqueue/peertracker -lang=go1.19 -complete -installsuffix shared -buildid Nt9kLnrTqYFxVhVr0UM7/Nt9kLnrTqYFxVhVr0UM7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.1/peertracker/peertracker.go
2025-08-20T18:58:56.9043207Z [00:02:33.652]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T18:58:56.9048555Z [00:02:33.652]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T18:58:56.9060519Z [00:02:33.653]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/a4/a448493f55023770bfa7dac67ab1d1a107c7f644e18407fbb99661aeb650f56d-d # internal
2025-08-20T18:58:56.9068022Z [00:02:33.654]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/0b/0bd37990360719c7dcc0acd503b1db5fbed11fbef0aecb799008dcc5094b6d13-d # internal
2025-08-20T18:58:56.9082489Z [00:02:33.656]➜  github.com/ipfs/boxo/namesys
2025-08-20T18:58:56.9083681Z [00:02:33.656]➜  mkdir -p $WORK/b619/
2025-08-20T18:58:56.9085022Z [00:02:33.656]➜  cat >/tmp/go-build693841089/b619/importcfg << 'EOF' # internal
2025-08-20T18:58:56.9086063Z [00:02:33.656]➜  # import config
2025-08-20T18:58:56.9086463Z [00:02:33.656]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.9086902Z [00:02:33.656]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.9087306Z [00:02:33.656]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.9087822Z [00:02:33.656]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build693841089/b563/_pkg_.a
2025-08-20T18:58:56.9088408Z [00:02:33.656]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:58:56.9088943Z [00:02:33.656]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:58:56.9089466Z [00:02:33.656]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.9090006Z [00:02:33.656]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:56.9090802Z [00:02:33.656]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:56.9091458Z [00:02:33.656]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:58:56.9092021Z [00:02:33.656]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.9092587Z [00:02:33.656]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build693841089/b637/_pkg_.a
2025-08-20T18:58:56.9093373Z [00:02:33.656]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:56.9093992Z [00:02:33.656]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.9094758Z [00:02:33.656]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:56.9095373Z [00:02:33.656]➜  packagefile github.com/miekg/dns=/tmp/go-build693841089/b701/_pkg_.a
2025-08-20T18:58:56.9095966Z [00:02:33.656]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:58:56.9096532Z [00:02:33.656]➜  packagefile github.com/samber/lo=/tmp/go-build693841089/b708/_pkg_.a
2025-08-20T18:58:56.9097267Z [00:02:33.656]➜  packagefile github.com/whyrusleeping/base32=/tmp/go-build693841089/b709/_pkg_.a
2025-08-20T18:58:56.9097823Z [00:02:33.656]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:56.9098398Z [00:02:33.656]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:56.9098979Z [00:02:33.656]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:56.9099512Z [00:02:33.656]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:56.9100003Z [00:02:33.656]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:56.9100397Z [00:02:33.656]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:56.9100796Z [00:02:33.656]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:56.9101206Z [00:02:33.656]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:56.9101616Z [00:02:33.656]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.9102009Z [00:02:33.656]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.9102306Z [00:02:33.656]➜  EOF
2025-08-20T18:58:56.9105818Z [00:02:33.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys=>github.com/ipfs/boxo@v0.20.0/namesys;$WORK/b619=>" -p github.com/ipfs/boxo/namesys -lang=go1.21 -complete -installsuffix shared -buildid g6Uv0mXYb_GDsWXDiARC/g6Uv0mXYb_GDsWXDiARC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/dns_resolver.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/interface.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/ipns_publisher.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/ipns_resolver.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/namesys.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/namesys_cache.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/utilities.go
2025-08-20T18:58:56.9195909Z [00:02:33.665]➜  golang.org/x/net/html
2025-08-20T18:58:56.9196260Z [00:02:33.665]➜  mkdir -p $WORK/b786/
2025-08-20T18:58:56.9196642Z [00:02:33.665]➜  cat >/tmp/go-build693841089/b786/importcfg << 'EOF' # internal
2025-08-20T18:58:56.9196987Z [00:02:33.665]➜  # import config
2025-08-20T18:58:56.9197325Z [00:02:33.665]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:56.9197738Z [00:02:33.665]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.9198151Z [00:02:33.665]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.9198555Z [00:02:33.665]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.9199269Z [00:02:33.665]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build693841089/b787/_pkg_.a
2025-08-20T18:58:56.9199812Z [00:02:33.665]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.9200208Z [00:02:33.665]➜  packagefile iter=/tmp/go-build693841089/b040/_pkg_.a
2025-08-20T18:58:56.9200613Z [00:02:33.665]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:56.9201188Z [00:02:33.665]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:56.9201625Z [00:02:33.665]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:56.9201950Z [00:02:33.665]➜  EOF
2025-08-20T18:58:56.9205778Z [00:02:33.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/html=>golang.org/x/net@v0.33.0/html;$WORK/b786=>" -p golang.org/x/net/html -lang=go1.18 -complete -installsuffix shared -buildid D5I-BRcb8CPoTbA-m2M3/D5I-BRcb8CPoTbA-m2M3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/html/token.go
2025-08-20T18:58:56.9270104Z [00:02:33.674]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T18:58:56.9293465Z [00:02:33.675]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/ae/ae62838247ce6349a67f2cbd25e485c1a7065b418de0b8b1d3f70b582be01a0b-d # internal
2025-08-20T18:58:56.9294131Z [00:02:33.675]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T18:58:56.9294484Z [00:02:33.676]➜  github.com/ipfs/go-peertaskqueue
2025-08-20T18:58:56.9295211Z [00:02:33.676]➜  mkdir -p $WORK/b776/
2025-08-20T18:58:56.9304662Z [00:02:33.678]➜  cat >/tmp/go-build693841089/b776/importcfg << 'EOF' # internal
2025-08-20T18:58:56.9305501Z [00:02:33.678]➜  # import config
2025-08-20T18:58:56.9308103Z [00:02:33.678]➜  packagefile github.com/ipfs/go-ipfs-pq=/tmp/go-build693841089/b777/_pkg_.a
2025-08-20T18:58:56.9308738Z [00:02:33.678]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/tmp/go-build693841089/b779/_pkg_.a
2025-08-20T18:58:56.9309405Z [00:02:33.678]➜  packagefile github.com/ipfs/go-peertaskqueue/peertracker=/tmp/go-build693841089/b780/_pkg_.a
2025-08-20T18:58:56.9310048Z [00:02:33.678]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.9310548Z [00:02:33.678]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:56.9311173Z [00:02:33.678]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.9311550Z [00:02:33.678]➜  EOF
2025-08-20T18:58:56.9313595Z [00:02:33.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.1=>github.com/ipfs/go-peertaskqueue@v0.8.1;$WORK/b776=>" -p github.com/ipfs/go-peertaskqueue -lang=go1.19 -complete -installsuffix shared -buildid bOgIoNkDUFUfNuTuaV44/bOgIoNkDUFUfNuTuaV44 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-peertaskqueue@v0.8.1/peertaskqueue.go
2025-08-20T18:58:56.9315757Z [00:02:33.678]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/31/31c86efc04917d8eea61f5d57ba6385312b4a0a40ba57827684209eb36f1a5f2-d # internal
2025-08-20T18:58:56.9316284Z [00:02:33.678]➜  debug/dwarf
2025-08-20T18:58:56.9316525Z [00:02:33.678]➜  mkdir -p $WORK/b790/
2025-08-20T18:58:56.9316890Z [00:02:33.678]➜  cat >/tmp/go-build693841089/b790/importcfg << 'EOF' # internal
2025-08-20T18:58:56.9317377Z [00:02:33.678]➜  # import config
2025-08-20T18:58:56.9317746Z [00:02:33.678]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:56.9318195Z [00:02:33.678]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:56.9318629Z [00:02:33.678]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.9319028Z [00:02:33.678]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.9319571Z [00:02:33.678]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:56.9319972Z [00:02:33.678]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:56.9320370Z [00:02:33.678]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:56.9320775Z [00:02:33.678]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:56.9321186Z [00:02:33.678]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:56.9321499Z [00:02:33.678]➜  EOF
2025-08-20T18:58:56.9324229Z [00:02:33.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b790=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/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-20T18:58:56.9759271Z [00:02:33.723]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T18:58:56.9769134Z [00:02:33.724]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/bc/bc1c71610e6631fd9a0bdb79527c1e8181e1a4e1300761441a6eb735236c87e4-d # internal
2025-08-20T18:58:56.9780546Z [00:02:33.724]➜  github.com/ipfs/boxo/bitswap/server/internal/decision
2025-08-20T18:58:56.9780916Z [00:02:33.724]➜  mkdir -p $WORK/b775/
2025-08-20T18:58:56.9788235Z [00:02:33.726]➜  cat >/tmp/go-build693841089/b775/importcfg << 'EOF' # internal
2025-08-20T18:58:56.9788660Z [00:02:33.726]➜  # import config
2025-08-20T18:58:56.9788998Z [00:02:33.726]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:56.9789432Z [00:02:33.726]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:56.9789833Z [00:02:33.726]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:56.9790315Z [00:02:33.726]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:58:56.9790851Z [00:02:33.726]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:58:56.9791717Z [00:02:33.726]➜  packagefile github.com/ipfs/boxo/bitswap/client/wantlist=/tmp/go-build693841089/b757/_pkg_.a
2025-08-20T18:58:56.9792483Z [00:02:33.726]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build693841089/b771/_pkg_.a
2025-08-20T18:58:56.9793152Z [00:02:33.726]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build693841089/b759/_pkg_.a
2025-08-20T18:58:56.9793779Z [00:02:33.726]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build693841089/b758/_pkg_.a
2025-08-20T18:58:56.9794413Z [00:02:33.726]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/tmp/go-build693841089/b772/_pkg_.a
2025-08-20T18:58:56.9816144Z [00:02:33.726]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:56.9816741Z [00:02:33.726]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:56.9817283Z [00:02:33.726]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:56.9817838Z [00:02:33.726]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:56.9818612Z [00:02:33.726]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:56.9819251Z [00:02:33.726]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:56.9819841Z [00:02:33.726]➜  packagefile github.com/ipfs/go-peertaskqueue=/tmp/go-build693841089/b776/_pkg_.a
2025-08-20T18:58:56.9820624Z [00:02:33.726]➜  packagefile github.com/ipfs/go-peertaskqueue/peertask=/tmp/go-build693841089/b779/_pkg_.a
2025-08-20T18:58:56.9821290Z [00:02:33.726]➜  packagefile github.com/ipfs/go-peertaskqueue/peertracker=/tmp/go-build693841089/b780/_pkg_.a
2025-08-20T18:58:56.9821897Z [00:02:33.726]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:56.9822485Z [00:02:33.726]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:56.9823101Z [00:02:33.726]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:56.9823627Z [00:02:33.726]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:56.9824204Z [00:02:33.726]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:56.9824759Z [00:02:33.726]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:56.9825115Z [00:02:33.726]➜  EOF
2025-08-20T18:58:56.9829169Z [00:02:33.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision=>github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision;$WORK/b775=>" -p github.com/ipfs/boxo/bitswap/server/internal/decision -lang=go1.21 -complete -installsuffix shared -buildid 9WfZ7dCSb0jxRjW9T3ev/9WfZ7dCSb0jxRjW9T3ev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision/blockstoremanager.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision/engine.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision/ewma.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision/peer_ledger.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision/scoreledger.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/internal/decision/taskmerger.go
2025-08-20T18:58:57.1190842Z [00:02:33.866]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T18:58:57.1213047Z [00:02:33.869]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/d9/d9cf33681764587016a256c1117fc1f0c7d90d20effb89956273cf6a3f07ba00-d # internal
2025-08-20T18:58:57.1235439Z [00:02:33.869]➜  github.com/ipfs/boxo/bitswap/server
2025-08-20T18:58:57.1236389Z [00:02:33.869]➜  mkdir -p $WORK/b774/
2025-08-20T18:58:57.1237623Z [00:02:33.869]➜  cat >/tmp/go-build693841089/b774/importcfg << 'EOF' # internal
2025-08-20T18:58:57.1238691Z [00:02:33.869]➜  # import config
2025-08-20T18:58:57.1239155Z [00:02:33.869]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.1239585Z [00:02:33.869]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.1240001Z [00:02:33.869]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.1240807Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build693841089/b771/_pkg_.a
2025-08-20T18:58:57.1241490Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build693841089/b759/_pkg_.a
2025-08-20T18:58:57.1242125Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/bitswap/message/pb=/tmp/go-build693841089/b758/_pkg_.a
2025-08-20T18:58:57.1243019Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/bitswap/metrics=/tmp/go-build693841089/b772/_pkg_.a
2025-08-20T18:58:57.1243643Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build693841089/b760/_pkg_.a
2025-08-20T18:58:57.1244492Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/bitswap/server/internal/decision=/tmp/go-build693841089/b775/_pkg_.a
2025-08-20T18:58:57.1245547Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/tmp/go-build693841089/b773/_pkg_.a
2025-08-20T18:58:57.1246154Z [00:02:33.869]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:57.1246731Z [00:02:33.869]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.1247614Z [00:02:33.869]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.1248141Z [00:02:33.869]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:57.1248712Z [00:02:33.869]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:57.1249474Z [00:02:33.869]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:57.1250145Z [00:02:33.869]➜  packagefile github.com/jbenet/goprocess/context=/tmp/go-build693841089/b713/_pkg_.a
2025-08-20T18:58:57.1250763Z [00:02:33.869]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:57.1251558Z [00:02:33.869]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:57.1252208Z [00:02:33.869]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:57.1252712Z [00:02:33.871]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.1253133Z [00:02:33.871]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.1253432Z [00:02:33.871]➜  EOF
2025-08-20T18:58:57.1258167Z [00:02:33.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server=>github.com/ipfs/boxo@v0.20.0/bitswap/server;$WORK/b774=>" -p github.com/ipfs/boxo/bitswap/server -lang=go1.21 -complete -installsuffix shared -buildid GHt7lhdbxLxOQCQXcBdV/GHt7lhdbxLxOQCQXcBdV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/forward.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/server/server.go
2025-08-20T18:58:57.1297114Z [00:02:33.877]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T18:58:57.1376873Z [00:02:33.885]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/de/de4a9e944ba6e6c648c12f72652b64ab2e2f048b4b8686e44c312654709dd2b5-d # internal
2025-08-20T18:58:57.1391743Z [00:02:33.887]➜  github.com/ipfs/kubo/core/coreiface/options
2025-08-20T18:58:57.1392574Z [00:02:33.887]➜  mkdir -p $WORK/b539/
2025-08-20T18:58:57.1396717Z [00:02:33.887]➜  cat >/tmp/go-build693841089/b539/importcfg << 'EOF' # internal
2025-08-20T18:58:57.1397097Z [00:02:33.887]➜  # import config
2025-08-20T18:58:57.1397440Z [00:02:33.887]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.1398116Z [00:02:33.887]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.1398708Z [00:02:33.887]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:57.1399309Z [00:02:33.887]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:58:57.1399846Z [00:02:33.887]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.1400426Z [00:02:33.887]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:57.1401059Z [00:02:33.887]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:57.1401557Z [00:02:33.887]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.1401856Z [00:02:33.887]➜  EOF
2025-08-20T18:58:57.1408488Z [00:02:33.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options=>github.com/ipfs/kubo@v0.29.0/core/coreiface/options;$WORK/b539=>" -p github.com/ipfs/kubo/core/coreiface/options -lang=go1.22 -complete -installsuffix shared -buildid zI3gRfY4fpGxYIogmdwE/zI3gRfY4fpGxYIogmdwE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/block.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/dht.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/global.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/key.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/name.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/object.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/pin.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/pubsub.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/routing.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/options/unixfs.go
2025-08-20T18:58:57.1907152Z [00:02:33.938]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T18:58:57.1925024Z [00:02:33.940]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/eb/eb13023f158297ce7e5d7408bb31e53b8844610a01bb08d0844ddf30f545e119-d # internal
2025-08-20T18:58:57.1925989Z [00:02:33.940]➜  github.com/ipfs/boxo/namesys/republisher
2025-08-20T18:58:57.1926307Z [00:02:33.940]➜  mkdir -p $WORK/b734/
2025-08-20T18:58:57.1929071Z [00:02:33.940]➜  cat >/tmp/go-build693841089/b734/importcfg << 'EOF' # internal
2025-08-20T18:58:57.1929470Z [00:02:33.940]➜  # import config
2025-08-20T18:58:57.1929814Z [00:02:33.940]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.1930232Z [00:02:33.940]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.1930916Z [00:02:33.940]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:58:57.1931494Z [00:02:33.940]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build693841089/b735/_pkg_.a
2025-08-20T18:58:57.1932178Z [00:02:33.940]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:58:57.1932869Z [00:02:33.940]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:57.1933499Z [00:02:33.940]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:57.1934173Z [00:02:33.940]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:58:57.1935050Z [00:02:33.940]➜  packagefile github.com/jbenet/goprocess/context=/tmp/go-build693841089/b713/_pkg_.a
2025-08-20T18:58:57.1935824Z [00:02:33.940]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:57.1936552Z [00:02:33.940]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:57.1937426Z [00:02:33.940]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:57.1938170Z [00:02:33.940]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:57.1938893Z [00:02:33.940]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:57.1939471Z [00:02:33.940]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.1939855Z [00:02:33.940]➜  EOF
2025-08-20T18:58:57.1942726Z [00:02:33.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/republisher=>github.com/ipfs/boxo@v0.20.0/namesys/republisher;$WORK/b734=>" -p github.com/ipfs/boxo/namesys/republisher -lang=go1.21 -complete -installsuffix shared -buildid zRUIRCQnv6rSdguLd2VT/zRUIRCQnv6rSdguLd2VT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/namesys/republisher/repub.go
2025-08-20T18:58:57.2307740Z [00:02:33.977]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T18:58:57.2310306Z [00:02:33.978]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/4b/4b84124a74116c8c00b995b3518af156e9d5a4c342673a2df642febacf11acde-d # internal
2025-08-20T18:58:57.2325598Z [00:02:33.979]➜  github.com/ipfs/boxo/bitswap
2025-08-20T18:58:57.2326372Z [00:02:33.979]➜  mkdir -p $WORK/b747/
2025-08-20T18:58:57.2326782Z [00:02:33.979]➜  cat >/tmp/go-build693841089/b747/importcfg << 'EOF' # internal
2025-08-20T18:58:57.2327446Z [00:02:33.979]➜  # import config
2025-08-20T18:58:57.2327787Z [00:02:33.979]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.2328202Z [00:02:33.979]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.2328715Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/bitswap/client=/tmp/go-build693841089/b748/_pkg_.a
2025-08-20T18:58:57.2329379Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/bitswap/internal/defaults=/tmp/go-build693841089/b771/_pkg_.a
2025-08-20T18:58:57.2330050Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/bitswap/message=/tmp/go-build693841089/b759/_pkg_.a
2025-08-20T18:58:57.2330670Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build693841089/b760/_pkg_.a
2025-08-20T18:58:57.2331458Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/bitswap/server=/tmp/go-build693841089/b774/_pkg_.a
2025-08-20T18:58:57.2332067Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/bitswap/tracer=/tmp/go-build693841089/b773/_pkg_.a
2025-08-20T18:58:57.2332662Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:57.2333232Z [00:02:33.979]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:58:57.2333798Z [00:02:33.979]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.2334335Z [00:02:33.979]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.2335135Z [00:02:33.979]➜  packagefile github.com/ipfs/go-ipfs-delay=/tmp/go-build693841089/b767/_pkg_.a
2025-08-20T18:58:57.2335690Z [00:02:33.979]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:57.2336271Z [00:02:33.979]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:57.2336885Z [00:02:33.979]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:57.2337439Z [00:02:33.979]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:57.2337885Z [00:02:33.979]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.2338186Z [00:02:33.979]➜  EOF
2025-08-20T18:58:57.2340872Z [00:02:33.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap=>github.com/ipfs/boxo@v0.20.0/bitswap;$WORK/b747=>" -p github.com/ipfs/boxo/bitswap -lang=go1.21 -complete -installsuffix shared -buildid z0YGPD0R_MyOKdZv7OjX/z0YGPD0R_MyOKdZv7OjX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/bitswap.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/forward.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/options.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/bitswap/sendOnlyTracer.go
2025-08-20T18:58:57.2368782Z [00:02:33.984]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T18:58:57.2481525Z [00:02:33.996]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T18:58:57.2487109Z [00:02:33.996]➜  internal/saferio
2025-08-20T18:58:57.2488213Z [00:02:33.996]➜  mkdir -p $WORK/b791/
2025-08-20T18:58:57.2488866Z [00:02:33.996]➜  cat >/tmp/go-build693841089/b791/importcfg << 'EOF' # internal
2025-08-20T18:58:57.2490402Z [00:02:33.997]➜  # import config
2025-08-20T18:58:57.2490775Z [00:02:33.997]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.2491269Z [00:02:33.997]➜  EOF
2025-08-20T18:58:57.2493912Z [00:02:33.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b791=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid pPPe3dhh4-w6Y3PIuye5/pPPe3dhh4-w6Y3PIuye5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T18:58:57.2769452Z [00:02:34.024]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T18:58:57.2773670Z [00:02:34.025]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T18:58:57.2774340Z [00:02:34.025]➜  debug/macho
2025-08-20T18:58:57.2774666Z [00:02:34.025]➜  mkdir -p $WORK/b789/
2025-08-20T18:58:57.2778598Z [00:02:34.025]➜  cat >/tmp/go-build693841089/b789/importcfg << 'EOF' # internal
2025-08-20T18:58:57.2778992Z [00:02:34.025]➜  # import config
2025-08-20T18:58:57.2779344Z [00:02:34.025]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.2780061Z [00:02:34.025]➜  packagefile compress/zlib=/tmp/go-build693841089/b322/_pkg_.a
2025-08-20T18:58:57.2780518Z [00:02:34.025]➜  packagefile debug/dwarf=/tmp/go-build693841089/b790/_pkg_.a
2025-08-20T18:58:57.2780977Z [00:02:34.025]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:57.2781420Z [00:02:34.025]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.2781910Z [00:02:34.025]➜  packagefile internal/saferio=/tmp/go-build693841089/b791/_pkg_.a
2025-08-20T18:58:57.2782346Z [00:02:34.025]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.2782756Z [00:02:34.025]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:57.2783161Z [00:02:34.025]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:57.2783579Z [00:02:34.025]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.2783890Z [00:02:34.025]➜  EOF
2025-08-20T18:58:57.2797741Z [00:02:34.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b789=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid bH0S3HKNv518sFug76z0/bH0S3HKNv518sFug76z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/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-20T18:58:57.2855033Z [00:02:34.033]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T18:58:57.2889223Z [00:02:34.036]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T18:58:57.2890149Z [00:02:34.036]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/d8/d8f7a61ab1dc809214157bead3b86dccd1152c4218965503130057e832d70c0c-d # internal
2025-08-20T18:58:57.2890871Z [00:02:34.036]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T18:58:57.2891206Z [00:02:34.036]➜  mkdir -p $WORK/b785/
2025-08-20T18:58:57.2891575Z [00:02:34.036]➜  cat >/tmp/go-build693841089/b785/importcfg << 'EOF' # internal
2025-08-20T18:58:57.2891913Z [00:02:34.036]➜  # import config
2025-08-20T18:58:57.2892241Z [00:02:34.036]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.2892679Z [00:02:34.036]➜  packagefile encoding/xml=/tmp/go-build693841089/b527/_pkg_.a
2025-08-20T18:58:57.2893169Z [00:02:34.036]➜  packagefile golang.org/x/net/html=/tmp/go-build693841089/b786/_pkg_.a
2025-08-20T18:58:57.2893629Z [00:02:34.036]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.2894063Z [00:02:34.036]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:57.2894389Z [00:02:34.036]➜  EOF
2025-08-20T18:58:57.2902320Z [00:02:34.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/charset=>github.com/gabriel-vasile/mimetype@v1.4.3/internal/charset;$WORK/b785=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.20 -complete -installsuffix shared -buildid OOItrrCfPkLGha3yAIyO/OOItrrCfPkLGha3yAIyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/charset/charset.go
2025-08-20T18:58:57.2925719Z [00:02:34.040]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/62/62f53d53267ce64e18b92f9d3433513cd82c4dd12e89e28ea51e67b6bb90544e-d # internal
2025-08-20T18:58:57.2961045Z [00:02:34.043]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T18:58:57.2978923Z [00:02:34.045]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/e9/e9222fbfcde6703bf27503836dcd82cd5bc1e433b82fa714ea0086c28ec3b293-d # internal
2025-08-20T18:58:57.2981607Z [00:02:34.046]➜  encoding/csv
2025-08-20T18:58:57.2982863Z [00:02:34.046]➜  mkdir -p $WORK/b792/
2025-08-20T18:58:57.2983733Z [00:02:34.046]➜  cat >/tmp/go-build693841089/b792/importcfg << 'EOF' # internal
2025-08-20T18:58:57.2984406Z [00:02:34.046]➜  # import config
2025-08-20T18:58:57.2984879Z [00:02:34.046]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:57.2985305Z [00:02:34.046]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.2985730Z [00:02:34.046]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.2986131Z [00:02:34.046]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.2986522Z [00:02:34.046]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.2986925Z [00:02:34.046]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.2987338Z [00:02:34.046]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:57.2987827Z [00:02:34.046]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:57.2988155Z [00:02:34.046]➜  EOF
2025-08-20T18:58:57.2989713Z [00:02:34.046]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b792=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T18:58:57.2998126Z [00:02:34.047]➜  github.com/ipfs/kubo/config
2025-08-20T18:58:57.3004965Z [00:02:34.048]➜  mkdir -p $WORK/b538/
2025-08-20T18:58:57.3006496Z [00:02:34.048]➜  cat >/tmp/go-build693841089/b538/importcfg << 'EOF' # internal
2025-08-20T18:58:57.3007842Z [00:02:34.048]➜  # import config
2025-08-20T18:58:57.3008182Z [00:02:34.048]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.3010064Z [00:02:34.048]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:57.3010910Z [00:02:34.048]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:57.3011685Z [00:02:34.048]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:57.3012186Z [00:02:34.048]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.3012622Z [00:02:34.048]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.3013179Z [00:02:34.048]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:58:57.3013832Z [00:02:34.048]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:57.3014453Z [00:02:34.048]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:57.3015255Z [00:02:34.048]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build693841089/b710/_pkg_.a
2025-08-20T18:58:57.3015858Z [00:02:34.048]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:57.3016351Z [00:02:34.048]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.3016747Z [00:02:34.048]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.3017139Z [00:02:34.048]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:57.3017525Z [00:02:34.048]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:57.3018194Z [00:02:34.048]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:57.3018631Z [00:02:34.048]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:57.3019044Z [00:02:34.048]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.3019448Z [00:02:34.048]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.3019748Z [00:02:34.048]➜  EOF
2025-08-20T18:58:57.3027734Z [00:02:34.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config=>github.com/ipfs/kubo@v0.29.0/config;$WORK/b538=>" -p github.com/ipfs/kubo/config -lang=go1.22 -complete -installsuffix shared -buildid hYa3cew-RSSWE_MHNgrH/hYa3cew-RSSWE_MHNgrH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/addresses.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/api.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/autonat.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/bootstrap_peers.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/config.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/datastore.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/discovery.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/dns.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/experiments.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/gateway.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/identity.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/import.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/init.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/internal.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/ipns.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/migration.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/mounts.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/peering.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/plugins.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/profile.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/provider.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/pubsub.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/remotepin.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/reprovider.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/routing.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/swarm.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/types.go
2025-08-20T18:58:57.3270065Z [00:02:34.074]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T18:58:57.3274416Z [00:02:34.075]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/5e/5eefc8952e83131d6ef3afc9280997bf3fc6551befb0024e64be7147ad37e0c9-d # internal
2025-08-20T18:58:57.3306592Z [00:02:34.078]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T18:58:57.3307421Z [00:02:34.078]➜  mkdir -p $WORK/b793/
2025-08-20T18:58:57.3308367Z [00:02:34.078]➜  cat >/tmp/go-build693841089/b793/importcfg << 'EOF' # internal
2025-08-20T18:58:57.3308753Z [00:02:34.078]➜  # import config
2025-08-20T18:58:57.3309090Z [00:02:34.078]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.3309394Z [00:02:34.078]➜  EOF
2025-08-20T18:58:57.3316361Z [00:02:34.079]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/json=>github.com/gabriel-vasile/mimetype@v1.4.3/internal/json;$WORK/b793=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.20 -complete -installsuffix shared -buildid BLJBPLeH9uYl2wN7F4XR/BLJBPLeH9uYl2wN7F4XR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/json/json.go
2025-08-20T18:58:57.3346117Z [00:02:34.082]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T18:58:57.3378868Z [00:02:34.085]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T18:58:57.3379744Z [00:02:34.085]➜  github.com/ipfs/boxo/gateway/assets
2025-08-20T18:58:57.3380060Z [00:02:34.085]➜  mkdir -p $WORK/b794/
2025-08-20T18:58:57.3380458Z [00:02:34.085]➜  cat >/tmp/go-build693841089/b794/importcfg << 'EOF' # internal
2025-08-20T18:58:57.3380799Z [00:02:34.085]➜  # import config
2025-08-20T18:58:57.3381127Z [00:02:34.085]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.3381544Z [00:02:34.085]➜  packagefile embed=/tmp/go-build693841089/b107/_pkg_.a
2025-08-20T18:58:57.3381978Z [00:02:34.085]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:57.3382544Z [00:02:34.085]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.3383029Z [00:02:34.085]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build693841089/b684/_pkg_.a
2025-08-20T18:58:57.3383574Z [00:02:34.085]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:58:57.3384171Z [00:02:34.085]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:57.3387615Z [00:02:34.085]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:57.3388232Z [00:02:34.085]➜  packagefile html/template=/tmp/go-build693841089/b260/_pkg_.a
2025-08-20T18:58:57.3388657Z [00:02:34.085]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.3389065Z [00:02:34.085]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:58:57.3389464Z [00:02:34.085]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:57.3389875Z [00:02:34.085]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:57.3390282Z [00:02:34.085]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:57.3390688Z [00:02:34.085]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:57.3391110Z [00:02:34.085]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.3391515Z [00:02:34.085]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.3391813Z [00:02:34.085]➜  EOF
2025-08-20T18:58:57.3392126Z [00:02:34.085]➜  cat >/tmp/go-build693841089/b794/embedcfg << 'EOF' # internal
2025-08-20T18:58:57.3392437Z [00:02:34.085]➜  {
2025-08-20T18:58:57.3392642Z [00:02:34.085]➜  	"Patterns": {
2025-08-20T18:58:57.3392898Z [00:02:34.085]➜  		"*.css": [
2025-08-20T18:58:57.3393305Z [00:02:34.085]➜  			"icons.css",
2025-08-20T18:58:57.3393667Z [00:02:34.085]➜  			"style.css"
2025-08-20T18:58:57.3393934Z [00:02:34.085]➜  		],
2025-08-20T18:58:57.3394149Z [00:02:34.085]➜  		"*.html": [
2025-08-20T18:58:57.3394375Z [00:02:34.085]➜  			"dag.html",
2025-08-20T18:58:57.3394775Z [00:02:34.085]➜  			"directory.html",
2025-08-20T18:58:57.3395095Z [00:02:34.085]➜  			"error.html",
2025-08-20T18:58:57.3395342Z [00:02:34.085]➜  			"header.html"
2025-08-20T18:58:57.3395568Z [00:02:34.085]➜  		]
2025-08-20T18:58:57.3395759Z [00:02:34.085]➜  	},
2025-08-20T18:58:57.3395961Z [00:02:34.085]➜  	"Files": {
2025-08-20T18:58:57.3396377Z [00:02:34.085]➜  		"dag.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/dag.html",
2025-08-20T18:58:57.3397011Z [00:02:34.085]➜  		"directory.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/directory.html",
2025-08-20T18:58:57.3397652Z [00:02:34.085]➜  		"error.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/error.html",
2025-08-20T18:58:57.3398275Z [00:02:34.085]➜  		"header.html": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/header.html",
2025-08-20T18:58:57.3399067Z [00:02:34.085]➜  		"icons.css": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/icons.css",
2025-08-20T18:58:57.3399657Z [00:02:34.085]➜  		"style.css": "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/style.css"
2025-08-20T18:58:57.3400173Z [00:02:34.085]➜  	}
2025-08-20T18:58:57.3400374Z [00:02:34.085]➜  }EOF
2025-08-20T18:58:57.3403170Z [00:02:34.085]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets=>github.com/ipfs/boxo@v0.20.0/gateway/assets;$WORK/b794=>" -p github.com/ipfs/boxo/gateway/assets -lang=go1.21 -complete -installsuffix shared -buildid u0K9xk3zoZFjn9sOLZLa/u0K9xk3zoZFjn9sOLZLa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -embedcfg $WORK/b794/embedcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/assets.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/icons.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/node.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/assets/templates.go
2025-08-20T18:58:57.3951612Z [00:02:34.142]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T18:58:57.3955779Z [00:02:34.143]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/43/430cdc13bf2c4e0aa06f9ad9e4bfcab79594d623d3f129fb9fa076202858ab11-d # internal
2025-08-20T18:58:57.3956432Z [00:02:34.143]➜  github.com/ipfs/boxo/ipld/unixfs/file
2025-08-20T18:58:57.3956746Z [00:02:34.143]➜  mkdir -p $WORK/b795/
2025-08-20T18:58:57.3964361Z [00:02:34.144]➜  cat >/tmp/go-build693841089/b795/importcfg << 'EOF' # internal
2025-08-20T18:58:57.3965832Z [00:02:34.144]➜  # import config
2025-08-20T18:58:57.3967029Z [00:02:34.144]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.3967555Z [00:02:34.144]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.3968070Z [00:02:34.144]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:58:57.3968673Z [00:02:34.144]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:57.3969328Z [00:02:34.144]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:57.3969946Z [00:02:34.145]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build693841089/b724/_pkg_.a
2025-08-20T18:58:57.3970530Z [00:02:34.145]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:57.3970910Z [00:02:34.145]➜  EOF
2025-08-20T18:58:57.3973220Z [00:02:34.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/file=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/file;$WORK/b795=>" -p github.com/ipfs/boxo/ipld/unixfs/file -lang=go1.21 -complete -installsuffix shared -buildid w8nhPMR3P7Q1uAsPqS2z/w8nhPMR3P7Q1uAsPqS2z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/file/unixfile.go
2025-08-20T18:58:57.3985443Z [00:02:34.146]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T18:58:57.3996386Z [00:02:34.147]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/48/4875b9550966be87ea80366fd0162c323ad00a519322cd06caaad5898a8144ec-d # internal
2025-08-20T18:58:57.4002647Z [00:02:34.148]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T18:58:57.4003529Z [00:02:34.148]➜  mkdir -p $WORK/b788/
2025-08-20T18:58:57.4010954Z [00:02:34.149]➜  cat >/tmp/go-build693841089/b788/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4011659Z [00:02:34.149]➜  # import config
2025-08-20T18:58:57.4012420Z [00:02:34.149]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:57.4012896Z [00:02:34.149]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.4013335Z [00:02:34.149]➜  packagefile debug/macho=/tmp/go-build693841089/b789/_pkg_.a
2025-08-20T18:58:57.4013799Z [00:02:34.149]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:57.4014545Z [00:02:34.149]➜  packagefile encoding/csv=/tmp/go-build693841089/b792/_pkg_.a
2025-08-20T18:58:57.4015603Z [00:02:34.149]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.4016244Z [00:02:34.149]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.4016826Z [00:02:34.149]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build693841089/b785/_pkg_.a
2025-08-20T18:58:57.4017547Z [00:02:34.149]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build693841089/b793/_pkg_.a
2025-08-20T18:58:57.4018078Z [00:02:34.149]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.4018485Z [00:02:34.149]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.4018893Z [00:02:34.149]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.4019191Z [00:02:34.149]➜  EOF
2025-08-20T18:58:57.4031123Z [00:02:34.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic=>github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic;$WORK/b788=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.20 -complete -installsuffix shared -buildid uTfVmcKFzwvtF7SGvn-R/uTfVmcKFzwvtF7SGvn-R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/archive.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/audio.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/binary.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/database.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/document.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/font.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/ftyp.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/geo.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/image.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/magic.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/ms_office.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/ogg.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/text.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/text_csv.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/video.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/internal/magic/zip.go
2025-08-20T18:58:57.4069925Z [00:02:34.154]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T18:58:57.4077323Z [00:02:34.155]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T18:58:57.4096810Z [00:02:34.157]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/a7/a7ba904608fc0b17c2cbc92133fe9401a0a3e8063220bd6378572cb996a875fb-d # internal
2025-08-20T18:58:57.4104931Z [00:02:34.157]➜  github.com/ucarion/urlpath
2025-08-20T18:58:57.4107353Z [00:02:34.158]➜  mkdir -p $WORK/b797/
2025-08-20T18:58:57.4108033Z [00:02:34.158]➜  cat >/tmp/go-build693841089/b797/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4108382Z [00:02:34.158]➜  # import config
2025-08-20T18:58:57.4108721Z [00:02:34.158]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.4109027Z [00:02:34.158]➜  EOF
2025-08-20T18:58:57.4111083Z [00:02:34.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_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/b797=>" -p github.com/ucarion/urlpath -lang=go1.12 -complete -installsuffix shared -buildid 9Og3D1Sz5gPqwYA79LSO/9Og3D1Sz5gPqwYA79LSO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/github.com/ucarion/urlpath@v0.0.0-20200424170820-7ccc79b76bbb/urlpath.go
2025-08-20T18:58:57.4168630Z [00:02:34.164]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/71/71cf8fef5fc86fce7fcded3ef4f169057993da5f400991b3f4db263309023307-d # internal
2025-08-20T18:58:57.4206644Z [00:02:34.168]➜  github.com/ipfs/go-unixfsnode/data
2025-08-20T18:58:57.4217600Z [00:02:34.169]➜  mkdir -p $WORK/b799/
2025-08-20T18:58:57.4222125Z [00:02:34.170]➜  cat >/tmp/go-build693841089/b799/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4224573Z [00:02:34.170]➜  # import config
2025-08-20T18:58:57.4225588Z [00:02:34.170]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.4226050Z [00:02:34.170]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.4226581Z [00:02:34.170]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:57.4227193Z [00:02:34.170]➜  packagefile github.com/ipld/go-ipld-prime/fluent/qp=/tmp/go-build693841089/b618/_pkg_.a
2025-08-20T18:58:57.4227843Z [00:02:34.170]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build693841089/b592/_pkg_.a
2025-08-20T18:58:57.4228467Z [00:02:34.170]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:57.4229127Z [00:02:34.170]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build693841089/b096/_pkg_.a
2025-08-20T18:58:57.4229659Z [00:02:34.170]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.4229956Z [00:02:34.170]➜  EOF
2025-08-20T18:58:57.4234516Z [00:02:34.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data=>github.com/ipfs/go-unixfsnode@v1.9.0/data;$WORK/b799=>" -p github.com/ipfs/go-unixfsnode/data -lang=go1.20 -complete -installsuffix shared -buildid 9h99Jqkvd8dJ2b8eNH5G/9h99Jqkvd8dJ2b8eNH5G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/datatypes.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/doc.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/errors.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/ipldsch_minima.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/ipldsch_satisfaction.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/ipldsch_types.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/marshal.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/permissions.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/unmarshal.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/data/wirenumbers.go
2025-08-20T18:58:57.4308139Z [00:02:34.178]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T18:58:57.4315261Z [00:02:34.179]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/8c/8c4f48356055f6f755ec062dc817645932a6e94c59634b2ea52a8b2b2a21f10d-d # internal
2025-08-20T18:58:57.4315980Z [00:02:34.179]➜  github.com/ipfs/go-unixfsnode/iter
2025-08-20T18:58:57.4316293Z [00:02:34.179]➜  mkdir -p $WORK/b801/
2025-08-20T18:58:57.4316663Z [00:02:34.179]➜  cat >/tmp/go-build693841089/b801/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4317233Z [00:02:34.179]➜  # import config
2025-08-20T18:58:57.4317662Z [00:02:34.179]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:57.4318232Z [00:02:34.179]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:57.4318833Z [00:02:34.179]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:57.4319474Z [00:02:34.179]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:57.4319889Z [00:02:34.179]➜  EOF
2025-08-20T18:58:57.4321981Z [00:02:34.179]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/iter=>github.com/ipfs/go-unixfsnode@v1.9.0/iter;$WORK/b801=>" -p github.com/ipfs/go-unixfsnode/iter -lang=go1.20 -complete -installsuffix shared -buildid 8aLVaY32ti65HJvnC96V/8aLVaY32ti65HJvnC96V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/iter/iter.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/iter/iterlink.go
2025-08-20T18:58:57.4412075Z [00:02:34.187]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T18:58:57.4418084Z [00:02:34.189]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/98/98cb5e17cc01557c25c267d5775b70008f1508299bc82c838c695eb631373e3c-d # internal
2025-08-20T18:58:57.4418766Z [00:02:34.189]➜  github.com/ipfs/go-ipfs-redirects-file
2025-08-20T18:58:57.4420091Z [00:02:34.189]➜  mkdir -p $WORK/b796/
2025-08-20T18:58:57.4427051Z [00:02:34.190]➜  cat >/tmp/go-build693841089/b796/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4427441Z [00:02:34.190]➜  # import config
2025-08-20T18:58:57.4427779Z [00:02:34.190]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:57.4428181Z [00:02:34.190]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.4428656Z [00:02:34.190]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:58:57.4429188Z [00:02:34.190]➜  packagefile github.com/ucarion/urlpath=/tmp/go-build693841089/b797/_pkg_.a
2025-08-20T18:58:57.4429650Z [00:02:34.190]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.4430060Z [00:02:34.190]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:57.4430477Z [00:02:34.190]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:57.4431193Z [00:02:34.190]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.4431535Z [00:02:34.190]➜  EOF
2025-08-20T18:58:57.4433481Z [00:02:34.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-redirects-file@v0.1.1=>github.com/ipfs/go-ipfs-redirects-file@v0.1.1;$WORK/b796=>" -p github.com/ipfs/go-ipfs-redirects-file -lang=go1.18 -complete -installsuffix shared -buildid tMcwVY5tfcMaNIwbHfcg/tMcwVY5tfcMaNIwbHfcg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-redirects-file@v0.1.1/redirects.go
2025-08-20T18:58:57.4579312Z [00:02:34.205]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T18:58:57.4583794Z [00:02:34.206]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/08/083d1e12acee5ea7e8a2fd9bfee106d9d59d2b1874fe8061049bc16d94020da5-d # internal
2025-08-20T18:58:57.4584553Z [00:02:34.206]➜  github.com/ipfs/go-unixfsnode/utils
2025-08-20T18:58:57.4585085Z [00:02:34.206]➜  mkdir -p $WORK/b802/
2025-08-20T18:58:57.4586891Z [00:02:34.206]➜  cat >/tmp/go-build693841089/b802/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4587318Z [00:02:34.206]➜  # import config
2025-08-20T18:58:57.4587757Z [00:02:34.206]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:57.4588145Z [00:02:34.206]➜  EOF
2025-08-20T18:58:57.4590210Z [00:02:34.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/utils=>github.com/ipfs/go-unixfsnode@v1.9.0/utils;$WORK/b802=>" -p github.com/ipfs/go-unixfsnode/utils -lang=go1.20 -complete -installsuffix shared -buildid xubhLlTIgs38TeNB6DHy/xubhLlTIgs38TeNB6DHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/utils/utils.go
2025-08-20T18:58:57.4719120Z [00:02:34.219]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T18:58:57.4731976Z [00:02:34.219]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/e7/e73fc75ae1627cf4053ebe1728ea74527f8c7c07d92a2de143de13ec9c44ea08-d # internal
2025-08-20T18:58:57.4733785Z [00:02:34.219]➜  github.com/polydawn/refmt
2025-08-20T18:58:57.4735070Z [00:02:34.219]➜  mkdir -p $WORK/b808/
2025-08-20T18:58:57.4735840Z [00:02:34.219]➜  cat >/tmp/go-build693841089/b808/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4736833Z [00:02:34.219]➜  # import config
2025-08-20T18:58:57.4737733Z [00:02:34.219]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build693841089/b624/_pkg_.a
2025-08-20T18:58:57.4738661Z [00:02:34.219]➜  packagefile github.com/polydawn/refmt/json=/tmp/go-build693841089/b607/_pkg_.a
2025-08-20T18:58:57.4739533Z [00:02:34.219]➜  packagefile github.com/polydawn/refmt/obj=/tmp/go-build693841089/b608/_pkg_.a
2025-08-20T18:58:57.4740624Z [00:02:34.219]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:58:57.4741239Z [00:02:34.219]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build693841089/b611/_pkg_.a
2025-08-20T18:58:57.4741731Z [00:02:34.219]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.4742022Z [00:02:34.219]➜  EOF
2025-08-20T18:58:57.4744499Z [00:02:34.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0=>github.com/polydawn/refmt@v0.89.0;$WORK/b808=>" -p github.com/polydawn/refmt -lang=go1.16 -complete -installsuffix shared -buildid LMoLT2gQ65F2L9-yBNwh/LMoLT2gQ65F2L9-yBNwh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/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-20T18:58:57.4774506Z [00:02:34.225]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T18:58:57.4792065Z [00:02:34.227]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/c6/c672e9efc8a25430eb11114c449ffd4f7b705e3ca3de779bee2327249ec39a5e-d # internal
2025-08-20T18:58:57.4794583Z [00:02:34.227]➜  github.com/polydawn/refmt/pretty
2025-08-20T18:58:57.4795600Z [00:02:34.227]➜  mkdir -p $WORK/b809/
2025-08-20T18:58:57.4797164Z [00:02:34.227]➜  cat >/tmp/go-build693841089/b809/importcfg << 'EOF' # internal
2025-08-20T18:58:57.4825391Z [00:02:34.227]➜  # import config
2025-08-20T18:58:57.4826079Z [00:02:34.227]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:57.4826776Z [00:02:34.227]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.4827488Z [00:02:34.227]➜  packagefile github.com/polydawn/refmt/tok=/tmp/go-build693841089/b610/_pkg_.a
2025-08-20T18:58:57.4828363Z [00:02:34.227]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.4828936Z [00:02:34.227]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:57.4829465Z [00:02:34.227]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:57.4830274Z [00:02:34.227]➜  EOF
2025-08-20T18:58:57.4832981Z [00:02:34.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/polydawn/refmt@v0.89.0/pretty=>github.com/polydawn/refmt@v0.89.0/pretty;$WORK/b809=>" -p github.com/polydawn/refmt/pretty -lang=go1.16 -complete -installsuffix shared -buildid z8u3KBcm2LoPPbsW3hnC/z8u3KBcm2LoPPbsW3hnC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/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-20T18:58:57.5136865Z [00:02:34.261]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T18:58:57.5145949Z [00:02:34.262]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/58/5826326eaa59959658f3588509b463effe10401ec9983abe63542c6a6a1e0618-d # internal
2025-08-20T18:58:57.5149657Z [00:02:34.262]➜  github.com/ipfs/go-ipld-cbor/encoding
2025-08-20T18:58:57.5149979Z [00:02:34.262]➜  mkdir -p $WORK/b807/
2025-08-20T18:58:57.5152580Z [00:02:34.263]➜  cat >/tmp/go-build693841089/b807/importcfg << 'EOF' # internal
2025-08-20T18:58:57.5153380Z [00:02:34.263]➜  # import config
2025-08-20T18:58:57.5153893Z [00:02:34.263]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.5155506Z [00:02:34.263]➜  packagefile github.com/polydawn/refmt=/tmp/go-build693841089/b808/_pkg_.a
2025-08-20T18:58:57.5156164Z [00:02:34.263]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build693841089/b624/_pkg_.a
2025-08-20T18:58:57.5156770Z [00:02:34.263]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:58:57.5157269Z [00:02:34.263]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.5157677Z [00:02:34.263]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.5157979Z [00:02:34.263]➜  EOF
2025-08-20T18:58:57.5160411Z [00:02:34.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/encoding=>github.com/ipfs/go-ipld-cbor@v0.1.0/encoding;$WORK/b807=>" -p github.com/ipfs/go-ipld-cbor/encoding -lang=go1.20 -complete -installsuffix shared -buildid uZpfuje_WQHGVtFXPDfk/uZpfuje_WQHGVtFXPDfk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/encoding/cloner.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/encoding/marshaller.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/encoding/unmarshaller.go
2025-08-20T18:58:57.5324167Z [00:02:34.279]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T18:58:57.5325393Z [00:02:34.280]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/ca/ca1dcfaefc07db770b9de0f0286918e987c4d80f24381747f31a85302db0f084-d # internal
2025-08-20T18:58:57.5352683Z [00:02:34.283]➜  github.com/whyrusleeping/cbor-gen
2025-08-20T18:58:57.5368665Z [00:02:34.283]➜  mkdir -p $WORK/b810/
2025-08-20T18:58:57.5369071Z [00:02:34.283]➜  cat >/tmp/go-build693841089/b810/importcfg << 'EOF' # internal
2025-08-20T18:58:57.5369432Z [00:02:34.283]➜  # import config
2025-08-20T18:58:57.5369765Z [00:02:34.283]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:57.5370174Z [00:02:34.283]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.5370631Z [00:02:34.283]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:57.5371069Z [00:02:34.283]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.5371472Z [00:02:34.283]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.5371929Z [00:02:34.283]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.5372411Z [00:02:34.283]➜  packagefile go/format=/tmp/go-build693841089/b597/_pkg_.a
2025-08-20T18:58:57.5373177Z [00:02:34.283]➜  packagefile golang.org/x/xerrors=/tmp/go-build693841089/b065/_pkg_.a
2025-08-20T18:58:57.5373720Z [00:02:34.283]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.5374138Z [00:02:34.283]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:57.5374549Z [00:02:34.283]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.5375416Z [00:02:34.283]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:57.5375821Z [00:02:34.283]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:57.5376220Z [00:02:34.283]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:57.5376620Z [00:02:34.283]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:57.5377027Z [00:02:34.283]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:57.5377449Z [00:02:34.283]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.5377859Z [00:02:34.283]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.5378293Z [00:02:34.283]➜  packagefile text/template=/tmp/go-build693841089/b262/_pkg_.a
2025-08-20T18:58:57.5378921Z [00:02:34.283]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.5379224Z [00:02:34.283]➜  EOF
2025-08-20T18:58:57.5383568Z [00:02:34.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1=>github.com/whyrusleeping/cbor-gen@v0.1.1;$WORK/b810=>" -p github.com/whyrusleeping/cbor-gen -lang=go1.18 -complete -installsuffix shared -buildid 1B85-kpTSiIHbZv3VN7N/1B85-kpTSiIHbZv3VN7N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/cbor_cid.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/deferred.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/gen.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/helper_types.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/io.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/links.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/package.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/peeker.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/utils.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/validate.go /root/go/pkg/mod/github.com/whyrusleeping/cbor-gen@v0.1.1/writefile.go
2025-08-20T18:58:57.5619467Z [00:02:34.309]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T18:58:57.5628410Z [00:02:34.310]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/f1/f1143d73d719b2b84686cc8414222a4d171deffbfa18e2dc07280dbee4f6976e-d # internal
2025-08-20T18:58:57.5650393Z [00:02:34.310]➜  github.com/ipfs/go-blockservice/internal
2025-08-20T18:58:57.5650736Z [00:02:34.310]➜  mkdir -p $WORK/b813/
2025-08-20T18:58:57.5651415Z [00:02:34.310]➜  cat >/tmp/go-build693841089/b813/importcfg << 'EOF' # internal
2025-08-20T18:58:57.5651828Z [00:02:34.310]➜  # import config
2025-08-20T18:58:57.5652169Z [00:02:34.310]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.5652581Z [00:02:34.310]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.5653051Z [00:02:34.310]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:57.5653626Z [00:02:34.310]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:57.5654009Z [00:02:34.310]➜  EOF
2025-08-20T18:58:57.5656237Z [00:02:34.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-blockservice@v0.5.2/internal=>github.com/ipfs/go-blockservice@v0.5.2/internal;$WORK/b813=>" -p github.com/ipfs/go-blockservice/internal -lang=go1.19 -complete -installsuffix shared -buildid GYY6mh-TSorZfs7rGGg7/GYY6mh-TSorZfs7rGGg7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-blockservice@v0.5.2/internal/tracing.go
2025-08-20T18:58:57.5672877Z [00:02:34.315]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T18:58:57.5713845Z [00:02:34.319]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/77/77183f1e35141fa45c9c096706241e4899a117e04eabbdab707ef519192e6521-d # internal
2025-08-20T18:58:57.5721235Z [00:02:34.319]➜  github.com/gabriel-vasile/mimetype
2025-08-20T18:58:57.5726412Z [00:02:34.320]➜  mkdir -p $WORK/b784/
2025-08-20T18:58:57.5734196Z [00:02:34.321]➜  cat >/tmp/go-build693841089/b784/importcfg << 'EOF' # internal
2025-08-20T18:58:57.5735042Z [00:02:34.321]➜  # import config
2025-08-20T18:58:57.5737441Z [00:02:34.321]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build693841089/b785/_pkg_.a
2025-08-20T18:58:57.5738711Z [00:02:34.321]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build693841089/b788/_pkg_.a
2025-08-20T18:58:57.5739429Z [00:02:34.321]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.5741912Z [00:02:34.321]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:57.5742692Z [00:02:34.321]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:57.5743088Z [00:02:34.321]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:57.5743483Z [00:02:34.321]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.5743909Z [00:02:34.321]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:57.5744229Z [00:02:34.321]➜  EOF
2025-08-20T18:58:57.5755053Z [00:02:34.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3=>github.com/gabriel-vasile/mimetype@v1.4.3;$WORK/b784=>" -p github.com/gabriel-vasile/mimetype -lang=go1.20 -complete -installsuffix shared -buildid n5OoCejpBVXOGTlJLHPE/n5OoCejpBVXOGTlJLHPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/mime.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/mimetype.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.3/tree.go
2025-08-20T18:58:57.5795367Z [00:02:34.327]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T18:58:57.5801161Z [00:02:34.327]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/1b/1bfd84bd1d145e747ae2df0c785d3fffd2c688f736fe5e2bf7f060391331530b-d # internal
2025-08-20T18:58:57.5801813Z [00:02:34.328]➜  github.com/hashicorp/golang-lru
2025-08-20T18:58:57.5802118Z [00:02:34.328]➜  mkdir -p $WORK/b815/
2025-08-20T18:58:57.5803651Z [00:02:34.328]➜  cat >/tmp/go-build693841089/b815/importcfg << 'EOF' # internal
2025-08-20T18:58:57.5804476Z [00:02:34.328]➜  # import config
2025-08-20T18:58:57.5805310Z [00:02:34.328]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:58:57.5806310Z [00:02:34.328]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.5807251Z [00:02:34.328]➜  packagefile github.com/hashicorp/golang-lru/simplelru=/tmp/go-build693841089/b642/_pkg_.a
2025-08-20T18:58:57.5808021Z [00:02:34.328]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.5808608Z [00:02:34.328]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:57.5810137Z [00:02:34.328]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.5810658Z [00:02:34.328]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:58:57.5810971Z [00:02:34.328]➜  EOF
2025-08-20T18:58:57.5813866Z [00:02:34.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2=>github.com/hashicorp/golang-lru@v1.0.2;$WORK/b815=>" -p github.com/hashicorp/golang-lru -lang=go1.12 -complete -installsuffix shared -buildid hvNedOGDChFrChThGmCZ/hvNedOGDChFrChThGmCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/2q.go /root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/arc.go /root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/doc.go /root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/lru.go /root/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2/testing.go
2025-08-20T18:58:57.6579174Z [00:02:34.405]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T18:58:57.6591302Z [00:02:34.407]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/5c/5ca859dbfe3928e1a9f87706218e485450ae531295b72b8e79ba85c05ebdecaa-d # internal
2025-08-20T18:58:57.6592616Z [00:02:34.407]➜  github.com/ipfs/go-ipfs-ds-help
2025-08-20T18:58:57.6593324Z [00:02:34.407]➜  mkdir -p $WORK/b816/
2025-08-20T18:58:57.6603605Z [00:02:34.408]➜  cat >/tmp/go-build693841089/b816/importcfg << 'EOF' # internal
2025-08-20T18:58:57.6604287Z [00:02:34.408]➜  # import config
2025-08-20T18:58:57.6605716Z [00:02:34.408]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.6606280Z [00:02:34.408]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:57.6607190Z [00:02:34.408]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build693841089/b340/_pkg_.a
2025-08-20T18:58:57.6607801Z [00:02:34.408]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:57.6608211Z [00:02:34.408]➜  EOF
2025-08-20T18:58:57.6609952Z [00:02:34.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_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/b816=>" -p github.com/ipfs/go-ipfs-ds-help -lang=go1.19 -complete -installsuffix shared -buildid Gcj74K_bsKSz64g1XhSz/Gcj74K_bsKSz64g1XhSz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-ds-help@v1.1.1/key.go
2025-08-20T18:58:57.6962298Z [00:02:34.443]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T18:58:57.6967788Z [00:02:34.444]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/46/46930db75fa6c277247c871be03f049108ccee5ff0b9dd5b39302369e3717cf4-d # internal
2025-08-20T18:58:57.6973033Z [00:02:34.445]➜  go.uber.org/atomic
2025-08-20T18:58:57.6973329Z [00:02:34.445]➜  mkdir -p $WORK/b817/
2025-08-20T18:58:57.6976799Z [00:02:34.445]➜  cat >/tmp/go-build693841089/b817/importcfg << 'EOF' # internal
2025-08-20T18:58:57.6977599Z [00:02:34.445]➜  # import config
2025-08-20T18:58:57.6978199Z [00:02:34.445]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:57.6979851Z [00:02:34.445]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.6980811Z [00:02:34.445]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.6981660Z [00:02:34.445]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:57.6982640Z [00:02:34.445]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:57.6983341Z [00:02:34.445]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.6983979Z [00:02:34.445]➜  EOF
2025-08-20T18:58:57.6990935Z [00:02:34.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/atomic@v1.11.0=>go.uber.org/atomic@v1.11.0;$WORK/b817=>" -p go.uber.org/atomic -lang=go1.18 -complete -installsuffix shared -buildid bdHQYWi3IaHMrAFnZc1F/bdHQYWi3IaHMrAFnZc1F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/bool.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/bool_ext.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/doc.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/duration.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/duration_ext.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/error.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/error_ext.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/float32.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/float32_ext.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/float64.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/float64_ext.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/gen.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/int32.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/int64.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/nocmp.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/pointer_go118.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/pointer_go119.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/string.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/string_ext.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/time.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/time_ext.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/uint32.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/uint64.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/uintptr.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/unsafe_pointer.go /root/go/pkg/mod/go.uber.org/atomic@v1.11.0/value.go
2025-08-20T18:58:57.7125407Z [00:02:34.460]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T18:58:57.7157174Z [00:02:34.463]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/53/53541eac86d208087940e0b8557cec3c63e265c1366f6847fc8673f207c61af7-d # internal
2025-08-20T18:58:57.7175665Z [00:02:34.464]➜  github.com/ipfs/go-ipld-cbor
2025-08-20T18:58:57.7176564Z [00:02:34.464]➜  mkdir -p $WORK/b806/
2025-08-20T18:58:57.7179101Z [00:02:34.464]➜  cat >/tmp/go-build693841089/b806/importcfg << 'EOF' # internal
2025-08-20T18:58:57.7179617Z [00:02:34.464]➜  # import config
2025-08-20T18:58:57.7180725Z [00:02:34.464]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:57.7181147Z [00:02:34.464]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.7181560Z [00:02:34.464]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.7182002Z [00:02:34.464]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:57.7182454Z [00:02:34.464]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.7182863Z [00:02:34.464]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.7183358Z [00:02:34.464]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.7183911Z [00:02:34.464]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.7184490Z [00:02:34.464]➜  packagefile github.com/ipfs/go-ipld-cbor/encoding=/tmp/go-build693841089/b807/_pkg_.a
2025-08-20T18:58:57.7185336Z [00:02:34.464]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:57.7185934Z [00:02:34.464]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:57.7186527Z [00:02:34.464]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build693841089/b624/_pkg_.a
2025-08-20T18:58:57.7187369Z [00:02:34.464]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:58:57.7188062Z [00:02:34.464]➜  packagefile github.com/polydawn/refmt/pretty=/tmp/go-build693841089/b809/_pkg_.a
2025-08-20T18:58:57.7188651Z [00:02:34.464]➜  packagefile github.com/polydawn/refmt/shared=/tmp/go-build693841089/b611/_pkg_.a
2025-08-20T18:58:57.7189248Z [00:02:34.464]➜  packagefile github.com/whyrusleeping/cbor-gen=/tmp/go-build693841089/b810/_pkg_.a
2025-08-20T18:58:57.7189736Z [00:02:34.464]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.7190137Z [00:02:34.464]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.7190548Z [00:02:34.464]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:57.7190963Z [00:02:34.464]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:57.7191375Z [00:02:34.464]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.7191685Z [00:02:34.464]➜  EOF
2025-08-20T18:58:57.7194237Z [00:02:34.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0=>github.com/ipfs/go-ipld-cbor@v0.1.0;$WORK/b806=>" -p github.com/ipfs/go-ipld-cbor -lang=go1.20 -complete -installsuffix shared -buildid bldcnsHHL2ViPonFNN7q/bldcnsHHL2ViPonFNN7q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/node.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/readable.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/refmt.go /root/go/pkg/mod/github.com/ipfs/go-ipld-cbor@v0.1.0/store.go
2025-08-20T18:58:57.7699365Z [00:02:34.517]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T18:58:57.7740545Z [00:02:34.521]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/c2/c29e49ac18e36a1e86d0be368e8d1fd4a680a2cc6455ce40c8c5a2851931d0e2-d # internal
2025-08-20T18:58:57.7747737Z [00:02:34.521]➜  github.com/ipfs/go-ipfs-exchange-interface
2025-08-20T18:58:57.7748115Z [00:02:34.521]➜  mkdir -p $WORK/b818/
2025-08-20T18:58:57.7756443Z [00:02:34.523]➜  cat >/tmp/go-build693841089/b818/importcfg << 'EOF' # internal
2025-08-20T18:58:57.7757291Z [00:02:34.523]➜  # import config
2025-08-20T18:58:57.7759724Z [00:02:34.523]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.7760256Z [00:02:34.523]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.7760807Z [00:02:34.523]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.7761307Z [00:02:34.523]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.7761608Z [00:02:34.523]➜  EOF
2025-08-20T18:58:57.7763593Z [00:02:34.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-exchange-interface@v0.2.1=>github.com/ipfs/go-ipfs-exchange-interface@v0.2.1;$WORK/b818=>" -p github.com/ipfs/go-ipfs-exchange-interface -lang=go1.19 -complete -installsuffix shared -buildid iyIDfF3Y23_-5IuHW_SV/iyIDfF3Y23_-5IuHW_SV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-exchange-interface@v0.2.1/interface.go
2025-08-20T18:58:57.7878945Z [00:02:34.535]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T18:58:57.7892557Z [00:02:34.537]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/52/52f786207f539d20dec77bd3b17e48c4336c2667315fe9804550b40516c68ec9-d # internal
2025-08-20T18:58:57.7893770Z [00:02:34.537]➜  github.com/ipfs/go-ipfs-blockstore
2025-08-20T18:58:57.7894450Z [00:02:34.537]➜  mkdir -p $WORK/b814/
2025-08-20T18:58:57.7905607Z [00:02:34.538]➜  cat >/tmp/go-build693841089/b814/importcfg << 'EOF' # internal
2025-08-20T18:58:57.7906301Z [00:02:34.538]➜  # import config
2025-08-20T18:58:57.7907028Z [00:02:34.538]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.7907554Z [00:02:34.538]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.7910211Z [00:02:34.538]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.7910804Z [00:02:34.538]➜  packagefile github.com/hashicorp/golang-lru=/tmp/go-build693841089/b815/_pkg_.a
2025-08-20T18:58:57.7911377Z [00:02:34.538]➜  packagefile github.com/ipfs/bbloom=/tmp/go-build693841089/b566/_pkg_.a
2025-08-20T18:58:57.7911926Z [00:02:34.538]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.7912483Z [00:02:34.538]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.7913028Z [00:02:34.538]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:57.7913623Z [00:02:34.538]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build693841089/b574/_pkg_.a
2025-08-20T18:58:57.7914229Z [00:02:34.538]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:57.7915002Z [00:02:34.538]➜  packagefile github.com/ipfs/go-ipfs-ds-help=/tmp/go-build693841089/b816/_pkg_.a
2025-08-20T18:58:57.7915734Z [00:02:34.538]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:57.7916341Z [00:02:34.538]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:57.7916917Z [00:02:34.538]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:57.7917528Z [00:02:34.538]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:57.7918256Z [00:02:34.538]➜  packagefile go.uber.org/atomic=/tmp/go-build693841089/b817/_pkg_.a
2025-08-20T18:58:57.7918690Z [00:02:34.538]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.7919080Z [00:02:34.538]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:57.7919480Z [00:02:34.538]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.7919913Z [00:02:34.538]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:57.7920336Z [00:02:34.538]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:57.7920638Z [00:02:34.538]➜  EOF
2025-08-20T18:58:57.7923727Z [00:02:34.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-blockstore@v1.3.1=>github.com/ipfs/go-ipfs-blockstore@v1.3.1;$WORK/b814=>" -p github.com/ipfs/go-ipfs-blockstore -lang=go1.19 -complete -installsuffix shared -buildid H9luzg2jWz4d6uiGheES/H9luzg2jWz4d6uiGheES -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-blockstore@v1.3.1/arc_cache.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-blockstore@v1.3.1/blockstore.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-blockstore@v1.3.1/bloom_cache.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-blockstore@v1.3.1/caching.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-blockstore@v1.3.1/idstore.go
2025-08-20T18:58:57.7946973Z [00:02:34.542]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T18:58:57.7965901Z [00:02:34.544]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/c1/c1e0436b9d7432e535e6f9dcde80a9a7530cb8371947b710b9851488a7868e20-d # internal
2025-08-20T18:58:57.7987547Z [00:02:34.544]➜  github.com/ipfs/go-verifcid
2025-08-20T18:58:57.7987872Z [00:02:34.544]➜  mkdir -p $WORK/b819/
2025-08-20T18:58:57.7988240Z [00:02:34.544]➜  cat >/tmp/go-build693841089/b819/importcfg << 'EOF' # internal
2025-08-20T18:58:57.7988600Z [00:02:34.544]➜  # import config
2025-08-20T18:58:57.7988922Z [00:02:34.544]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.7989384Z [00:02:34.544]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.7989966Z [00:02:34.544]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:57.7990373Z [00:02:34.544]➜  EOF
2025-08-20T18:58:57.7992446Z [00:02:34.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-verifcid@v0.0.3=>github.com/ipfs/go-verifcid@v0.0.3;$WORK/b819=>" -p github.com/ipfs/go-verifcid -lang=go1.19 -complete -installsuffix shared -buildid PJVw4f24PA80hBYyLCVn/PJVw4f24PA80hBYyLCVn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-verifcid@v0.0.3/validate.go
2025-08-20T18:58:57.8086425Z [00:02:34.556]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T18:58:57.8098801Z [00:02:34.557]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/20/20af80f64205071196a97ccf59b0c8fd57b0de4b7c43526703ce794aadac4c0b-d # internal
2025-08-20T18:58:57.8099505Z [00:02:34.557]➜  github.com/ipfs/go-merkledag/pb
2025-08-20T18:58:57.8099813Z [00:02:34.557]➜  mkdir -p $WORK/b820/
2025-08-20T18:58:57.8100209Z [00:02:34.557]➜  cat >/tmp/go-build693841089/b820/importcfg << 'EOF' # internal
2025-08-20T18:58:57.8100555Z [00:02:34.557]➜  # import config
2025-08-20T18:58:57.8100901Z [00:02:34.557]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.8101592Z [00:02:34.557]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.8102184Z [00:02:34.557]➜  packagefile github.com/gogo/protobuf/gogoproto=/tmp/go-build693841089/b581/_pkg_.a
2025-08-20T18:58:57.8102775Z [00:02:34.557]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:57.8103250Z [00:02:34.557]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.8103868Z [00:02:34.557]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.8104286Z [00:02:34.557]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:57.8104928Z [00:02:34.557]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:57.8105429Z [00:02:34.557]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.8105738Z [00:02:34.557]➜  EOF
2025-08-20T18:58:57.8119401Z [00:02:34.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/pb=>github.com/ipfs/go-merkledag@v0.11.0/pb;$WORK/b820=>" -p github.com/ipfs/go-merkledag/pb -lang=go1.19 -complete -installsuffix shared -buildid 8LLkatRSwwHSXRx_3o-R/8LLkatRSwwHSXRx_3o-R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/pb/merkledag.pb.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/pb/upgrade_check.go
2025-08-20T18:58:57.8123600Z [00:02:34.560]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T18:58:57.8137511Z [00:02:34.561]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/2a/2a7730db33ab616624f1eab5e164c79768189da1711c23e282b3506c56958192-d # internal
2025-08-20T18:58:57.8140812Z [00:02:34.561]➜  github.com/ipld/go-car/util
2025-08-20T18:58:57.8141202Z [00:02:34.561]➜  mkdir -p $WORK/b821/
2025-08-20T18:58:57.8141588Z [00:02:34.561]➜  cat >/tmp/go-build693841089/b821/importcfg << 'EOF' # internal
2025-08-20T18:58:57.8141939Z [00:02:34.561]➜  # import config
2025-08-20T18:58:57.8142269Z [00:02:34.561]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:57.8142679Z [00:02:34.561]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.8143119Z [00:02:34.561]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:57.8143557Z [00:02:34.561]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.8143966Z [00:02:34.561]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.8144426Z [00:02:34.561]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.8145214Z [00:02:34.561]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:57.8145761Z [00:02:34.561]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.8146057Z [00:02:34.561]➜  EOF
2025-08-20T18:58:57.8152714Z [00:02:34.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car@v0.6.2/util=>github.com/ipld/go-car@v0.6.2/util;$WORK/b821=>" -p github.com/ipld/go-car/util -lang=go1.19 -complete -installsuffix shared -buildid a4FRnPAlUNX84HFQB6A2/a4FRnPAlUNX84HFQB6A2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car@v0.6.2/util/util.go
2025-08-20T18:58:57.8498632Z [00:02:34.597]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T18:58:57.8508273Z [00:02:34.598]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/ca/ca1a29a806eb5f1e0290dd7c2b8b40ec39158c62f13979b59b987d33026e0222-d # internal
2025-08-20T18:58:57.8513632Z [00:02:34.599]➜  github.com/ipld/go-car/v2/internal/io
2025-08-20T18:58:57.8514116Z [00:02:34.599]➜  mkdir -p $WORK/b824/
2025-08-20T18:58:57.8524102Z [00:02:34.600]➜  cat >/tmp/go-build693841089/b824/importcfg << 'EOF' # internal
2025-08-20T18:58:57.8526037Z [00:02:34.600]➜  # import config
2025-08-20T18:58:57.8526608Z [00:02:34.600]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.8527104Z [00:02:34.600]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.8527514Z [00:02:34.600]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.8527818Z [00:02:34.600]➜  EOF
2025-08-20T18:58:57.8565447Z [00:02:34.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/io=>github.com/ipld/go-car/v2@v2.13.1/internal/io;$WORK/b824=>" -p github.com/ipld/go-car/v2/internal/io -lang=go1.20 -complete -installsuffix shared -buildid KJzbrhkh0eJboVy71Ve2/KJzbrhkh0eJboVy71Ve2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/io/converter.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/io/offset_read_seeker.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/io/offset_write_seeker.go
2025-08-20T18:58:57.9013660Z [00:02:34.649]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T18:58:57.9047738Z [00:02:34.652]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/cf/cf370568a51c9fde5aac6db4291929a69adeaad703aaad95cc4128dc00340495-d # internal
2025-08-20T18:58:57.9048551Z [00:02:34.652]➜  github.com/ipfs/go-blockservice
2025-08-20T18:58:57.9048957Z [00:02:34.652]➜  mkdir -p $WORK/b812/
2025-08-20T18:58:57.9067535Z [00:02:34.654]➜  cat >/tmp/go-build693841089/b812/importcfg << 'EOF' # internal
2025-08-20T18:58:57.9068003Z [00:02:34.654]➜  # import config
2025-08-20T18:58:57.9068350Z [00:02:34.654]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.9068862Z [00:02:34.654]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.9069507Z [00:02:34.654]➜  packagefile github.com/ipfs/go-blockservice/internal=/tmp/go-build693841089/b813/_pkg_.a
2025-08-20T18:58:57.9070096Z [00:02:34.654]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.9070657Z [00:02:34.654]➜  packagefile github.com/ipfs/go-ipfs-blockstore=/tmp/go-build693841089/b814/_pkg_.a
2025-08-20T18:58:57.9071290Z [00:02:34.654]➜  packagefile github.com/ipfs/go-ipfs-exchange-interface=/tmp/go-build693841089/b818/_pkg_.a
2025-08-20T18:58:57.9071892Z [00:02:34.654]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:57.9072449Z [00:02:34.654]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:57.9073039Z [00:02:34.654]➜  packagefile github.com/ipfs/go-verifcid=/tmp/go-build693841089/b819/_pkg_.a
2025-08-20T18:58:57.9073614Z [00:02:34.654]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:57.9074196Z [00:02:34.654]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:57.9075168Z [00:02:34.654]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.9075642Z [00:02:34.654]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.9075954Z [00:02:34.654]➜  EOF
2025-08-20T18:58:57.9077777Z [00:02:34.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-blockservice@v0.5.2=>github.com/ipfs/go-blockservice@v0.5.2;$WORK/b812=>" -p github.com/ipfs/go-blockservice -lang=go1.19 -complete -installsuffix shared -buildid 0Y8SWxDpDoPv3wXkqp7v/0Y8SWxDpDoPv3wXkqp7v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-blockservice@v0.5.2/blockservice.go
2025-08-20T18:58:57.9117020Z [00:02:34.659]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T18:58:57.9137663Z [00:02:34.661]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/80/80329a8db7278d239c408bf6da0d3666ee88f944fd07c08db0ea86cec2113d40-d # internal
2025-08-20T18:58:57.9143626Z [00:02:34.662]➜  github.com/whyrusleeping/cbor/go
2025-08-20T18:58:57.9150773Z [00:02:34.662]➜  mkdir -p $WORK/b826/
2025-08-20T18:58:57.9159962Z [00:02:34.663]➜  cat >/tmp/go-build693841089/b826/importcfg << 'EOF' # internal
2025-08-20T18:58:57.9166282Z [00:02:34.663]➜  # import config
2025-08-20T18:58:57.9166637Z [00:02:34.663]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:57.9167051Z [00:02:34.663]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.9167800Z [00:02:34.663]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.9168190Z [00:02:34.663]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.9168576Z [00:02:34.663]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:57.9168973Z [00:02:34.663]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.9169384Z [00:02:34.663]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:57.9169812Z [00:02:34.663]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:57.9170225Z [00:02:34.663]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:57.9170826Z [00:02:34.663]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.9171140Z [00:02:34.663]➜  EOF
2025-08-20T18:58:57.9173691Z [00:02:34.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_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/b826=>" -p github.com/whyrusleeping/cbor/go -lang=go1.16 -complete -installsuffix shared -buildid lnSRl-vR4eQI5EuNuNFe/lnSRl-vR4eQI5EuNuNFe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/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-20T18:58:57.9188409Z [00:02:34.666]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T18:58:57.9205125Z [00:02:34.667]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/46/46750a5811159cbf9f982f166f9dd15763a760e6f9619f1a4b9d98cf2271b4cd-d # internal
2025-08-20T18:58:57.9205798Z [00:02:34.667]➜  github.com/ipld/go-car/v2/internal/carv1/util
2025-08-20T18:58:57.9206120Z [00:02:34.667]➜  mkdir -p $WORK/b828/
2025-08-20T18:58:57.9207973Z [00:02:34.667]➜  cat >/tmp/go-build693841089/b828/importcfg << 'EOF' # internal
2025-08-20T18:58:57.9208340Z [00:02:34.667]➜  # import config
2025-08-20T18:58:57.9208674Z [00:02:34.667]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.9209147Z [00:02:34.667]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.9209723Z [00:02:34.667]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build693841089/b824/_pkg_.a
2025-08-20T18:58:57.9210650Z [00:02:34.667]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:57.9211309Z [00:02:34.667]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.9211659Z [00:02:34.667]➜  EOF
2025-08-20T18:58:57.9213690Z [00:02:34.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/carv1/util=>github.com/ipld/go-car/v2@v2.13.1/internal/carv1/util;$WORK/b828=>" -p github.com/ipld/go-car/v2/internal/carv1/util -lang=go1.20 -complete -installsuffix shared -buildid lVuvjc3zRENtwPHQTCJO/lVuvjc3zRENtwPHQTCJO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/carv1/util/util.go
2025-08-20T18:58:57.9389924Z [00:02:34.686]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T18:58:57.9401761Z [00:02:34.687]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/1b/1b0bcd84fd00a5becdbc93b76972781ca7f5e3beb3e6a97e687b3aa3a0348ac2-d # internal
2025-08-20T18:58:57.9402578Z [00:02:34.687]➜  github.com/ipld/go-car/v2/internal/carv1
2025-08-20T18:58:57.9402911Z [00:02:34.687]➜  mkdir -p $WORK/b827/
2025-08-20T18:58:57.9403287Z [00:02:34.687]➜  cat >/tmp/go-build693841089/b827/importcfg << 'EOF' # internal
2025-08-20T18:58:57.9403638Z [00:02:34.687]➜  # import config
2025-08-20T18:58:57.9403972Z [00:02:34.687]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.9404383Z [00:02:34.687]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.9405413Z [00:02:34.687]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.9405966Z [00:02:34.687]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.9406502Z [00:02:34.687]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build693841089/b806/_pkg_.a
2025-08-20T18:58:57.9407129Z [00:02:34.687]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build693841089/b828/_pkg_.a
2025-08-20T18:58:57.9407782Z [00:02:34.687]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build693841089/b824/_pkg_.a
2025-08-20T18:58:57.9408276Z [00:02:34.687]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.9408766Z [00:02:34.687]➜  EOF
2025-08-20T18:58:57.9410965Z [00:02:34.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/carv1=>github.com/ipld/go-car/v2@v2.13.1/internal/carv1;$WORK/b827=>" -p github.com/ipld/go-car/v2/internal/carv1 -lang=go1.20 -complete -installsuffix shared -buildid oKhMIBOnDwQGb8lrdONM/oKhMIBOnDwQGb8lrdONM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/carv1/car.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/carv1/doc.go
2025-08-20T18:58:57.9807970Z [00:02:34.728]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T18:58:57.9812681Z [00:02:34.729]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T18:58:57.9820841Z [00:02:34.729]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/9d/9dc080649fe1c281cbba478916d3846ba4c59165e815a152e2b4de82a1955246-d # internal
2025-08-20T18:58:57.9847610Z [00:02:34.730]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/74/749a36d67ffe80f2b9e352f55b6d9a7bafc07ec95c257fb5de3508a90daeaed6-d # internal
2025-08-20T18:58:57.9848322Z [00:02:34.730]➜  golang.org/x/exp/mmap
2025-08-20T18:58:57.9848633Z [00:02:34.730]➜  mkdir -p $WORK/b830/
2025-08-20T18:58:57.9849001Z [00:02:34.731]➜  cat >/tmp/go-build693841089/b830/importcfg << 'EOF' # internal
2025-08-20T18:58:57.9849342Z [00:02:34.731]➜  # import config
2025-08-20T18:58:57.9849675Z [00:02:34.731]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.9850085Z [00:02:34.731]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.9850477Z [00:02:34.731]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:57.9851130Z [00:02:34.731]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:57.9851723Z [00:02:34.731]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:57.9852203Z [00:02:34.731]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:57.9852541Z [00:02:34.731]➜  EOF
2025-08-20T18:58:57.9854501Z [00:02:34.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/mmap=>golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/mmap;$WORK/b830=>" -p golang.org/x/exp/mmap -lang=go1.20 -complete -installsuffix shared -buildid 6RJAhX5H0zFM0ae-LYc4/6RJAhX5H0zFM0ae-LYc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/mmap/mmap_unix.go
2025-08-20T18:58:57.9856515Z [00:02:34.731]➜  github.com/ipfs/go-merkledag
2025-08-20T18:58:57.9856811Z [00:02:34.731]➜  mkdir -p $WORK/b811/
2025-08-20T18:58:57.9866652Z [00:02:34.734]➜  cat >/tmp/go-build693841089/b811/importcfg << 'EOF' # internal
2025-08-20T18:58:57.9867098Z [00:02:34.734]➜  # import config
2025-08-20T18:58:57.9867444Z [00:02:34.734]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:57.9867884Z [00:02:34.734]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:57.9868318Z [00:02:34.734]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:57.9869027Z [00:02:34.734]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:57.9869522Z [00:02:34.734]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:57.9870101Z [00:02:34.734]➜  packagefile github.com/ipfs/go-blockservice=/tmp/go-build693841089/b812/_pkg_.a
2025-08-20T18:58:57.9870650Z [00:02:34.734]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:57.9871198Z [00:02:34.734]➜  packagefile github.com/ipfs/go-ipfs-util=/tmp/go-build693841089/b573/_pkg_.a
2025-08-20T18:58:57.9871777Z [00:02:34.734]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:57.9872536Z [00:02:34.734]➜  packagefile github.com/ipfs/go-ipld-legacy=/tmp/go-build693841089/b584/_pkg_.a
2025-08-20T18:58:57.9873084Z [00:02:34.734]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:57.9873645Z [00:02:34.734]➜  packagefile github.com/ipfs/go-merkledag/pb=/tmp/go-build693841089/b820/_pkg_.a
2025-08-20T18:58:57.9874273Z [00:02:34.734]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:57.9874978Z [00:02:34.734]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:57.9875590Z [00:02:34.734]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/tmp/go-build693841089/b617/_pkg_.a
2025-08-20T18:58:57.9876223Z [00:02:34.734]➜  packagefile github.com/ipld/go-ipld-prime/fluent/qp=/tmp/go-build693841089/b618/_pkg_.a
2025-08-20T18:58:57.9876857Z [00:02:34.734]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:57.9877498Z [00:02:34.734]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:57.9878119Z [00:02:34.734]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:57.9878759Z [00:02:34.734]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:58:57.9879274Z [00:02:34.734]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:57.9879671Z [00:02:34.734]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:57.9880079Z [00:02:34.734]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:57.9880483Z [00:02:34.734]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:57.9880936Z [00:02:34.734]➜  EOF
2025-08-20T18:58:57.9884841Z [00:02:34.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0=>github.com/ipfs/go-merkledag@v0.11.0;$WORK/b811=>" -p github.com/ipfs/go-merkledag -lang=go1.19 -complete -installsuffix shared -buildid RVeKevLnd1ihkMwW2HkC/RVeKevLnd1ihkMwW2HkC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/coding.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/errservice.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/merkledag.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/node.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/prime.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/raw.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/readonly.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/rwservice.go /root/go/pkg/mod/github.com/ipfs/go-merkledag@v0.11.0/session.go
2025-08-20T18:58:58.0121607Z [00:02:34.759]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T18:58:58.0123793Z [00:02:34.760]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/86/861417a4f3109b2756c5bd59be2a7ec02da546473980c24ca2e3d4f4370fa60c-d # internal
2025-08-20T18:58:58.0147147Z [00:02:34.760]➜  github.com/ipld/go-ipld-prime/codec/cbor
2025-08-20T18:58:58.0148322Z [00:02:34.760]➜  mkdir -p $WORK/b833/
2025-08-20T18:58:58.0149130Z [00:02:34.760]➜  cat >/tmp/go-build693841089/b833/importcfg << 'EOF' # internal
2025-08-20T18:58:58.0149481Z [00:02:34.760]➜  # import config
2025-08-20T18:58:58.0149927Z [00:02:34.760]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:58.0150578Z [00:02:34.760]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build693841089/b623/_pkg_.a
2025-08-20T18:58:58.0151232Z [00:02:34.760]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:58.0151886Z [00:02:34.760]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:58.0152394Z [00:02:34.760]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.0152889Z [00:02:34.760]➜  EOF
2025-08-20T18:58:58.0155025Z [00:02:34.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_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/b833=>" -p github.com/ipld/go-ipld-prime/codec/cbor -lang=go1.19 -complete -installsuffix shared -buildid Ks6gml8iqsYjEMZPyGHE/Ks6gml8iqsYjEMZPyGHE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/cbor/multicodec.go
2025-08-20T18:58:58.0285387Z [00:02:34.776]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T18:58:58.0290704Z [00:02:34.777]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/dc/dcffae373046f1d864088d381a65ec879830342ed46a77bf9dfc900d20903f5e-d # internal
2025-08-20T18:58:58.0291891Z [00:02:34.777]➜  github.com/ipld/go-ipld-prime/codec/json
2025-08-20T18:58:58.0292687Z [00:02:34.777]➜  mkdir -p $WORK/b834/
2025-08-20T18:58:58.0296782Z [00:02:34.777]➜  cat >/tmp/go-build693841089/b834/importcfg << 'EOF' # internal
2025-08-20T18:58:58.0297188Z [00:02:34.777]➜  # import config
2025-08-20T18:58:58.0297641Z [00:02:34.777]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:58:58.0298307Z [00:02:34.777]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build693841089/b606/_pkg_.a
2025-08-20T18:58:58.0298958Z [00:02:34.777]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:58.0299588Z [00:02:34.777]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:58.0300455Z [00:02:34.777]➜  packagefile github.com/polydawn/refmt/json=/tmp/go-build693841089/b607/_pkg_.a
2025-08-20T18:58:58.0301099Z [00:02:34.777]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.0301449Z [00:02:34.777]➜  EOF
2025-08-20T18:58:58.0303440Z [00:02:34.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_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/b834=>" -p github.com/ipld/go-ipld-prime/codec/json -lang=go1.19 -complete -installsuffix shared -buildid ApYzEZ8zL-nlbGCYPn98/ApYzEZ8zL-nlbGCYPn98 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/codec/json/multicodec.go
2025-08-20T18:58:58.0575875Z [00:02:34.805]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T18:58:58.0606908Z [00:02:34.808]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T18:58:58.0619780Z [00:02:34.809]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/af/af39d0a9dffde0d76cf60f222db2085a609980aa51f7dbe978c83ff03d836963-d # internal
2025-08-20T18:58:58.0622180Z [00:02:34.809]➜  github.com/ipld/go-ipld-prime/traversal/selector/parse
2025-08-20T18:58:58.0622884Z [00:02:34.809]➜  mkdir -p $WORK/b835/
2025-08-20T18:58:58.0623260Z [00:02:34.809]➜  cat >/tmp/go-build693841089/b835/importcfg << 'EOF' # internal
2025-08-20T18:58:58.0623600Z [00:02:34.809]➜  # import config
2025-08-20T18:58:58.0624068Z [00:02:34.809]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build693841089/b606/_pkg_.a
2025-08-20T18:58:58.0625053Z [00:02:34.809]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:58.0625710Z [00:02:34.809]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:58.0626395Z [00:02:34.809]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:58.0626951Z [00:02:34.809]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.0627260Z [00:02:34.809]➜  EOF
2025-08-20T18:58:58.0629580Z [00:02:34.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_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/b835=>" -p github.com/ipld/go-ipld-prime/traversal/selector/parse -lang=go1.19 -complete -installsuffix shared -buildid -WLwjjAoyGaTtmdQgXMv/-WLwjjAoyGaTtmdQgXMv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-ipld-prime@v0.21.0/traversal/selector/parse/selector_parse.go
2025-08-20T18:58:58.0853632Z [00:02:34.832]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T18:58:58.0865295Z [00:02:34.833]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/28/286e8f6ba3362af0ca2a6de5419668db5db8fdfd76239c7f8aa7e1c0bd9ac6d9-d # internal
2025-08-20T18:58:58.0865954Z [00:02:34.833]➜  github.com/libp2p/go-doh-resolver
2025-08-20T18:58:58.0866269Z [00:02:34.834]➜  mkdir -p $WORK/b836/
2025-08-20T18:58:58.0866654Z [00:02:34.834]➜  cat >/tmp/go-build693841089/b836/importcfg << 'EOF' # internal
2025-08-20T18:58:58.0867005Z [00:02:34.834]➜  # import config
2025-08-20T18:58:58.0867340Z [00:02:34.834]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.0867754Z [00:02:34.834]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.0868170Z [00:02:34.834]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.0868639Z [00:02:34.834]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:58.0869158Z [00:02:34.834]➜  packagefile github.com/miekg/dns=/tmp/go-build693841089/b701/_pkg_.a
2025-08-20T18:58:58.0869743Z [00:02:34.834]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:58:58.0870723Z [00:02:34.834]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:58.0871373Z [00:02:34.834]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:58.0871858Z [00:02:34.834]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:58.0872282Z [00:02:34.834]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:58.0872700Z [00:02:34.834]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.0873105Z [00:02:34.834]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.0873508Z [00:02:34.834]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.0873808Z [00:02:34.834]➜  EOF
2025-08-20T18:58:58.0876226Z [00:02:34.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-doh-resolver@v0.4.0=>github.com/libp2p/go-doh-resolver@v0.4.0;$WORK/b836=>" -p github.com/libp2p/go-doh-resolver -lang=go1.16 -complete -installsuffix shared -buildid okUqvotsi1zCjdTaBSWL/okUqvotsi1zCjdTaBSWL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-doh-resolver@v0.4.0/request.go /root/go/pkg/mod/github.com/libp2p/go-doh-resolver@v0.4.0/resolver.go
2025-08-20T18:58:58.0890629Z [00:02:34.836]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/21/2140514d4935caa4050e6cbe4ede725334d9c5fc435219d4c97315db9df624e5-d # internal
2025-08-20T18:58:58.0891444Z [00:02:34.836]➜  github.com/ipfs/go-unixfsnode/directory
2025-08-20T18:58:58.0892195Z [00:02:34.836]➜  mkdir -p $WORK/b800/
2025-08-20T18:58:58.0892707Z [00:02:34.837]➜  cat >/tmp/go-build693841089/b800/importcfg << 'EOF' # internal
2025-08-20T18:58:58.0893166Z [00:02:34.837]➜  # import config
2025-08-20T18:58:58.0893614Z [00:02:34.837]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.0894244Z [00:02:34.837]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build693841089/b799/_pkg_.a
2025-08-20T18:58:58.0895105Z [00:02:34.837]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build693841089/b801/_pkg_.a
2025-08-20T18:58:58.0895853Z [00:02:34.837]➜  packagefile github.com/ipfs/go-unixfsnode/utils=/tmp/go-build693841089/b802/_pkg_.a
2025-08-20T18:58:58.0896590Z [00:02:34.837]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:58.0897296Z [00:02:34.837]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.0898036Z [00:02:34.837]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:58.0898539Z [00:02:34.837]➜  EOF
2025-08-20T18:58:58.0900694Z [00:02:34.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/directory=>github.com/ipfs/go-unixfsnode@v1.9.0/directory;$WORK/b800=>" -p github.com/ipfs/go-unixfsnode/directory -lang=go1.20 -complete -installsuffix shared -buildid dhS34lzDCnmaX-wtd0jh/dhS34lzDCnmaX-wtd0jh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/directory/basicdir.go
2025-08-20T18:58:58.1383398Z [00:02:34.885]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T18:58:58.1408494Z [00:02:34.888]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/fd/fd1c247ef9183cab0c8db84e97c047d1863ae28e8cc285064af5cb9a4b0c9a65-d # internal
2025-08-20T18:58:58.1409636Z [00:02:34.888]➜  github.com/ipfs/go-unixfsnode/file
2025-08-20T18:58:58.1410005Z [00:02:34.888]➜  mkdir -p $WORK/b803/
2025-08-20T18:58:58.1418140Z [00:02:34.889]➜  cat >/tmp/go-build693841089/b803/importcfg << 'EOF' # internal
2025-08-20T18:58:58.1418638Z [00:02:34.889]➜  # import config
2025-08-20T18:58:58.1418984Z [00:02:34.889]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.1419461Z [00:02:34.889]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.1420049Z [00:02:34.889]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build693841089/b799/_pkg_.a
2025-08-20T18:58:58.1420978Z [00:02:34.889]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:58.1421623Z [00:02:34.889]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.1422204Z [00:02:34.889]➜  packagefile github.com/ipld/go-ipld-prime/adl=/tmp/go-build693841089/b586/_pkg_.a
2025-08-20T18:58:58.1422983Z [00:02:34.889]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:58.1423622Z [00:02:34.889]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:58.1424275Z [00:02:34.889]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:58.1425068Z [00:02:34.889]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:58.1425580Z [00:02:34.889]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.1425979Z [00:02:34.889]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.1426281Z [00:02:34.889]➜  EOF
2025-08-20T18:58:58.1429083Z [00:02:34.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/file=>github.com/ipfs/go-unixfsnode@v1.9.0/file;$WORK/b803=>" -p github.com/ipfs/go-unixfsnode/file -lang=go1.20 -complete -installsuffix shared -buildid BTTiy0Hn0KAWDoTHatRd/BTTiy0Hn0KAWDoTHatRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/file/deferred.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/file/file.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/file/shard.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/file/wrapped.go
2025-08-20T18:58:58.1463624Z [00:02:34.893]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T18:58:58.1464404Z [00:02:34.894]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/9e/9e3a4cb3a12733ce6d95812a0000b12cea49ace9bd34f63d882eece300447a4c-d # internal
2025-08-20T18:58:58.1465152Z [00:02:34.894]➜  github.com/ipfs/go-unixfsnode/hamt
2025-08-20T18:58:58.1465461Z [00:02:34.894]➜  mkdir -p $WORK/b804/
2025-08-20T18:58:58.1471038Z [00:02:34.895]➜  cat >/tmp/go-build693841089/b804/importcfg << 'EOF' # internal
2025-08-20T18:58:58.1472856Z [00:02:34.895]➜  # import config
2025-08-20T18:58:58.1473478Z [00:02:34.895]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.1473904Z [00:02:34.895]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.1474388Z [00:02:34.895]➜  packagefile github.com/ipfs/go-bitfield=/tmp/go-build693841089/b728/_pkg_.a
2025-08-20T18:58:58.1475100Z [00:02:34.895]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build693841089/b799/_pkg_.a
2025-08-20T18:58:58.1476037Z [00:02:34.895]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build693841089/b801/_pkg_.a
2025-08-20T18:58:58.1476704Z [00:02:34.895]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:58.1477284Z [00:02:34.895]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.1477873Z [00:02:34.895]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:58.1478458Z [00:02:34.895]➜  packagefile github.com/spaolacci/murmur3=/tmp/go-build693841089/b355/_pkg_.a
2025-08-20T18:58:58.1478959Z [00:02:34.895]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:58:58.1479277Z [00:02:34.895]➜  EOF
2025-08-20T18:58:58.1481785Z [00:02:34.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/hamt=>github.com/ipfs/go-unixfsnode@v1.9.0/hamt;$WORK/b804=>" -p github.com/ipfs/go-unixfsnode/hamt -lang=go1.20 -complete -installsuffix shared -buildid ZOv2R3IS2aSZ8nbP8yU6/ZOv2R3IS2aSZ8nbP8yU6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/hamt/errors.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/hamt/shardeddir.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/hamt/util.go
2025-08-20T18:58:58.1518406Z [00:02:34.899]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T18:58:58.1542939Z [00:02:34.902]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T18:58:58.1577453Z [00:02:34.905]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/95/9538924b1d8679fce11c82443a0bb1a43f16cd70ecfece65a11ab78e9dfbaa25-d # internal
2025-08-20T18:58:58.1582668Z [00:02:34.906]➜  github.com/ipld/go-car
2025-08-20T18:58:58.1583651Z [00:02:34.906]➜  mkdir -p $WORK/b805/
2025-08-20T18:58:58.1584271Z [00:02:34.906]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/e9/e9232513660f763ae30f56b0ac9a772911d8a5ace6fff6677b61cfd790b01e50-d # internal
2025-08-20T18:58:58.1585383Z [00:02:34.906]➜  github.com/ipld/go-car/v2/index
2025-08-20T18:58:58.1585738Z [00:02:34.906]➜  mkdir -p $WORK/b823/
2025-08-20T18:58:58.1592866Z [00:02:34.907]➜  cat >/tmp/go-build693841089/b823/importcfg << 'EOF' # internal
2025-08-20T18:58:58.1594027Z [00:02:34.907]➜  # import config
2025-08-20T18:58:58.1594857Z [00:02:34.907]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.1595815Z [00:02:34.907]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:58.1596314Z [00:02:34.907]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.1596726Z [00:02:34.907]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.1597196Z [00:02:34.907]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.1597769Z [00:02:34.907]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build693841089/b824/_pkg_.a
2025-08-20T18:58:58.1598393Z [00:02:34.907]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:58.1599029Z [00:02:34.907]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:58.1599639Z [00:02:34.907]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:58.1600265Z [00:02:34.907]➜  packagefile github.com/petar/GoLLRB/llrb=/tmp/go-build693841089/b825/_pkg_.a
2025-08-20T18:58:58.1600847Z [00:02:34.907]➜  packagefile github.com/whyrusleeping/cbor/go=/tmp/go-build693841089/b826/_pkg_.a
2025-08-20T18:58:58.1601326Z [00:02:34.907]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.1601719Z [00:02:34.907]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:58.1602020Z [00:02:34.907]➜  EOF
2025-08-20T18:58:58.1605501Z [00:02:34.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index=>github.com/ipld/go-car/v2@v2.13.1/index;$WORK/b823=>" -p github.com/ipld/go-car/v2/index -lang=go1.20 -complete -installsuffix shared -buildid xmev6j_mOCzHAeXop5X8/xmev6j_mOCzHAeXop5X8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index/doc.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index/errors.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index/index.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index/indexsorted.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index/insertionindex.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index/mhindexsorted.go
2025-08-20T18:58:58.1608269Z [00:02:34.907]➜  cat >/tmp/go-build693841089/b805/importcfg << 'EOF' # internal
2025-08-20T18:58:58.1608616Z [00:02:34.907]➜  # import config
2025-08-20T18:58:58.1608944Z [00:02:34.907]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:58.1609349Z [00:02:34.907]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.1609879Z [00:02:34.907]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.1610358Z [00:02:34.907]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.1610760Z [00:02:34.907]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.1611248Z [00:02:34.907]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:58.1611964Z [00:02:34.907]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.1612506Z [00:02:34.907]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build693841089/b806/_pkg_.a
2025-08-20T18:58:58.1613065Z [00:02:34.907]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:58.1613626Z [00:02:34.907]➜  packagefile github.com/ipfs/go-merkledag=/tmp/go-build693841089/b811/_pkg_.a
2025-08-20T18:58:58.1614178Z [00:02:34.907]➜  packagefile github.com/ipld/go-car/util=/tmp/go-build693841089/b821/_pkg_.a
2025-08-20T18:58:58.1614870Z [00:02:34.907]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:58.1615483Z [00:02:34.907]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.1616253Z [00:02:34.907]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/tmp/go-build693841089/b617/_pkg_.a
2025-08-20T18:58:58.1616888Z [00:02:34.907]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:58.1617528Z [00:02:34.907]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:58:58.1618149Z [00:02:34.907]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:58:58.1618814Z [00:02:34.907]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:58.1619350Z [00:02:34.907]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.1619748Z [00:02:34.907]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:58.1620147Z [00:02:34.907]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.1620450Z [00:02:34.907]➜  EOF
2025-08-20T18:58:58.1622468Z [00:02:34.907]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car@v0.6.2=>github.com/ipld/go-car@v0.6.2;$WORK/b805=>" -p github.com/ipld/go-car -lang=go1.19 -complete -installsuffix shared -buildid iWZCSCxv_ILFA1lXuiER/iWZCSCxv_ILFA1lXuiER -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car@v0.6.2/car.go /root/go/pkg/mod/github.com/ipld/go-car@v0.6.2/options.go /root/go/pkg/mod/github.com/ipld/go-car@v0.6.2/selectivecar.go
2025-08-20T18:58:58.2173514Z [00:02:34.964]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T18:58:58.2174576Z [00:02:34.965]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/dc/dcd759abde017579506a21210b196b2eefe0640a7836f878f403e86d5fd65406-d # internal
2025-08-20T18:58:58.2195120Z [00:02:34.967]➜  github.com/Jorropo/jsync
2025-08-20T18:58:58.2195895Z [00:02:34.967]➜  mkdir -p $WORK/b838/
2025-08-20T18:58:58.2206051Z [00:02:34.968]➜  cat >/tmp/go-build693841089/b838/importcfg << 'EOF' # internal
2025-08-20T18:58:58.2207405Z [00:02:34.968]➜  # import config
2025-08-20T18:58:58.2207825Z [00:02:34.968]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.2208287Z [00:02:34.968]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:58.2208611Z [00:02:34.968]➜  EOF
2025-08-20T18:58:58.2210508Z [00:02:34.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!jorropo/jsync@v1.0.1=>github.com/Jorropo/jsync@v1.0.1;$WORK/b838=>" -p github.com/Jorropo/jsync -lang=go1.20 -complete -installsuffix shared -buildid ndDHbEKlv85uHf6r3wRh/ndDHbEKlv85uHf6r3wRh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/github.com/!jorropo/jsync@v1.0.1/jsync.go
2025-08-20T18:58:58.2212130Z [00:02:34.968]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T18:58:58.2243093Z [00:02:34.971]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/d0/d0d6df0b2c234ca2f0f1d1847f16d1a0481003143a3b6b4205f3c5ae3aa9b426-d # internal
2025-08-20T18:58:58.2243751Z [00:02:34.971]➜  github.com/felixge/httpsnoop
2025-08-20T18:58:58.2244354Z [00:02:34.971]➜  mkdir -p $WORK/b840/
2025-08-20T18:58:58.2245874Z [00:02:34.972]➜  cat >/tmp/go-build693841089/b840/importcfg << 'EOF' # internal
2025-08-20T18:58:58.2246232Z [00:02:34.972]➜  # import config
2025-08-20T18:58:58.2246564Z [00:02:34.972]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:58.2246967Z [00:02:34.972]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.2247358Z [00:02:34.972]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:58.2247777Z [00:02:34.972]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:58.2248194Z [00:02:34.972]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.2248701Z [00:02:34.972]➜  EOF
2025-08-20T18:58:58.2251266Z [00:02:34.972]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b840=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid iZUAvIcyWDvX5uJOIgca/iZUAvIcyWDvX5uJOIgca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/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-20T18:58:58.2510379Z [00:02:34.997]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T18:58:58.2511175Z [00:02:34.998]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/a5/a5f40613d3d53125b3c258e2b1c5faf3f9f329c237b0dc8434eb3e24dba3801c-d # internal
2025-08-20T18:58:58.2511796Z [00:02:34.998]➜  github.com/libp2p/go-libp2p-routing-helpers
2025-08-20T18:58:58.2512126Z [00:02:34.998]➜  mkdir -p $WORK/b837/
2025-08-20T18:58:58.2521087Z [00:02:35.000]➜  cat >/tmp/go-build693841089/b837/importcfg << 'EOF' # internal
2025-08-20T18:58:58.2521594Z [00:02:35.000]➜  # import config
2025-08-20T18:58:58.2522090Z [00:02:35.000]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.2522618Z [00:02:35.000]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.2523120Z [00:02:35.000]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.2525575Z [00:02:35.000]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.2526076Z [00:02:35.000]➜  packagefile github.com/Jorropo/jsync=/tmp/go-build693841089/b838/_pkg_.a
2025-08-20T18:58:58.2526828Z [00:02:35.000]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build693841089/b676/_pkg_.a
2025-08-20T18:58:58.2527476Z [00:02:35.000]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.2528008Z [00:02:35.000]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:58.2528565Z [00:02:35.000]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:58:58.2529240Z [00:02:35.000]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build693841089/b678/_pkg_.a
2025-08-20T18:58:58.2529917Z [00:02:35.000]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:58.2530552Z [00:02:35.000]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:58.2531173Z [00:02:35.000]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:58.2531899Z [00:02:35.000]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:58.2532583Z [00:02:35.000]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:58.2540056Z [00:02:35.000]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:58.2540616Z [00:02:35.000]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:58.2541391Z [00:02:35.000]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.2541801Z [00:02:35.000]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.2542216Z [00:02:35.000]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.2542617Z [00:02:35.000]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.2543037Z [00:02:35.000]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:58.2543466Z [00:02:35.000]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.2543771Z [00:02:35.000]➜  EOF
2025-08-20T18:58:58.2549377Z [00:02:35.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3=>github.com/libp2p/go-libp2p-routing-helpers@v0.7.3;$WORK/b837=>" -p github.com/libp2p/go-libp2p-routing-helpers -lang=go1.20 -complete -installsuffix shared -buildid i9WrtkbADdzbOgOAnzHj/i9WrtkbADdzbOgOAnzHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/bootstrap.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/compconfig.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/composed.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/compparallel.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/compsequential.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/limited.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/null.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/parallel.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-routing-helpers@v0.7.3/tiered.go
2025-08-20T18:58:58.2554192Z [00:02:35.000]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T18:58:58.2601468Z [00:02:35.007]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/1f/1faf9d76cd6172deee4464dcfe6c3e8d39f9eb3e488d61db2c03808de2acb823-d # internal
2025-08-20T18:58:58.2603577Z [00:02:35.008]➜  github.com/ipfs/go-unixfsnode
2025-08-20T18:58:58.2613754Z [00:02:35.008]➜  mkdir -p $WORK/b798/
2025-08-20T18:58:58.2614396Z [00:02:35.009]➜  cat >/tmp/go-build693841089/b798/importcfg << 'EOF' # internal
2025-08-20T18:58:58.2615544Z [00:02:35.009]➜  # import config
2025-08-20T18:58:58.2615987Z [00:02:35.009]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.2617068Z [00:02:35.009]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.2617682Z [00:02:35.009]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build693841089/b799/_pkg_.a
2025-08-20T18:58:58.2618312Z [00:02:35.009]➜  packagefile github.com/ipfs/go-unixfsnode/directory=/tmp/go-build693841089/b800/_pkg_.a
2025-08-20T18:58:58.2618927Z [00:02:35.009]➜  packagefile github.com/ipfs/go-unixfsnode/file=/tmp/go-build693841089/b803/_pkg_.a
2025-08-20T18:58:58.2619530Z [00:02:35.009]➜  packagefile github.com/ipfs/go-unixfsnode/hamt=/tmp/go-build693841089/b804/_pkg_.a
2025-08-20T18:58:58.2620125Z [00:02:35.010]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build693841089/b801/_pkg_.a
2025-08-20T18:58:58.2620723Z [00:02:35.010]➜  packagefile github.com/ipfs/go-unixfsnode/utils=/tmp/go-build693841089/b802/_pkg_.a
2025-08-20T18:58:58.2621308Z [00:02:35.010]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:58.2621881Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.2622613Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:58.2623326Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:58.2623975Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:58.2625057Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:58.2625740Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:58:58.2626409Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:58.2627140Z [00:02:35.010]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/builder=/tmp/go-build693841089/b738/_pkg_.a
2025-08-20T18:58:58.2627708Z [00:02:35.010]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.2628008Z [00:02:35.010]➜  EOF
2025-08-20T18:58:58.2630312Z [00:02:35.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0=>github.com/ipfs/go-unixfsnode@v1.9.0;$WORK/b798=>" -p github.com/ipfs/go-unixfsnode -lang=go1.20 -complete -installsuffix shared -buildid skFKESmsDmkdI9avKafz/skFKESmsDmkdI9avKafz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/pathpbnode.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/reification.go /root/go/pkg/mod/github.com/ipfs/go-unixfsnode@v1.9.0/signaling.go
2025-08-20T18:58:58.2710462Z [00:02:35.019]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T18:58:58.2737837Z [00:02:35.021]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/54/540c25cda76fae247d50a2ab7af365dcfee56a85017cee4e2d6dea8a6534da1f-d # internal
2025-08-20T18:58:58.2745843Z [00:02:35.022]➜  github.com/ipld/go-car/v2/internal/loader
2025-08-20T18:58:58.2746334Z [00:02:35.022]➜  mkdir -p $WORK/b829/
2025-08-20T18:58:58.2756357Z [00:02:35.023]➜  cat >/tmp/go-build693841089/b829/importcfg << 'EOF' # internal
2025-08-20T18:58:58.2756787Z [00:02:35.023]➜  # import config
2025-08-20T18:58:58.2757122Z [00:02:35.023]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.2757613Z [00:02:35.023]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.2761457Z [00:02:35.023]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build693841089/b823/_pkg_.a
2025-08-20T18:58:58.2762134Z [00:02:35.023]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.2762733Z [00:02:35.023]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:58.2763613Z [00:02:35.023]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:58.2764298Z [00:02:35.023]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:58.2764994Z [00:02:35.023]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.2765297Z [00:02:35.023]➜  EOF
2025-08-20T18:58:58.2767609Z [00:02:35.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/loader=>github.com/ipld/go-car/v2@v2.13.1/internal/loader;$WORK/b829=>" -p github.com/ipld/go-car/v2/internal/loader -lang=go1.20 -complete -installsuffix shared -buildid hSZcYzHA8TYlYnQuSM5d/hSZcYzHA8TYlYnQuSM5d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/loader/counting_loader.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/loader/writing_loader.go
2025-08-20T18:58:58.3038177Z [00:02:35.051]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T18:58:58.3041630Z [00:02:35.051]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/b0/b08273deb572dfe8b0362630390734d70ef96c4a4224d146caceaf33502586b1-d # internal
2025-08-20T18:58:58.3049334Z [00:02:35.052]➜  github.com/ipld/go-car/v2
2025-08-20T18:58:58.3051751Z [00:02:35.053]➜  mkdir -p $WORK/b822/
2025-08-20T18:58:58.3060665Z [00:02:35.053]➜  cat >/tmp/go-build693841089/b822/importcfg << 'EOF' # internal
2025-08-20T18:58:58.3061488Z [00:02:35.053]➜  # import config
2025-08-20T18:58:58.3061874Z [00:02:35.053]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.3062294Z [00:02:35.053]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.3062748Z [00:02:35.053]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:58.3063190Z [00:02:35.053]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.3063602Z [00:02:35.053]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.3064105Z [00:02:35.053]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:58.3064803Z [00:02:35.053]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.3065577Z [00:02:35.053]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build693841089/b823/_pkg_.a
2025-08-20T18:58:58.3066187Z [00:02:35.053]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/tmp/go-build693841089/b827/_pkg_.a
2025-08-20T18:58:58.3066849Z [00:02:35.053]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build693841089/b828/_pkg_.a
2025-08-20T18:58:58.3067484Z [00:02:35.053]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build693841089/b824/_pkg_.a
2025-08-20T18:58:58.3068108Z [00:02:35.053]➜  packagefile github.com/ipld/go-car/v2/internal/loader=/tmp/go-build693841089/b829/_pkg_.a
2025-08-20T18:58:58.3068711Z [00:02:35.053]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.3069314Z [00:02:35.054]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:58.3069935Z [00:02:35.054]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:58.3070559Z [00:02:35.054]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:58.3071209Z [00:02:35.054]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:58.3071855Z [00:02:35.054]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:58:58.3072517Z [00:02:35.054]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:58.3073174Z [00:02:35.054]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:58.3073950Z [00:02:35.054]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:58.3074745Z [00:02:35.054]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:58.3075345Z [00:02:35.054]➜  packagefile golang.org/x/exp/mmap=/tmp/go-build693841089/b830/_pkg_.a
2025-08-20T18:58:58.3075789Z [00:02:35.054]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.3076181Z [00:02:35.054]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:58.3076584Z [00:02:35.054]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:58.3076903Z [00:02:35.054]➜  EOF
2025-08-20T18:58:58.3080441Z [00:02:35.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1=>github.com/ipld/go-car/v2@v2.13.1;$WORK/b822=>" -p github.com/ipld/go-car/v2 -lang=go1.20 -complete -installsuffix shared -buildid m4vYUQdkw1eXoqTYzK3X/m4vYUQdkw1eXoqTYzK3X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/block_reader.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/car.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/doc.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/errors.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/index_gen.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/options.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/reader.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/selective.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/writer.go
2025-08-20T18:58:58.3209391Z [00:02:35.068]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T18:58:58.3225991Z [00:02:35.070]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/0c/0c69514c9d560c1d5a77b4b817534057909a5de32d0122ab5cabbf08e17d2198-d # internal
2025-08-20T18:58:58.3227426Z [00:02:35.070]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T18:58:58.3228331Z [00:02:35.070]➜  mkdir -p $WORK/b841/
2025-08-20T18:58:58.3237809Z [00:02:35.071]➜  cat >/tmp/go-build693841089/b841/importcfg << 'EOF' # internal
2025-08-20T18:58:58.3238838Z [00:02:35.071]➜  # import config
2025-08-20T18:58:58.3239619Z [00:02:35.071]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.3240074Z [00:02:35.071]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:58.3240515Z [00:02:35.071]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.3240821Z [00:02:35.071]➜  EOF
2025-08-20T18:58:58.3286067Z [00:02:35.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/request=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/request;$WORK/b841=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.21 -complete -installsuffix shared -buildid tUV5vX7b-e8lO5jMFmjn/tUV5vX7b-e8lO5jMFmjn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/request/body_wrapper.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/request/resp_writer_wrapper.go
2025-08-20T18:58:58.3947129Z [00:02:35.142]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T18:58:58.3948327Z [00:02:35.142]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/37/372e38731ec93415734b829a588077cdcb3a37b9f00b3f49b3fcf8f0f358e110-d # internal
2025-08-20T18:58:58.3949267Z [00:02:35.142]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T18:58:58.3950085Z [00:02:35.142]➜  mkdir -p $WORK/b844/
2025-08-20T18:58:58.3950501Z [00:02:35.142]➜  cat >/tmp/go-build693841089/b844/importcfg << 'EOF' # internal
2025-08-20T18:58:58.3950851Z [00:02:35.142]➜  # import config
2025-08-20T18:58:58.3951563Z [00:02:35.142]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:58.3952038Z [00:02:35.142]➜  EOF
2025-08-20T18:58:58.3956117Z [00:02:35.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0;$WORK/b844=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.21 -complete -installsuffix shared -buildid 1C7Dtl9f8Y322PkxKuon/1C7Dtl9f8Y322PkxKuon -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.20.0/trace.go
2025-08-20T18:58:58.4184805Z [00:02:35.166]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T18:58:58.4268386Z [00:02:35.174]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/0c/0c4642da992cff77fc3de9269aa37ff91273c7460fdff03948a2e2d91a387f2f-d # internal
2025-08-20T18:58:58.4289234Z [00:02:35.176]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T18:58:58.4290319Z [00:02:35.176]➜  mkdir -p $WORK/b845/
2025-08-20T18:58:58.4294178Z [00:02:35.177]➜  cat >/tmp/go-build693841089/b845/importcfg << 'EOF' # internal
2025-08-20T18:58:58.4294732Z [00:02:35.177]➜  # import config
2025-08-20T18:58:58.4295136Z [00:02:35.177]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.4295671Z [00:02:35.177]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build693841089/b555/_pkg_.a
2025-08-20T18:58:58.4296303Z [00:02:35.177]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build693841089/b556/_pkg_.a
2025-08-20T18:58:58.4296721Z [00:02:35.177]➜  EOF
2025-08-20T18:58:58.4298894Z [00:02:35.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/noop=>go.opentelemetry.io/otel/metric@v1.29.0/noop;$WORK/b845=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.21 -complete -installsuffix shared -buildid qShp-ULJ9hIotYSrOToG/qShp-ULJ9hIotYSrOToG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.29.0/noop/noop.go
2025-08-20T18:58:58.4320721Z [00:02:35.179]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T18:58:58.4373848Z [00:02:35.185]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/76/76c0334c679d9233c4dd205479aa444ee56d5272bf7b7e5813c3221097aa84db-d # internal
2025-08-20T18:58:58.4378839Z [00:02:35.185]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T18:58:58.4379188Z [00:02:35.185]➜  mkdir -p $WORK/b846/
2025-08-20T18:58:58.4382172Z [00:02:35.186]➜  cat >/tmp/go-build693841089/b846/importcfg << 'EOF' # internal
2025-08-20T18:58:58.4383348Z [00:02:35.186]➜  # import config
2025-08-20T18:58:58.4383881Z [00:02:35.186]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:58.4384290Z [00:02:35.186]➜  EOF
2025-08-20T18:58:58.4387662Z [00:02:35.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.26.0=>go.opentelemetry.io/otel@v1.29.0/semconv/v1.26.0;$WORK/b846=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.21 -complete -installsuffix shared -buildid mtKSp702r5V-NDj67BKc/mtKSp702r5V-NDj67BKc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.26.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.26.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.26.0/schema.go
2025-08-20T18:58:58.4577180Z [00:02:35.205]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T18:58:58.4595667Z [00:02:35.207]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/d1/d1fb3c2da1e296f2f07917834e134b61d465d30a2421bf4c3a537d99947e2da6-d # internal
2025-08-20T18:58:58.4596680Z [00:02:35.207]➜  github.com/ipld/go-car/v2/internal/store
2025-08-20T18:58:58.4599070Z [00:02:35.207]➜  mkdir -p $WORK/b832/
2025-08-20T18:58:58.4607486Z [00:02:35.208]➜  cat >/tmp/go-build693841089/b832/importcfg << 'EOF' # internal
2025-08-20T18:58:58.4608478Z [00:02:35.208]➜  # import config
2025-08-20T18:58:58.4609095Z [00:02:35.208]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.4609944Z [00:02:35.208]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.4611531Z [00:02:35.208]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.4612408Z [00:02:35.208]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.4613470Z [00:02:35.208]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build693841089/b822/_pkg_.a
2025-08-20T18:58:58.4614215Z [00:02:35.208]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build693841089/b823/_pkg_.a
2025-08-20T18:58:58.4615497Z [00:02:35.208]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/tmp/go-build693841089/b827/_pkg_.a
2025-08-20T18:58:58.4616535Z [00:02:35.208]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build693841089/b828/_pkg_.a
2025-08-20T18:58:58.4618230Z [00:02:35.208]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build693841089/b824/_pkg_.a
2025-08-20T18:58:58.4618872Z [00:02:35.208]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:58.4619506Z [00:02:35.208]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:58.4620358Z [00:02:35.208]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:58.4620844Z [00:02:35.208]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.4621140Z [00:02:35.208]➜  EOF
2025-08-20T18:58:58.4623926Z [00:02:35.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/store=>github.com/ipld/go-car/v2@v2.13.1/internal/store;$WORK/b832=>" -p github.com/ipld/go-car/v2/internal/store -lang=go1.20 -complete -installsuffix shared -buildid swqHSY__QgSapQSvpkiQ/swqHSY__QgSapQSvpkiQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/store/identity.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/store/index.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/store/indexcheck.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/internal/store/resume.go
2025-08-20T18:58:58.4936002Z [00:02:35.241]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T18:58:58.4950521Z [00:02:35.242]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/ed/ed724fc41cb4f1a7efe4e4ef7deb653634fb7b19e0f5a19e64b706e8f0cc027f-d # internal
2025-08-20T18:58:58.4957605Z [00:02:35.243]➜  github.com/ipld/go-car/v2/storage
2025-08-20T18:58:58.4962273Z [00:02:35.243]➜  mkdir -p $WORK/b831/
2025-08-20T18:58:58.4972127Z [00:02:35.245]➜  cat >/tmp/go-build693841089/b831/importcfg << 'EOF' # internal
2025-08-20T18:58:58.4973824Z [00:02:35.245]➜  # import config
2025-08-20T18:58:58.4976029Z [00:02:35.245]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.4977532Z [00:02:35.245]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.4978991Z [00:02:35.245]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.4980727Z [00:02:35.245]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.4981477Z [00:02:35.245]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.4982158Z [00:02:35.245]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build693841089/b822/_pkg_.a
2025-08-20T18:58:58.4989334Z [00:02:35.245]➜  packagefile github.com/ipld/go-car/v2/index=/tmp/go-build693841089/b823/_pkg_.a
2025-08-20T18:58:58.4990191Z [00:02:35.245]➜  packagefile github.com/ipld/go-car/v2/internal/carv1=/tmp/go-build693841089/b827/_pkg_.a
2025-08-20T18:58:58.4990859Z [00:02:35.245]➜  packagefile github.com/ipld/go-car/v2/internal/carv1/util=/tmp/go-build693841089/b828/_pkg_.a
2025-08-20T18:58:58.4991496Z [00:02:35.245]➜  packagefile github.com/ipld/go-car/v2/internal/io=/tmp/go-build693841089/b824/_pkg_.a
2025-08-20T18:58:58.4992120Z [00:02:35.245]➜  packagefile github.com/ipld/go-car/v2/internal/store=/tmp/go-build693841089/b832/_pkg_.a
2025-08-20T18:58:58.4992978Z [00:02:35.245]➜  packagefile github.com/ipld/go-ipld-prime/storage=/tmp/go-build693841089/b590/_pkg_.a
2025-08-20T18:58:58.4993577Z [00:02:35.245]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.4993974Z [00:02:35.245]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.4994272Z [00:02:35.245]➜  EOF
2025-08-20T18:58:58.4996971Z [00:02:35.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/storage=>github.com/ipld/go-car/v2@v2.13.1/storage;$WORK/b831=>" -p github.com/ipld/go-car/v2/storage -lang=go1.20 -complete -installsuffix shared -buildid DKKhbF3BZhXjJ3O_tkPU/DKKhbF3BZhXjJ3O_tkPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/storage/doc.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/storage/notfound.go /root/go/pkg/mod/github.com/ipld/go-car/v2@v2.13.1/storage/storage.go
2025-08-20T18:58:58.5006260Z [00:02:35.248]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T18:58:58.5038235Z [00:02:35.251]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/58/58c3e7f1c9c01b7e2cbd4ab971f28b954aac1868e91e9911a88a64d150b55eb9-d # internal
2025-08-20T18:58:58.5052472Z [00:02:35.251]➜  github.com/ipfs/boxo/ipld/merkledag/dagutils
2025-08-20T18:58:58.5052830Z [00:02:35.251]➜  mkdir -p $WORK/b848/
2025-08-20T18:58:58.5053197Z [00:02:35.252]➜  cat >/tmp/go-build693841089/b848/importcfg << 'EOF' # internal
2025-08-20T18:58:58.5053543Z [00:02:35.252]➜  # import config
2025-08-20T18:58:58.5053878Z [00:02:35.252]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.5054293Z [00:02:35.252]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.5054810Z [00:02:35.252]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.5055382Z [00:02:35.252]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:58:58.5055981Z [00:02:35.252]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:58.5056595Z [00:02:35.252]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:58:58.5057213Z [00:02:35.252]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:58.5057776Z [00:02:35.252]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.5058316Z [00:02:35.252]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:58.5058891Z [00:02:35.252]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:58:58.5059464Z [00:02:35.252]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:58.5060211Z [00:02:35.252]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:58.5060691Z [00:02:35.252]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.5061000Z [00:02:35.252]➜  EOF
2025-08-20T18:58:58.5063627Z [00:02:35.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/dagutils=>github.com/ipfs/boxo@v0.20.0/ipld/merkledag/dagutils;$WORK/b848=>" -p github.com/ipfs/boxo/ipld/merkledag/dagutils -lang=go1.21 -complete -installsuffix shared -buildid kGv89Ix12je3D93L_ccN/kGv89Ix12je3D93L_ccN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/dagutils/diff.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/dagutils/diffenum.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/dagutils/utils.go
2025-08-20T18:58:58.5474553Z [00:02:35.295]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T18:58:58.5496547Z [00:02:35.297]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/25/255d84573b94860e2fe9f08c63896bac5b25be8ea2ed8b1c5b98f21293687dd5-d # internal
2025-08-20T18:58:58.5507551Z [00:02:35.298]➜  github.com/ipfs/boxo/pinning/pinner/dsindex
2025-08-20T18:58:58.5514278Z [00:02:35.298]➜  mkdir -p $WORK/b849/
2025-08-20T18:58:58.5517301Z [00:02:35.298]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T18:58:58.5523177Z [00:02:35.300]➜  cat >/tmp/go-build693841089/b849/importcfg << 'EOF' # internal
2025-08-20T18:58:58.5529294Z [00:02:35.300]➜  # import config
2025-08-20T18:58:58.5530082Z [00:02:35.300]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.5533398Z [00:02:35.300]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.5534945Z [00:02:35.300]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.5544966Z [00:02:35.300]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:58.5545664Z [00:02:35.300]➜  packagefile github.com/ipfs/go-datastore/namespace=/tmp/go-build693841089/b574/_pkg_.a
2025-08-20T18:58:58.5546278Z [00:02:35.300]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:58.5547199Z [00:02:35.300]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:58.5547706Z [00:02:35.300]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:58.5548017Z [00:02:35.300]➜  EOF
2025-08-20T18:58:58.5550345Z [00:02:35.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/pinner/dsindex=>github.com/ipfs/boxo@v0.20.0/pinning/pinner/dsindex;$WORK/b849=>" -p github.com/ipfs/boxo/pinning/pinner/dsindex -lang=go1.21 -complete -installsuffix shared -buildid ZRdiy-F_SYhggNHVrKBB/ZRdiy-F_SYhggNHVrKBB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/pinner/dsindex/error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/pinner/dsindex/indexer.go
2025-08-20T18:58:58.5552707Z [00:02:35.301]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/ba/bab1019ecc45ecd3a7b62d26df566e7a83b5cdad67dbc22e1e6555f8b41ef02f-d # internal
2025-08-20T18:58:58.5553460Z [00:02:35.301]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T18:58:58.5553902Z [00:02:35.301]➜  mkdir -p $WORK/b843/
2025-08-20T18:58:58.5554266Z [00:02:35.302]➜  cat >/tmp/go-build693841089/b843/importcfg << 'EOF' # internal
2025-08-20T18:58:58.5567084Z [00:02:35.302]➜  # import config
2025-08-20T18:58:58.5567594Z [00:02:35.302]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.5568118Z [00:02:35.302]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:58.5568701Z [00:02:35.302]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:58.5569673Z [00:02:35.302]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build693841089/b844/_pkg_.a
2025-08-20T18:58:58.5570263Z [00:02:35.302]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:58.5570685Z [00:02:35.302]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:58.5571104Z [00:02:35.302]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:58.5571524Z [00:02:35.302]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.5571831Z [00:02:35.302]➜  EOF
2025-08-20T18:58:58.5575740Z [00:02:35.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconvutil=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconvutil;$WORK/b843=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.21 -complete -installsuffix shared -buildid ScZYesWuJ4bZqxqKrigg/ScZYesWuJ4bZqxqKrigg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconvutil/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconvutil/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconvutil/netconv.go
2025-08-20T18:58:58.5736671Z [00:02:35.321]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T18:58:58.5748142Z [00:02:35.322]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/e5/e545b47f908ca372961d1047d6f1685205c057467ed3b3972f1c6139322276c2-d # internal
2025-08-20T18:58:58.5781587Z [00:02:35.325]➜  go.uber.org/dig/internal/digerror
2025-08-20T18:58:58.5790489Z [00:02:35.326]➜  mkdir -p $WORK/b853/
2025-08-20T18:58:58.5790909Z [00:02:35.326]➜  cat >/tmp/go-build693841089/b853/importcfg << 'EOF' # internal
2025-08-20T18:58:58.5791258Z [00:02:35.326]➜  # import config
2025-08-20T18:58:58.5791589Z [00:02:35.326]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.5792251Z [00:02:35.326]➜  EOF
2025-08-20T18:58:58.5794100Z [00:02:35.326]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/digerror=>go.uber.org/dig@v1.17.1/internal/digerror;$WORK/b853=>" -p go.uber.org/dig/internal/digerror -lang=go1.20 -complete -installsuffix shared -buildid twQQKgWRCWpqOtaQcBzJ/twQQKgWRCWpqOtaQcBzJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/digerror/errors.go
2025-08-20T18:58:58.5915576Z [00:02:35.339]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T18:58:58.5966694Z [00:02:35.341]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/15/150e75f0d4b0a1617b25cb6f2e0735fe04955cee80fb9431dddf2ea18c462cf5-d # internal
2025-08-20T18:58:58.5967910Z [00:02:35.341]➜  github.com/ipfs/boxo/pinning/pinner/dspinner
2025-08-20T18:58:58.5969864Z [00:02:35.341]➜  mkdir -p $WORK/b847/
2025-08-20T18:58:58.5970252Z [00:02:35.341]➜  cat >/tmp/go-build693841089/b847/importcfg << 'EOF' # internal
2025-08-20T18:58:58.5970599Z [00:02:35.341]➜  # import config
2025-08-20T18:58:58.5970935Z [00:02:35.341]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.5971348Z [00:02:35.341]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.5971768Z [00:02:35.341]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.5972285Z [00:02:35.341]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:58.5972940Z [00:02:35.341]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/tmp/go-build693841089/b848/_pkg_.a
2025-08-20T18:58:58.5973581Z [00:02:35.341]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:58:58.5974564Z [00:02:35.341]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dsindex=/tmp/go-build693841089/b849/_pkg_.a
2025-08-20T18:58:58.5975365Z [00:02:35.341]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.5975918Z [00:02:35.341]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:58.5976492Z [00:02:35.341]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:58.5977075Z [00:02:35.341]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:58.5977622Z [00:02:35.341]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:58.5978172Z [00:02:35.341]➜  packagefile github.com/polydawn/refmt/cbor=/tmp/go-build693841089/b624/_pkg_.a
2025-08-20T18:58:58.5978789Z [00:02:35.341]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:58:58.5979295Z [00:02:35.341]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:58.5979698Z [00:02:35.341]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.5980002Z [00:02:35.341]➜  EOF
2025-08-20T18:58:58.5982021Z [00:02:35.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/pinner/dspinner=>github.com/ipfs/boxo@v0.20.0/pinning/pinner/dspinner;$WORK/b847=>" -p github.com/ipfs/boxo/pinning/pinner/dspinner -lang=go1.21 -complete -installsuffix shared -buildid iP77BBSsQ6s_BidKMcWe/iP77BBSsQ6s_BidKMcWe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/pinner/dspinner/pin.go
2025-08-20T18:58:58.6058506Z [00:02:35.353]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T18:58:58.6059247Z [00:02:35.353]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/1f/1f30487c4aa2a553c8ccc4cb878cf398a326232956ce8a1fb62131939d7018d3-d # internal
2025-08-20T18:58:58.6060569Z [00:02:35.353]➜  go.uber.org/dig/internal/digreflect
2025-08-20T18:58:58.6086317Z [00:02:35.353]➜  mkdir -p $WORK/b854/
2025-08-20T18:58:58.6087766Z [00:02:35.353]➜  cat >/tmp/go-build693841089/b854/importcfg << 'EOF' # internal
2025-08-20T18:58:58.6088249Z [00:02:35.353]➜  # import config
2025-08-20T18:58:58.6088584Z [00:02:35.353]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.6089010Z [00:02:35.353]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:58.6089427Z [00:02:35.353]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.6089839Z [00:02:35.353]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:58.6090253Z [00:02:35.353]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.6090563Z [00:02:35.353]➜  EOF
2025-08-20T18:58:58.6092412Z [00:02:35.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/digreflect=>go.uber.org/dig@v1.17.1/internal/digreflect;$WORK/b854=>" -p go.uber.org/dig/internal/digreflect -lang=go1.20 -complete -installsuffix shared -buildid Y_7oSviMHJG_9vP4qvYZ/Y_7oSviMHJG_9vP4qvYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/digreflect/func.go
2025-08-20T18:58:58.6172501Z [00:02:35.365]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T18:58:58.6210717Z [00:02:35.368]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/77/77437fa84d75a2da47ec3aa2f60f38489efc934720bda03ed85b0bac95e6b4c7-d # internal
2025-08-20T18:58:58.6211838Z [00:02:35.368]➜  go.uber.org/dig/internal/dot
2025-08-20T18:58:58.6214187Z [00:02:35.368]➜  mkdir -p $WORK/b855/
2025-08-20T18:58:58.6224035Z [00:02:35.370]➜  cat >/tmp/go-build693841089/b855/importcfg << 'EOF' # internal
2025-08-20T18:58:58.6225385Z [00:02:35.370]➜  # import config
2025-08-20T18:58:58.6226359Z [00:02:35.370]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.6227722Z [00:02:35.370]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.6228244Z [00:02:35.370]➜  EOF
2025-08-20T18:58:58.6230407Z [00:02:35.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/dot=>go.uber.org/dig@v1.17.1/internal/dot;$WORK/b855=>" -p go.uber.org/dig/internal/dot -lang=go1.20 -complete -installsuffix shared -buildid wof4S7zYbRe3Vri3JuiK/wof4S7zYbRe3Vri3JuiK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.17.1/internal/dot/graph.go
2025-08-20T18:58:58.6311782Z [00:02:35.379]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T18:58:58.6318132Z [00:02:35.379]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/eb/eba6d3b7d104c28a6ed272b08ed68686ee5434bdc7ee9742b6a0550b3d21452b-d # internal
2025-08-20T18:58:58.6320159Z [00:02:35.380]➜  go.uber.org/fx/fxevent
2025-08-20T18:58:58.6321929Z [00:02:35.380]➜  mkdir -p $WORK/b857/
2025-08-20T18:58:58.6325745Z [00:02:35.380]➜  cat >/tmp/go-build693841089/b857/importcfg << 'EOF' # internal
2025-08-20T18:58:58.6331629Z [00:02:35.380]➜  # import config
2025-08-20T18:58:58.6331987Z [00:02:35.380]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.6332398Z [00:02:35.380]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.6333228Z [00:02:35.380]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:58.6333727Z [00:02:35.380]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:58.6334174Z [00:02:35.380]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.6339928Z [00:02:35.380]➜  packagefile log/slog=/tmp/go-build693841089/b545/_pkg_.a
2025-08-20T18:58:58.6340431Z [00:02:35.380]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:58.6340849Z [00:02:35.380]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:58.6341270Z [00:02:35.380]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.6341918Z [00:02:35.380]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.6342220Z [00:02:35.380]➜  EOF
2025-08-20T18:58:58.6344932Z [00:02:35.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.21.1/fxevent=>go.uber.org/fx@v1.21.1/fxevent;$WORK/b857=>" -p go.uber.org/fx/fxevent -lang=go1.20 -complete -installsuffix shared -buildid dYbCnD37KHeMn00-Jnk5/dYbCnD37KHeMn00-Jnk5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.21.1/fxevent/console.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/fxevent/doc.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/fxevent/event.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/fxevent/logger.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/fxevent/slog.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/fxevent/zap.go
2025-08-20T18:58:58.6922470Z [00:02:35.439]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T18:58:58.6932165Z [00:02:35.441]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/ce/cecd950866c7c764034ade7300d161031218aacfc305b9824a3872de9f67e805-d # internal
2025-08-20T18:58:58.6940869Z [00:02:35.442]➜  go.uber.org/dig
2025-08-20T18:58:58.6956176Z [00:02:35.443]➜  mkdir -p $WORK/b852/
2025-08-20T18:58:58.6960301Z [00:02:35.443]➜  cat >/tmp/go-build693841089/b852/importcfg << 'EOF' # internal
2025-08-20T18:58:58.6960686Z [00:02:35.444]➜  # import config
2025-08-20T18:58:58.6961027Z [00:02:35.444]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.6961474Z [00:02:35.444]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:58:58.6961918Z [00:02:35.444]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.6962556Z [00:02:35.444]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.6963218Z [00:02:35.444]➜  packagefile go.uber.org/dig/internal/digerror=/tmp/go-build693841089/b853/_pkg_.a
2025-08-20T18:58:58.6963874Z [00:02:35.444]➜  packagefile go.uber.org/dig/internal/digreflect=/tmp/go-build693841089/b854/_pkg_.a
2025-08-20T18:58:58.6964460Z [00:02:35.444]➜  packagefile go.uber.org/dig/internal/dot=/tmp/go-build693841089/b855/_pkg_.a
2025-08-20T18:58:58.6966711Z [00:02:35.444]➜  packagefile go.uber.org/dig/internal/graph=/tmp/go-build693841089/b856/_pkg_.a
2025-08-20T18:58:58.6967553Z [00:02:35.444]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.6968559Z [00:02:35.444]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:58.6969196Z [00:02:35.444]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.6970247Z [00:02:35.444]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:58.6977411Z [00:02:35.444]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:58.6977870Z [00:02:35.444]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.6978325Z [00:02:35.444]➜  packagefile text/template=/tmp/go-build693841089/b262/_pkg_.a
2025-08-20T18:58:58.6978763Z [00:02:35.444]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.6979062Z [00:02:35.444]➜  EOF
2025-08-20T18:58:58.6979340Z [00:02:35.444]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T18:58:58.6984058Z [00:02:35.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/dig@v1.17.1=>go.uber.org/dig@v1.17.1;$WORK/b852=>" -p go.uber.org/dig -lang=go1.20 -complete -installsuffix shared -buildid TBS58Wy8sAvesIbwuFXD/TBS58Wy8sAvesIbwuFXD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/go.uber.org/dig@v1.17.1/callback.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/constructor.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/container.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/cycle_error.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/decorate.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/doc.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/error.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/graph.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/group.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/inout.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/invoke.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/param.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/provide.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/result.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/scope.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/version.go /root/go/pkg/mod/go.uber.org/dig@v1.17.1/visualize.go
2025-08-20T18:58:58.7029526Z [00:02:35.449]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/21/21befb803acb8f2904a1061599f36fe3d9bb2f2c790952235dc1ef85fa082e58-d # internal
2025-08-20T18:58:58.7043431Z [00:02:35.451]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T18:58:58.7043902Z [00:02:35.451]➜  mkdir -p $WORK/b842/
2025-08-20T18:58:58.7045179Z [00:02:35.451]➜  cat >/tmp/go-build693841089/b842/importcfg << 'EOF' # internal
2025-08-20T18:58:58.7047287Z [00:02:35.451]➜  # import config
2025-08-20T18:58:58.7047989Z [00:02:35.451]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.7048711Z [00:02:35.451]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.7051198Z [00:02:35.452]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.7052053Z [00:02:35.452]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build693841089/b843/_pkg_.a
2025-08-20T18:58:58.7053126Z [00:02:35.452]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:58.7053882Z [00:02:35.452]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:58.7055196Z [00:02:35.452]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:58.7056100Z [00:02:35.452]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build693841089/b555/_pkg_.a
2025-08-20T18:58:58.7056876Z [00:02:35.452]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build693841089/b845/_pkg_.a
2025-08-20T18:58:58.7057707Z [00:02:35.452]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build693841089/b844/_pkg_.a
2025-08-20T18:58:58.7058569Z [00:02:35.452]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build693841089/b846/_pkg_.a
2025-08-20T18:58:58.7059739Z [00:02:35.452]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.7060134Z [00:02:35.452]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:58.7060546Z [00:02:35.452]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:58.7060952Z [00:02:35.452]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:58.7061366Z [00:02:35.452]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.7061787Z [00:02:35.452]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:58:58.7062200Z [00:02:35.452]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:58.7062884Z [00:02:35.452]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.7063198Z [00:02:35.452]➜  EOF
2025-08-20T18:58:58.7067307Z [00:02:35.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconv=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconv;$WORK/b842=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.21 -complete -installsuffix shared -buildid PPwM8xrqVU3DlCw8enDr/PPwM8xrqVU3DlCw8enDr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconv/env.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconv/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconv/util.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/internal/semconv/v1.20.0.go
2025-08-20T18:58:58.7164254Z [00:02:35.464]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T18:58:58.7180568Z [00:02:35.465]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/45/4512b5816c25e0ba0601568c553a00e574d678a6e1ff3c2feb4dba7e5f54a156-d # internal
2025-08-20T18:58:58.7189170Z [00:02:35.466]➜  go.uber.org/fx/internal/fxclock
2025-08-20T18:58:58.7189490Z [00:02:35.466]➜  mkdir -p $WORK/b858/
2025-08-20T18:58:58.7189863Z [00:02:35.466]➜  cat >/tmp/go-build693841089/b858/importcfg << 'EOF' # internal
2025-08-20T18:58:58.7190242Z [00:02:35.466]➜  # import config
2025-08-20T18:58:58.7190593Z [00:02:35.466]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.7191010Z [00:02:35.466]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:58.7191417Z [00:02:35.466]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.7191814Z [00:02:35.466]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.7192115Z [00:02:35.466]➜  EOF
2025-08-20T18:58:58.7193886Z [00:02:35.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxclock=>go.uber.org/fx@v1.21.1/internal/fxclock;$WORK/b858=>" -p go.uber.org/fx/internal/fxclock -lang=go1.20 -complete -installsuffix shared -buildid ODpsJmd24WrI5Dz5n8B0/ODpsJmd24WrI5Dz5n8B0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxclock/clock.go
2025-08-20T18:58:58.7413326Z [00:02:35.489]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T18:58:58.7420198Z [00:02:35.489]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/4a/4aa564548609d61bb230e060368dfe145683616a84dca0a834ee406efdd8c326-d # internal
2025-08-20T18:58:58.7420875Z [00:02:35.489]➜  go.uber.org/fx/internal/fxreflect
2025-08-20T18:58:58.7421185Z [00:02:35.489]➜  mkdir -p $WORK/b860/
2025-08-20T18:58:58.7432928Z [00:02:35.491]➜  cat >/tmp/go-build693841089/b860/importcfg << 'EOF' # internal
2025-08-20T18:58:58.7434496Z [00:02:35.491]➜  # import config
2025-08-20T18:58:58.7438200Z [00:02:35.491]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.7438612Z [00:02:35.491]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.7439025Z [00:02:35.491]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:58.7439445Z [00:02:35.491]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.7439860Z [00:02:35.491]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:58.7440285Z [00:02:35.491]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:58.7440708Z [00:02:35.491]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.7441319Z [00:02:35.491]➜  EOF
2025-08-20T18:58:58.7443581Z [00:02:35.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxreflect=>go.uber.org/fx@v1.21.1/internal/fxreflect;$WORK/b860=>" -p go.uber.org/fx/internal/fxreflect -lang=go1.20 -complete -installsuffix shared -buildid SQd9hjuLmQON5SAQiiOd/SQd9hjuLmQON5SAQiiOd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxreflect/fxreflect.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxreflect/stack.go
2025-08-20T18:58:58.7480281Z [00:02:35.495]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T18:58:58.7483400Z [00:02:35.495]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/01/01b1be66b4782ea72b1c7b146d01e266accc0bc46ea212a8b505a6653940a63e-d # internal
2025-08-20T18:58:58.7485120Z [00:02:35.495]➜  go.uber.org/fx/internal/fxlog
2025-08-20T18:58:58.7485686Z [00:02:35.495]➜  mkdir -p $WORK/b859/
2025-08-20T18:58:58.7486287Z [00:02:35.495]➜  cat >/tmp/go-build693841089/b859/importcfg << 'EOF' # internal
2025-08-20T18:58:58.7486641Z [00:02:35.495]➜  # import config
2025-08-20T18:58:58.7487035Z [00:02:35.495]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build693841089/b857/_pkg_.a
2025-08-20T18:58:58.7487515Z [00:02:35.495]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.7487921Z [00:02:35.495]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.7488331Z [00:02:35.495]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.7488634Z [00:02:35.495]➜  EOF
2025-08-20T18:58:58.7490897Z [00:02:35.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxlog=>go.uber.org/fx@v1.21.1/internal/fxlog;$WORK/b859=>" -p go.uber.org/fx/internal/fxlog -lang=go1.20 -complete -installsuffix shared -buildid zKcFHBC8S1XTAIGk22A_/zKcFHBC8S1XTAIGk22A_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxlog/default.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/fxlog/spy.go
2025-08-20T18:58:58.7731180Z [00:02:35.521]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T18:58:58.7738303Z [00:02:35.521]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/b9/b927da2d7ed7b5ddd461304ab513652e5efe73873dfe8dd70e05d230e57d49f8-d # internal
2025-08-20T18:58:58.7744373Z [00:02:35.522]➜  github.com/cenkalti/backoff/v4
2025-08-20T18:58:58.7744862Z [00:02:35.522]➜  mkdir -p $WORK/b863/
2025-08-20T18:58:58.7753170Z [00:02:35.523]➜  cat >/tmp/go-build693841089/b863/importcfg << 'EOF' # internal
2025-08-20T18:58:58.7753643Z [00:02:35.523]➜  # import config
2025-08-20T18:58:58.7754015Z [00:02:35.523]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.7756830Z [00:02:35.523]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.7757419Z [00:02:35.523]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:58.7757858Z [00:02:35.523]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.7758260Z [00:02:35.523]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.7758749Z [00:02:35.523]➜  EOF
2025-08-20T18:58:58.7762004Z [00:02:35.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff/v4@v4.3.0=>github.com/cenkalti/backoff/v4@v4.3.0;$WORK/b863=>" -p github.com/cenkalti/backoff/v4 -lang=go1.18 -complete -installsuffix shared -buildid wDvCsLSqBpOdgi3JAIbG/wDvCsLSqBpOdgi3JAIbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/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-20T18:58:58.7816626Z [00:02:35.529]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T18:58:58.7825512Z [00:02:35.530]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/fa/fa5fa6b3118672d47d0bf510758ea818a06a5281f821d27b11d22fe00e189f60-d # internal
2025-08-20T18:58:58.7826418Z [00:02:35.530]➜  go.uber.org/fx/internal/lifecycle
2025-08-20T18:58:58.7827714Z [00:02:35.530]➜  mkdir -p $WORK/b861/
2025-08-20T18:58:58.7850166Z [00:02:35.530]➜  cat >/tmp/go-build693841089/b861/importcfg << 'EOF' # internal
2025-08-20T18:58:58.7850881Z [00:02:35.530]➜  # import config
2025-08-20T18:58:58.7851513Z [00:02:35.530]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.7852204Z [00:02:35.530]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.7852765Z [00:02:35.530]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.7853448Z [00:02:35.530]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build693841089/b857/_pkg_.a
2025-08-20T18:58:58.7854753Z [00:02:35.530]➜  packagefile go.uber.org/fx/internal/fxclock=/tmp/go-build693841089/b858/_pkg_.a
2025-08-20T18:58:58.7855398Z [00:02:35.530]➜  packagefile go.uber.org/fx/internal/fxreflect=/tmp/go-build693841089/b860/_pkg_.a
2025-08-20T18:58:58.7855949Z [00:02:35.530]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:58.7856395Z [00:02:35.530]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.7856802Z [00:02:35.530]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:58.7857533Z [00:02:35.530]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.7858063Z [00:02:35.530]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.7858465Z [00:02:35.530]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.7858773Z [00:02:35.530]➜  EOF
2025-08-20T18:58:58.7860605Z [00:02:35.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/lifecycle=>go.uber.org/fx@v1.21.1/internal/lifecycle;$WORK/b861=>" -p go.uber.org/fx/internal/lifecycle -lang=go1.20 -complete -installsuffix shared -buildid LiAVsPYvYZNUTRiZVd40/LiAVsPYvYZNUTRiZVd40 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.21.1/internal/lifecycle/lifecycle.go
2025-08-20T18:58:58.8355905Z [00:02:35.583]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T18:58:58.8377038Z [00:02:35.585]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/24/240ab50aecf7c8714e5bc30536dd2662e00ff904d1a08656f209b45db9370c11-d # internal
2025-08-20T18:58:58.8382307Z [00:02:35.586]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T18:58:58.8383305Z [00:02:35.586]➜  mkdir -p $WORK/b839/
2025-08-20T18:58:58.8390994Z [00:02:35.587]➜  cat >/tmp/go-build693841089/b839/importcfg << 'EOF' # internal
2025-08-20T18:58:58.8393597Z [00:02:35.587]➜  # import config
2025-08-20T18:58:58.8395453Z [00:02:35.587]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.8396240Z [00:02:35.587]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build693841089/b840/_pkg_.a
2025-08-20T18:58:58.8397035Z [00:02:35.587]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build693841089/b841/_pkg_.a
2025-08-20T18:58:58.8397992Z [00:02:35.587]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build693841089/b842/_pkg_.a
2025-08-20T18:58:58.8398974Z [00:02:35.587]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build693841089/b843/_pkg_.a
2025-08-20T18:58:58.8399726Z [00:02:35.587]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:58.8400501Z [00:02:35.587]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:58.8401087Z [00:02:35.587]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:58:58.8401664Z [00:02:35.587]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build693841089/b555/_pkg_.a
2025-08-20T18:58:58.8402262Z [00:02:35.587]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build693841089/b557/_pkg_.a
2025-08-20T18:58:58.8402849Z [00:02:35.587]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:58.8403381Z [00:02:35.587]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.8403801Z [00:02:35.587]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:58.8404268Z [00:02:35.587]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:58:58.8404911Z [00:02:35.587]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:58.8405387Z [00:02:35.587]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.8405794Z [00:02:35.587]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.8406222Z [00:02:35.587]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:58.8406640Z [00:02:35.587]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.8406941Z [00:02:35.587]➜  EOF
2025-08-20T18:58:58.8421665Z [00:02:35.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0;$WORK/b839=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.21 -complete -installsuffix shared -buildid ISgYT-DFgWrmPUpBPRDb/ISgYT-DFgWrmPUpBPRDb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/client.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/common.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/labeler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/transport.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.54.0/version.go
2025-08-20T18:58:58.8445767Z [00:02:35.589]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T18:58:58.8446639Z [00:02:35.590]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/5b/5b195f02e400f1de544bf59861b2150be23708931f27d3df92f49bafb808d43f-d # internal
2025-08-20T18:58:58.8447316Z [00:02:35.590]➜  github.com/ipfs/boxo/routing/offline
2025-08-20T18:58:58.8447616Z [00:02:35.590]➜  mkdir -p $WORK/b864/
2025-08-20T18:58:58.8447976Z [00:02:35.590]➜  cat >/tmp/go-build693841089/b864/importcfg << 'EOF' # internal
2025-08-20T18:58:58.8448452Z [00:02:35.590]➜  # import config
2025-08-20T18:58:58.8448786Z [00:02:35.590]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.8449200Z [00:02:35.590]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.8449613Z [00:02:35.590]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.8450111Z [00:02:35.590]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:58:58.8450724Z [00:02:35.590]➜  packagefile github.com/ipfs/boxo/datastore/dshelp=/tmp/go-build693841089/b567/_pkg_.a
2025-08-20T18:58:58.8451291Z [00:02:35.590]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.8451989Z [00:02:35.590]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:58.8452574Z [00:02:35.590]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:58:58.8453186Z [00:02:35.590]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build693841089/b626/_pkg_.a
2025-08-20T18:58:58.8453798Z [00:02:35.590]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:58.8454420Z [00:02:35.590]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:58.8455109Z [00:02:35.590]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.8455413Z [00:02:35.590]➜  EOF
2025-08-20T18:58:58.8457281Z [00:02:35.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/offline=>github.com/ipfs/boxo@v0.20.0/routing/offline;$WORK/b864=>" -p github.com/ipfs/boxo/routing/offline -lang=go1.21 -complete -installsuffix shared -buildid F-1XDsB83Hawj_gN_NLn/F-1XDsB83Hawj_gN_NLn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/offline/offline.go
2025-08-20T18:58:58.8463446Z [00:02:35.594]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T18:58:58.8505880Z [00:02:35.598]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/ec/ec70f3c9a51a502a9eba13c1682a69a75a8bc3085008a4f3cce79a359c51353e-d # internal
2025-08-20T18:58:58.8527524Z [00:02:35.599]➜  github.com/ipfs/go-datastore/mount
2025-08-20T18:58:58.8527872Z [00:02:35.599]➜  mkdir -p $WORK/b867/
2025-08-20T18:58:58.8544923Z [00:02:35.600]➜  cat >/tmp/go-build693841089/b867/importcfg << 'EOF' # internal
2025-08-20T18:58:58.8545385Z [00:02:35.600]➜  # import config
2025-08-20T18:58:58.8545760Z [00:02:35.600]➜  packagefile container/heap=/tmp/go-build693841089/b778/_pkg_.a
2025-08-20T18:58:58.8546211Z [00:02:35.600]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.8546623Z [00:02:35.600]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.8547026Z [00:02:35.600]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.8547514Z [00:02:35.600]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:58.8548086Z [00:02:35.600]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:58.8548626Z [00:02:35.600]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:58.8549069Z [00:02:35.600]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:58.8549480Z [00:02:35.600]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.8550018Z [00:02:35.600]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.8550416Z [00:02:35.600]➜  EOF
2025-08-20T18:58:58.8552253Z [00:02:35.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/mount=>github.com/ipfs/go-datastore@v0.6.0/mount;$WORK/b867=>" -p github.com/ipfs/go-datastore/mount -lang=go1.17 -complete -installsuffix shared -buildid 2-bRgXtwTkLphh6W1nc4/2-bRgXtwTkLphh6W1nc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-datastore@v0.6.0/mount/mount.go
2025-08-20T18:58:58.8837960Z [00:02:35.631]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T18:58:58.8850163Z [00:02:35.632]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/1d/1d363b16c53f6e97acc41e66f1f5ace08b691873ed6ecbf2f9cd4a1eec027d7b-d # internal
2025-08-20T18:58:58.8854723Z [00:02:35.633]➜  github.com/ipfs/go-ds-measure
2025-08-20T18:58:58.8855090Z [00:02:35.633]➜  mkdir -p $WORK/b868/
2025-08-20T18:58:58.8861713Z [00:02:35.634]➜  cat >/tmp/go-build693841089/b868/importcfg << 'EOF' # internal
2025-08-20T18:58:58.8863262Z [00:02:35.634]➜  # import config
2025-08-20T18:58:58.8866380Z [00:02:35.634]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.8866981Z [00:02:35.634]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:58.8867585Z [00:02:35.634]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:58:58.8868189Z [00:02:35.634]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:58:58.8868684Z [00:02:35.634]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.8869076Z [00:02:35.634]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:58.8869378Z [00:02:35.634]➜  EOF
2025-08-20T18:58:58.8871138Z [00:02:35.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-measure@v0.2.0=>github.com/ipfs/go-ds-measure@v0.2.0;$WORK/b868=>" -p github.com/ipfs/go-ds-measure -lang=go1.16 -complete -installsuffix shared -buildid PFlYyRy5ElkekiOhMpJ6/PFlYyRy5ElkekiOhMpJ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-measure@v0.2.0/measure.go
2025-08-20T18:58:58.9013680Z [00:02:35.649]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T18:58:58.9022210Z [00:02:35.650]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/72/72a5b308658bdc82e4d34e947d7389f6a8a092ca137e1f9b754e2963303b1bf6-d # internal
2025-08-20T18:58:58.9027148Z [00:02:35.650]➜  go4.org/lock
2025-08-20T18:58:58.9027423Z [00:02:35.650]➜  mkdir -p $WORK/b870/
2025-08-20T18:58:58.9027800Z [00:02:35.650]➜  cat >/tmp/go-build693841089/b870/importcfg << 'EOF' # internal
2025-08-20T18:58:58.9028441Z [00:02:35.650]➜  # import config
2025-08-20T18:58:58.9028879Z [00:02:35.650]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:58.9029320Z [00:02:35.650]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.9029799Z [00:02:35.650]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:58.9030253Z [00:02:35.650]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.9030642Z [00:02:35.650]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:58.9031083Z [00:02:35.650]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:58.9031515Z [00:02:35.650]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:58.9031922Z [00:02:35.650]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:58.9032230Z [00:02:35.650]➜  EOF
2025-08-20T18:58:58.9034851Z [00:02:35.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/lock=>go4.org@v0.0.0-20230225012048-214862532bf5/lock;$WORK/b870=>" -p go4.org/lock -lang=go1.13 -complete -installsuffix shared -buildid p-UlHIHpGFR2BWhbj1YS/p-UlHIHpGFR2BWhbj1YS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/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-20T18:58:58.9572776Z [00:02:35.704]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T18:58:58.9590791Z [00:02:35.706]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/e3/e33977ecc8bf46e9fd7bd7bc36552f04ee12bd89fa1529c0a90d7abfa74342d3-d # internal
2025-08-20T18:58:58.9591521Z [00:02:35.706]➜  github.com/facebookgo/atomicfile
2025-08-20T18:58:58.9591831Z [00:02:35.707]➜  mkdir -p $WORK/b872/
2025-08-20T18:58:58.9613595Z [00:02:35.708]➜  cat >/tmp/go-build693841089/b872/importcfg << 'EOF' # internal
2025-08-20T18:58:58.9614085Z [00:02:35.708]➜  # import config
2025-08-20T18:58:58.9614445Z [00:02:35.708]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:58:58.9615375Z [00:02:35.708]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:58.9615807Z [00:02:35.708]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:58.9616138Z [00:02:35.708]➜  EOF
2025-08-20T18:58:58.9618321Z [00:02:35.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b872/_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/b872=>" -p github.com/facebookgo/atomicfile -lang=go1.16 -complete -installsuffix shared -buildid 4p_LpGmH-tdx7uI8TKY7/4p_LpGmH-tdx7uI8TKY7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/go/pkg/mod/github.com/facebookgo/atomicfile@v0.0.0-20151019160806-2de1f203e7d5/atomicfile.go
2025-08-20T18:58:58.9671461Z [00:02:35.714]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T18:58:58.9684723Z [00:02:35.716]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/dc/dc50b8cbb1639db723c49b39e6c804963fbd0c9645535b85cc5ec4fa500da10f-d # internal
2025-08-20T18:58:58.9695985Z [00:02:35.717]➜  github.com/ipfs/go-fs-lock
2025-08-20T18:58:58.9697676Z [00:02:35.717]➜  mkdir -p $WORK/b869/
2025-08-20T18:58:58.9699002Z [00:02:35.717]➜  cat >/tmp/go-build693841089/b869/importcfg << 'EOF' # internal
2025-08-20T18:58:58.9699500Z [00:02:35.717]➜  # import config
2025-08-20T18:58:58.9699992Z [00:02:35.717]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.9700689Z [00:02:35.717]➜  packagefile github.com/ipfs/go-ipfs-util=/tmp/go-build693841089/b573/_pkg_.a
2025-08-20T18:58:58.9701355Z [00:02:35.717]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:58.9702512Z [00:02:35.717]➜  packagefile go4.org/lock=/tmp/go-build693841089/b870/_pkg_.a
2025-08-20T18:58:58.9703458Z [00:02:35.717]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.9703888Z [00:02:35.717]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:58.9704333Z [00:02:35.717]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:58.9705437Z [00:02:35.717]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:58.9705883Z [00:02:35.717]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:58.9706196Z [00:02:35.717]➜  EOF
2025-08-20T18:58:58.9708371Z [00:02:35.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-fs-lock@v0.0.7=>github.com/ipfs/go-fs-lock@v0.0.7;$WORK/b869=>" -p github.com/ipfs/go-fs-lock -lang=go1.15 -complete -installsuffix shared -buildid -vxG8KiGGtXuTCkn0-Wd/-vxG8KiGGtXuTCkn0-Wd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-fs-lock@v0.0.7/fslock.go /root/go/pkg/mod/github.com/ipfs/go-fs-lock@v0.0.7/fslock_posix.go
2025-08-20T18:58:58.9827677Z [00:02:35.730]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T18:58:58.9864460Z [00:02:35.734]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/63/6362d105d2ebd51ad16876f0f7b19b00dbbad72ffbc4629200c16140e8e7d6d1-d # internal
2025-08-20T18:58:58.9873666Z [00:02:35.735]➜  github.com/ipfs/boxo/gateway
2025-08-20T18:58:58.9874861Z [00:02:35.735]➜  mkdir -p $WORK/b783/
2025-08-20T18:58:58.9901892Z [00:02:35.738]➜  cat >/tmp/go-build693841089/b783/importcfg << 'EOF' # internal
2025-08-20T18:58:58.9902656Z [00:02:35.738]➜  # import config
2025-08-20T18:58:58.9903191Z [00:02:35.738]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:58.9904261Z [00:02:35.738]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:58.9904849Z [00:02:35.738]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:58:58.9905373Z [00:02:35.738]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:58.9905790Z [00:02:35.738]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:58.9906583Z [00:02:35.738]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build693841089/b684/_pkg_.a
2025-08-20T18:58:58.9907151Z [00:02:35.738]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:58:58.9907744Z [00:02:35.738]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build693841089/b784/_pkg_.a
2025-08-20T18:58:58.9908345Z [00:02:35.738]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build693841089/b676/_pkg_.a
2025-08-20T18:58:58.9908945Z [00:02:35.738]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build693841089/b563/_pkg_.a
2025-08-20T18:58:58.9909542Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:58:58.9910136Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:58.9910747Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:58:58.9911342Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:58:58.9912069Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/tmp/go-build693841089/b782/_pkg_.a
2025-08-20T18:58:58.9912699Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:58:58.9913275Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/gateway/assets=/tmp/go-build693841089/b794/_pkg_.a
2025-08-20T18:58:58.9913880Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:58.9914476Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:58:58.9915403Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/tmp/go-build693841089/b795/_pkg_.a
2025-08-20T18:58:58.9916095Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build693841089/b724/_pkg_.a
2025-08-20T18:58:58.9916668Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:58:58.9917215Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:58:58.9961295Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:58:58.9966361Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build693841089/b736/_pkg_.a
2025-08-20T18:58:58.9966970Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:58.9967530Z [00:02:35.738]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build693841089/b579/_pkg_.a
2025-08-20T18:58:58.9968126Z [00:02:35.738]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:58:58.9968940Z [00:02:35.738]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:58.9969601Z [00:02:35.738]➜  packagefile github.com/ipfs/go-ipfs-redirects-file=/tmp/go-build693841089/b796/_pkg_.a
2025-08-20T18:58:58.9970207Z [00:02:35.738]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:58:58.9970752Z [00:02:35.738]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:58.9971495Z [00:02:35.738]➜  packagefile github.com/ipfs/go-unixfsnode=/tmp/go-build693841089/b798/_pkg_.a
2025-08-20T18:58:58.9972076Z [00:02:35.738]➜  packagefile github.com/ipfs/go-unixfsnode/data=/tmp/go-build693841089/b799/_pkg_.a
2025-08-20T18:58:58.9972670Z [00:02:35.738]➜  packagefile github.com/ipfs/go-unixfsnode/hamt=/tmp/go-build693841089/b804/_pkg_.a
2025-08-20T18:58:58.9973267Z [00:02:35.738]➜  packagefile github.com/ipfs/go-unixfsnode/iter=/tmp/go-build693841089/b801/_pkg_.a
2025-08-20T18:58:58.9973818Z [00:02:35.738]➜  packagefile github.com/ipld/go-car=/tmp/go-build693841089/b805/_pkg_.a
2025-08-20T18:58:58.9974340Z [00:02:35.738]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build693841089/b822/_pkg_.a
2025-08-20T18:58:58.9975484Z [00:02:35.738]➜  packagefile github.com/ipld/go-car/v2/storage=/tmp/go-build693841089/b831/_pkg_.a
2025-08-20T18:58:58.9976062Z [00:02:35.738]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:58.9976637Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:58:58.9977241Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/codec/cbor=/tmp/go-build693841089/b833/_pkg_.a
2025-08-20T18:58:58.9977883Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build693841089/b623/_pkg_.a
2025-08-20T18:58:58.9978540Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build693841089/b606/_pkg_.a
2025-08-20T18:58:58.9979188Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/codec/json=/tmp/go-build693841089/b834/_pkg_.a
2025-08-20T18:58:58.9979814Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:58:58.9980431Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/linking=/tmp/go-build693841089/b589/_pkg_.a
2025-08-20T18:58:58.9981057Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:58:58.9981695Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:58:58.9982342Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:58:58.9982973Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:58:58.9983769Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:58:58.9984533Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector=/tmp/go-build693841089/b615/_pkg_.a
2025-08-20T18:58:58.9985396Z [00:02:35.738]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/parse=/tmp/go-build693841089/b835/_pkg_.a
2025-08-20T18:58:58.9986059Z [00:02:35.738]➜  packagefile github.com/libp2p/go-doh-resolver=/tmp/go-build693841089/b836/_pkg_.a
2025-08-20T18:58:58.9986696Z [00:02:35.738]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build693841089/b837/_pkg_.a
2025-08-20T18:58:58.9987333Z [00:02:35.738]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:58.9987957Z [00:02:35.738]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:58.9988523Z [00:02:35.738]➜  packagefile github.com/miekg/dns=/tmp/go-build693841089/b701/_pkg_.a
2025-08-20T18:58:58.9989202Z [00:02:35.738]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:58:58.9989934Z [00:02:35.738]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:58.9990559Z [00:02:35.738]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:58:58.9991178Z [00:02:35.738]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:58.9992022Z [00:02:35.738]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:58:58.9992790Z [00:02:35.738]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build693841089/b839/_pkg_.a
2025-08-20T18:58:58.9993448Z [00:02:35.738]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:58:58.9994020Z [00:02:35.738]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:58:58.9994745Z [00:02:35.738]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:58:58.9995460Z [00:02:35.738]➜  packagefile go.uber.org/atomic=/tmp/go-build693841089/b817/_pkg_.a
2025-08-20T18:58:58.9995953Z [00:02:35.738]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:58.9996433Z [00:02:35.738]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:58:58.9996928Z [00:02:35.738]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:58:58.9997373Z [00:02:35.738]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:58.9997782Z [00:02:35.738]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:58.9998195Z [00:02:35.738]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:58.9998590Z [00:02:35.738]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:58.9998999Z [00:02:35.738]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:58.9999449Z [00:02:35.738]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:58:58.9999886Z [00:02:35.738]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:59.0000294Z [00:02:35.738]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:59.0000701Z [00:02:35.738]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:58:59.0001144Z [00:02:35.738]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:59.0001571Z [00:02:35.738]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:59.0001981Z [00:02:35.738]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:59.0002396Z [00:02:35.738]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.0002805Z [00:02:35.738]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.0003378Z [00:02:35.738]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.0003750Z [00:02:35.738]➜  EOF
2025-08-20T18:58:59.0012013Z [00:02:35.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway=>github.com/ipfs/boxo@v0.20.0/gateway;$WORK/b783=>" -p github.com/ipfs/boxo/gateway -lang=go1.21 -complete -installsuffix shared -buildid 2VUk5lvOYnofCosTAcX_/2VUk5lvOYnofCosTAcX_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/backend.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/backend_blocks.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/backend_car.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/backend_car_fetcher.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/backend_car_files.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/backend_car_traversal.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/blockstore.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/dns.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/errors.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/gateway.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_block.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_car.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_codec.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_defaults.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_ipns_record.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_tar.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_unixfs__redirects.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_unixfs_dir.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/handler_unixfs_file.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/headers.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/hostname.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/metrics.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/serve_http_content.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/gateway/value_store.go
2025-08-20T18:58:59.0019324Z [00:02:35.743]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T18:58:59.0019985Z [00:02:35.743]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/f4/f482a49077b2ed089c2a31f4f73673fd11bd85e2eb927178289c2bcb2929650f-d # internal
2025-08-20T18:58:59.0020534Z [00:02:35.743]➜  github.com/pbnjay/memory
2025-08-20T18:58:59.0020808Z [00:02:35.743]➜  mkdir -p $WORK/b875/
2025-08-20T18:58:59.0021164Z [00:02:35.744]➜  cat >/tmp/go-build693841089/b875/importcfg << 'EOF' # internal
2025-08-20T18:58:59.0021497Z [00:02:35.744]➜  # import config
2025-08-20T18:58:59.0021824Z [00:02:35.744]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:58:59.0022136Z [00:02:35.744]➜  EOF
2025-08-20T18:58:59.0024484Z [00:02:35.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b875/_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/b875=>" -p github.com/pbnjay/memory -lang=go1.16 -complete -installsuffix shared -buildid 5ettve9bweDNdRzBTpPM/5ettve9bweDNdRzBTpPM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/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-20T18:58:59.0044511Z [00:02:35.752]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T18:58:59.0046981Z [00:02:35.752]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/69/69ae5be0ed837b72c6c1d7d3539cc5369cbcbd514678b1329f41b3011554647a-d # internal
2025-08-20T18:58:59.0054284Z [00:02:35.753]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T18:58:59.0065743Z [00:02:35.754]➜  github.com/ipfs/kubo/config/serialize
2025-08-20T18:58:59.0067035Z [00:02:35.754]➜  mkdir -p $WORK/b871/
2025-08-20T18:58:59.0076258Z [00:02:35.755]➜  cat >/tmp/go-build693841089/b871/importcfg << 'EOF' # internal
2025-08-20T18:58:59.0076644Z [00:02:35.755]➜  # import config
2025-08-20T18:58:59.0077009Z [00:02:35.755]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.0077455Z [00:02:35.755]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.0086050Z [00:02:35.755]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.0086573Z [00:02:35.755]➜  packagefile github.com/facebookgo/atomicfile=/tmp/go-build693841089/b872/_pkg_.a
2025-08-20T18:58:59.0087151Z [00:02:35.755]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:58:59.0087617Z [00:02:35.755]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.0088016Z [00:02:35.755]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.0088709Z [00:02:35.755]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:59.0089104Z [00:02:35.755]➜  EOF
2025-08-20T18:58:59.0091040Z [00:02:35.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/serialize=>github.com/ipfs/kubo@v0.29.0/config/serialize;$WORK/b871=>" -p github.com/ipfs/kubo/config/serialize -lang=go1.22 -complete -installsuffix shared -buildid Ki6McY9iQOZbLmnm2WDY/Ki6McY9iQOZbLmnm2WDY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/config/serialize/serialize.go
2025-08-20T18:58:59.0179023Z [00:02:35.765]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/ff/ff40ec70811b4099a6671adcf4582e1802d7262bc42294bd529e11613357db24-d # internal
2025-08-20T18:58:59.0187824Z [00:02:35.766]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T18:58:59.0198166Z [00:02:35.767]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/ac/ac44757e3afcb59482b8978ce86a7d8ce36d33138b6287a8ca545a662c981705-d # internal
2025-08-20T18:58:59.0228768Z [00:02:35.770]➜  go.uber.org/fx
2025-08-20T18:58:59.0229127Z [00:02:35.770]➜  mkdir -p $WORK/b851/
2025-08-20T18:58:59.0283835Z [00:02:35.773]➜  cat >/tmp/go-build693841089/b851/importcfg << 'EOF' # internal
2025-08-20T18:58:59.0284424Z [00:02:35.773]➜  # import config
2025-08-20T18:58:59.0284931Z [00:02:35.773]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.0285462Z [00:02:35.773]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.0295046Z [00:02:35.773]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.0296134Z [00:02:35.773]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.0296623Z [00:02:35.773]➜  packagefile go.uber.org/dig=/tmp/go-build693841089/b852/_pkg_.a
2025-08-20T18:58:59.0297165Z [00:02:35.773]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build693841089/b857/_pkg_.a
2025-08-20T18:58:59.0297726Z [00:02:35.773]➜  packagefile go.uber.org/fx/internal/fxclock=/tmp/go-build693841089/b858/_pkg_.a
2025-08-20T18:58:59.0298300Z [00:02:35.773]➜  packagefile go.uber.org/fx/internal/fxlog=/tmp/go-build693841089/b859/_pkg_.a
2025-08-20T18:58:59.0298876Z [00:02:35.773]➜  packagefile go.uber.org/fx/internal/fxreflect=/tmp/go-build693841089/b860/_pkg_.a
2025-08-20T18:58:59.0299475Z [00:02:35.773]➜  packagefile go.uber.org/fx/internal/lifecycle=/tmp/go-build693841089/b861/_pkg_.a
2025-08-20T18:58:59.0300015Z [00:02:35.773]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:58:59.0300521Z [00:02:35.773]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:59.0300970Z [00:02:35.773]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.0301356Z [00:02:35.773]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.0302098Z [00:02:35.773]➜  packagefile os/signal=/tmp/go-build693841089/b397/_pkg_.a
2025-08-20T18:58:59.0302598Z [00:02:35.773]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:59.0303015Z [00:02:35.773]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.0303421Z [00:02:35.773]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.0303819Z [00:02:35.773]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.0304235Z [00:02:35.773]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:59.0304874Z [00:02:35.773]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:58:59.0305265Z [00:02:35.773]➜  EOF
2025-08-20T18:58:59.0309971Z [00:02:35.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/fx@v1.21.1=>go.uber.org/fx@v1.21.1;$WORK/b851=>" -p go.uber.org/fx -lang=go1.20 -complete -installsuffix shared -buildid Be5GZPvMLxO8ZkKZnjW4/Be5GZPvMLxO8ZkKZnjW4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/go.uber.org/fx@v1.21.1/annotated.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/app.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/app_unixes.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/decorate.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/doc.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/extract.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/inout.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/invoke.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/lifecycle.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/log.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/module.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/populate.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/printer_writer.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/provide.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/replace.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/shutdown.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/signal.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/supply.go /root/go/pkg/mod/go.uber.org/fx@v1.21.1/version.go
2025-08-20T18:58:59.0314241Z [00:02:35.776]➜  github.com/libp2p/go-libp2p/p2p/host/resource-manager
2025-08-20T18:58:59.0314583Z [00:02:35.776]➜  mkdir -p $WORK/b874/
2025-08-20T18:58:59.0315212Z [00:02:35.777]➜  cat >/tmp/go-build693841089/b874/importcfg << 'EOF' # internal
2025-08-20T18:58:59.0315551Z [00:02:35.777]➜  # import config
2025-08-20T18:58:59.0315877Z [00:02:35.777]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.0316320Z [00:02:35.777]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:59.0316757Z [00:02:35.777]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.0317194Z [00:02:35.777]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.0317647Z [00:02:35.777]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.0318052Z [00:02:35.777]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.0318526Z [00:02:35.777]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:59.0319127Z [00:02:35.777]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:59.0319749Z [00:02:35.777]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.0320381Z [00:02:35.777]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:59.0321057Z [00:02:35.777]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:58:59.0321706Z [00:02:35.777]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.0322338Z [00:02:35.777]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:59.0323086Z [00:02:35.777]➜  packagefile github.com/pbnjay/memory=/tmp/go-build693841089/b875/_pkg_.a
2025-08-20T18:58:59.0323775Z [00:02:35.777]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:58:59.0324369Z [00:02:35.777]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:59.0325162Z [00:02:35.777]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.0325559Z [00:02:35.777]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:59.0325979Z [00:02:35.777]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:59.0326383Z [00:02:35.777]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.0326794Z [00:02:35.777]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:58:59.0327294Z [00:02:35.777]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.0327691Z [00:02:35.777]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:59.0328104Z [00:02:35.777]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:59.0328673Z [00:02:35.777]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.0330568Z [00:02:35.777]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.0330994Z [00:02:35.777]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.0331294Z [00:02:35.777]➜  EOF
2025-08-20T18:58:59.0337315Z [00:02:35.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager;$WORK/b874=>" -p github.com/libp2p/go-libp2p/p2p/host/resource-manager -lang=go1.21 -complete -installsuffix shared -buildid BolGveHTUqKuXvbnSIqU/BolGveHTUqKuXvbnSIqU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/allowlist.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/conn_limiter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/error.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/extapi.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/limit.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/limit_defaults.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/rcmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/scope.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/stats.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/sys_unix.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/resource-manager/trace.go
2025-08-20T18:58:59.0425025Z [00:02:35.790]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T18:58:59.0458810Z [00:02:35.793]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/08/0835a6d87accb715faadfd2932f22823c8f4d5cf8c52b870ef76076d72116c16-d # internal
2025-08-20T18:58:59.0460100Z [00:02:35.793]➜  github.com/ipfs/kubo/repo/common
2025-08-20T18:58:59.0460449Z [00:02:35.793]➜  mkdir -p $WORK/b876/
2025-08-20T18:58:59.0460832Z [00:02:35.793]➜  cat >/tmp/go-build693841089/b876/importcfg << 'EOF' # internal
2025-08-20T18:58:59.0461201Z [00:02:35.793]➜  # import config
2025-08-20T18:58:59.0461530Z [00:02:35.793]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.0461941Z [00:02:35.793]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.0462249Z [00:02:35.793]➜  EOF
2025-08-20T18:58:59.0464426Z [00:02:35.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/common=>github.com/ipfs/kubo@v0.29.0/repo/common;$WORK/b876=>" -p github.com/ipfs/kubo/repo/common -lang=go1.22 -complete -installsuffix shared -buildid ECZeeUSQfDBMwfcMy5dT/ECZeeUSQfDBMwfcMy5dT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/common/common.go
2025-08-20T18:58:59.0639656Z [00:02:35.811]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T18:58:59.0646338Z [00:02:35.812]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/78/78c6ed18a79ca2d54cad12d03184da432763d281a09fd523b58b83ee3afbce52-d # internal
2025-08-20T18:58:59.0647204Z [00:02:35.812]➜  github.com/blang/semver/v4
2025-08-20T18:58:59.0647492Z [00:02:35.812]➜  mkdir -p $WORK/b878/
2025-08-20T18:58:59.0651160Z [00:02:35.813]➜  cat >/tmp/go-build693841089/b878/importcfg << 'EOF' # internal
2025-08-20T18:58:59.0651563Z [00:02:35.813]➜  # import config
2025-08-20T18:58:59.0651945Z [00:02:35.813]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:58:59.0652619Z [00:02:35.813]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.0653377Z [00:02:35.813]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.0653987Z [00:02:35.813]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.0654506Z [00:02:35.813]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:59.0655185Z [00:02:35.813]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:59.0655903Z [00:02:35.813]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.0656403Z [00:02:35.813]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:58:59.0656811Z [00:02:35.813]➜  EOF
2025-08-20T18:58:59.0659410Z [00:02:35.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/blang/semver/v4@v4.0.0=>github.com/blang/semver/v4@v4.0.0;$WORK/b878=>" -p github.com/blang/semver/v4 -lang=go1.14 -complete -installsuffix shared -buildid E-R8w5P5aEeJgykI2s_Y/E-R8w5P5aEeJgykI2s_Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/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-20T18:58:59.1241794Z [00:02:35.871]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T18:58:59.1255144Z [00:02:35.873]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/07/07f69fcec769e1e2556fa1c82ae61b36b5d4496ae093bd9affc93270fa8ed53d-d # internal
2025-08-20T18:58:59.1278640Z [00:02:35.875]➜  github.com/ipfs/kubo/repo/fsrepo/migrations
2025-08-20T18:58:59.1301853Z [00:02:35.875]➜  mkdir -p $WORK/b877/
2025-08-20T18:58:59.1302265Z [00:02:35.876]➜  cat >/tmp/go-build693841089/b877/importcfg << 'EOF' # internal
2025-08-20T18:58:59.1302616Z [00:02:35.876]➜  # import config
2025-08-20T18:58:59.1302993Z [00:02:35.876]➜  packagefile archive/tar=/tmp/go-build693841089/b529/_pkg_.a
2025-08-20T18:58:59.1303453Z [00:02:35.876]➜  packagefile archive/zip=/tmp/go-build693841089/b396/_pkg_.a
2025-08-20T18:58:59.1303892Z [00:02:35.876]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:59.1304296Z [00:02:35.876]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.1304877Z [00:02:35.876]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:58:59.1305390Z [00:02:35.876]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.1305830Z [00:02:35.876]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.1306266Z [00:02:35.876]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.1306671Z [00:02:35.876]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.1307149Z [00:02:35.876]➜  packagefile github.com/blang/semver/v4=/tmp/go-build693841089/b878/_pkg_.a
2025-08-20T18:58:59.1308110Z [00:02:35.876]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build693841089/b676/_pkg_.a
2025-08-20T18:58:59.1308806Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:58:59.1309406Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:58:59.1310022Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:58:59.1310699Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/tmp/go-build693841089/b782/_pkg_.a
2025-08-20T18:58:59.1311313Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:58:59.1311888Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:58:59.1312509Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/tmp/go-build693841089/b795/_pkg_.a
2025-08-20T18:58:59.1313090Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:58:59.1313636Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:58:59.1314188Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:58:59.1314928Z [00:02:35.876]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build693841089/b736/_pkg_.a
2025-08-20T18:58:59.1315723Z [00:02:35.876]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:59.1316294Z [00:02:35.876]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:58:59.1316864Z [00:02:35.876]➜  packagefile github.com/ipfs/go-unixfsnode=/tmp/go-build693841089/b798/_pkg_.a
2025-08-20T18:58:59.1317420Z [00:02:35.876]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:58:59.1317961Z [00:02:35.876]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build693841089/b822/_pkg_.a
2025-08-20T18:58:59.1318514Z [00:02:35.876]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:58:59.1319293Z [00:02:35.876]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build693841089/b710/_pkg_.a
2025-08-20T18:58:59.1319908Z [00:02:35.876]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:58:59.1320426Z [00:02:35.876]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.1320817Z [00:02:35.876]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:58:59.1321222Z [00:02:35.876]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:59.1321638Z [00:02:35.876]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:58:59.1322033Z [00:02:35.876]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.1322440Z [00:02:35.876]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:58:59.1322853Z [00:02:35.876]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:58:59.1323291Z [00:02:35.876]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:59.1323734Z [00:02:35.876]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:59.1324139Z [00:02:35.876]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:59.1324552Z [00:02:35.876]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:59.1327186Z [00:02:35.876]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.1327603Z [00:02:35.876]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.1327906Z [00:02:35.876]➜  EOF
2025-08-20T18:58:59.1332381Z [00:02:35.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations=>github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations;$WORK/b877=>" -p github.com/ipfs/kubo/repo/fsrepo/migrations -lang=go1.22 -complete -installsuffix shared -buildid bAlJ7ZaZJairKUv5VcfI/bAlJ7ZaZJairKUv5VcfI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/fetch.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/fetcher.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/httpfetcher.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/ipfsdir.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/migrations.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/retryfetcher.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/unpack.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/versions.go
2025-08-20T18:58:59.3012594Z [00:02:36.048]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T18:58:59.3040254Z [00:02:36.051]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/ab/abe2d172eb2ad8217ca1148937957c04c102ee8146a88baab6cab8cbaf956266-d # internal
2025-08-20T18:58:59.3045986Z [00:02:36.052]➜  github.com/ipfs/kubo/thirdparty/dir
2025-08-20T18:58:59.3056818Z [00:02:36.052]➜  mkdir -p $WORK/b879/
2025-08-20T18:58:59.3057212Z [00:02:36.052]➜  cat >/tmp/go-build693841089/b879/importcfg << 'EOF' # internal
2025-08-20T18:58:59.3057555Z [00:02:36.052]➜  # import config
2025-08-20T18:58:59.3058262Z [00:02:36.052]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.3058680Z [00:02:36.052]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.3059110Z [00:02:36.052]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:59.3059439Z [00:02:36.052]➜  EOF
2025-08-20T18:58:59.3061417Z [00:02:36.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/thirdparty/dir=>github.com/ipfs/kubo@v0.29.0/thirdparty/dir;$WORK/b879=>" -p github.com/ipfs/kubo/thirdparty/dir -lang=go1.22 -complete -installsuffix shared -buildid 1PKM_vhZbhByhrgK-Irp/1PKM_vhZbhByhrgK-Irp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/thirdparty/dir/dir.go
2025-08-20T18:58:59.3092843Z [00:02:36.057]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T18:58:59.3178027Z [00:02:36.065]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/3d/3db30fedf176aa55f6063e673a732ddebf02c18c193a3baba1227b9d0303111d-d # internal
2025-08-20T18:58:59.3198831Z [00:02:36.067]➜  github.com/ipfs/kubo/core/node/helpers
2025-08-20T18:58:59.3199401Z [00:02:36.067]➜  mkdir -p $WORK/b850/
2025-08-20T18:58:59.3213786Z [00:02:36.069]➜  cat >/tmp/go-build693841089/b850/importcfg << 'EOF' # internal
2025-08-20T18:58:59.3214568Z [00:02:36.069]➜  # import config
2025-08-20T18:58:59.3215583Z [00:02:36.069]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.3216101Z [00:02:36.069]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:58:59.3216444Z [00:02:36.069]➜  EOF
2025-08-20T18:58:59.3218400Z [00:02:36.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/helpers=>github.com/ipfs/kubo@v0.29.0/core/node/helpers;$WORK/b850=>" -p github.com/ipfs/kubo/core/node/helpers -lang=go1.22 -complete -installsuffix shared -buildid zopqvnz0Bil2XXI2b4F-/zopqvnz0Bil2XXI2b4F- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/helpers/helpers.go
2025-08-20T18:58:59.3247345Z [00:02:36.072]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T18:58:59.3254349Z [00:02:36.073]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/51/51e906a22de0e06fd88de88be253e21d8e98da8cbb6dcbe90d534d1b0e62e039-d # internal
2025-08-20T18:58:59.3258221Z [00:02:36.073]➜  github.com/ipfs/kubo/core/node/libp2p/fd
2025-08-20T18:58:59.3258859Z [00:02:36.073]➜  mkdir -p $WORK/b880/
2025-08-20T18:58:59.3264841Z [00:02:36.074]➜  cat >/tmp/go-build693841089/b880/importcfg << 'EOF' # internal
2025-08-20T18:58:59.3265624Z [00:02:36.074]➜  # import config
2025-08-20T18:58:59.3266278Z [00:02:36.074]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:58:59.3266895Z [00:02:36.074]➜  EOF
2025-08-20T18:58:59.3269133Z [00:02:36.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/fd=>github.com/ipfs/kubo@v0.29.0/core/node/libp2p/fd;$WORK/b880=>" -p github.com/ipfs/kubo/core/node/libp2p/fd -lang=go1.22 -complete -installsuffix shared -buildid ufHn4X_aI5Oid0hCQIXc/ufHn4X_aI5Oid0hCQIXc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/fd/sys_unix.go
2025-08-20T18:58:59.3468689Z [00:02:36.094]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T18:58:59.3471382Z [00:02:36.095]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/86/861eacf30c9156b282bb2dc70a5376cd73b35fba0fa42fbc497966b9adab747b-d # internal
2025-08-20T18:58:59.3473298Z [00:02:36.095]➜  github.com/ipfs/boxo/routing/http/internal
2025-08-20T18:58:59.3473630Z [00:02:36.095]➜  mkdir -p $WORK/b884/
2025-08-20T18:58:59.3483773Z [00:02:36.096]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T18:58:59.3496343Z [00:02:36.097]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/bb/bb7eb301c6069f98ef4fe4487a5879dbff1f617e05725b498d8a25d74000d02a-d # internal
2025-08-20T18:58:59.3504297Z [00:02:36.098]➜  github.com/ipfs/boxo/routing/http/internal/drjson
2025-08-20T18:58:59.3516696Z [00:02:36.099]➜  mkdir -p $WORK/b886/
2025-08-20T18:58:59.3522943Z [00:02:36.100]➜  cat >/tmp/go-build693841089/b886/importcfg << 'EOF' # internal
2025-08-20T18:58:59.3523681Z [00:02:36.100]➜  # import config
2025-08-20T18:58:59.3524376Z [00:02:36.100]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.3525259Z [00:02:36.100]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.3526058Z [00:02:36.100]➜  EOF
2025-08-20T18:58:59.3528379Z [00:02:36.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/internal/drjson=>github.com/ipfs/boxo@v0.20.0/routing/http/internal/drjson;$WORK/b886=>" -p github.com/ipfs/boxo/routing/http/internal/drjson -lang=go1.21 -complete -installsuffix shared -buildid Cfgu1WZ-rvmGb_7iQqe9/Cfgu1WZ-rvmGb_7iQqe9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/internal/drjson/json.go
2025-08-20T18:58:59.3539320Z [00:02:36.101]➜  cat >/tmp/go-build693841089/b884/importcfg << 'EOF' # internal
2025-08-20T18:58:59.3539684Z [00:02:36.101]➜  # import config
2025-08-20T18:58:59.3540032Z [00:02:36.101]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.3540503Z [00:02:36.101]➜  packagefile github.com/samber/lo=/tmp/go-build693841089/b708/_pkg_.a
2025-08-20T18:58:59.3540964Z [00:02:36.101]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.3541266Z [00:02:36.101]➜  EOF
2025-08-20T18:58:59.3552501Z [00:02:36.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/internal=>github.com/ipfs/boxo@v0.20.0/routing/http/internal;$WORK/b884=>" -p github.com/ipfs/boxo/routing/http/internal -lang=go1.21 -complete -installsuffix shared -buildid a-U5mFeCj5BriOGalIZk/a-U5mFeCj5BriOGalIZk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/internal/goroutines.go
2025-08-20T18:58:59.3721524Z [00:02:36.119]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T18:58:59.3723864Z [00:02:36.120]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/12/1296fb5afe07ddb5cd4ea2393adabbb558f82892b951997fc846cdbedbe18f25-d # internal
2025-08-20T18:58:59.3727491Z [00:02:36.120]➜  github.com/ipfs/boxo/routing/http/types
2025-08-20T18:58:59.3727850Z [00:02:36.120]➜  mkdir -p $WORK/b885/
2025-08-20T18:58:59.3731183Z [00:02:36.121]➜  cat >/tmp/go-build693841089/b885/importcfg << 'EOF' # internal
2025-08-20T18:58:59.3734055Z [00:02:36.121]➜  # import config
2025-08-20T18:58:59.3736366Z [00:02:36.121]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:58:59.3736870Z [00:02:36.121]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.3737323Z [00:02:36.121]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.3737736Z [00:02:36.121]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.3738316Z [00:02:36.121]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/tmp/go-build693841089/b886/_pkg_.a
2025-08-20T18:58:59.3738954Z [00:02:36.121]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:59.3739539Z [00:02:36.121]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:59.3740476Z [00:02:36.121]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.3741094Z [00:02:36.121]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.3741888Z [00:02:36.121]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:58:59.3742394Z [00:02:36.121]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.3742695Z [00:02:36.121]➜  EOF
2025-08-20T18:58:59.3746402Z [00:02:36.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types=>github.com/ipfs/boxo@v0.20.0/routing/http/types;$WORK/b885=>" -p github.com/ipfs/boxo/routing/http/types -lang=go1.21 -complete -installsuffix shared -buildid vq_c8FV4e05tWKtf9M-e/vq_c8FV4e05tWKtf9M-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/ipfs.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/record.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/record_bitswap.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/record_peer.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/record_unknown.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/time.go
2025-08-20T18:58:59.3773166Z [00:02:36.125]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T18:58:59.3784063Z [00:02:36.126]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/9f/9fec6dcfb1c2ddadd79147688a4e6cf79a50506d11b09fb7c71b7d67e2ef66db-d # internal
2025-08-20T18:58:59.3837754Z [00:02:36.131]➜  github.com/ipfs/boxo/routing/http/types/iter
2025-08-20T18:58:59.3838151Z [00:02:36.131]➜  mkdir -p $WORK/b887/
2025-08-20T18:58:59.3848201Z [00:02:36.132]➜  cat >/tmp/go-build693841089/b887/importcfg << 'EOF' # internal
2025-08-20T18:58:59.3848644Z [00:02:36.132]➜  # import config
2025-08-20T18:58:59.3855360Z [00:02:36.132]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.3855871Z [00:02:36.132]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.3856299Z [00:02:36.132]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.3856854Z [00:02:36.132]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.3857168Z [00:02:36.132]➜  EOF
2025-08-20T18:58:59.3860539Z [00:02:36.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/iter=>github.com/ipfs/boxo@v0.20.0/routing/http/types/iter;$WORK/b887=>" -p github.com/ipfs/boxo/routing/http/types/iter -lang=go1.21 -complete -installsuffix shared -buildid Pw5sLj_tKC6o5FzgUtJA/Pw5sLj_tKC6o5FzgUtJA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/iter/iter.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/iter/json.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/iter/map.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/iter/slice.go
2025-08-20T18:58:59.4078869Z [00:02:36.155]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T18:58:59.4090802Z [00:02:36.156]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/2d/2db09dc4be7df9e2f437dcf19889a23324e05f0ea9575264a01f3786e7bbb21d-d # internal
2025-08-20T18:58:59.4131269Z [00:02:36.160]➜  github.com/libp2p/go-libp2p-kad-dht/dual
2025-08-20T18:58:59.4132240Z [00:02:36.161]➜  mkdir -p $WORK/b890/
2025-08-20T18:58:59.4143892Z [00:02:36.162]➜  cat >/tmp/go-build693841089/b890/importcfg << 'EOF' # internal
2025-08-20T18:58:59.4144774Z [00:02:36.162]➜  # import config
2025-08-20T18:58:59.4145682Z [00:02:36.162]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.4146398Z [00:02:36.162]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.4146921Z [00:02:36.162]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build693841089/b676/_pkg_.a
2025-08-20T18:58:59.4147488Z [00:02:36.162]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:59.4148277Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build693841089/b637/_pkg_.a
2025-08-20T18:58:59.4148923Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build693841089/b639/_pkg_.a
2025-08-20T18:58:59.4149558Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:58:59.4150237Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p-kbucket/peerdiversity=/tmp/go-build693841089/b645/_pkg_.a
2025-08-20T18:58:59.4150934Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build693841089/b837/_pkg_.a
2025-08-20T18:58:59.4151633Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build693841089/b678/_pkg_.a
2025-08-20T18:58:59.4152305Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:59.4152930Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:59.4153545Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.4154176Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:59.4158426Z [00:02:36.162]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:59.4159350Z [00:02:36.162]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.4160049Z [00:02:36.162]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:59.4160568Z [00:02:36.162]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.4160870Z [00:02:36.162]➜  EOF
2025-08-20T18:58:59.4162821Z [00:02:36.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dual=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dual;$WORK/b890=>" -p github.com/libp2p/go-libp2p-kad-dht/dual -lang=go1.20 -complete -installsuffix shared -buildid A0HTeBmAVCGDsb9ujdLl/A0HTeBmAVCGDsb9ujdLl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/dual/dual.go
2025-08-20T18:58:59.5228232Z [00:02:36.270]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T18:58:59.5254101Z [00:02:36.273]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/84/842cee01ba2e707726c4029afb6e3962150dd50672dbaeb8bb1295ea67ab1c78-d # internal
2025-08-20T18:58:59.5282848Z [00:02:36.276]➜  github.com/ipfs/boxo/routing/http/contentrouter
2025-08-20T18:58:59.5289808Z [00:02:36.276]➜  mkdir -p $WORK/b883/
2025-08-20T18:58:59.5290345Z [00:02:36.276]➜  cat >/tmp/go-build693841089/b883/importcfg << 'EOF' # internal
2025-08-20T18:58:59.5291012Z [00:02:36.276]➜  # import config
2025-08-20T18:58:59.5291357Z [00:02:36.276]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.5291855Z [00:02:36.276]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:58:59.5292473Z [00:02:36.276]➜  packagefile github.com/ipfs/boxo/routing/http/internal=/tmp/go-build693841089/b884/_pkg_.a
2025-08-20T18:58:59.5293123Z [00:02:36.276]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build693841089/b885/_pkg_.a
2025-08-20T18:58:59.5293800Z [00:02:36.276]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build693841089/b887/_pkg_.a
2025-08-20T18:58:59.5294411Z [00:02:36.276]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:59.5295315Z [00:02:36.276]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:59.5295926Z [00:02:36.276]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build693841089/b837/_pkg_.a
2025-08-20T18:58:59.5296571Z [00:02:36.276]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.5298369Z [00:02:36.277]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:58:59.5299021Z [00:02:36.277]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.5299638Z [00:02:36.277]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:58:59.5300160Z [00:02:36.277]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:59.5300583Z [00:02:36.277]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.5301001Z [00:02:36.277]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.5301300Z [00:02:36.277]➜  EOF
2025-08-20T18:58:59.5303433Z [00:02:36.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/contentrouter=>github.com/ipfs/boxo@v0.20.0/routing/http/contentrouter;$WORK/b883=>" -p github.com/ipfs/boxo/routing/http/contentrouter -lang=go1.21 -complete -installsuffix shared -buildid OBotcUDnZkVbaMBdxWhe/OBotcUDnZkVbaMBdxWhe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/contentrouter/contentrouter.go
2025-08-20T18:58:59.5450214Z [00:02:36.292]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T18:58:59.5466306Z [00:02:36.294]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/86/8681eb04a23ba2479a4350e37e93c1b553729af127222e04965dbbea22c80da2-d # internal
2025-08-20T18:58:59.5494529Z [00:02:36.297]➜  github.com/ipfs/boxo/routing/http/types/json
2025-08-20T18:58:59.5495066Z [00:02:36.297]➜  mkdir -p $WORK/b888/
2025-08-20T18:58:59.5495447Z [00:02:36.297]➜  cat >/tmp/go-build693841089/b888/importcfg << 'EOF' # internal
2025-08-20T18:58:59.5495812Z [00:02:36.297]➜  # import config
2025-08-20T18:58:59.5496173Z [00:02:36.297]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.5496738Z [00:02:36.297]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build693841089/b885/_pkg_.a
2025-08-20T18:58:59.5497154Z [00:02:36.297]➜  EOF
2025-08-20T18:58:59.5499779Z [00:02:36.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/json=>github.com/ipfs/boxo@v0.20.0/routing/http/types/json;$WORK/b888=>" -p github.com/ipfs/boxo/routing/http/types/json -lang=go1.21 -complete -installsuffix shared -buildid PA6KLETCaShlfsUvDSYc/PA6KLETCaShlfsUvDSYc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/json/requests.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/json/responses.go
2025-08-20T18:58:59.5910046Z [00:02:36.338]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T18:58:59.5929938Z [00:02:36.340]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T18:58:59.5978095Z [00:02:36.345]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/66/667d015bd902cd4763e9b710d252291480bb109276164825e2fe6d7412bcd42e-d # internal
2025-08-20T18:58:59.5979355Z [00:02:36.345]➜  github.com/ipfs/boxo/routing/http/types/ndjson
2025-08-20T18:58:59.5980148Z [00:02:36.346]➜  mkdir -p $WORK/b889/
2025-08-20T18:58:59.5984740Z [00:02:36.346]➜  cat >/tmp/go-build693841089/b889/importcfg << 'EOF' # internal
2025-08-20T18:58:59.5985145Z [00:02:36.346]➜  # import config
2025-08-20T18:58:59.5985524Z [00:02:36.346]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.5986424Z [00:02:36.346]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build693841089/b885/_pkg_.a
2025-08-20T18:58:59.5987095Z [00:02:36.346]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build693841089/b887/_pkg_.a
2025-08-20T18:58:59.5987648Z [00:02:36.346]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.5987944Z [00:02:36.346]➜  EOF
2025-08-20T18:58:59.5990800Z [00:02:36.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/ndjson=>github.com/ipfs/boxo@v0.20.0/routing/http/types/ndjson;$WORK/b889=>" -p github.com/ipfs/boxo/routing/http/types/ndjson -lang=go1.21 -complete -installsuffix shared -buildid S8dJs2BAmhWgDZrPs7fc/S8dJs2BAmhWgDZrPs7fc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/types/ndjson/records.go
2025-08-20T18:58:59.6033136Z [00:02:36.351]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T18:58:59.6039972Z [00:02:36.351]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/b4/b4f4f0084763643d68688baae305f68ced3e8f376ae1490b3e2a7cf3beaf979d-d # internal
2025-08-20T18:58:59.6048173Z [00:02:36.352]➜  github.com/libp2p/go-libp2p-kad-dht/crawler
2025-08-20T18:58:59.6049253Z [00:02:36.352]➜  mkdir -p $WORK/b892/
2025-08-20T18:58:59.6053350Z [00:02:36.353]➜  cat >/tmp/go-build693841089/b892/importcfg << 'EOF' # internal
2025-08-20T18:58:59.6054043Z [00:02:36.353]➜  # import config
2025-08-20T18:58:59.6056612Z [00:02:36.353]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.6057433Z [00:02:36.353]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:59.6059208Z [00:02:36.353]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build693841089/b657/_pkg_.a
2025-08-20T18:58:59.6059916Z [00:02:36.353]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:58:59.6060538Z [00:02:36.353]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:59.6061162Z [00:02:36.353]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:59.6061798Z [00:02:36.353]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.6062431Z [00:02:36.353]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:59.6063051Z [00:02:36.353]➜  packagefile github.com/libp2p/go-msgio/protoio=/tmp/go-build693841089/b668/_pkg_.a
2025-08-20T18:58:59.6063541Z [00:02:36.353]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.6063946Z [00:02:36.353]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.6064388Z [00:02:36.353]➜  EOF
2025-08-20T18:58:59.6066867Z [00:02:36.353]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/crawler=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/crawler;$WORK/b892=>" -p github.com/libp2p/go-libp2p-kad-dht/crawler -lang=go1.20 -complete -installsuffix shared -buildid sa30N_m-Sk2cKTXC10zn/sa30N_m-Sk2cKTXC10zn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/crawler/crawler.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/crawler/options.go
2025-08-20T18:58:59.6074539Z [00:02:36.355]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/b3/b375d8acacad6a839692963c67bfedd6ceb1983cd63b3f99cfc4e779452e2459-d # internal
2025-08-20T18:58:59.6107302Z [00:02:36.358]➜  github.com/ipfs/kubo/repo
2025-08-20T18:58:59.6128823Z [00:02:36.358]➜  mkdir -p $WORK/b873/
2025-08-20T18:58:59.6129246Z [00:02:36.358]➜  cat >/tmp/go-build693841089/b873/importcfg << 'EOF' # internal
2025-08-20T18:58:59.6129600Z [00:02:36.358]➜  # import config
2025-08-20T18:58:59.6130326Z [00:02:36.358]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.6130749Z [00:02:36.358]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.6131253Z [00:02:36.358]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build693841089/b716/_pkg_.a
2025-08-20T18:58:59.6131838Z [00:02:36.358]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build693841089/b735/_pkg_.a
2025-08-20T18:58:59.6132405Z [00:02:36.358]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:59.6132958Z [00:02:36.358]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:58:59.6133626Z [00:02:36.358]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build693841089/b874/_pkg_.a
2025-08-20T18:58:59.6134312Z [00:02:36.358]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.6135031Z [00:02:36.358]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.6135424Z [00:02:36.358]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.6135821Z [00:02:36.358]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.6136128Z [00:02:36.358]➜  EOF
2025-08-20T18:58:59.6138436Z [00:02:36.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo=>github.com/ipfs/kubo@v0.29.0/repo;$WORK/b873=>" -p github.com/ipfs/kubo/repo -lang=go1.22 -complete -installsuffix shared -buildid wug1wcHL4LQa4s-his3A/wug1wcHL4LQa4s-his3A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/mock.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/onlyone.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/repo.go
2025-08-20T18:58:59.6568112Z [00:02:36.403]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T18:58:59.6571023Z [00:02:36.403]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T18:58:59.6580559Z [00:02:36.405]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/36/36655044076664bd67e9ce4852242df01e83dd323d04ac28aefe26ccdc3a8610-d # internal
2025-08-20T18:58:59.6588342Z [00:02:36.405]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/e8/e84cfaa129cda27272d213357249ea84e516770026f2932cb2e057d37ba567d1-d # internal
2025-08-20T18:58:59.6589114Z [00:02:36.405]➜  github.com/ipfs/boxo/routing/http/client
2025-08-20T18:58:59.6589488Z [00:02:36.405]➜  mkdir -p $WORK/b882/
2025-08-20T18:58:59.6589857Z [00:02:36.405]➜  cat >/tmp/go-build693841089/b882/importcfg << 'EOF' # internal
2025-08-20T18:58:59.6590197Z [00:02:36.405]➜  # import config
2025-08-20T18:58:59.6590545Z [00:02:36.405]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.6591205Z [00:02:36.405]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.6591720Z [00:02:36.405]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.6592165Z [00:02:36.405]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.6592561Z [00:02:36.405]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.6593249Z [00:02:36.405]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:58:59.6593801Z [00:02:36.405]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:58:59.6594434Z [00:02:36.405]➜  packagefile github.com/ipfs/boxo/routing/http/contentrouter=/tmp/go-build693841089/b883/_pkg_.a
2025-08-20T18:58:59.6595397Z [00:02:36.405]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/tmp/go-build693841089/b886/_pkg_.a
2025-08-20T18:58:59.6596095Z [00:02:36.405]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build693841089/b885/_pkg_.a
2025-08-20T18:58:59.6596764Z [00:02:36.405]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build693841089/b887/_pkg_.a
2025-08-20T18:58:59.6597701Z [00:02:36.405]➜  packagefile github.com/ipfs/boxo/routing/http/types/json=/tmp/go-build693841089/b888/_pkg_.a
2025-08-20T18:58:59.6598389Z [00:02:36.405]➜  packagefile github.com/ipfs/boxo/routing/http/types/ndjson=/tmp/go-build693841089/b889/_pkg_.a
2025-08-20T18:58:59.6598992Z [00:02:36.405]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:58:59.6599511Z [00:02:36.405]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:59.6600100Z [00:02:36.405]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:59.6600720Z [00:02:36.405]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.6601342Z [00:02:36.405]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.6601904Z [00:02:36.405]➜  packagefile go.opencensus.io/stats=/tmp/go-build693841089/b658/_pkg_.a
2025-08-20T18:58:59.6602439Z [00:02:36.405]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:58:59.6602965Z [00:02:36.405]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:58:59.6603415Z [00:02:36.405]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.6603808Z [00:02:36.405]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:58:59.6604202Z [00:02:36.405]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.6607237Z [00:02:36.405]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:58:59.6615700Z [00:02:36.405]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:59.6616467Z [00:02:36.405]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:59.6629786Z [00:02:36.405]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:58:59.6630232Z [00:02:36.405]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.6630652Z [00:02:36.405]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.6630951Z [00:02:36.405]➜  EOF
2025-08-20T18:58:59.6633979Z [00:02:36.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/client=>github.com/ipfs/boxo@v0.20.0/routing/http/client;$WORK/b882=>" -p github.com/ipfs/boxo/routing/http/client -lang=go1.21 -complete -installsuffix shared -buildid K0tVkUQ1CYyN1_-TmEUr/K0tVkUQ1CYyN1_-TmEUr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/client/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/client/error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/client/measures.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/client/transport.go
2025-08-20T18:58:59.6636684Z [00:02:36.409]➜  github.com/ipfs/kubo/repo/fsrepo
2025-08-20T18:58:59.6636987Z [00:02:36.409]➜  mkdir -p $WORK/b866/
2025-08-20T18:58:59.6637349Z [00:02:36.409]➜  cat >/tmp/go-build693841089/b866/importcfg << 'EOF' # internal
2025-08-20T18:58:59.6637686Z [00:02:36.409]➜  # import config
2025-08-20T18:58:59.6643081Z [00:02:36.409]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.6643524Z [00:02:36.409]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.6643969Z [00:02:36.409]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.6644405Z [00:02:36.409]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.6644996Z [00:02:36.409]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.6645505Z [00:02:36.409]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build693841089/b716/_pkg_.a
2025-08-20T18:58:59.6646080Z [00:02:36.409]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build693841089/b735/_pkg_.a
2025-08-20T18:58:59.6646994Z [00:02:36.409]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:58:59.6647568Z [00:02:36.409]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:58:59.6648152Z [00:02:36.409]➜  packagefile github.com/ipfs/go-datastore/mount=/tmp/go-build693841089/b867/_pkg_.a
2025-08-20T18:58:59.6648741Z [00:02:36.409]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:58:59.6649311Z [00:02:36.409]➜  packagefile github.com/ipfs/go-ds-measure=/tmp/go-build693841089/b868/_pkg_.a
2025-08-20T18:58:59.6649854Z [00:02:36.409]➜  packagefile github.com/ipfs/go-fs-lock=/tmp/go-build693841089/b869/_pkg_.a
2025-08-20T18:58:59.6650381Z [00:02:36.409]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:58:59.6650919Z [00:02:36.409]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:58:59.6651525Z [00:02:36.409]➜  packagefile github.com/ipfs/kubo/config/serialize=/tmp/go-build693841089/b871/_pkg_.a
2025-08-20T18:58:59.6652105Z [00:02:36.409]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:58:59.6652669Z [00:02:36.409]➜  packagefile github.com/ipfs/kubo/repo/common=/tmp/go-build693841089/b876/_pkg_.a
2025-08-20T18:58:59.6653312Z [00:02:36.409]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build693841089/b877/_pkg_.a
2025-08-20T18:58:59.6653954Z [00:02:36.409]➜  packagefile github.com/ipfs/kubo/thirdparty/dir=/tmp/go-build693841089/b879/_pkg_.a
2025-08-20T18:58:59.6654899Z [00:02:36.409]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build693841089/b874/_pkg_.a
2025-08-20T18:58:59.6655808Z [00:02:36.409]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build693841089/b710/_pkg_.a
2025-08-20T18:58:59.6656483Z [00:02:36.409]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.6656987Z [00:02:36.409]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.6657378Z [00:02:36.409]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.6657762Z [00:02:36.409]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.6658196Z [00:02:36.409]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:58:59.6658627Z [00:02:36.409]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:59.6659034Z [00:02:36.409]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.6659439Z [00:02:36.409]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.6659735Z [00:02:36.409]➜  EOF
2025-08-20T18:58:59.6662394Z [00:02:36.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo=>github.com/ipfs/kubo@v0.29.0/repo/fsrepo;$WORK/b866=>" -p github.com/ipfs/kubo/repo/fsrepo -lang=go1.22 -complete -installsuffix shared -buildid e9Pd_8jwtfBwE8-xe3fU/e9Pd_8jwtfBwE8-xe3fU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/datastores.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/doc.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/fsrepo.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/misc.go
2025-08-20T18:58:59.6977759Z [00:02:36.445]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T18:58:59.7025038Z [00:02:36.446]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/91/91444a9eb49802ea1a7d81325b93bc50083675dcf880bc3b824c22f41445b428-d # internal
2025-08-20T18:58:59.7025722Z [00:02:36.446]➜  github.com/libp2p/go-libp2p-xor/key
2025-08-20T18:58:59.7026075Z [00:02:36.446]➜  mkdir -p $WORK/b894/
2025-08-20T18:58:59.7026457Z [00:02:36.446]➜  cat >/tmp/go-build693841089/b894/importcfg << 'EOF' # internal
2025-08-20T18:58:59.7026809Z [00:02:36.446]➜  # import config
2025-08-20T18:58:59.7027510Z [00:02:36.446]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.7027949Z [00:02:36.446]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.7028376Z [00:02:36.446]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.7028894Z [00:02:36.446]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:58:59.7029402Z [00:02:36.446]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:58:59.7029819Z [00:02:36.446]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.7030127Z [00:02:36.446]➜  EOF
2025-08-20T18:58:59.7031973Z [00:02:36.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b894/_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/b894=>" -p github.com/libp2p/go-libp2p-xor/key -lang=go1.15 -complete -installsuffix shared -buildid EHZDE9lf480yfq3U08kC/EHZDE9lf480yfq3U08kC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-xor@v0.1.0/key/key.go
2025-08-20T18:58:59.7233062Z [00:02:36.471]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T18:58:59.7300240Z [00:02:36.477]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/4c/4c639843b15c1995fa354a85a0d21285765e703e89ac4784712542bdc220e254-d # internal
2025-08-20T18:58:59.7302345Z [00:02:36.477]➜  github.com/libp2p/go-libp2p-xor/trie
2025-08-20T18:58:59.7302684Z [00:02:36.477]➜  mkdir -p $WORK/b895/
2025-08-20T18:58:59.7311287Z [00:02:36.479]➜  cat >/tmp/go-build693841089/b895/importcfg << 'EOF' # internal
2025-08-20T18:58:59.7313620Z [00:02:36.479]➜  # import config
2025-08-20T18:58:59.7314491Z [00:02:36.479]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.7315458Z [00:02:36.479]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/tmp/go-build693841089/b894/_pkg_.a
2025-08-20T18:58:59.7316367Z [00:02:36.479]➜  EOF
2025-08-20T18:58:59.7320309Z [00:02:36.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b895/_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/b895=>" -p github.com/libp2p/go-libp2p-xor/trie -lang=go1.15 -complete -installsuffix shared -buildid Xkkd65qcD-wNStwcmWx-/Xkkd65qcD-wNStwcmWx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/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-20T18:58:59.7940784Z [00:02:36.541]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T18:58:59.7950078Z [00:02:36.542]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/45/456a402db6b5f785183b6c1d9b14ef7ebe2a3cf1c08beedf7e73012943e4c61d-d # internal
2025-08-20T18:58:59.7951121Z [00:02:36.542]➜  github.com/libp2p/go-libp2p-xor/kademlia
2025-08-20T18:58:59.7951450Z [00:02:36.542]➜  mkdir -p $WORK/b893/
2025-08-20T18:58:59.7951823Z [00:02:36.542]➜  cat >/tmp/go-build693841089/b893/importcfg << 'EOF' # internal
2025-08-20T18:58:59.7952171Z [00:02:36.542]➜  # import config
2025-08-20T18:58:59.7952524Z [00:02:36.543]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:58:59.7953077Z [00:02:36.543]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/tmp/go-build693841089/b894/_pkg_.a
2025-08-20T18:58:59.7953694Z [00:02:36.543]➜  packagefile github.com/libp2p/go-libp2p-xor/trie=/tmp/go-build693841089/b895/_pkg_.a
2025-08-20T18:58:59.7954428Z [00:02:36.543]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:58:59.7954901Z [00:02:36.543]➜  EOF
2025-08-20T18:58:59.7957406Z [00:02:36.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b893/_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/b893=>" -p github.com/libp2p/go-libp2p-xor/kademlia -lang=go1.15 -complete -installsuffix shared -buildid LRqjdD8ALgB9phHZZxFJ/LRqjdD8ALgB9phHZZxFJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/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-20T18:58:59.8023280Z [00:02:36.550]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T18:58:59.8075576Z [00:02:36.554]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/e1/e1d17a06199ec81031586e8f682fb6aca395b0299ca2b3a904942c940feda825-d # internal
2025-08-20T18:58:59.8076474Z [00:02:36.554]➜  github.com/libp2p/go-libp2p/core/canonicallog
2025-08-20T18:58:59.8076810Z [00:02:36.554]➜  mkdir -p $WORK/b897/
2025-08-20T18:58:59.8086633Z [00:02:36.556]➜  cat >/tmp/go-build693841089/b897/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8087462Z [00:02:36.556]➜  # import config
2025-08-20T18:58:59.8088062Z [00:02:36.556]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.8088824Z [00:02:36.556]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:59.8091013Z [00:02:36.556]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.8092259Z [00:02:36.556]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.8093199Z [00:02:36.556]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:59.8094175Z [00:02:36.556]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:59.8095082Z [00:02:36.556]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.8095799Z [00:02:36.556]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.8096449Z [00:02:36.556]➜  EOF
2025-08-20T18:58:59.8098854Z [00:02:36.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/canonicallog=>github.com/libp2p/go-libp2p@v0.34.1/core/canonicallog;$WORK/b897=>" -p github.com/libp2p/go-libp2p/core/canonicallog -lang=go1.21 -complete -installsuffix shared -buildid rvKS-okREYm2QhbfdpmF/rvKS-okREYm2QhbfdpmF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/canonicallog/canonicallog.go
2025-08-20T18:58:59.8100994Z [00:02:36.557]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T18:58:59.8113937Z [00:02:36.559]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/c1/c117a9dcce26ce9448f63d3ed4917539b21efdb9d24266f8478294db403bf3cd-d # internal
2025-08-20T18:58:59.8129769Z [00:02:36.560]➜  github.com/ipfs/kubo
2025-08-20T18:58:59.8133268Z [00:02:36.560]➜  mkdir -p $WORK/b865/
2025-08-20T18:58:59.8134391Z [00:02:36.561]➜  cat >/tmp/go-build693841089/b865/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8135326Z [00:02:36.561]➜  # import config
2025-08-20T18:58:59.8135872Z [00:02:36.561]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.8136540Z [00:02:36.561]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:58:59.8137174Z [00:02:36.561]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:58:59.8138216Z [00:02:36.561]➜  EOF
2025-08-20T18:58:59.8140066Z [00:02:36.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0=>github.com/ipfs/kubo@v0.29.0;$WORK/b865=>" -p github.com/ipfs/kubo -lang=go1.22 -complete -installsuffix shared -buildid o7SttjdsLui0NlFyL1lR/o7SttjdsLui0NlFyL1lR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/doc.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/version.go
2025-08-20T18:58:59.8404037Z [00:02:36.588]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T18:58:59.8426624Z [00:02:36.590]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/b2/b2dd276ce6dce88913d12a16e9027651271fbc19125861708f99b59700afcad5-d # internal
2025-08-20T18:58:59.8427911Z [00:02:36.590]➜  github.com/libp2p/go-flow-metrics
2025-08-20T18:58:59.8428258Z [00:02:36.590]➜  mkdir -p $WORK/b899/
2025-08-20T18:58:59.8428795Z [00:02:36.590]➜  cat >/tmp/go-build693841089/b899/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8429248Z [00:02:36.590]➜  # import config
2025-08-20T18:58:59.8429669Z [00:02:36.590]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.8430243Z [00:02:36.590]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:58:59.8430812Z [00:02:36.590]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:58:59.8431303Z [00:02:36.590]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.8431818Z [00:02:36.590]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:59.8432330Z [00:02:36.590]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.8432719Z [00:02:36.590]➜  EOF
2025-08-20T18:58:59.8435486Z [00:02:36.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.1.0=>github.com/libp2p/go-flow-metrics@v0.1.0;$WORK/b899=>" -p github.com/libp2p/go-flow-metrics -lang=go1.17 -complete -installsuffix shared -buildid N7oV4-z9ObMuWYZE656a/N7oV4-z9ObMuWYZE656a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.1.0/meter.go /root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.1.0/registry.go /root/go/pkg/mod/github.com/libp2p/go-flow-metrics@v0.1.0/sweeper.go
2025-08-20T18:58:59.8450254Z [00:02:36.593]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T18:58:59.8451589Z [00:02:36.593]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T18:58:59.8453092Z [00:02:36.593]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/37/375b4577a64d5084161887b9ca952cafc43269b9d27d0730d2096b4ce041d00a-d # internal
2025-08-20T18:58:59.8459909Z [00:02:36.594]➜  github.com/libp2p/go-libp2p/core/transport
2025-08-20T18:58:59.8460841Z [00:02:36.594]➜  mkdir -p $WORK/b900/
2025-08-20T18:58:59.8463368Z [00:02:36.594]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/a8/a83f452bb036e06ef0bd3c4e752760867739bd4d35e6546dd59dd18b346dd593-d # internal
2025-08-20T18:58:59.8465341Z [00:02:36.594]➜  github.com/multiformats/go-multiaddr-fmt
2025-08-20T18:58:59.8465742Z [00:02:36.594]➜  mkdir -p $WORK/b901/
2025-08-20T18:58:59.8470103Z [00:02:36.595]➜  cat >/tmp/go-build693841089/b900/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8470465Z [00:02:36.595]➜  # import config
2025-08-20T18:58:59.8470802Z [00:02:36.595]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.8471550Z [00:02:36.595]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.8471959Z [00:02:36.595]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.8472490Z [00:02:36.595]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:59.8473117Z [00:02:36.595]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.8473742Z [00:02:36.595]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.8474379Z [00:02:36.595]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:59.8475194Z [00:02:36.595]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.8475495Z [00:02:36.595]➜  EOF
2025-08-20T18:58:59.8477483Z [00:02:36.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/transport=>github.com/libp2p/go-libp2p@v0.34.1/core/transport;$WORK/b900=>" -p github.com/libp2p/go-libp2p/core/transport -lang=go1.21 -complete -installsuffix shared -buildid xwQ2MAepPvRN6vvUG4-T/xwQ2MAepPvRN6vvUG4-T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/transport/transport.go
2025-08-20T18:58:59.8479326Z [00:02:36.595]➜  cat >/tmp/go-build693841089/b901/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8479662Z [00:02:36.595]➜  # import config
2025-08-20T18:58:59.8480104Z [00:02:36.595]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.8480618Z [00:02:36.595]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:58:59.8480926Z [00:02:36.595]➜  EOF
2025-08-20T18:58:59.8482825Z [00:02:36.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b901/_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/b901=>" -p github.com/multiformats/go-multiaddr-fmt -lang=go1.13 -complete -installsuffix shared -buildid 40Qdh_k56DjU-1BH6q9x/40Qdh_k56DjU-1BH6q9x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/github.com/multiformats/go-multiaddr-fmt@v0.1.0/patterns.go
2025-08-20T18:58:59.8713112Z [00:02:36.619]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T18:58:59.8720325Z [00:02:36.619]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/a6/a63f945d659004d6bdf57a3726f14ad39283f7bb09d206fe3dbcc6e98ae7ce9b-d # internal
2025-08-20T18:58:59.8748228Z [00:02:36.621]➜  github.com/libp2p/go-libp2p/core/pnet
2025-08-20T18:58:59.8749240Z [00:02:36.622]➜  mkdir -p $WORK/b904/
2025-08-20T18:58:59.8749660Z [00:02:36.622]➜  cat >/tmp/go-build693841089/b904/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8750009Z [00:02:36.622]➜  # import config
2025-08-20T18:58:59.8750367Z [00:02:36.622]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:59.8750777Z [00:02:36.622]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:58:59.8751219Z [00:02:36.622]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:58:59.8751681Z [00:02:36.622]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:58:59.8752120Z [00:02:36.622]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.8752521Z [00:02:36.622]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.8753177Z [00:02:36.622]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.8753539Z [00:02:36.622]➜  EOF
2025-08-20T18:58:59.8759770Z [00:02:36.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/pnet=>github.com/libp2p/go-libp2p@v0.34.1/core/pnet;$WORK/b904=>" -p github.com/libp2p/go-libp2p/core/pnet -lang=go1.21 -complete -installsuffix shared -buildid N-UwnbMtHNFfYgzlJBxQ/N-UwnbMtHNFfYgzlJBxQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/pnet/codec.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/pnet/env.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/pnet/error.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/pnet/protector.go
2025-08-20T18:58:59.8772421Z [00:02:36.624]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T18:58:59.8795456Z [00:02:36.625]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/9a/9aff8abe3e4d980e4cc3838177cb5b3fac53d070424cb72c4c2c7dcab53beb01-d # internal
2025-08-20T18:58:59.8796461Z [00:02:36.626]➜  github.com/libp2p/go-libp2p/core/sec
2025-08-20T18:58:59.8796774Z [00:02:36.626]➜  mkdir -p $WORK/b905/
2025-08-20T18:58:59.8799128Z [00:02:36.627]➜  cat >/tmp/go-build693841089/b905/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8799952Z [00:02:36.627]➜  # import config
2025-08-20T18:58:59.8800354Z [00:02:36.627]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.8800778Z [00:02:36.627]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.8801310Z [00:02:36.627]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:59.8801938Z [00:02:36.627]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.8802598Z [00:02:36.627]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:59.8803110Z [00:02:36.627]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.8803413Z [00:02:36.627]➜  EOF
2025-08-20T18:58:59.8805443Z [00:02:36.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/sec=>github.com/libp2p/go-libp2p@v0.34.1/core/sec;$WORK/b905=>" -p github.com/libp2p/go-libp2p/core/sec -lang=go1.21 -complete -installsuffix shared -buildid dpEC161yyBO5KIhISlMk/dpEC161yyBO5KIhISlMk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/sec/security.go
2025-08-20T18:58:59.8949449Z [00:02:36.642]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T18:58:59.8959140Z [00:02:36.643]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/2a/2ab0f9059c43e4c976860454fb1b0ad37affdbe3ba05f42ef9c70791d3f92121-d # internal
2025-08-20T18:58:59.8964369Z [00:02:36.644]➜  github.com/libp2p/go-libp2p/core/sec/insecure/pb
2025-08-20T18:58:59.8966222Z [00:02:36.644]➜  mkdir -p $WORK/b907/
2025-08-20T18:58:59.8978027Z [00:02:36.645]➜  cat >/tmp/go-build693841089/b907/importcfg << 'EOF' # internal
2025-08-20T18:58:59.8980338Z [00:02:36.645]➜  # import config
2025-08-20T18:58:59.8981482Z [00:02:36.645]➜  packagefile github.com/libp2p/go-libp2p/core/crypto/pb=/tmp/go-build693841089/b325/_pkg_.a
2025-08-20T18:58:59.8982761Z [00:02:36.645]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:59.8983529Z [00:02:36.645]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:59.8984086Z [00:02:36.645]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:59.8984498Z [00:02:36.645]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.8984967Z [00:02:36.645]➜  EOF
2025-08-20T18:58:59.8987323Z [00:02:36.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/sec/insecure/pb=>github.com/libp2p/go-libp2p@v0.34.1/core/sec/insecure/pb;$WORK/b907=>" -p github.com/libp2p/go-libp2p/core/sec/insecure/pb -lang=go1.21 -complete -installsuffix shared -buildid do4BQEuFaFQTd6EFb1ks/do4BQEuFaFQTd6EFb1ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/sec/insecure/pb/plaintext.pb.go
2025-08-20T18:58:59.9004089Z [00:02:36.648]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T18:58:59.9012112Z [00:02:36.649]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T18:58:59.9017883Z [00:02:36.649]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/08/082e60eb715a5f41bffd9448b2cf707a2978fe1f0adf829bd3bb69f187ef3b88-d # internal
2025-08-20T18:58:59.9049087Z [00:02:36.652]➜  github.com/libp2p/go-libp2p/p2p/host/autonat/pb
2025-08-20T18:58:59.9050330Z [00:02:36.652]➜  mkdir -p $WORK/b909/
2025-08-20T18:58:59.9052488Z [00:02:36.653]➜  cat >/tmp/go-build693841089/b909/importcfg << 'EOF' # internal
2025-08-20T18:58:59.9053148Z [00:02:36.653]➜  # import config
2025-08-20T18:58:59.9055020Z [00:02:36.653]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:59.9055794Z [00:02:36.653]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:59.9056455Z [00:02:36.653]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:59.9056917Z [00:02:36.653]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.9057220Z [00:02:36.653]➜  EOF
2025-08-20T18:58:59.9059310Z [00:02:36.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/pb=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/pb;$WORK/b909=>" -p github.com/libp2p/go-libp2p/p2p/host/autonat/pb -lang=go1.21 -complete -installsuffix shared -buildid Fr5NFX0mG2mlTqil59gf/Fr5NFX0mG2mlTqil59gf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/pb/autonat.pb.go
2025-08-20T18:58:59.9188906Z [00:02:36.666]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/59/5974c10c096e6faff23e9be78d3ad2b364a7c8c9866e1f81122e1e10870a020a-d # internal
2025-08-20T18:58:59.9195706Z [00:02:36.667]➜  github.com/libp2p/go-msgio/pbio
2025-08-20T18:58:59.9197155Z [00:02:36.667]➜  mkdir -p $WORK/b910/
2025-08-20T18:58:59.9202760Z [00:02:36.668]➜  cat >/tmp/go-build693841089/b910/importcfg << 'EOF' # internal
2025-08-20T18:58:59.9203220Z [00:02:36.668]➜  # import config
2025-08-20T18:58:59.9203558Z [00:02:36.668]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:58:59.9204340Z [00:02:36.668]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.9205041Z [00:02:36.668]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:58:59.9205675Z [00:02:36.668]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:59.9206167Z [00:02:36.668]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.9206555Z [00:02:36.668]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:58:59.9206990Z [00:02:36.668]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:58:59.9207316Z [00:02:36.668]➜  EOF
2025-08-20T18:58:59.9222603Z [00:02:36.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b910/_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/b910=>" -p github.com/libp2p/go-msgio/pbio -lang=go1.18 -complete -installsuffix shared -buildid X8ARUp3F7M3ayXG-ZbI4/X8ARUp3F7M3ayXG-ZbI4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/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-20T18:58:59.9405895Z [00:02:36.688]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T18:58:59.9430353Z [00:02:36.690]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/f5/f5799a4e76582cefb32f33bec88877f2817668a08581ff3c2dd80975ee065daa-d # internal
2025-08-20T18:58:59.9465037Z [00:02:36.693]➜  github.com/libp2p/go-libp2p/core/metrics
2025-08-20T18:58:59.9465570Z [00:02:36.693]➜  mkdir -p $WORK/b898/
2025-08-20T18:58:59.9465955Z [00:02:36.694]➜  cat >/tmp/go-build693841089/b898/importcfg << 'EOF' # internal
2025-08-20T18:58:59.9466300Z [00:02:36.694]➜  # import config
2025-08-20T18:58:59.9466875Z [00:02:36.694]➜  packagefile github.com/libp2p/go-flow-metrics=/tmp/go-build693841089/b899/_pkg_.a
2025-08-20T18:58:59.9467529Z [00:02:36.694]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.9468177Z [00:02:36.694]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:59.9469052Z [00:02:36.694]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.9469364Z [00:02:36.694]➜  EOF
2025-08-20T18:58:59.9471611Z [00:02:36.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/metrics=>github.com/libp2p/go-libp2p@v0.34.1/core/metrics;$WORK/b898=>" -p github.com/libp2p/go-libp2p/core/metrics -lang=go1.21 -complete -installsuffix shared -buildid 1uM5Fs27HCen6BHJO1Sv/1uM5Fs27HCen6BHJO1Sv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/metrics/bandwidth.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/metrics/reporter.go
2025-08-20T18:58:59.9534755Z [00:02:36.701]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T18:58:59.9561382Z [00:02:36.704]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/cc/ccc0fa7bbe5391987673db51a6e293a60747117dedfc544235dd3a29b30cdb5e-d # internal
2025-08-20T18:58:59.9563587Z [00:02:36.704]➜  github.com/libp2p/go-libp2p/core/sec/insecure
2025-08-20T18:58:59.9567184Z [00:02:36.704]➜  mkdir -p $WORK/b906/
2025-08-20T18:58:59.9568121Z [00:02:36.704]➜  cat >/tmp/go-build693841089/b906/importcfg << 'EOF' # internal
2025-08-20T18:58:59.9568538Z [00:02:36.704]➜  # import config
2025-08-20T18:58:59.9568886Z [00:02:36.704]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.9569306Z [00:02:36.704]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.9569843Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:58:59.9570814Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:59.9571643Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.9572357Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:58:59.9573003Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build693841089/b905/_pkg_.a
2025-08-20T18:58:59.9573665Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure/pb=/tmp/go-build693841089/b907/_pkg_.a
2025-08-20T18:58:59.9574294Z [00:02:36.704]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build693841089/b667/_pkg_.a
2025-08-20T18:58:59.9575071Z [00:02:36.704]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:58:59.9575564Z [00:02:36.704]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.9575958Z [00:02:36.704]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.9576262Z [00:02:36.704]➜  EOF
2025-08-20T18:58:59.9578318Z [00:02:36.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/sec/insecure=>github.com/libp2p/go-libp2p@v0.34.1/core/sec/insecure;$WORK/b906=>" -p github.com/libp2p/go-libp2p/core/sec/insecure -lang=go1.21 -complete -installsuffix shared -buildid tUJDzOiscsan0XITDoID/tUJDzOiscsan0XITDoID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/sec/insecure/insecure.go
2025-08-20T18:58:59.9580430Z [00:02:36.704]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T18:58:59.9581090Z [00:02:36.704]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/57/57c8d423b4032e052b7675f5ec483b5bfacaae4874abb2a1e4a645210f8f0f8f-d # internal
2025-08-20T18:58:59.9581738Z [00:02:36.704]➜  github.com/libp2p/go-libp2p/p2p/host/pstoremanager
2025-08-20T18:58:59.9582074Z [00:02:36.704]➜  mkdir -p $WORK/b913/
2025-08-20T18:58:59.9582434Z [00:02:36.704]➜  cat >/tmp/go-build693841089/b913/importcfg << 'EOF' # internal
2025-08-20T18:58:59.9582771Z [00:02:36.704]➜  # import config
2025-08-20T18:58:59.9583316Z [00:02:36.704]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.9583797Z [00:02:36.704]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:59.9584378Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:58:59.9585930Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:59.9586924Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.9587772Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:59.9588654Z [00:02:36.704]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:58:59.9589444Z [00:02:36.704]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.9590029Z [00:02:36.704]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.9590369Z [00:02:36.704]➜  EOF
2025-08-20T18:58:59.9592834Z [00:02:36.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/pstoremanager=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/pstoremanager;$WORK/b913=>" -p github.com/libp2p/go-libp2p/p2p/host/pstoremanager -lang=go1.21 -complete -installsuffix shared -buildid 2VghQ_FwYIxbnlHNuqgs/2VghQ_FwYIxbnlHNuqgs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/pstoremanager/pstoremanager.go
2025-08-20T18:58:59.9699300Z [00:02:36.717]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T18:58:59.9700517Z [00:02:36.718]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/db/dbbaafc298a3aa5f333f3bdd0c8b6c4e233bf9da02594a9a500a3d844dd970ed-d # internal
2025-08-20T18:58:59.9757423Z [00:02:36.723]➜  github.com/libp2p/go-libp2p/p2p/host/autonat
2025-08-20T18:58:59.9757860Z [00:02:36.723]➜  mkdir -p $WORK/b908/
2025-08-20T18:58:59.9758224Z [00:02:36.723]➜  cat >/tmp/go-build693841089/b908/importcfg << 'EOF' # internal
2025-08-20T18:58:59.9758567Z [00:02:36.723]➜  # import config
2025-08-20T18:58:59.9758913Z [00:02:36.723]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:58:59.9759331Z [00:02:36.723]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:58:59.9759736Z [00:02:36.723]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:58:59.9760204Z [00:02:36.723]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:58:59.9760792Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:58:59.9761415Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:58:59.9762041Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:58:59.9762671Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:58:59.9763305Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:58:59.9764363Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat/pb=/tmp/go-build693841089/b909/_pkg_.a
2025-08-20T18:58:59.9765273Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:58:59.9770324Z [00:02:36.723]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:58:59.9770983Z [00:02:36.723]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build693841089/b910/_pkg_.a
2025-08-20T18:58:59.9771590Z [00:02:36.723]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:58:59.9772560Z [00:02:36.723]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:58:59.9773232Z [00:02:36.723]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:58:59.9773766Z [00:02:36.723]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:58:59.9774175Z [00:02:36.723]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:58:59.9774817Z [00:02:36.723]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:58:59.9775273Z [00:02:36.723]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.9775697Z [00:02:36.723]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:58:59.9776122Z [00:02:36.723]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:58:59.9776426Z [00:02:36.723]➜  EOF
2025-08-20T18:58:59.9781216Z [00:02:36.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat;$WORK/b908=>" -p github.com/libp2p/go-libp2p/p2p/host/autonat -lang=go1.21 -complete -installsuffix shared -buildid l2b851R8DUWmtKlvY8Bk/l2b851R8DUWmtKlvY8Bk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/autonat.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/client.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/dialpolicy.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/interface.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/notify.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/proto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autonat/svc.go
2025-08-20T18:58:59.9887925Z [00:02:36.734]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T18:58:59.9888664Z [00:02:36.735]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/9d/9de4fbc7ab2c2f457d3e5687d8c5fd820981732c4fe997d1e7e132e5119e4ced-d # internal
2025-08-20T18:58:59.9930084Z [00:02:36.740]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb
2025-08-20T18:58:59.9931397Z [00:02:36.741]➜  mkdir -p $WORK/b916/
2025-08-20T18:58:59.9935344Z [00:02:36.741]➜  cat >/tmp/go-build693841089/b916/importcfg << 'EOF' # internal
2025-08-20T18:58:59.9935762Z [00:02:36.741]➜  # import config
2025-08-20T18:58:59.9937326Z [00:02:36.741]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:58:59.9938053Z [00:02:36.741]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:58:59.9938604Z [00:02:36.741]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:58:59.9939024Z [00:02:36.741]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:58:59.9939332Z [00:02:36.741]➜  EOF
2025-08-20T18:58:59.9942127Z [00:02:36.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/pb=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/pb;$WORK/b916=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb -lang=go1.21 -complete -installsuffix shared -buildid rIyMW-ojfGlLrDt0qwlg/rIyMW-ojfGlLrDt0qwlg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/pb/circuit.pb.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/pb/voucher.pb.go
2025-08-20T18:59:00.0102832Z [00:02:36.758]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T18:59:00.0119021Z [00:02:36.759]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/8d/8d8e8ba5a63fe375d372777cdf6224ecab024be1e8f8db715b2517c3dd2c8c83-d # internal
2025-08-20T18:59:00.0120606Z [00:02:36.759]➜  github.com/huin/goupnp/httpu
2025-08-20T18:59:00.0120902Z [00:02:36.759]➜  mkdir -p $WORK/b922/
2025-08-20T18:59:00.0121306Z [00:02:36.760]➜  cat >/tmp/go-build693841089/b922/importcfg << 'EOF' # internal
2025-08-20T18:59:00.0121649Z [00:02:36.760]➜  # import config
2025-08-20T18:59:00.0121985Z [00:02:36.760]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:00.0122396Z [00:02:36.760]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:00.0122808Z [00:02:36.760]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.0123229Z [00:02:36.760]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.0123634Z [00:02:36.760]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.0124114Z [00:02:36.760]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build693841089/b729/_pkg_.a
2025-08-20T18:59:00.0124758Z [00:02:36.760]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:00.0125228Z [00:02:36.760]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.0125647Z [00:02:36.760]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:00.0126063Z [00:02:36.760]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:00.0126468Z [00:02:36.760]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.0126861Z [00:02:36.760]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.0127158Z [00:02:36.760]➜  EOF
2025-08-20T18:59:00.0143792Z [00:02:36.761]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/httpu=>github.com/huin/goupnp@v1.3.0/httpu;$WORK/b922=>" -p github.com/huin/goupnp/httpu -lang=go1.14 -complete -installsuffix shared -buildid JvNVQlXr_Btnu5I8X-87/JvNVQlXr_Btnu5I8X-87 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/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-20T18:59:00.0498280Z [00:02:36.795]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T18:59:00.0552929Z [00:02:36.803]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/2c/2cf1c5c8145d4f0cc96119e627cbf82ec173eb9bcba55005a54ef63fcdfff500-d # internal
2025-08-20T18:59:00.0709368Z [00:02:36.818]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T18:59:00.0725933Z [00:02:36.820]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/56/56e6e00aee2bd9ef39d435ae8a367cf95625d68f03e5737a6bc41d28e972cf8f-d # internal
2025-08-20T18:59:00.0743353Z [00:02:36.822]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T18:59:00.0745539Z [00:02:36.822]➜  github.com/libp2p/go-libp2p/p2p/net/swarm
2025-08-20T18:59:00.0746255Z [00:02:36.822]➜  mkdir -p $WORK/b896/
2025-08-20T18:59:00.0746625Z [00:02:36.822]➜  cat >/tmp/go-build693841089/b896/importcfg << 'EOF' # internal
2025-08-20T18:59:00.0746966Z [00:02:36.822]➜  # import config
2025-08-20T18:59:00.0747510Z [00:02:36.822]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.0747926Z [00:02:36.822]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.0748327Z [00:02:36.822]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.0748802Z [00:02:36.822]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:00.0749417Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/tmp/go-build693841089/b897/_pkg_.a
2025-08-20T18:59:00.0750093Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:00.0750724Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:00.0751353Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:00.0751977Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build693841089/b898/_pkg_.a
2025-08-20T18:59:00.0752617Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.0753236Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.0753870Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:00.0754527Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:00.0755396Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:00.0756075Z [00:02:36.822]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:59:00.0756722Z [00:02:36.822]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:00.0757359Z [00:02:36.822]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:00.0757999Z [00:02:36.822]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build693841089/b901/_pkg_.a
2025-08-20T18:59:00.0758637Z [00:02:36.822]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:00.0759298Z [00:02:36.822]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:00.0760134Z [00:02:36.822]➜  packagefile golang.org/x/exp/slices=/tmp/go-build693841089/b486/_pkg_.a
2025-08-20T18:59:00.0760857Z [00:02:36.822]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.0761328Z [00:02:36.822]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:00.0761721Z [00:02:36.822]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.0762132Z [00:02:36.822]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:59:00.0762543Z [00:02:36.822]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:00.0762934Z [00:02:36.822]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:00.0763338Z [00:02:36.822]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:00.0763756Z [00:02:36.822]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.0764162Z [00:02:36.822]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.0767431Z [00:02:36.822]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:00.0769734Z [00:02:36.822]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.0770041Z [00:02:36.822]➜  EOF
2025-08-20T18:59:00.0776933Z [00:02:36.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm=>github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm;$WORK/b896=>" -p github.com/libp2p/go-libp2p/p2p/net/swarm -lang=go1.21 -complete -installsuffix shared -buildid IJ7S1XIvUpH-XUiZYD76/IJ7S1XIvUpH-XUiZYD76 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/black_hole_detector.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/clock.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/connectedness_event_emitter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/dial_error.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/dial_ranker.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/dial_sync.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/dial_worker.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/limiter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm_addr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm_conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm_dial.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm_listen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm_metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm_stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/swarm/swarm_transport.go
2025-08-20T18:59:00.0783161Z [00:02:36.822]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/4f/4f04937cb49cb5cc7a9af6df197cc92581aabe24bfe0b718893fb2837f186aa4-d # internal
2025-08-20T18:59:00.0783807Z [00:02:36.822]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto
2025-08-20T18:59:00.0784195Z [00:02:36.822]➜  mkdir -p $WORK/b917/
2025-08-20T18:59:00.0784554Z [00:02:36.823]➜  cat >/tmp/go-build693841089/b917/importcfg << 'EOF' # internal
2025-08-20T18:59:00.0785054Z [00:02:36.823]➜  # import config
2025-08-20T18:59:00.0785508Z [00:02:36.823]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.0786128Z [00:02:36.823]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:59:00.0786822Z [00:02:36.823]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build693841089/b916/_pkg_.a
2025-08-20T18:59:00.0787478Z [00:02:36.823]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:00.0788133Z [00:02:36.823]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.0788568Z [00:02:36.823]➜  EOF
2025-08-20T18:59:00.0791222Z [00:02:36.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b917/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/proto=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/proto;$WORK/b917=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto -lang=go1.21 -complete -installsuffix shared -buildid aVSXaolBH2Yn5lj34ecs/aVSXaolBH2Yn5lj34ecs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/proto/protocol.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/proto/voucher.go
2025-08-20T18:59:00.0793688Z [00:02:36.823]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util
2025-08-20T18:59:00.0794026Z [00:02:36.823]➜  mkdir -p $WORK/b918/
2025-08-20T18:59:00.0794395Z [00:02:36.824]➜  cat >/tmp/go-build693841089/b918/importcfg << 'EOF' # internal
2025-08-20T18:59:00.0794971Z [00:02:36.824]➜  # import config
2025-08-20T18:59:00.0795480Z [00:02:36.824]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.0795988Z [00:02:36.824]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:59:00.0796591Z [00:02:36.824]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.0797276Z [00:02:36.824]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build693841089/b916/_pkg_.a
2025-08-20T18:59:00.0797927Z [00:02:36.824]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build693841089/b910/_pkg_.a
2025-08-20T18:59:00.0798522Z [00:02:36.824]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:00.0799135Z [00:02:36.824]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:59:00.0799727Z [00:02:36.824]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:00.0800208Z [00:02:36.824]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.0800506Z [00:02:36.824]➜  EOF
2025-08-20T18:59:00.0803031Z [00:02:36.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b918/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/util=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/util;$WORK/b918=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util -lang=go1.21 -complete -installsuffix shared -buildid OG2PIJeGBhvUBrcxu7Pk/OG2PIJeGBhvUBrcxu7Pk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/util/io.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/util/pbconv.go
2025-08-20T18:59:00.1071032Z [00:02:36.854]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T18:59:00.1072063Z [00:02:36.855]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/cf/cf802f6ed297bb66003a0922e4c52366ecfd8792503d3a47934eaa5db130ff31-d # internal
2025-08-20T18:59:00.1072812Z [00:02:36.855]➜  github.com/huin/goupnp/scpd
2025-08-20T18:59:00.1074359Z [00:02:36.855]➜  mkdir -p $WORK/b923/
2025-08-20T18:59:00.1083439Z [00:02:36.856]➜  cat >/tmp/go-build693841089/b923/importcfg << 'EOF' # internal
2025-08-20T18:59:00.1083914Z [00:02:36.856]➜  # import config
2025-08-20T18:59:00.1084275Z [00:02:36.856]➜  packagefile encoding/xml=/tmp/go-build693841089/b527/_pkg_.a
2025-08-20T18:59:00.1084817Z [00:02:36.856]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:00.1085301Z [00:02:36.856]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.1085622Z [00:02:36.856]➜  EOF
2025-08-20T18:59:00.1096541Z [00:02:36.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b923/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/scpd=>github.com/huin/goupnp@v1.3.0/scpd;$WORK/b923=>" -p github.com/huin/goupnp/scpd -lang=go1.14 -complete -installsuffix shared -buildid 4Z7uh87miz40T2AVUTFU/4Z7uh87miz40T2AVUTFU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack /root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/scpd/scpd.go
2025-08-20T18:59:00.1098459Z [00:02:36.857]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T18:59:00.1132072Z [00:02:36.860]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/2a/2ade8b2f89bde34598ea8c38f9fc725de6a3b63cf27aa99622e9974fd1b7c746-d # internal
2025-08-20T18:59:00.1134916Z [00:02:36.860]➜  github.com/huin/goupnp/soap
2025-08-20T18:59:00.1135255Z [00:02:36.860]➜  mkdir -p $WORK/b924/
2025-08-20T18:59:00.1135626Z [00:02:36.860]➜  cat >/tmp/go-build693841089/b924/importcfg << 'EOF' # internal
2025-08-20T18:59:00.1135965Z [00:02:36.860]➜  # import config
2025-08-20T18:59:00.1136307Z [00:02:36.860]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:00.1136726Z [00:02:36.860]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.1137173Z [00:02:36.860]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:00.1138370Z [00:02:36.860]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:00.1138852Z [00:02:36.860]➜  packagefile encoding/xml=/tmp/go-build693841089/b527/_pkg_.a
2025-08-20T18:59:00.1139304Z [00:02:36.860]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.1139706Z [00:02:36.860]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.1140115Z [00:02:36.860]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:00.1140544Z [00:02:36.860]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:00.1140961Z [00:02:36.860]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:00.1141380Z [00:02:36.860]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:00.1141802Z [00:02:36.860]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:00.1142217Z [00:02:36.860]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:00.1142637Z [00:02:36.860]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.1143042Z [00:02:36.860]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.1143476Z [00:02:36.860]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:00.1143797Z [00:02:36.860]➜  EOF
2025-08-20T18:59:00.1146417Z [00:02:36.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b924/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/soap=>github.com/huin/goupnp@v1.3.0/soap;$WORK/b924=>" -p github.com/huin/goupnp/soap -lang=go1.14 -complete -installsuffix shared -buildid _R9H3-DsUtCJ7TOBRAzI/_R9H3-DsUtCJ7TOBRAzI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/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-20T18:59:00.1157509Z [00:02:36.863]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T18:59:00.1168204Z [00:02:36.864]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/ec/ec1f81c923cff14d9e0fe819263a6118ce1318b264b16affd3f74c137419580c-d # internal
2025-08-20T18:59:00.1189211Z [00:02:36.866]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay
2025-08-20T18:59:00.1190139Z [00:02:36.866]➜  mkdir -p $WORK/b915/
2025-08-20T18:59:00.1190851Z [00:02:36.866]➜  cat >/tmp/go-build693841089/b915/importcfg << 'EOF' # internal
2025-08-20T18:59:00.1191835Z [00:02:36.866]➜  # import config
2025-08-20T18:59:00.1192230Z [00:02:36.866]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.1192664Z [00:02:36.866]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.1193091Z [00:02:36.866]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.1193918Z [00:02:36.866]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:00.1194559Z [00:02:36.866]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:59:00.1198420Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p-asn-util=/tmp/go-build693841089/b648/_pkg_.a
2025-08-20T18:59:00.1199060Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:00.1200019Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.1200647Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.1201269Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:59:00.1201936Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:59:00.1202663Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build693841089/b916/_pkg_.a
2025-08-20T18:59:00.1203623Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build693841089/b917/_pkg_.a
2025-08-20T18:59:00.1204389Z [00:02:36.866]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util=/tmp/go-build693841089/b918/_pkg_.a
2025-08-20T18:59:00.1205220Z [00:02:36.866]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:00.1205853Z [00:02:36.866]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:00.1206518Z [00:02:36.866]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:00.1207045Z [00:02:36.866]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.1207445Z [00:02:36.866]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.1207876Z [00:02:36.866]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:00.1208303Z [00:02:36.866]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.1208606Z [00:02:36.866]➜  EOF
2025-08-20T18:59:00.1212830Z [00:02:36.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay;$WORK/b915=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay -lang=go1.21 -complete -installsuffix shared -buildid g1FXfoOzsTalwEUCgFc9/g1FXfoOzsTalwEUCgFc9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay/acl.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay/constraints.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay/relay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/relay/resources.go
2025-08-20T18:59:00.1338040Z [00:02:36.881]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T18:59:00.1350183Z [00:02:36.882]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/2d/2de5b29a3567c8cfa21badd5b3f779ee8743d207c802f0b858aa12f2b8ecba81-d # internal
2025-08-20T18:59:00.1350889Z [00:02:36.882]➜  github.com/huin/goupnp/ssdp
2025-08-20T18:59:00.1351184Z [00:02:36.883]➜  mkdir -p $WORK/b925/
2025-08-20T18:59:00.1360087Z [00:02:36.884]➜  cat >/tmp/go-build693841089/b925/importcfg << 'EOF' # internal
2025-08-20T18:59:00.1362626Z [00:02:36.884]➜  # import config
2025-08-20T18:59:00.1363069Z [00:02:36.884]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.1363739Z [00:02:36.884]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.1364229Z [00:02:36.884]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.1364888Z [00:02:36.884]➜  packagefile github.com/huin/goupnp/httpu=/tmp/go-build693841089/b922/_pkg_.a
2025-08-20T18:59:00.1365426Z [00:02:36.884]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:00.1366065Z [00:02:36.884]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:00.1366487Z [00:02:36.884]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:00.1366905Z [00:02:36.884]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:00.1367317Z [00:02:36.884]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:00.1367728Z [00:02:36.884]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.1368135Z [00:02:36.884]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.1368446Z [00:02:36.884]➜  EOF
2025-08-20T18:59:00.1370440Z [00:02:36.884]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0/ssdp=>github.com/huin/goupnp@v1.3.0/ssdp;$WORK/b925=>" -p github.com/huin/goupnp/ssdp -lang=go1.14 -complete -installsuffix shared -buildid 4STwoPBAtZNSHDXPXO0o/4STwoPBAtZNSHDXPXO0o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/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-20T18:59:00.1899321Z [00:02:36.937]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T18:59:00.1919685Z [00:02:36.939]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/1b/1b52e4d90636100048af650d3a37822b9d0a8f11ac829f47d893c24d45d182d6-d # internal
2025-08-20T18:59:00.1920347Z [00:02:36.939]➜  github.com/jackpal/go-nat-pmp
2025-08-20T18:59:00.1922258Z [00:02:36.940]➜  mkdir -p $WORK/b928/
2025-08-20T18:59:00.1923263Z [00:02:36.940]➜  cat >/tmp/go-build693841089/b928/importcfg << 'EOF' # internal
2025-08-20T18:59:00.1923657Z [00:02:36.940]➜  # import config
2025-08-20T18:59:00.1924001Z [00:02:36.940]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.1924402Z [00:02:36.940]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.1925112Z [00:02:36.940]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.1925427Z [00:02:36.940]➜  EOF
2025-08-20T18:59:00.1927969Z [00:02:36.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b928/_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/b928=>" -p github.com/jackpal/go-nat-pmp -lang=go1.16 -complete -installsuffix shared -buildid rBtwfrtZYcu-R7O8xKvp/rBtwfrtZYcu-R7O8xKvp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/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-20T18:59:00.1936521Z [00:02:36.941]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T18:59:00.1967838Z [00:02:36.944]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/d3/d3077eadbe587434d6e4888bedf012da02a92acdc692f81ac9f3070223ce2079-d # internal
2025-08-20T18:59:00.1971799Z [00:02:36.945]➜  github.com/huin/goupnp
2025-08-20T18:59:00.1973863Z [00:02:36.945]➜  mkdir -p $WORK/b921/
2025-08-20T18:59:00.1975562Z [00:02:36.945]➜  cat >/tmp/go-build693841089/b921/importcfg << 'EOF' # internal
2025-08-20T18:59:00.1975975Z [00:02:36.945]➜  # import config
2025-08-20T18:59:00.1976326Z [00:02:36.945]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.1976762Z [00:02:36.945]➜  packagefile encoding/xml=/tmp/go-build693841089/b527/_pkg_.a
2025-08-20T18:59:00.1977218Z [00:02:36.945]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.1977858Z [00:02:36.945]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.1978426Z [00:02:36.945]➜  packagefile github.com/huin/goupnp/httpu=/tmp/go-build693841089/b922/_pkg_.a
2025-08-20T18:59:00.1978999Z [00:02:36.945]➜  packagefile github.com/huin/goupnp/scpd=/tmp/go-build693841089/b923/_pkg_.a
2025-08-20T18:59:00.1979554Z [00:02:36.945]➜  packagefile github.com/huin/goupnp/soap=/tmp/go-build693841089/b924/_pkg_.a
2025-08-20T18:59:00.1980290Z [00:02:36.945]➜  packagefile github.com/huin/goupnp/ssdp=/tmp/go-build693841089/b925/_pkg_.a
2025-08-20T18:59:00.1980758Z [00:02:36.945]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.1981152Z [00:02:36.945]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.1981583Z [00:02:36.945]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:00.1982000Z [00:02:36.945]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:00.1982419Z [00:02:36.945]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.1982830Z [00:02:36.945]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.1983323Z [00:02:36.945]➜  EOF
2025-08-20T18:59:00.1985850Z [00:02:36.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/huin/goupnp@v1.3.0=>github.com/huin/goupnp@v1.3.0;$WORK/b921=>" -p github.com/huin/goupnp -lang=go1.14 -complete -installsuffix shared -buildid TccwTdu1HBbXyjDjL9wt/TccwTdu1HBbXyjDjL9wt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/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-20T18:59:00.2266014Z [00:02:36.973]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T18:59:00.2266977Z [00:02:36.973]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/d3/d313fbef0f29dcea654f01df8aff608a4709bc922f85030e477479b10957d237-d # internal
2025-08-20T18:59:00.2277514Z [00:02:36.975]➜  github.com/koron/go-ssdp/internal/ssdplog
2025-08-20T18:59:00.2277918Z [00:02:36.975]➜  mkdir -p $WORK/b931/
2025-08-20T18:59:00.2278292Z [00:02:36.975]➜  cat >/tmp/go-build693841089/b931/importcfg << 'EOF' # internal
2025-08-20T18:59:00.2278633Z [00:02:36.975]➜  # import config
2025-08-20T18:59:00.2278971Z [00:02:36.975]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:00.2279272Z [00:02:36.975]➜  EOF
2025-08-20T18:59:00.2281468Z [00:02:36.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b931/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/internal/ssdplog=>github.com/koron/go-ssdp@v0.0.4/internal/ssdplog;$WORK/b931=>" -p github.com/koron/go-ssdp/internal/ssdplog -lang=go1.19 -complete -installsuffix shared -buildid wC36a_R7juRvugGvTcZq/wC36a_R7juRvugGvTcZq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/internal/ssdplog/ssdplog.go
2025-08-20T18:59:00.2383398Z [00:02:36.985]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T18:59:00.2390947Z [00:02:36.986]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/85/85f5a7de9b725fb897a229ebb6e295cbc0ef72f303b962c952926cecd50c9012-d # internal
2025-08-20T18:59:00.2391596Z [00:02:36.986]➜  github.com/koron/go-ssdp/internal/multicast
2025-08-20T18:59:00.2391941Z [00:02:36.986]➜  mkdir -p $WORK/b930/
2025-08-20T18:59:00.2392310Z [00:02:36.986]➜  cat >/tmp/go-build693841089/b930/importcfg << 'EOF' # internal
2025-08-20T18:59:00.2392652Z [00:02:36.986]➜  # import config
2025-08-20T18:59:00.2392982Z [00:02:36.986]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.2393528Z [00:02:36.986]➜  packagefile github.com/koron/go-ssdp/internal/ssdplog=/tmp/go-build693841089/b931/_pkg_.a
2025-08-20T18:59:00.2394116Z [00:02:36.986]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:59:00.2394926Z [00:02:36.986]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.2395412Z [00:02:36.986]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.2395821Z [00:02:36.986]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.2396227Z [00:02:36.986]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.2396810Z [00:02:36.986]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.2397118Z [00:02:36.986]➜  EOF
2025-08-20T18:59:00.2399973Z [00:02:36.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/internal/multicast=>github.com/koron/go-ssdp@v0.0.4/internal/multicast;$WORK/b930=>" -p github.com/koron/go-ssdp/internal/multicast -lang=go1.19 -complete -installsuffix shared -buildid NWtR0WLORhWeD1P_3s0q/NWtR0WLORhWeD1P_3s0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/internal/multicast/doc.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/internal/multicast/interface.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/internal/multicast/multicast.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/internal/multicast/udp.go
2025-08-20T18:59:00.2485336Z [00:02:36.996]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T18:59:00.2506079Z [00:02:36.998]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/79/79ea6f2d2afe9883a83952f5431a59a0de207afab02c2b6b6367706cf55aebdb-d # internal
2025-08-20T18:59:00.2564211Z [00:02:37.004]➜  github.com/libp2p/go-libp2p/p2p/host/relaysvc
2025-08-20T18:59:00.2576850Z [00:02:37.004]➜  mkdir -p $WORK/b914/
2025-08-20T18:59:00.2577264Z [00:02:37.004]➜  cat >/tmp/go-build693841089/b914/importcfg << 'EOF' # internal
2025-08-20T18:59:00.2577611Z [00:02:37.004]➜  # import config
2025-08-20T18:59:00.2577985Z [00:02:37.004]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.2578530Z [00:02:37.004]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:00.2579158Z [00:02:37.004]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:00.2579788Z [00:02:37.004]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.2580464Z [00:02:37.004]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:00.2581195Z [00:02:37.004]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build693841089/b915/_pkg_.a
2025-08-20T18:59:00.2581768Z [00:02:37.004]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.2582070Z [00:02:37.004]➜  EOF
2025-08-20T18:59:00.2584476Z [00:02:37.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/relaysvc=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/relaysvc;$WORK/b914=>" -p github.com/libp2p/go-libp2p/p2p/host/relaysvc -lang=go1.21 -complete -installsuffix shared -buildid qmFcjCsdR2ATx1Kgw_9K/qmFcjCsdR2ATx1Kgw_9K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/relaysvc/relay.go
2025-08-20T18:59:00.2732007Z [00:02:37.020]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T18:59:00.2749715Z [00:02:37.022]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/3d/3dd217bd96ff36afd65716b655291a91daa1cc494da270d06eec64900aa8c62b-d # internal
2025-08-20T18:59:00.2756453Z [00:02:37.023]➜  github.com/huin/goupnp/dcps/internetgateway1
2025-08-20T18:59:00.2756805Z [00:02:37.023]➜  mkdir -p $WORK/b926/
2025-08-20T18:59:00.2757181Z [00:02:37.023]➜  cat >/tmp/go-build693841089/b926/importcfg << 'EOF' # internal
2025-08-20T18:59:00.2757543Z [00:02:37.023]➜  # import config
2025-08-20T18:59:00.2758088Z [00:02:37.023]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.2758612Z [00:02:37.023]➜  packagefile github.com/huin/goupnp=/tmp/go-build693841089/b921/_pkg_.a
2025-08-20T18:59:00.2759158Z [00:02:37.023]➜  packagefile github.com/huin/goupnp/soap=/tmp/go-build693841089/b924/_pkg_.a
2025-08-20T18:59:00.2759639Z [00:02:37.023]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:00.2760260Z [00:02:37.023]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.2760565Z [00:02:37.023]➜  EOF
2025-08-20T18:59:00.2762940Z [00:02:37.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b926/_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/b926=>" -p github.com/huin/goupnp/dcps/internetgateway1 -lang=go1.14 -complete -installsuffix shared -buildid aMf2xBtE02yYWcbalwZz/aMf2xBtE02yYWcbalwZz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/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-20T18:59:00.2796769Z [00:02:37.027]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T18:59:00.2809841Z [00:02:37.028]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/5f/5f26cadea21d7fdd4667d2580492c45d73d9375aa69871f5b3a46a66afaece5e-d # internal
2025-08-20T18:59:00.2814741Z [00:02:37.029]➜  github.com/huin/goupnp/dcps/internetgateway2
2025-08-20T18:59:00.2815139Z [00:02:37.029]➜  mkdir -p $WORK/b927/
2025-08-20T18:59:00.2821579Z [00:02:37.030]➜  cat >/tmp/go-build693841089/b927/importcfg << 'EOF' # internal
2025-08-20T18:59:00.2821957Z [00:02:37.030]➜  # import config
2025-08-20T18:59:00.2822293Z [00:02:37.030]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.2822785Z [00:02:37.030]➜  packagefile github.com/huin/goupnp=/tmp/go-build693841089/b921/_pkg_.a
2025-08-20T18:59:00.2823336Z [00:02:37.030]➜  packagefile github.com/huin/goupnp/soap=/tmp/go-build693841089/b924/_pkg_.a
2025-08-20T18:59:00.2823814Z [00:02:37.030]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:00.2824227Z [00:02:37.030]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.2824529Z [00:02:37.030]➜  EOF
2025-08-20T18:59:00.2850167Z [00:02:37.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b927/_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/b927=>" -p github.com/huin/goupnp/dcps/internetgateway2 -lang=go1.14 -complete -installsuffix shared -buildid g2sWmw9xW4HdMXm-2d6f/g2sWmw9xW4HdMXm-2d6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/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-20T18:59:00.3297756Z [00:02:37.077]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T18:59:00.3312608Z [00:02:37.079]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/26/266f006c8955d71dcf8de29712057c1b631bd2dc3be919e50ab7c0b6c7bd7058-d # internal
2025-08-20T18:59:00.3313771Z [00:02:37.079]➜  github.com/koron/go-ssdp
2025-08-20T18:59:00.3314480Z [00:02:37.079]➜  mkdir -p $WORK/b929/
2025-08-20T18:59:00.3351747Z [00:02:37.083]➜  cat >/tmp/go-build693841089/b929/importcfg << 'EOF' # internal
2025-08-20T18:59:00.3352441Z [00:02:37.083]➜  # import config
2025-08-20T18:59:00.3353081Z [00:02:37.083]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:00.3353789Z [00:02:37.083]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:00.3354434Z [00:02:37.083]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.3355320Z [00:02:37.083]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.3356798Z [00:02:37.083]➜  packagefile github.com/koron/go-ssdp/internal/multicast=/tmp/go-build693841089/b930/_pkg_.a
2025-08-20T18:59:00.3357614Z [00:02:37.083]➜  packagefile github.com/koron/go-ssdp/internal/ssdplog=/tmp/go-build693841089/b931/_pkg_.a
2025-08-20T18:59:00.3358151Z [00:02:37.083]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.3358548Z [00:02:37.083]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:00.3359148Z [00:02:37.083]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.3359561Z [00:02:37.083]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:00.3359983Z [00:02:37.083]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:00.3360399Z [00:02:37.083]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:00.3360808Z [00:02:37.083]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.3361217Z [00:02:37.083]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.3361518Z [00:02:37.083]➜  EOF
2025-08-20T18:59:00.3364490Z [00:02:37.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b929/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4=>github.com/koron/go-ssdp@v0.0.4;$WORK/b929=>" -p github.com/koron/go-ssdp -lang=go1.19 -complete -installsuffix shared -buildid V7quGvMXkI7uLCiKvl5J/V7quGvMXkI7uLCiKvl5J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/advertise.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/announce.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/doc.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/location.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/monitor.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/search.go /root/go/pkg/mod/github.com/koron/go-ssdp@v0.0.4/ssdp.go
2025-08-20T18:59:00.4387438Z [00:02:37.186]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T18:59:00.4409365Z [00:02:37.188]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/3a/3aa8fa0a6aa7f3db2ee779aa8795bad7cc3fad88906cd3b0e9987896bccaa3de-d # internal
2025-08-20T18:59:00.4411148Z [00:02:37.189]➜  github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb
2025-08-20T18:59:00.4412724Z [00:02:37.189]➜  mkdir -p $WORK/b933/
2025-08-20T18:59:00.4421123Z [00:02:37.190]➜  cat >/tmp/go-build693841089/b933/importcfg << 'EOF' # internal
2025-08-20T18:59:00.4421483Z [00:02:37.190]➜  # import config
2025-08-20T18:59:00.4422007Z [00:02:37.190]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:00.4422707Z [00:02:37.190]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:00.4423250Z [00:02:37.190]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:00.4423666Z [00:02:37.190]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.4423969Z [00:02:37.190]➜  EOF
2025-08-20T18:59:00.4426615Z [00:02:37.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/pb=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/pb;$WORK/b933=>" -p github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb -lang=go1.21 -complete -installsuffix shared -buildid bSEXnXlrnuSmMq5pO4uv/bSEXnXlrnuSmMq5pO4uv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/pb/holepunch.pb.go
2025-08-20T18:59:00.4524531Z [00:02:37.200]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T18:59:00.4560665Z [00:02:37.203]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T18:59:00.4580381Z [00:02:37.205]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/73/73d9dd0de8a5922c4f4de7677f3a8d9af44ef52fb1e00ff60f96500cdde96516-d # internal
2025-08-20T18:59:00.4604122Z [00:02:37.208]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/bd/bddbbe7ad96d6a477d4a9b6b5339b9ba66397b39d1c3c825653dc23d65e7c9e1-d # internal
2025-08-20T18:59:00.4607941Z [00:02:37.208]➜  github.com/libp2p/go-libp2p-kad-dht/fullrt
2025-08-20T18:59:00.4608292Z [00:02:37.208]➜  mkdir -p $WORK/b891/
2025-08-20T18:59:00.4614272Z [00:02:37.209]➜  cat >/tmp/go-build693841089/b891/importcfg << 'EOF' # internal
2025-08-20T18:59:00.4615179Z [00:02:37.209]➜  # import config
2025-08-20T18:59:00.4616718Z [00:02:37.209]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:00.4617150Z [00:02:37.209]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.4617567Z [00:02:37.209]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.4617973Z [00:02:37.209]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.4618466Z [00:02:37.209]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:59:00.4619041Z [00:02:37.209]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:59:00.4619579Z [00:02:37.209]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:00.4620401Z [00:02:37.209]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:00.4620983Z [00:02:37.209]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:59:00.4621543Z [00:02:37.209]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:00.4622110Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build693841089/b637/_pkg_.a
2025-08-20T18:59:00.4622744Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/crawler=/tmp/go-build693841089/b892/_pkg_.a
2025-08-20T18:59:00.4623402Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal=/tmp/go-build693841089/b639/_pkg_.a
2025-08-20T18:59:00.4624099Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/config=/tmp/go-build693841089/b640/_pkg_.a
2025-08-20T18:59:00.4624993Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/internal/net=/tmp/go-build693841089/b655/_pkg_.a
2025-08-20T18:59:00.4625696Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/pb=/tmp/go-build693841089/b657/_pkg_.a
2025-08-20T18:59:00.4626347Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/providers=/tmp/go-build693841089/b641/_pkg_.a
2025-08-20T18:59:00.4626990Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:59:00.4627592Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:00.4628188Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-record/pb=/tmp/go-build693841089/b626/_pkg_.a
2025-08-20T18:59:00.4629042Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers/tracing=/tmp/go-build693841089/b678/_pkg_.a
2025-08-20T18:59:00.4629772Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-xor/kademlia=/tmp/go-build693841089/b893/_pkg_.a
2025-08-20T18:59:00.4630394Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-xor/key=/tmp/go-build693841089/b894/_pkg_.a
2025-08-20T18:59:00.4631001Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p-xor/trie=/tmp/go-build693841089/b895/_pkg_.a
2025-08-20T18:59:00.4631607Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:00.4632237Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.4632863Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.4633497Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:00.4634151Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:00.4635052Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:00.4635757Z [00:02:37.209]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build693841089/b896/_pkg_.a
2025-08-20T18:59:00.4636376Z [00:02:37.209]➜  packagefile github.com/multiformats/go-base32=/tmp/go-build693841089/b340/_pkg_.a
2025-08-20T18:59:00.4637127Z [00:02:37.209]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:00.4637744Z [00:02:37.209]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:00.4638354Z [00:02:37.209]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:00.4638937Z [00:02:37.209]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:00.4639436Z [00:02:37.209]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:00.4639858Z [00:02:37.209]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.4640279Z [00:02:37.209]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:00.4640851Z [00:02:37.209]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.4641152Z [00:02:37.209]➜  EOF
2025-08-20T18:59:00.4653260Z [00:02:37.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/fullrt=>github.com/libp2p/go-libp2p-kad-dht@v0.25.2/fullrt;$WORK/b891=>" -p github.com/libp2p/go-libp2p-kad-dht/fullrt -lang=go1.20 -complete -installsuffix shared -buildid Fg8FdAx1t72VONwTeoeQ/Fg8FdAx1t72VONwTeoeQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/fullrt/dht.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-kad-dht@v0.25.2/fullrt/options.go
2025-08-20T18:59:00.4655525Z [00:02:37.212]➜  github.com/libp2p/go-libp2p/p2p/protocol/identify/pb
2025-08-20T18:59:00.4655865Z [00:02:37.212]➜  mkdir -p $WORK/b935/
2025-08-20T18:59:00.4656232Z [00:02:37.212]➜  cat >/tmp/go-build693841089/b935/importcfg << 'EOF' # internal
2025-08-20T18:59:00.4656567Z [00:02:37.212]➜  # import config
2025-08-20T18:59:00.4657050Z [00:02:37.212]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:00.4657746Z [00:02:37.212]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:00.4658282Z [00:02:37.212]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:00.4658689Z [00:02:37.212]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.4658991Z [00:02:37.212]➜  EOF
2025-08-20T18:59:00.4661353Z [00:02:37.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/pb=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/pb;$WORK/b935=>" -p github.com/libp2p/go-libp2p/p2p/protocol/identify/pb -lang=go1.21 -complete -installsuffix shared -buildid UDrHkagTQIl6dfkiw08l/UDrHkagTQIl6dfkiw08l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/pb/identify.pb.go
2025-08-20T18:59:00.4951801Z [00:02:37.242]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T18:59:00.4961717Z [00:02:37.243]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/55/5572d69ac305291605cd7b40649a50272f2867cfef4090f8b806baf620001b49-d # internal
2025-08-20T18:59:00.4996312Z [00:02:37.245]➜  golang.org/x/crypto/chacha20
2025-08-20T18:59:00.5012883Z [00:02:37.247]➜  mkdir -p $WORK/b940/
2025-08-20T18:59:00.5013228Z [00:02:37.247]➜  echo -n > $WORK/b940/go_asm.h # internal
2025-08-20T18:59:00.5013660Z [00:02:37.247]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20
2025-08-20T18:59:00.5015328Z [00:02:37.247]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20=>golang.org/x/crypto@v0.31.0/chacha20;$WORK/b940=>" -I $WORK/b940/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b940/symabis ./chacha_arm64.s
2025-08-20T18:59:00.5085434Z [00:02:37.256]➜  cat >/tmp/go-build693841089/b940/importcfg << 'EOF' # internal
2025-08-20T18:59:00.5087341Z [00:02:37.256]➜  # import config
2025-08-20T18:59:00.5087744Z [00:02:37.256]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:00.5088234Z [00:02:37.256]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.5088677Z [00:02:37.256]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.5089198Z [00:02:37.256]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build693841089/b514/_pkg_.a
2025-08-20T18:59:00.5089728Z [00:02:37.256]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:00.5090159Z [00:02:37.256]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:00.5090720Z [00:02:37.256]➜  EOF
2025-08-20T18:59:00.5090998Z [00:02:37.256]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:00.5093536Z [00:02:37.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b940/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20=>golang.org/x/crypto@v0.31.0/chacha20;$WORK/b940=>" -p golang.org/x/crypto/chacha20 -lang=go1.20 -installsuffix shared -buildid ov99HxFa6HSiRSVxBU3h/ov99HxFa6HSiRSVxBU3h -goversion go1.25.0 -symabis $WORK/b940/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack -asmhdr $WORK/b940/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20/xor.go
2025-08-20T18:59:00.5113869Z [00:02:37.258]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T18:59:00.5117488Z [00:02:37.259]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/0c/0c7bf012ae1ae397727c2892b5fddb98584fce0e98e600a8ca22437ca5cd19a9-d # internal
2025-08-20T18:59:00.5221309Z [00:02:37.269]➜  github.com/libp2p/go-libp2p/p2p/protocol/identify
2025-08-20T18:59:00.5222258Z [00:02:37.269]➜  mkdir -p $WORK/b934/
2025-08-20T18:59:00.5233692Z [00:02:37.271]➜  cat >/tmp/go-build693841089/b934/importcfg << 'EOF' # internal
2025-08-20T18:59:00.5236974Z [00:02:37.271]➜  # import config
2025-08-20T18:59:00.5238591Z [00:02:37.271]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:00.5239184Z [00:02:37.271]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.5239895Z [00:02:37.271]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.5240812Z [00:02:37.271]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.5241692Z [00:02:37.271]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:00.5244236Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:00.5255927Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:00.5258685Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:00.5259479Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.5262429Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.5263078Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:00.5263735Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:00.5274151Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:59:00.5275201Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:00.5275919Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:59:00.5276635Z [00:02:37.271]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify/pb=/tmp/go-build693841089/b935/_pkg_.a
2025-08-20T18:59:00.5277538Z [00:02:37.271]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build693841089/b910/_pkg_.a
2025-08-20T18:59:00.5278142Z [00:02:37.271]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:00.5278778Z [00:02:37.271]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:00.5279420Z [00:02:37.271]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build693841089/b635/_pkg_.a
2025-08-20T18:59:00.5280088Z [00:02:37.271]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:00.5280964Z [00:02:37.271]➜  packagefile golang.org/x/exp/slices=/tmp/go-build693841089/b486/_pkg_.a
2025-08-20T18:59:00.5281525Z [00:02:37.271]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:00.5282014Z [00:02:37.271]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.5282402Z [00:02:37.271]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.5282824Z [00:02:37.271]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:00.5283257Z [00:02:37.271]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:00.5283663Z [00:02:37.271]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:00.5284066Z [00:02:37.271]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.5284469Z [00:02:37.271]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.5285043Z [00:02:37.271]➜  EOF
2025-08-20T18:59:00.5288903Z [00:02:37.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify;$WORK/b934=>" -p github.com/libp2p/go-libp2p/p2p/protocol/identify -lang=go1.21 -complete -installsuffix shared -buildid T5_xsIExdgk5bB2GSWC_/T5_xsIExdgk5bB2GSWC_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/id.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/nat_emitter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/obsaddr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/opts.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/identify/user_agent.go
2025-08-20T18:59:00.5481800Z [00:02:37.296]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20
2025-08-20T18:59:00.5483917Z [00:02:37.296]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20=>golang.org/x/crypto@v0.31.0/chacha20;$WORK/b940=>" -I $WORK/b940/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b940/chacha_arm64.o ./chacha_arm64.s
2025-08-20T18:59:00.5539453Z [00:02:37.301]➜  go tool pack r $WORK/b940/_pkg_.a $WORK/b940/chacha_arm64.o # internal
2025-08-20T18:59:00.5547032Z [00:02:37.302]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T18:59:00.5549080Z [00:02:37.302]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/bb/bbb65542177b98efbd974fd1893b18da18b3fbf745e6e90ec1a9421a2eb3d029-d # internal
2025-08-20T18:59:00.5556025Z [00:02:37.303]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T18:59:00.5557560Z [00:02:37.303]➜  mkdir -p $WORK/b939/
2025-08-20T18:59:00.5561559Z [00:02:37.304]➜  cat >/tmp/go-build693841089/b939/importcfg << 'EOF' # internal
2025-08-20T18:59:00.5562476Z [00:02:37.304]➜  # import config
2025-08-20T18:59:00.5563173Z [00:02:37.304]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:00.5565594Z [00:02:37.304]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.5566277Z [00:02:37.304]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.5566778Z [00:02:37.304]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build693841089/b940/_pkg_.a
2025-08-20T18:59:00.5567359Z [00:02:37.304]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build693841089/b514/_pkg_.a
2025-08-20T18:59:00.5567981Z [00:02:37.304]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build693841089/b515/_pkg_.a
2025-08-20T18:59:00.5568402Z [00:02:37.304]➜  EOF
2025-08-20T18:59:00.5576220Z [00:02:37.304]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:00.5579393Z [00:02:37.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b939/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20poly1305=>golang.org/x/crypto@v0.31.0/chacha20poly1305;$WORK/b939=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.20 -complete -installsuffix shared -buildid jfrSx3CB0DgCi3quqv1V/jfrSx3CB0DgCi3quqv1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T18:59:00.5848072Z [00:02:37.332]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T18:59:00.5849328Z [00:02:37.332]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/6d/6d38d89e5a0d8017d1a04d07f078004f4c5eb872a4f79490ddb0f370e5dc1eb3-d # internal
2025-08-20T18:59:00.5858735Z [00:02:37.333]➜  golang.org/x/crypto/curve25519
2025-08-20T18:59:00.5859685Z [00:02:37.334]➜  mkdir -p $WORK/b941/
2025-08-20T18:59:00.5866204Z [00:02:37.334]➜  cat >/tmp/go-build693841089/b941/importcfg << 'EOF' # internal
2025-08-20T18:59:00.5866620Z [00:02:37.334]➜  # import config
2025-08-20T18:59:00.5866980Z [00:02:37.334]➜  packagefile crypto/ecdh=/tmp/go-build693841089/b196/_pkg_.a
2025-08-20T18:59:00.5867309Z [00:02:37.334]➜  EOF
2025-08-20T18:59:00.5877033Z [00:02:37.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b941/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/curve25519=>golang.org/x/crypto@v0.31.0/curve25519;$WORK/b941=>" -p golang.org/x/crypto/curve25519 -lang=go1.20 -complete -installsuffix shared -buildid LVLx_ivRdmMZibAU5zgT/LVLx_ivRdmMZibAU5zgT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/curve25519/curve25519.go
2025-08-20T18:59:00.5926268Z [00:02:37.340]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T18:59:00.5998023Z [00:02:37.347]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/66/66652c1da63926235ee12e0c795a5df40a766c352718a9142f34f08b09552210-d # internal
2025-08-20T18:59:00.6006398Z [00:02:37.348]➜  github.com/libp2p/go-nat
2025-08-20T18:59:00.6007335Z [00:02:37.348]➜  mkdir -p $WORK/b920/
2025-08-20T18:59:00.6015691Z [00:02:37.348]➜  cat >/tmp/go-build693841089/b920/importcfg << 'EOF' # internal
2025-08-20T18:59:00.6016658Z [00:02:37.348]➜  # import config
2025-08-20T18:59:00.6017060Z [00:02:37.348]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.6017494Z [00:02:37.348]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.6017984Z [00:02:37.348]➜  packagefile github.com/huin/goupnp=/tmp/go-build693841089/b921/_pkg_.a
2025-08-20T18:59:00.6018614Z [00:02:37.348]➜  packagefile github.com/huin/goupnp/dcps/internetgateway1=/tmp/go-build693841089/b926/_pkg_.a
2025-08-20T18:59:00.6019306Z [00:02:37.348]➜  packagefile github.com/huin/goupnp/dcps/internetgateway2=/tmp/go-build693841089/b927/_pkg_.a
2025-08-20T18:59:00.6019943Z [00:02:37.348]➜  packagefile github.com/jackpal/go-nat-pmp=/tmp/go-build693841089/b928/_pkg_.a
2025-08-20T18:59:00.6020490Z [00:02:37.348]➜  packagefile github.com/koron/go-ssdp=/tmp/go-build693841089/b929/_pkg_.a
2025-08-20T18:59:00.6021379Z [00:02:37.348]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build693841089/b695/_pkg_.a
2025-08-20T18:59:00.6021871Z [00:02:37.348]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:00.6022284Z [00:02:37.348]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:00.6022696Z [00:02:37.348]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.6023104Z [00:02:37.348]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:00.6023519Z [00:02:37.348]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.6023928Z [00:02:37.348]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.6024434Z [00:02:37.348]➜  EOF
2025-08-20T18:59:00.6026932Z [00:02:37.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b920/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-nat@v0.2.0=>github.com/libp2p/go-nat@v0.2.0;$WORK/b920=>" -p github.com/libp2p/go-nat -lang=go1.19 -complete -installsuffix shared -buildid HJCRPUh99JIJSp8WWJib/HJCRPUh99JIJSp8WWJib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-nat@v0.2.0/gateway.go /root/go/pkg/mod/github.com/libp2p/go-nat@v0.2.0/nat.go /root/go/pkg/mod/github.com/libp2p/go-nat@v0.2.0/natpmp.go /root/go/pkg/mod/github.com/libp2p/go-nat@v0.2.0/upnp.go
2025-08-20T18:59:00.6062969Z [00:02:37.354]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T18:59:00.6067065Z [00:02:37.354]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/fe/fef1e56aaa8070f6c04cd4e81a75bebb2bdbf7756d0548e3c0ce9f9f7d6585cc-d # internal
2025-08-20T18:59:00.6095723Z [00:02:37.354]➜  github.com/flynn/noise
2025-08-20T18:59:00.6096668Z [00:02:37.355]➜  mkdir -p $WORK/b938/
2025-08-20T18:59:00.6097366Z [00:02:37.355]➜  cat >/tmp/go-build693841089/b938/importcfg << 'EOF' # internal
2025-08-20T18:59:00.6098045Z [00:02:37.355]➜  # import config
2025-08-20T18:59:00.6098748Z [00:02:37.355]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:00.6099593Z [00:02:37.355]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:00.6100253Z [00:02:37.355]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:00.6101257Z [00:02:37.355]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:00.6102056Z [00:02:37.355]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:00.6102686Z [00:02:37.355]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:00.6103222Z [00:02:37.355]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.6103680Z [00:02:37.355]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.6104094Z [00:02:37.355]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.6104583Z [00:02:37.355]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build693841089/b346/_pkg_.a
2025-08-20T18:59:00.6105391Z [00:02:37.355]➜  packagefile golang.org/x/crypto/blake2s=/tmp/go-build693841089/b347/_pkg_.a
2025-08-20T18:59:00.6105992Z [00:02:37.355]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:00.6106597Z [00:02:37.355]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:00.6107083Z [00:02:37.355]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:00.6107479Z [00:02:37.355]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.6107879Z [00:02:37.355]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:00.6108193Z [00:02:37.355]➜  EOF
2025-08-20T18:59:00.6110490Z [00:02:37.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flynn/noise@v1.1.0=>github.com/flynn/noise@v1.1.0;$WORK/b938=>" -p github.com/flynn/noise -lang=go1.16 -complete -installsuffix shared -buildid jDksCgSbci7BT-qY-fjl/jDksCgSbci7BT-qY-fjl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/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-20T18:59:00.6199507Z [00:02:37.367]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T18:59:00.6226616Z [00:02:37.370]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/23/23d51465b01498dd595327b37956a518524baff15a19d0517c4d1abb62716818-d # internal
2025-08-20T18:59:00.6290473Z [00:02:37.376]➜  github.com/ipfs/kubo/routing
2025-08-20T18:59:00.6291530Z [00:02:37.376]➜  mkdir -p $WORK/b881/
2025-08-20T18:59:00.6292452Z [00:02:37.376]➜  cat >/tmp/go-build693841089/b881/importcfg << 'EOF' # internal
2025-08-20T18:59:00.6292842Z [00:02:37.376]➜  # import config
2025-08-20T18:59:00.6293217Z [00:02:37.376]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.6293674Z [00:02:37.376]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:00.6294117Z [00:02:37.376]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.6294521Z [00:02:37.376]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.6295236Z [00:02:37.376]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build693841089/b676/_pkg_.a
2025-08-20T18:59:00.6295892Z [00:02:37.376]➜  packagefile github.com/ipfs/boxo/routing/http/client=/tmp/go-build693841089/b882/_pkg_.a
2025-08-20T18:59:00.6296579Z [00:02:37.376]➜  packagefile github.com/ipfs/boxo/routing/http/contentrouter=/tmp/go-build693841089/b883/_pkg_.a
2025-08-20T18:59:00.6297192Z [00:02:37.376]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:00.6297731Z [00:02:37.376]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:00.6298273Z [00:02:37.376]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:00.6298783Z [00:02:37.376]➜  packagefile github.com/ipfs/kubo=/tmp/go-build693841089/b865/_pkg_.a
2025-08-20T18:59:00.6299315Z [00:02:37.376]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:00.6299894Z [00:02:37.376]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build693841089/b637/_pkg_.a
2025-08-20T18:59:00.6300796Z [00:02:37.376]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/tmp/go-build693841089/b890/_pkg_.a
2025-08-20T18:59:00.6301647Z [00:02:37.376]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/tmp/go-build693841089/b891/_pkg_.a
2025-08-20T18:59:00.6302340Z [00:02:37.376]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:00.6302980Z [00:02:37.376]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build693841089/b837/_pkg_.a
2025-08-20T18:59:00.6303633Z [00:02:37.377]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:00.6304283Z [00:02:37.377]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:00.6305298Z [00:02:37.377]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.6305996Z [00:02:37.377]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:00.6306637Z [00:02:37.377]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:00.6307282Z [00:02:37.377]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:00.6307871Z [00:02:37.377]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:59:00.6308348Z [00:02:37.377]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:00.6308910Z [00:02:37.377]➜  EOF
2025-08-20T18:59:00.6311430Z [00:02:37.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/routing=>github.com/ipfs/kubo@v0.29.0/routing;$WORK/b881=>" -p github.com/ipfs/kubo/routing -lang=go1.22 -complete -installsuffix shared -buildid Umli7Qq9VOAAk2c1kNkT/Umli7Qq9VOAAk2c1kNkT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/routing/composer.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/routing/delegated.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/routing/error.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/routing/wrapper.go
2025-08-20T18:59:00.6866217Z [00:02:37.434]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T18:59:00.6880803Z [00:02:37.435]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/d1/d1d01507b561b551d3f11a2e246cd359e105274a3e9440845c2b295a9e2bb8eb-d # internal
2025-08-20T18:59:00.6888083Z [00:02:37.436]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T18:59:00.6906030Z [00:02:37.438]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/70/7007de3dcc68efb69cbbdd47182b6de337334a9e8de1f525b03b8bad1def5716-d # internal
2025-08-20T18:59:00.6914166Z [00:02:37.439]➜  github.com/libp2p/go-libp2p/p2p/net/nat
2025-08-20T18:59:00.6921124Z [00:02:37.439]➜  mkdir -p $WORK/b919/
2025-08-20T18:59:00.6927469Z [00:02:37.440]➜  cat >/tmp/go-build693841089/b919/importcfg << 'EOF' # internal
2025-08-20T18:59:00.6928168Z [00:02:37.440]➜  # import config
2025-08-20T18:59:00.6928869Z [00:02:37.440]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.6929565Z [00:02:37.440]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.6930143Z [00:02:37.440]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.6930788Z [00:02:37.440]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:00.6931949Z [00:02:37.440]➜  packagefile github.com/libp2p/go-nat=/tmp/go-build693841089/b920/_pkg_.a
2025-08-20T18:59:00.6932444Z [00:02:37.440]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:59:00.6932863Z [00:02:37.440]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.6933260Z [00:02:37.440]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.6933561Z [00:02:37.440]➜  EOF
2025-08-20T18:59:00.6947914Z [00:02:37.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b919/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/nat=>github.com/libp2p/go-libp2p@v0.34.1/p2p/net/nat;$WORK/b919=>" -p github.com/libp2p/go-libp2p/p2p/net/nat -lang=go1.21 -complete -installsuffix shared -buildid sKBIyM6RFyVsG4hQEgNH/sKBIyM6RFyVsG4hQEgNH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/nat/nat.go
2025-08-20T18:59:00.6959525Z [00:02:37.443]➜  github.com/jbenet/go-temp-err-catcher
2025-08-20T18:59:00.6974288Z [00:02:37.445]➜  mkdir -p $WORK/b943/
2025-08-20T18:59:00.6984213Z [00:02:37.446]➜  cat >/tmp/go-build693841089/b943/importcfg << 'EOF' # internal
2025-08-20T18:59:00.6984753Z [00:02:37.446]➜  # import config
2025-08-20T18:59:00.6987177Z [00:02:37.446]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.6987873Z [00:02:37.446]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.6991445Z [00:02:37.446]➜  EOF
2025-08-20T18:59:00.6993743Z [00:02:37.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b943/_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/b943=>" -p github.com/jbenet/go-temp-err-catcher -lang=go1.13 -complete -installsuffix shared -buildid PEX26EHqbEsaXexsZlYm/PEX26EHqbEsaXexsZlYm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/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-20T18:59:00.7285819Z [00:02:37.476]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T18:59:00.7291019Z [00:02:37.477]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/7b/7b1a128b6f967e3ee31a84ad14d13242ece321b01ad43018c02665167c0e8963-d # internal
2025-08-20T18:59:00.7298558Z [00:02:37.477]➜  github.com/davidlazar/go-crypto/salsa20
2025-08-20T18:59:00.7307556Z [00:02:37.478]➜  mkdir -p $WORK/b945/
2025-08-20T18:59:00.7312292Z [00:02:37.479]➜  cat >/tmp/go-build693841089/b945/importcfg << 'EOF' # internal
2025-08-20T18:59:00.7312995Z [00:02:37.479]➜  # import config
2025-08-20T18:59:00.7315097Z [00:02:37.479]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:00.7317809Z [00:02:37.479]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.7318450Z [00:02:37.479]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build693841089/b516/_pkg_.a
2025-08-20T18:59:00.7318873Z [00:02:37.479]➜  EOF
2025-08-20T18:59:00.7321144Z [00:02:37.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b945/_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/b945=>" -p github.com/davidlazar/go-crypto/salsa20 -lang=go1.14 -complete -installsuffix shared -buildid SP65WlVEQBBFToAyTFlN/SP65WlVEQBBFToAyTFlN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack /root/go/pkg/mod/github.com/davidlazar/go-crypto@v0.0.0-20200604182044-b73af7476f6c/salsa20/salsa20.go
2025-08-20T18:59:00.7458053Z [00:02:37.493]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T18:59:00.7470699Z [00:02:37.494]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/bf/bfdfacdabbe2de0eebee15ec1a1a9b8532a357411918cca6f00df795c1aee7b2-d # internal
2025-08-20T18:59:00.7493724Z [00:02:37.497]➜  github.com/libp2p/go-libp2p/p2p/security/noise/pb
2025-08-20T18:59:00.7494404Z [00:02:37.497]➜  mkdir -p $WORK/b946/
2025-08-20T18:59:00.7500830Z [00:02:37.497]➜  cat >/tmp/go-build693841089/b946/importcfg << 'EOF' # internal
2025-08-20T18:59:00.7501201Z [00:02:37.497]➜  # import config
2025-08-20T18:59:00.7501710Z [00:02:37.497]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:00.7502668Z [00:02:37.497]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:00.7503375Z [00:02:37.497]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:00.7503895Z [00:02:37.497]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.7504205Z [00:02:37.497]➜  EOF
2025-08-20T18:59:00.7508042Z [00:02:37.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/pb=>github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/pb;$WORK/b946=>" -p github.com/libp2p/go-libp2p/p2p/security/noise/pb -lang=go1.21 -complete -installsuffix shared -buildid k2QXtMZxEvob6mJq9S1k/k2QXtMZxEvob6mJq9S1k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/pb/payload.pb.go
2025-08-20T18:59:00.7530922Z [00:02:37.501]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T18:59:00.7536507Z [00:02:37.501]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/7f/7fff009d9ac9a629ac6ca96198a9d486b591122c86fb805e5a8fee8939e3fe33-d # internal
2025-08-20T18:59:00.7544387Z [00:02:37.502]➜  github.com/libp2p/go-libp2p/p2p/net/pnet
2025-08-20T18:59:00.7547294Z [00:02:37.502]➜  mkdir -p $WORK/b944/
2025-08-20T18:59:00.7552397Z [00:02:37.502]➜  cat >/tmp/go-build693841089/b944/importcfg << 'EOF' # internal
2025-08-20T18:59:00.7552871Z [00:02:37.503]➜  # import config
2025-08-20T18:59:00.7553588Z [00:02:37.503]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:00.7554058Z [00:02:37.503]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:00.7554486Z [00:02:37.503]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.7555309Z [00:02:37.503]➜  packagefile github.com/davidlazar/go-crypto/salsa20=/tmp/go-build693841089/b945/_pkg_.a
2025-08-20T18:59:00.7555923Z [00:02:37.503]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:59:00.7556544Z [00:02:37.503]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:00.7557038Z [00:02:37.503]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.7557431Z [00:02:37.503]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.7557726Z [00:02:37.503]➜  EOF
2025-08-20T18:59:00.7559992Z [00:02:37.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b944/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/pnet=>github.com/libp2p/go-libp2p@v0.34.1/p2p/net/pnet;$WORK/b944=>" -p github.com/libp2p/go-libp2p/p2p/net/pnet -lang=go1.21 -complete -installsuffix shared -buildid 0L7NgXjouHNnUGXupx0I/0L7NgXjouHNnUGXupx0I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/pnet/protector.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/pnet/psk_conn.go
2025-08-20T18:59:00.7642174Z [00:02:37.511]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T18:59:00.7645367Z [00:02:37.512]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T18:59:00.7672052Z [00:02:37.515]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/b1/b110e0db32b72eab2a232fa7c607a5493bd832aafa1d065afa87a7d1fccedf43-d # internal
2025-08-20T18:59:00.7674051Z [00:02:37.515]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/74/74abb363647ec703457372f0dbb0e333c4e29e99ed96b6b1dfe495bbc184a775-d # internal
2025-08-20T18:59:00.7692774Z [00:02:37.517]➜  github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb
2025-08-20T18:59:00.7693211Z [00:02:37.517]➜  mkdir -p $WORK/b947/
2025-08-20T18:59:00.7698953Z [00:02:37.517]➜  cat >/tmp/go-build693841089/b947/importcfg << 'EOF' # internal
2025-08-20T18:59:00.7699419Z [00:02:37.517]➜  # import config
2025-08-20T18:59:00.7700934Z [00:02:37.517]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:00.7703251Z [00:02:37.517]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:00.7704061Z [00:02:37.517]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:00.7704943Z [00:02:37.517]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.7705301Z [00:02:37.517]➜  EOF
2025-08-20T18:59:00.7712831Z [00:02:37.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/pb=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/pb;$WORK/b947=>" -p github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb -lang=go1.21 -complete -installsuffix shared -buildid wvBE3VmcYPczhw7k1Wz_/wvBE3VmcYPczhw7k1Wz_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/pb/generate.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/pb/message.pb.go
2025-08-20T18:59:00.7730976Z [00:02:37.521]➜  github.com/libp2p/go-libp2p/p2p/protocol/holepunch
2025-08-20T18:59:00.7731969Z [00:02:37.521]➜  mkdir -p $WORK/b932/
2025-08-20T18:59:00.7732608Z [00:02:37.521]➜  cat >/tmp/go-build693841089/b932/importcfg << 'EOF' # internal
2025-08-20T18:59:00.7732957Z [00:02:37.521]➜  # import config
2025-08-20T18:59:00.7733298Z [00:02:37.521]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.7733728Z [00:02:37.521]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.7734132Z [00:02:37.521]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.7734802Z [00:02:37.521]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:00.7735444Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:00.7736079Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:00.7736711Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.7737337Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.7737971Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:00.7738638Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:00.7739325Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:59:00.7740046Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb=/tmp/go-build693841089/b933/_pkg_.a
2025-08-20T18:59:00.7740791Z [00:02:37.521]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build693841089/b934/_pkg_.a
2025-08-20T18:59:00.7741645Z [00:02:37.521]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build693841089/b910/_pkg_.a
2025-08-20T18:59:00.7742326Z [00:02:37.521]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:00.7745599Z [00:02:37.522]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:00.7746508Z [00:02:37.522]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:00.7747236Z [00:02:37.522]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.7747816Z [00:02:37.522]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.7748169Z [00:02:37.522]➜  EOF
2025-08-20T18:59:00.7752746Z [00:02:37.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b932/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch;$WORK/b932=>" -p github.com/libp2p/go-libp2p/p2p/protocol/holepunch -lang=go1.21 -complete -installsuffix shared -buildid 9126dQd8BU5yMBR61oVJ/9126dQd8BU5yMBR61oVJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/filter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/holepuncher.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/svc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/holepunch/util.go
2025-08-20T18:59:00.7850959Z [00:02:37.532]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T18:59:00.7857685Z [00:02:37.533]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T18:59:00.7863590Z [00:02:37.534]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/cb/cb07693e51d87d663d3e1d1fcb61b24fa983d216d38cbe41dc715083f9aae063-d # internal
2025-08-20T18:59:00.7872761Z [00:02:37.535]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/b7/b713fe64750546f3f08b2aaca1b5bf024ffa775d2b4ff76d78cc6c6239ac0f26-d # internal
2025-08-20T18:59:00.7880577Z [00:02:37.536]➜  encoding/gob
2025-08-20T18:59:00.7881482Z [00:02:37.536]➜  mkdir -p $WORK/b951/
2025-08-20T18:59:00.7889129Z [00:02:37.536]➜  cat >/tmp/go-build693841089/b951/importcfg << 'EOF' # internal
2025-08-20T18:59:00.7889572Z [00:02:37.536]➜  # import config
2025-08-20T18:59:00.7892377Z [00:02:37.537]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:00.7892844Z [00:02:37.537]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:59:00.7893304Z [00:02:37.537]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.7893748Z [00:02:37.537]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.7894173Z [00:02:37.537]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.7894941Z [00:02:37.537]➜  packagefile internal/saferio=/tmp/go-build693841089/b791/_pkg_.a
2025-08-20T18:59:00.7895456Z [00:02:37.537]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.7895866Z [00:02:37.537]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:59:00.7896270Z [00:02:37.537]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:00.7896700Z [00:02:37.537]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:00.7898001Z [00:02:37.537]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:00.7898481Z [00:02:37.537]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:00.7898888Z [00:02:37.537]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.7899311Z [00:02:37.537]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:00.7900056Z [00:02:37.537]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:00.7900566Z [00:02:37.537]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:00.7900896Z [00:02:37.537]➜  EOF
2025-08-20T18:59:00.7903482Z [00:02:37.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b951/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b951=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/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-20T18:59:00.7909670Z [00:02:37.538]➜  github.com/libp2p/go-libp2p/p2p/net/upgrader
2025-08-20T18:59:00.7910051Z [00:02:37.538]➜  mkdir -p $WORK/b942/
2025-08-20T18:59:00.7910608Z [00:02:37.538]➜  cat >/tmp/go-build693841089/b942/importcfg << 'EOF' # internal
2025-08-20T18:59:00.7911032Z [00:02:37.538]➜  # import config
2025-08-20T18:59:00.7911379Z [00:02:37.538]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.7911793Z [00:02:37.538]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.7912196Z [00:02:37.538]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.7912866Z [00:02:37.538]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:00.7913450Z [00:02:37.538]➜  packagefile github.com/jbenet/go-temp-err-catcher=/tmp/go-build693841089/b943/_pkg_.a
2025-08-20T18:59:00.7914077Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:00.7914921Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.7915617Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.7916232Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:00.7917079Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:00.7917708Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build693841089/b905/_pkg_.a
2025-08-20T18:59:00.7918347Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:00.7918992Z [00:02:37.538]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/pnet=/tmp/go-build693841089/b944/_pkg_.a
2025-08-20T18:59:00.7919630Z [00:02:37.538]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:00.7920269Z [00:02:37.538]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build693841089/b635/_pkg_.a
2025-08-20T18:59:00.7920773Z [00:02:37.538]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.7921178Z [00:02:37.538]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.7921591Z [00:02:37.538]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.7921991Z [00:02:37.538]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.7922304Z [00:02:37.538]➜  EOF
2025-08-20T18:59:00.7925588Z [00:02:37.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b942/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/upgrader=>github.com/libp2p/go-libp2p@v0.34.1/p2p/net/upgrader;$WORK/b942=>" -p github.com/libp2p/go-libp2p/p2p/net/upgrader -lang=go1.21 -complete -installsuffix shared -buildid kxxD8o1Sc2ibVl3nmroh/kxxD8o1Sc2ibVl3nmroh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/upgrader/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/upgrader/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/upgrader/threshold.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/upgrader/upgrader.go
2025-08-20T18:59:00.8178678Z [00:02:37.565]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T18:59:00.8192508Z [00:02:37.566]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/84/84564709cd13f38061e1a4ed5d242fff62d1b55b4db2367d2dbfa3eaa9e74e13-d # internal
2025-08-20T18:59:00.8209129Z [00:02:37.567]➜  github.com/pion/dtls/v2/internal/util
2025-08-20T18:59:00.8213348Z [00:02:37.567]➜  mkdir -p $WORK/b955/
2025-08-20T18:59:00.8213756Z [00:02:37.568]➜  cat >/tmp/go-build693841089/b955/importcfg << 'EOF' # internal
2025-08-20T18:59:00.8214104Z [00:02:37.568]➜  # import config
2025-08-20T18:59:00.8214470Z [00:02:37.568]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.8215039Z [00:02:37.569]➜  EOF
2025-08-20T18:59:00.8219316Z [00:02:37.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b955/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/util=>github.com/pion/dtls/v2@v2.2.11/internal/util;$WORK/b955=>" -p github.com/pion/dtls/v2/internal/util -lang=go1.13 -complete -installsuffix shared -buildid Uij9cQsXyUikFvHRYbNs/Uij9cQsXyUikFvHRYbNs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/util/util.go
2025-08-20T18:59:00.8405403Z [00:02:37.587]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T18:59:00.8406261Z [00:02:37.588]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/f7/f7911378474cdd9229c772bc0b4391747c74359192077cbec51c5f6bd913d4f8-d # internal
2025-08-20T18:59:00.8406852Z [00:02:37.588]➜  github.com/pion/dtls/v2/pkg/crypto/ccm
2025-08-20T18:59:00.8407165Z [00:02:37.588]➜  mkdir -p $WORK/b956/
2025-08-20T18:59:00.8413273Z [00:02:37.589]➜  cat >/tmp/go-build693841089/b956/importcfg << 'EOF' # internal
2025-08-20T18:59:00.8414081Z [00:02:37.589]➜  # import config
2025-08-20T18:59:00.8415094Z [00:02:37.589]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:00.8416404Z [00:02:37.589]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:00.8416931Z [00:02:37.589]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.8417404Z [00:02:37.589]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.8417816Z [00:02:37.589]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:00.8418117Z [00:02:37.589]➜  EOF
2025-08-20T18:59:00.8420025Z [00:02:37.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b956/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ccm=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ccm;$WORK/b956=>" -p github.com/pion/dtls/v2/pkg/crypto/ccm -lang=go1.13 -complete -installsuffix shared -buildid xXJXqKuty_M_uCtrjvPx/xXJXqKuty_M_uCtrjvPx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ccm/ccm.go
2025-08-20T18:59:00.8733553Z [00:02:37.621]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T18:59:00.8755058Z [00:02:37.623]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/c8/c89620b35ecbce8638eb85eaadfd74f1304a8482c71403ddbbb76fe89563077a-d # internal
2025-08-20T18:59:00.8760465Z [00:02:37.624]➜  github.com/pion/dtls/v2/pkg/crypto/elliptic
2025-08-20T18:59:00.8760853Z [00:02:37.624]➜  mkdir -p $WORK/b958/
2025-08-20T18:59:00.8761224Z [00:02:37.624]➜  cat >/tmp/go-build693841089/b958/importcfg << 'EOF' # internal
2025-08-20T18:59:00.8761569Z [00:02:37.624]➜  # import config
2025-08-20T18:59:00.8761937Z [00:02:37.624]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:00.8762750Z [00:02:37.624]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:00.8763265Z [00:02:37.624]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.8763671Z [00:02:37.624]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.8764184Z [00:02:37.624]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:00.8764566Z [00:02:37.624]➜  EOF
2025-08-20T18:59:00.8766814Z [00:02:37.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b958/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/elliptic=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/elliptic;$WORK/b958=>" -p github.com/pion/dtls/v2/pkg/crypto/elliptic -lang=go1.13 -complete -installsuffix shared -buildid bLDWlNOWQtmzLCAL6M7_/bLDWlNOWQtmzLCAL6M7_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/elliptic/elliptic.go
2025-08-20T18:59:00.8826038Z [00:02:37.630]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T18:59:00.8827077Z [00:02:37.630]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/1a/1a5e1ae6a8be5820d173e85dcefb32bb4fc1441f88d95da54fa6139adb62cb46-d # internal
2025-08-20T18:59:00.8850881Z [00:02:37.632]➜  github.com/pion/dtls/v2/pkg/protocol
2025-08-20T18:59:00.8851805Z [00:02:37.633]➜  mkdir -p $WORK/b959/
2025-08-20T18:59:00.8854304Z [00:02:37.633]➜  cat >/tmp/go-build693841089/b959/importcfg << 'EOF' # internal
2025-08-20T18:59:00.8855554Z [00:02:37.633]➜  # import config
2025-08-20T18:59:00.8856470Z [00:02:37.633]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.8856931Z [00:02:37.633]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.8857331Z [00:02:37.633]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.8857631Z [00:02:37.633]➜  EOF
2025-08-20T18:59:00.8861031Z [00:02:37.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol=>github.com/pion/dtls/v2@v2.2.11/pkg/protocol;$WORK/b959=>" -p github.com/pion/dtls/v2/pkg/protocol -lang=go1.13 -complete -installsuffix shared -buildid gztyMrPR_TKjitxzvuF_/gztyMrPR_TKjitxzvuF_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/application_data.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/change_cipher_spec.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/content.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/version.go
2025-08-20T18:59:00.9072928Z [00:02:37.655]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T18:59:00.9085032Z [00:02:37.656]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/b7/b78a14630cb24bdb75f32e835b5a966ff118bf1fff21f3fdfe4fd45d300f039c-d # internal
2025-08-20T18:59:00.9085732Z [00:02:37.656]➜  github.com/pion/dtls/v2/pkg/crypto/hash
2025-08-20T18:59:00.9086057Z [00:02:37.656]➜  mkdir -p $WORK/b964/
2025-08-20T18:59:00.9086430Z [00:02:37.656]➜  cat >/tmp/go-build693841089/b964/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9086785Z [00:02:37.656]➜  # import config
2025-08-20T18:59:00.9087123Z [00:02:37.656]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:00.9087550Z [00:02:37.656]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:59:00.9088004Z [00:02:37.656]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:00.9088453Z [00:02:37.656]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:00.9088906Z [00:02:37.656]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:00.9089233Z [00:02:37.656]➜  EOF
2025-08-20T18:59:00.9091514Z [00:02:37.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/hash=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/hash;$WORK/b964=>" -p github.com/pion/dtls/v2/pkg/crypto/hash -lang=go1.13 -complete -installsuffix shared -buildid uWQ-p0aQ-QWoTpg7k2YO/uWQ-p0aQ-QWoTpg7k2YO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/hash/hash.go
2025-08-20T18:59:00.9147631Z [00:02:37.662]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T18:59:00.9152354Z [00:02:37.663]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/9d/9d01ae8ac4bfa9d72354e9c302246541fd505d6bae7d95a43a0d76f5e44ad3a2-d # internal
2025-08-20T18:59:00.9171360Z [00:02:37.665]➜  github.com/libp2p/go-libp2p/p2p/security/noise
2025-08-20T18:59:00.9171775Z [00:02:37.665]➜  mkdir -p $WORK/b937/
2025-08-20T18:59:00.9178691Z [00:02:37.665]➜  cat >/tmp/go-build693841089/b937/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9179652Z [00:02:37.665]➜  # import config
2025-08-20T18:59:00.9180077Z [00:02:37.665]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:00.9180825Z [00:02:37.665]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.9181342Z [00:02:37.665]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:00.9181808Z [00:02:37.665]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.9182246Z [00:02:37.665]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.9182832Z [00:02:37.665]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.9183298Z [00:02:37.665]➜  packagefile github.com/flynn/noise=/tmp/go-build693841089/b938/_pkg_.a
2025-08-20T18:59:00.9183859Z [00:02:37.665]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:59:00.9184503Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/tmp/go-build693841089/b897/_pkg_.a
2025-08-20T18:59:00.9186054Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:00.9186705Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:00.9187641Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:00.9188281Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:00.9188919Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build693841089/b905/_pkg_.a
2025-08-20T18:59:00.9189560Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build693841089/b942/_pkg_.a
2025-08-20T18:59:00.9190254Z [00:02:37.665]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise/pb=/tmp/go-build693841089/b946/_pkg_.a
2025-08-20T18:59:00.9190934Z [00:02:37.665]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:00.9191575Z [00:02:37.665]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:00.9192183Z [00:02:37.665]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:00.9192662Z [00:02:37.665]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.9193050Z [00:02:37.665]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:00.9193442Z [00:02:37.665]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:00.9193871Z [00:02:37.665]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:00.9194300Z [00:02:37.665]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.9194857Z [00:02:37.665]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.9195208Z [00:02:37.665]➜  EOF
2025-08-20T18:59:00.9199114Z [00:02:37.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise=>github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise;$WORK/b937=>" -p github.com/libp2p/go-libp2p/p2p/security/noise -lang=go1.21 -complete -installsuffix shared -buildid lHqYEiGAgPjypEKVLCn4/lHqYEiGAgPjypEKVLCn4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/crypto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/handshake.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/rw.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/session.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/session_transport.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/noise/transport.go
2025-08-20T18:59:00.9229860Z [00:02:37.670]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T18:59:00.9238485Z [00:02:37.671]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/0f/0fcf0bc90ee1ce642fab551d92bd30402b2277d4ab0222ece9d04aa1d3a92058-d # internal
2025-08-20T18:59:00.9239192Z [00:02:37.671]➜  github.com/pion/dtls/v2/pkg/crypto/prf
2025-08-20T18:59:00.9239500Z [00:02:37.671]➜  mkdir -p $WORK/b957/
2025-08-20T18:59:00.9239865Z [00:02:37.671]➜  cat >/tmp/go-build693841089/b957/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9240204Z [00:02:37.671]➜  # import config
2025-08-20T18:59:00.9240753Z [00:02:37.671]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:00.9241218Z [00:02:37.671]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:00.9241677Z [00:02:37.671]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:00.9242111Z [00:02:37.671]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.9242516Z [00:02:37.671]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.9243070Z [00:02:37.671]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build693841089/b958/_pkg_.a
2025-08-20T18:59:00.9243715Z [00:02:37.671]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:00.9244462Z [00:02:37.671]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:00.9245139Z [00:02:37.671]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:00.9245545Z [00:02:37.671]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:00.9245847Z [00:02:37.671]➜  EOF
2025-08-20T18:59:00.9247759Z [00:02:37.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b957/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/prf=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/prf;$WORK/b957=>" -p github.com/pion/dtls/v2/pkg/crypto/prf -lang=go1.13 -complete -installsuffix shared -buildid 3VjOWOf2dbNc8ddFLpRh/3VjOWOf2dbNc8ddFLpRh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/prf/prf.go
2025-08-20T18:59:00.9298300Z [00:02:37.677]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T18:59:00.9315992Z [00:02:37.679]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/9a/9ac881312c210a071cc1559d3bad819ac16f39eee8ea1a140bfa642e882ff09a-d # internal
2025-08-20T18:59:00.9316825Z [00:02:37.679]➜  github.com/pion/dtls/v2/pkg/protocol/alert
2025-08-20T18:59:00.9318417Z [00:02:37.679]➜  mkdir -p $WORK/b961/
2025-08-20T18:59:00.9318857Z [00:02:37.679]➜  cat >/tmp/go-build693841089/b961/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9319372Z [00:02:37.679]➜  # import config
2025-08-20T18:59:00.9319834Z [00:02:37.679]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.9320352Z [00:02:37.679]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.9321221Z [00:02:37.679]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:00.9321809Z [00:02:37.679]➜  EOF
2025-08-20T18:59:00.9323921Z [00:02:37.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/alert=>github.com/pion/dtls/v2@v2.2.11/pkg/protocol/alert;$WORK/b961=>" -p github.com/pion/dtls/v2/pkg/protocol/alert -lang=go1.13 -complete -installsuffix shared -buildid fy_5XCc8TmE3fpzywgko/fy_5XCc8TmE3fpzywgko -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/alert/alert.go
2025-08-20T18:59:00.9516650Z [00:02:37.698]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T18:59:00.9517441Z [00:02:37.699]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/8b/8b6a2e081fca3200310676c46709bfb0736135c2309b1f6ab1a4d408df3eaf18-d # internal
2025-08-20T18:59:00.9524018Z [00:02:37.699]➜  github.com/pion/dtls/v2/pkg/crypto/signaturehash
2025-08-20T18:59:00.9525394Z [00:02:37.699]➜  mkdir -p $WORK/b966/
2025-08-20T18:59:00.9541240Z [00:02:37.702]➜  cat >/tmp/go-build693841089/b966/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9542914Z [00:02:37.702]➜  # import config
2025-08-20T18:59:00.9543752Z [00:02:37.702]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:00.9544238Z [00:02:37.702]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:00.9544849Z [00:02:37.702]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:00.9545629Z [00:02:37.702]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:00.9546076Z [00:02:37.702]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:00.9546502Z [00:02:37.702]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.9546903Z [00:02:37.702]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.9547442Z [00:02:37.702]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build693841089/b964/_pkg_.a
2025-08-20T18:59:00.9548116Z [00:02:37.702]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build693841089/b965/_pkg_.a
2025-08-20T18:59:00.9548768Z [00:02:37.702]➜  EOF
2025-08-20T18:59:00.9551221Z [00:02:37.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b966/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/signaturehash=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/signaturehash;$WORK/b966=>" -p github.com/pion/dtls/v2/pkg/crypto/signaturehash -lang=go1.13 -complete -installsuffix shared -buildid LNUoG2l_UCDwtmtmn6pG/LNUoG2l_UCDwtmtmn6pG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/signaturehash/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/signaturehash/signaturehash.go
2025-08-20T18:59:00.9590162Z [00:02:37.706]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T18:59:00.9606635Z [00:02:37.707]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/dc/dc26e2bf4e94f84936da7d03a1c9112b8883eaf55363466655c51fbbd11cab7c-d # internal
2025-08-20T18:59:00.9635445Z [00:02:37.711]➜  golang.org/x/crypto/cryptobyte
2025-08-20T18:59:00.9636258Z [00:02:37.711]➜  mkdir -p $WORK/b968/
2025-08-20T18:59:00.9637879Z [00:02:37.711]➜  cat >/tmp/go-build693841089/b968/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9638255Z [00:02:37.711]➜  # import config
2025-08-20T18:59:00.9638638Z [00:02:37.711]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:59:00.9639087Z [00:02:37.711]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:00.9639495Z [00:02:37.711]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.9640012Z [00:02:37.711]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build693841089/b969/_pkg_.a
2025-08-20T18:59:00.9640528Z [00:02:37.711]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:00.9641167Z [00:02:37.711]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:00.9641660Z [00:02:37.711]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:00.9641971Z [00:02:37.711]➜  EOF
2025-08-20T18:59:00.9644410Z [00:02:37.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b968/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/cryptobyte=>golang.org/x/crypto@v0.31.0/cryptobyte;$WORK/b968=>" -p golang.org/x/crypto/cryptobyte -lang=go1.20 -complete -installsuffix shared -buildid VKLq1Ec_sPZJEaGgUd6-/VKLq1Ec_sPZJEaGgUd6- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/cryptobyte/string.go
2025-08-20T18:59:00.9853957Z [00:02:37.733]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T18:59:00.9855076Z [00:02:37.733]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/3a/3a307bda94e9b5d9c8022d62f3cf97c1c20e40df51d67aa81435ebc63d44531a-d # internal
2025-08-20T18:59:00.9855880Z [00:02:37.733]➜  github.com/pion/dtls/v2/internal/closer
2025-08-20T18:59:00.9856208Z [00:02:37.733]➜  mkdir -p $WORK/b970/
2025-08-20T18:59:00.9856576Z [00:02:37.733]➜  cat >/tmp/go-build693841089/b970/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9856916Z [00:02:37.733]➜  # import config
2025-08-20T18:59:00.9857450Z [00:02:37.733]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:00.9857781Z [00:02:37.733]➜  EOF
2025-08-20T18:59:00.9859704Z [00:02:37.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/closer=>github.com/pion/dtls/v2@v2.2.11/internal/closer;$WORK/b970=>" -p github.com/pion/dtls/v2/internal/closer -lang=go1.13 -complete -installsuffix shared -buildid _zVW_QngmIe0Kk4uKcZa/_zVW_QngmIe0Kk4uKcZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/closer/closer.go
2025-08-20T18:59:00.9953148Z [00:02:37.743]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T18:59:00.9981255Z [00:02:37.746]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T18:59:00.9986163Z [00:02:37.746]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/d0/d0976fbfa71ac72e557ec45070ed0b088a0118a4edb402e6a1134bd73e6dc7c8-d # internal
2025-08-20T18:59:00.9988841Z [00:02:37.746]➜  github.com/pion/logging
2025-08-20T18:59:00.9989853Z [00:02:37.747]➜  mkdir -p $WORK/b971/
2025-08-20T18:59:00.9994033Z [00:02:37.747]➜  cat >/tmp/go-build693841089/b971/importcfg << 'EOF' # internal
2025-08-20T18:59:00.9995139Z [00:02:37.747]➜  # import config
2025-08-20T18:59:00.9995477Z [00:02:37.747]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:00.9995876Z [00:02:37.747]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:00.9996282Z [00:02:37.747]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:00.9996679Z [00:02:37.747]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:00.9997094Z [00:02:37.747]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:00.9997498Z [00:02:37.747]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:00.9997938Z [00:02:37.747]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:00.9998301Z [00:02:37.747]➜  EOF
2025-08-20T18:59:01.0001854Z [00:02:37.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b971/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/logging@v0.2.2=>github.com/pion/logging@v0.2.2;$WORK/b971=>" -p github.com/pion/logging -lang=go1.12 -complete -installsuffix shared -buildid nPSgovi67_k6EzjqaNNL/nPSgovi67_k6EzjqaNNL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack /root/go/pkg/mod/github.com/pion/logging@v0.2.2/logger.go /root/go/pkg/mod/github.com/pion/logging@v0.2.2/scoped.go
2025-08-20T18:59:01.0021713Z [00:02:37.750]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/6a/6a8824e642291d0c9e136dcb3a7f219a82cd5daf2b2b1e6f4f0109f06fc0ccad-d # internal
2025-08-20T18:59:01.0041923Z [00:02:37.752]➜  github.com/pion/transport/v2/connctx
2025-08-20T18:59:01.0042719Z [00:02:37.752]➜  mkdir -p $WORK/b972/
2025-08-20T18:59:01.0043134Z [00:02:37.752]➜  cat >/tmp/go-build693841089/b972/importcfg << 'EOF' # internal
2025-08-20T18:59:01.0043498Z [00:02:37.752]➜  # import config
2025-08-20T18:59:01.0043837Z [00:02:37.752]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.0044254Z [00:02:37.752]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.0044868Z [00:02:37.752]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.0045325Z [00:02:37.752]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.0045734Z [00:02:37.752]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.0046365Z [00:02:37.752]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.0046862Z [00:02:37.752]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.0047178Z [00:02:37.752]➜  EOF
2025-08-20T18:59:01.0049329Z [00:02:37.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/connctx=>github.com/pion/transport/v2@v2.2.5/connctx;$WORK/b972=>" -p github.com/pion/transport/v2/connctx -lang=go1.12 -complete -installsuffix shared -buildid A0Tdiu5dfmAhyBf5DpDE/A0Tdiu5dfmAhyBf5DpDE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/connctx/connctx.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/connctx/pipe.go
2025-08-20T18:59:01.0479826Z [00:02:37.795]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T18:59:01.0506639Z [00:02:37.798]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/9d/9ddf4ba0e5111e92d5af4f62a138e7d4719fbeb77c77b357af424af1be4d4b86-d # internal
2025-08-20T18:59:01.0512458Z [00:02:37.799]➜  github.com/pion/transport/v2/deadline
2025-08-20T18:59:01.0513238Z [00:02:37.799]➜  mkdir -p $WORK/b973/
2025-08-20T18:59:01.0513637Z [00:02:37.799]➜  cat >/tmp/go-build693841089/b973/importcfg << 'EOF' # internal
2025-08-20T18:59:01.0513985Z [00:02:37.799]➜  # import config
2025-08-20T18:59:01.0514324Z [00:02:37.799]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.0514896Z [00:02:37.799]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.0515306Z [00:02:37.799]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.0515607Z [00:02:37.799]➜  EOF
2025-08-20T18:59:01.0518090Z [00:02:37.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b973/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/deadline=>github.com/pion/transport/v2@v2.2.5/deadline;$WORK/b973=>" -p github.com/pion/transport/v2/deadline -lang=go1.12 -complete -installsuffix shared -buildid 1tBO5jnfzSq3SxFRcfyx/1tBO5jnfzSq3SxFRcfyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/deadline/deadline.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/deadline/timer.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/deadline/timer_generic.go
2025-08-20T18:59:01.0575252Z [00:02:37.805]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T18:59:01.0586778Z [00:02:37.806]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/78/78c579e21539919ff25aec4566ef6e0c67d4c22cf7ba56bcd4fdc9821bfbd905-d # internal
2025-08-20T18:59:01.0587880Z [00:02:37.806]➜  github.com/pion/transport/v2/replaydetector
2025-08-20T18:59:01.0588940Z [00:02:37.807]➜  mkdir -p $WORK/b974/
2025-08-20T18:59:01.0593798Z [00:02:37.807]➜  cat >/tmp/go-build693841089/b974/importcfg << 'EOF' # internal
2025-08-20T18:59:01.0597557Z [00:02:37.807]➜  # import config
2025-08-20T18:59:01.0602714Z [00:02:37.807]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.0603036Z [00:02:37.807]➜  EOF
2025-08-20T18:59:01.0605548Z [00:02:37.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/replaydetector=>github.com/pion/transport/v2@v2.2.5/replaydetector;$WORK/b974=>" -p github.com/pion/transport/v2/replaydetector -lang=go1.12 -complete -installsuffix shared -buildid VbaexNz1aTjjmEAbHq8o/VbaexNz1aTjjmEAbHq8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/replaydetector/fixedbig.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/replaydetector/replaydetector.go
2025-08-20T18:59:01.0870603Z [00:02:37.834]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T18:59:01.0880185Z [00:02:37.835]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/e0/e0e08d8736c5b26f2efbb4c67fc70586dcb6c40c2b32ad161a6dc955376d9f65-d # internal
2025-08-20T18:59:01.0881769Z [00:02:37.835]➜  github.com/pion/transport/v2/packetio
2025-08-20T18:59:01.0882600Z [00:02:37.835]➜  mkdir -p $WORK/b976/
2025-08-20T18:59:01.0883475Z [00:02:37.835]➜  cat >/tmp/go-build693841089/b976/importcfg << 'EOF' # internal
2025-08-20T18:59:01.0883864Z [00:02:37.835]➜  # import config
2025-08-20T18:59:01.0884211Z [00:02:37.835]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.0885236Z [00:02:37.835]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build693841089/b973/_pkg_.a
2025-08-20T18:59:01.0885749Z [00:02:37.835]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.0886141Z [00:02:37.835]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.0886543Z [00:02:37.835]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.0886845Z [00:02:37.835]➜  EOF
2025-08-20T18:59:01.0889334Z [00:02:37.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b976/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/packetio=>github.com/pion/transport/v2@v2.2.5/packetio;$WORK/b976=>" -p github.com/pion/transport/v2/packetio -lang=go1.12 -complete -installsuffix shared -buildid R5P0DnZtW0PMIwtbPEC6/R5P0DnZtW0PMIwtbPEC6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/packetio/buffer.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/packetio/errors.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/packetio/no_hardlimit.go
2025-08-20T18:59:01.1015954Z [00:02:37.849]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T18:59:01.1038121Z [00:02:37.851]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/01/011a3d0c6fdcf85de093deb6c7fe532b7d7a898de12fab70072bf8a7d9cb511c-d # internal
2025-08-20T18:59:01.1042373Z [00:02:37.852]➜  github.com/pion/ice/v2/internal/fakenet
2025-08-20T18:59:01.1042713Z [00:02:37.852]➜  mkdir -p $WORK/b978/
2025-08-20T18:59:01.1050195Z [00:02:37.852]➜  cat >/tmp/go-build693841089/b978/importcfg << 'EOF' # internal
2025-08-20T18:59:01.1050628Z [00:02:37.853]➜  # import config
2025-08-20T18:59:01.1050973Z [00:02:37.853]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.1051407Z [00:02:37.853]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.1051708Z [00:02:37.853]➜  EOF
2025-08-20T18:59:01.1054134Z [00:02:37.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/internal/fakenet=>github.com/pion/ice/v2@v2.3.24/internal/fakenet;$WORK/b978=>" -p github.com/pion/ice/v2/internal/fakenet -lang=go1.13 -complete -installsuffix shared -buildid O8hQJE74J5OovSseDBAK/O8hQJE74J5OovSseDBAK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/internal/fakenet/mock_conn.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/internal/fakenet/packet_conn.go
2025-08-20T18:59:01.1069193Z [00:02:37.854]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T18:59:01.1105244Z [00:02:37.858]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/1c/1c4fa8b601d87801d97dee34c3c3779ca0a94f9347fb15bace8744c76527d8d5-d # internal
2025-08-20T18:59:01.1121106Z [00:02:37.860]➜  github.com/pion/dtls/v2/pkg/protocol/extension
2025-08-20T18:59:01.1125005Z [00:02:37.860]➜  mkdir -p $WORK/b967/
2025-08-20T18:59:01.1126291Z [00:02:37.860]➜  cat >/tmp/go-build693841089/b967/importcfg << 'EOF' # internal
2025-08-20T18:59:01.1127490Z [00:02:37.860]➜  # import config
2025-08-20T18:59:01.1128439Z [00:02:37.860]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.1129664Z [00:02:37.860]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.1130646Z [00:02:37.861]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build693841089/b958/_pkg_.a
2025-08-20T18:59:01.1132112Z [00:02:37.861]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build693841089/b964/_pkg_.a
2025-08-20T18:59:01.1133023Z [00:02:37.861]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build693841089/b965/_pkg_.a
2025-08-20T18:59:01.1133802Z [00:02:37.861]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build693841089/b966/_pkg_.a
2025-08-20T18:59:01.1134478Z [00:02:37.861]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:01.1135401Z [00:02:37.861]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build693841089/b968/_pkg_.a
2025-08-20T18:59:01.1135901Z [00:02:37.861]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.1136210Z [00:02:37.861]➜  EOF
2025-08-20T18:59:01.1157339Z [00:02:37.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b967/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension=>github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension;$WORK/b967=>" -p github.com/pion/dtls/v2/pkg/protocol/extension -lang=go1.13 -complete -installsuffix shared -buildid nftxUpk5oyijMQbhJszl/nftxUpk5oyijMQbhJszl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/alpn.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/extension.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/renegotiation_info.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/server_name.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/supported_elliptic_curves.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/supported_point_formats.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/supported_signature_algorithms.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/use_master_secret.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/extension/use_srtp.go
2025-08-20T18:59:01.1219590Z [00:02:37.869]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T18:59:01.1226769Z [00:02:37.870]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/cf/cf0ae232617166cbaeacf23ea01529a8eb6e4d0ec0662d61857122f99664f8c1-d # internal
2025-08-20T18:59:01.1233887Z [00:02:37.871]➜  github.com/pion/transport/v2/udp
2025-08-20T18:59:01.1234422Z [00:02:37.871]➜  mkdir -p $WORK/b975/
2025-08-20T18:59:01.1235110Z [00:02:37.871]➜  cat >/tmp/go-build693841089/b975/importcfg << 'EOF' # internal
2025-08-20T18:59:01.1235599Z [00:02:37.871]➜  # import config
2025-08-20T18:59:01.1236058Z [00:02:37.871]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.1236610Z [00:02:37.871]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.1237432Z [00:02:37.871]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.1238297Z [00:02:37.871]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build693841089/b973/_pkg_.a
2025-08-20T18:59:01.1239255Z [00:02:37.871]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build693841089/b976/_pkg_.a
2025-08-20T18:59:01.1239954Z [00:02:37.871]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:59:01.1240672Z [00:02:37.871]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build693841089/b706/_pkg_.a
2025-08-20T18:59:01.1241262Z [00:02:37.871]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.1241934Z [00:02:37.871]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.1242826Z [00:02:37.871]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:01.1243315Z [00:02:37.871]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.1243767Z [00:02:37.871]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.1244447Z [00:02:37.871]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.1244979Z [00:02:37.871]➜  EOF
2025-08-20T18:59:01.1247073Z [00:02:37.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/udp=>github.com/pion/transport/v2@v2.2.5/udp;$WORK/b975=>" -p github.com/pion/transport/v2/udp -lang=go1.12 -complete -installsuffix shared -buildid LP51oOj3DBv3-9mwqHbk/LP51oOj3DBv3-9mwqHbk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/udp/batchconn.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/udp/conn.go
2025-08-20T18:59:01.1409816Z [00:02:37.888]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T18:59:01.1417178Z [00:02:37.889]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/b9/b9723516e0642a0c9e477bf1fbf7925d3d8aedb5b8c69a40f67e17db2feb49de-d # internal
2025-08-20T18:59:01.1429401Z [00:02:37.890]➜  github.com/pion/stun/internal/hmac
2025-08-20T18:59:01.1436435Z [00:02:37.891]➜  mkdir -p $WORK/b981/
2025-08-20T18:59:01.1437459Z [00:02:37.891]➜  cat >/tmp/go-build693841089/b981/importcfg << 'EOF' # internal
2025-08-20T18:59:01.1438121Z [00:02:37.891]➜  # import config
2025-08-20T18:59:01.1438859Z [00:02:37.891]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:01.1439510Z [00:02:37.891]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:01.1440294Z [00:02:37.891]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:01.1464985Z [00:02:37.891]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:01.1465685Z [00:02:37.891]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.1466001Z [00:02:37.891]➜  EOF
2025-08-20T18:59:01.1468252Z [00:02:37.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b981/_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/b981=>" -p github.com/pion/stun/internal/hmac -lang=go1.12 -complete -installsuffix shared -buildid VqG2K09uJTzOcpm5Rbnw/VqG2K09uJTzOcpm5Rbnw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/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-20T18:59:01.1743453Z [00:02:37.922]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T18:59:01.1755193Z [00:02:37.923]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/c2/c25d86e7b6c520af32ce4ef5711b6be6414570c7fcb9ff2003c8cd425fbbce7b-d # internal
2025-08-20T18:59:01.1756295Z [00:02:37.923]➜  github.com/pion/transport/v2
2025-08-20T18:59:01.1756641Z [00:02:37.923]➜  mkdir -p $WORK/b982/
2025-08-20T18:59:01.1757027Z [00:02:37.923]➜  cat >/tmp/go-build693841089/b982/importcfg << 'EOF' # internal
2025-08-20T18:59:01.1757634Z [00:02:37.923]➜  # import config
2025-08-20T18:59:01.1758137Z [00:02:37.923]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.1758619Z [00:02:37.923]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.1759015Z [00:02:37.923]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.1759417Z [00:02:37.923]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.1759733Z [00:02:37.923]➜  EOF
2025-08-20T18:59:01.1761482Z [00:02:37.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5=>github.com/pion/transport/v2@v2.2.5;$WORK/b982=>" -p github.com/pion/transport/v2 -lang=go1.12 -complete -installsuffix shared -buildid 0dsBLuLuju1H94x9Ne1c/0dsBLuLuju1H94x9Ne1c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/net.go
2025-08-20T18:59:01.1777567Z [00:02:37.924]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T18:59:01.1788027Z [00:02:37.926]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/7e/7e4fd9f716b11ac9a2fa1347ed071cbe7c890e8d431840718bec72cd1e8231eb-d # internal
2025-08-20T18:59:01.1824242Z [00:02:37.930]➜  github.com/pion/dtls/v2/pkg/protocol/handshake
2025-08-20T18:59:01.1825689Z [00:02:37.930]➜  mkdir -p $WORK/b962/
2025-08-20T18:59:01.1833871Z [00:02:37.931]➜  cat >/tmp/go-build693841089/b962/importcfg << 'EOF' # internal
2025-08-20T18:59:01.1835957Z [00:02:37.931]➜  # import config
2025-08-20T18:59:01.1836891Z [00:02:37.931]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:01.1837586Z [00:02:37.931]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.1838266Z [00:02:37.931]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.1839057Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build693841089/b953/_pkg_.a
2025-08-20T18:59:01.1840090Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build693841089/b955/_pkg_.a
2025-08-20T18:59:01.1841080Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build693841089/b963/_pkg_.a
2025-08-20T18:59:01.1842305Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build693841089/b958/_pkg_.a
2025-08-20T18:59:01.1843214Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build693841089/b964/_pkg_.a
2025-08-20T18:59:01.1844140Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signature=/tmp/go-build693841089/b965/_pkg_.a
2025-08-20T18:59:01.1845254Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build693841089/b966/_pkg_.a
2025-08-20T18:59:01.1848265Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:01.1848946Z [00:02:37.931]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build693841089/b967/_pkg_.a
2025-08-20T18:59:01.1849496Z [00:02:37.931]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.1849808Z [00:02:37.931]➜  EOF
2025-08-20T18:59:01.1877090Z [00:02:37.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b962/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake=>github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake;$WORK/b962=>" -p github.com/pion/dtls/v2/pkg/protocol/handshake -lang=go1.13 -complete -installsuffix shared -buildid 7hak46Fssm_3WqfJrwar/7hak46Fssm_3WqfJrwar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/handshake.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/header.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_certificate.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_certificate_request.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_certificate_verify.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_client_hello.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_client_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_finished.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_hello_verify_request.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_server_hello.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_server_hello_done.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/message_server_key_exchange.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/handshake/random.go
2025-08-20T18:59:01.2074488Z [00:02:37.955]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T18:59:01.2090092Z [00:02:37.956]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/1d/1d056dadd4004f9329d1c8ebf39fe21ec60a022c77c1211ec963db2de673e62f-d # internal
2025-08-20T18:59:01.2090784Z [00:02:37.956]➜  github.com/pion/transport/v2/stdnet
2025-08-20T18:59:01.2091412Z [00:02:37.956]➜  mkdir -p $WORK/b983/
2025-08-20T18:59:01.2091916Z [00:02:37.956]➜  cat >/tmp/go-build693841089/b983/importcfg << 'EOF' # internal
2025-08-20T18:59:01.2092265Z [00:02:37.956]➜  # import config
2025-08-20T18:59:01.2092589Z [00:02:37.956]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.2093107Z [00:02:37.956]➜  packagefile github.com/pion/transport/v2=/tmp/go-build693841089/b982/_pkg_.a
2025-08-20T18:59:01.2093581Z [00:02:37.956]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.2093893Z [00:02:37.956]➜  EOF
2025-08-20T18:59:01.2097226Z [00:02:37.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b983/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/stdnet=>github.com/pion/transport/v2@v2.2.5/stdnet;$WORK/b983=>" -p github.com/pion/transport/v2/stdnet -lang=go1.12 -complete -installsuffix shared -buildid FKyuxGkq3yzBwuh0XXVy/FKyuxGkq3yzBwuh0XXVy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/stdnet/net.go
2025-08-20T18:59:01.2320171Z [00:02:37.979]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T18:59:01.2331156Z [00:02:37.981]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/39/3901110948b883df57c3488620fc8fe6bc4d5e32631fa2e7e08758299835f87f-d # internal
2025-08-20T18:59:01.2337880Z [00:02:37.981]➜  golang.org/x/net/dns/dnsmessage
2025-08-20T18:59:01.2342308Z [00:02:37.982]➜  mkdir -p $WORK/b986/
2025-08-20T18:59:01.2343248Z [00:02:37.982]➜  cat >/tmp/go-build693841089/b986/importcfg << 'EOF' # internal
2025-08-20T18:59:01.2344580Z [00:02:37.982]➜  # import config
2025-08-20T18:59:01.2345390Z [00:02:37.982]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.2345937Z [00:02:37.982]➜  EOF
2025-08-20T18:59:01.2348456Z [00:02:37.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/dns/dnsmessage=>golang.org/x/net@v0.33.0/dns/dnsmessage;$WORK/b986=>" -p golang.org/x/net/dns/dnsmessage -lang=go1.18 -complete -installsuffix shared -buildid 6v0HPlrH3--0a0vXsMSN/6v0HPlrH3--0a0vXsMSN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/dns/dnsmessage/message.go
2025-08-20T18:59:01.2519849Z [00:02:37.999]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T18:59:01.2535912Z [00:02:38.001]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/87/87f630dd19f1f37ba73a62fafdda54c270eeec70fdc139d0f18f41f9d835d0eb-d # internal
2025-08-20T18:59:01.2536667Z [00:02:38.001]➜  github.com/pion/randutil
2025-08-20T18:59:01.2538120Z [00:02:38.001]➜  mkdir -p $WORK/b987/
2025-08-20T18:59:01.2539815Z [00:02:38.001]➜  cat >/tmp/go-build693841089/b987/importcfg << 'EOF' # internal
2025-08-20T18:59:01.2541833Z [00:02:38.002]➜  # import config
2025-08-20T18:59:01.2542296Z [00:02:38.002]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:01.2542782Z [00:02:38.002]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.2543225Z [00:02:38.002]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:01.2543653Z [00:02:38.002]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:01.2544066Z [00:02:38.002]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.2544466Z [00:02:38.002]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.2544976Z [00:02:38.002]➜  EOF
2025-08-20T18:59:01.2546904Z [00:02:38.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/randutil@v0.1.0=>github.com/pion/randutil@v0.1.0;$WORK/b987=>" -p github.com/pion/randutil -lang=go1.14 -complete -installsuffix shared -buildid 6KBVdPmOFt50bCXURe4o/6KBVdPmOFt50bCXURe4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/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-20T18:59:01.2742181Z [00:02:38.021]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T18:59:01.2748041Z [00:02:38.022]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/ef/eff898629d60d92b40ea7d9cf66b27d8df477364969f30772caefea9da72c4d5-d # internal
2025-08-20T18:59:01.2756057Z [00:02:38.023]➜  github.com/pion/transport/v2/vnet
2025-08-20T18:59:01.2756955Z [00:02:38.023]➜  mkdir -p $WORK/b988/
2025-08-20T18:59:01.2759617Z [00:02:38.023]➜  cat >/tmp/go-build693841089/b988/importcfg << 'EOF' # internal
2025-08-20T18:59:01.2759970Z [00:02:38.023]➜  # import config
2025-08-20T18:59:01.2760311Z [00:02:38.023]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.2761018Z [00:02:38.023]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.2761461Z [00:02:38.023]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.2761868Z [00:02:38.023]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.2762345Z [00:02:38.023]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.2762894Z [00:02:38.023]➜  packagefile github.com/pion/transport/v2=/tmp/go-build693841089/b982/_pkg_.a
2025-08-20T18:59:01.2763363Z [00:02:38.023]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.2763756Z [00:02:38.023]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:01.2764177Z [00:02:38.023]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:01.2764775Z [00:02:38.023]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.2765258Z [00:02:38.023]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:01.2765680Z [00:02:38.023]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.2766084Z [00:02:38.023]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.2766504Z [00:02:38.023]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.2766929Z [00:02:38.023]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.2767229Z [00:02:38.023]➜  EOF
2025-08-20T18:59:01.2772849Z [00:02:38.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet=>github.com/pion/transport/v2@v2.2.5/vnet;$WORK/b988=>" -p github.com/pion/transport/v2/vnet -lang=go1.12 -complete -installsuffix shared -buildid na4Tf0GJPxyklA4lp94j/na4Tf0GJPxyklA4lp94j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/chunk.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/chunk_queue.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/conn.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/conn_map.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/delay_filter.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/errors.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/loss_filter.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/nat.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/net.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/resolver.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/router.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/tbf.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/udpproxy.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/udpproxy_direct.go /root/go/pkg/mod/github.com/pion/transport/v2@v2.2.5/vnet/vnet.go
2025-08-20T18:59:01.2854713Z [00:02:38.033]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T18:59:01.2880265Z [00:02:38.035]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T18:59:01.2934382Z [00:02:38.041]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/23/237d3686fffdad1d0bdb01261d083b6ca447c087eee61b37f23f1259ded2711b-d # internal
2025-08-20T18:59:01.2951247Z [00:02:38.041]➜  github.com/pion/dtls/v2/pkg/protocol/recordlayer
2025-08-20T18:59:01.2951602Z [00:02:38.041]➜  mkdir -p $WORK/b960/
2025-08-20T18:59:01.2951966Z [00:02:38.041]➜  cat >/tmp/go-build693841089/b960/importcfg << 'EOF' # internal
2025-08-20T18:59:01.2952305Z [00:02:38.041]➜  # import config
2025-08-20T18:59:01.2952675Z [00:02:38.041]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.2953116Z [00:02:38.041]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.2953674Z [00:02:38.041]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build693841089/b955/_pkg_.a
2025-08-20T18:59:01.2954295Z [00:02:38.041]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:01.2955090Z [00:02:38.041]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build693841089/b961/_pkg_.a
2025-08-20T18:59:01.2955778Z [00:02:38.041]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build693841089/b962/_pkg_.a
2025-08-20T18:59:01.2956227Z [00:02:38.041]➜  EOF
2025-08-20T18:59:01.2959284Z [00:02:38.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b960/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/recordlayer=>github.com/pion/dtls/v2@v2.2.11/pkg/protocol/recordlayer;$WORK/b960=>" -p github.com/pion/dtls/v2/pkg/protocol/recordlayer -lang=go1.13 -complete -installsuffix shared -buildid wvlDeqqptkTtY20PkdYk/wvlDeqqptkTtY20PkdYk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/recordlayer/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/recordlayer/header.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/protocol/recordlayer/recordlayer.go
2025-08-20T18:59:01.2964972Z [00:02:38.044]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T18:59:01.2965632Z [00:02:38.044]➜  github.com/pion/turn/v2/internal/ipnet
2025-08-20T18:59:01.2965929Z [00:02:38.044]➜  mkdir -p $WORK/b991/
2025-08-20T18:59:01.2966288Z [00:02:38.044]➜  cat >/tmp/go-build693841089/b991/importcfg << 'EOF' # internal
2025-08-20T18:59:01.2966625Z [00:02:38.044]➜  # import config
2025-08-20T18:59:01.2966951Z [00:02:38.044]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.2967351Z [00:02:38.044]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.2967860Z [00:02:38.044]➜  EOF
2025-08-20T18:59:01.2969946Z [00:02:38.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/ipnet=>github.com/pion/turn/v2@v2.1.6/internal/ipnet;$WORK/b991=>" -p github.com/pion/turn/v2/internal/ipnet -lang=go1.13 -complete -installsuffix shared -buildid CglWlLTvI0OUzljM7m51/CglWlLTvI0OUzljM7m51 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/ipnet/util.go
2025-08-20T18:59:01.3132080Z [00:02:38.061]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T18:59:01.3134257Z [00:02:38.061]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/2a/2a6919f80f0a0d13e6b2c52f48d4b54dbb091b68d10209b43a3d7b178d84257f-d # internal
2025-08-20T18:59:01.3178802Z [00:02:38.065]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T18:59:01.3185157Z [00:02:38.066]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/09/09afb9b020894128e3b31723a99ab6472b4ab3ac95d744c04e4033465034e51a-d # internal
2025-08-20T18:59:01.3186146Z [00:02:38.066]➜  github.com/pion/dtls/v2/pkg/crypto/ciphersuite
2025-08-20T18:59:01.3186862Z [00:02:38.066]➜  mkdir -p $WORK/b954/
2025-08-20T18:59:01.3193154Z [00:02:38.067]➜  cat >/tmp/go-build693841089/b954/importcfg << 'EOF' # internal
2025-08-20T18:59:01.3210328Z [00:02:38.067]➜  # import config
2025-08-20T18:59:01.3210743Z [00:02:38.067]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:01.3211578Z [00:02:38.067]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:01.3212039Z [00:02:38.067]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:01.3212486Z [00:02:38.067]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:01.3212946Z [00:02:38.067]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.3213396Z [00:02:38.067]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.3213815Z [00:02:38.067]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.3214338Z [00:02:38.067]➜  packagefile github.com/pion/dtls/v2/internal/util=/tmp/go-build693841089/b955/_pkg_.a
2025-08-20T18:59:01.3215201Z [00:02:38.067]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ccm=/tmp/go-build693841089/b956/_pkg_.a
2025-08-20T18:59:01.3215837Z [00:02:38.067]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build693841089/b957/_pkg_.a
2025-08-20T18:59:01.3216475Z [00:02:38.067]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:01.3217150Z [00:02:38.067]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build693841089/b960/_pkg_.a
2025-08-20T18:59:01.3217698Z [00:02:38.067]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:01.3217998Z [00:02:38.067]➜  EOF
2025-08-20T18:59:01.3221188Z [00:02:38.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b954/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ciphersuite=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ciphersuite;$WORK/b954=>" -p github.com/pion/dtls/v2/pkg/crypto/ciphersuite -lang=go1.13 -complete -installsuffix shared -buildid HbFBrM8jX8Yn5dVmL1uu/HbFBrM8jX8Yn5dVmL1uu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ciphersuite/cbc.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ciphersuite/ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/ciphersuite/gcm.go
2025-08-20T18:59:01.3225905Z [00:02:38.070]➜  golang.org/x/net/internal/socks
2025-08-20T18:59:01.3226753Z [00:02:38.070]➜  mkdir -p $WORK/b996/
2025-08-20T18:59:01.3227580Z [00:02:38.070]➜  cat >/tmp/go-build693841089/b996/importcfg << 'EOF' # internal
2025-08-20T18:59:01.3227985Z [00:02:38.070]➜  # import config
2025-08-20T18:59:01.3228581Z [00:02:38.070]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.3229194Z [00:02:38.070]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.3229607Z [00:02:38.070]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.3229999Z [00:02:38.070]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.3230402Z [00:02:38.070]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:01.3231032Z [00:02:38.070]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.3231334Z [00:02:38.070]➜  EOF
2025-08-20T18:59:01.3233398Z [00:02:38.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b996/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socks=>golang.org/x/net@v0.33.0/internal/socks;$WORK/b996=>" -p golang.org/x/net/internal/socks -lang=go1.18 -complete -installsuffix shared -buildid u5DeVl4yYxRPmF6_c9_P/u5DeVl4yYxRPmF6_c9_P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/internal/socks/socks.go
2025-08-20T18:59:01.3914047Z [00:02:38.137]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T18:59:01.3916432Z [00:02:38.139]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/97/97ab329f28b192b1903ddabe81fbe8010c1d3d03341906dd18e4c8a1a68e0724-d # internal
2025-08-20T18:59:01.3966528Z [00:02:38.144]➜  golang.org/x/net/proxy
2025-08-20T18:59:01.3972055Z [00:02:38.145]➜  mkdir -p $WORK/b995/
2025-08-20T18:59:01.3973791Z [00:02:38.145]➜  cat >/tmp/go-build693841089/b995/importcfg << 'EOF' # internal
2025-08-20T18:59:01.3974153Z [00:02:38.145]➜  # import config
2025-08-20T18:59:01.3974492Z [00:02:38.145]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.3980611Z [00:02:38.145]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.3981179Z [00:02:38.145]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build693841089/b996/_pkg_.a
2025-08-20T18:59:01.3981668Z [00:02:38.145]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.3982083Z [00:02:38.145]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:01.3982483Z [00:02:38.145]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:01.3982888Z [00:02:38.145]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.3983299Z [00:02:38.145]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.3983601Z [00:02:38.145]➜  EOF
2025-08-20T18:59:01.3986450Z [00:02:38.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b995/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/proxy=>golang.org/x/net@v0.33.0/proxy;$WORK/b995=>" -p golang.org/x/net/proxy -lang=go1.18 -complete -installsuffix shared -buildid VOACeZf6mbAc2gq5jYGF/VOACeZf6mbAc2gq5jYGF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/proxy/socks5.go
2025-08-20T18:59:01.4001389Z [00:02:38.147]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T18:59:01.4008172Z [00:02:38.148]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/54/549c2a352799f30f601c8aa3849f812e5d227e814572c21e60f07018a80f9da8-d # internal
2025-08-20T18:59:01.4012100Z [00:02:38.149]➜  github.com/pion/dtls/v2/internal/ciphersuite
2025-08-20T18:59:01.4012448Z [00:02:38.149]➜  mkdir -p $WORK/b952/
2025-08-20T18:59:01.4019505Z [00:02:38.149]➜  cat >/tmp/go-build693841089/b952/importcfg << 'EOF' # internal
2025-08-20T18:59:01.4020477Z [00:02:38.149]➜  # import config
2025-08-20T18:59:01.4023696Z [00:02:38.149]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:01.4024365Z [00:02:38.149]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:01.4025036Z [00:02:38.149]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:01.4025486Z [00:02:38.149]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.4025891Z [00:02:38.149]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.4026670Z [00:02:38.149]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build693841089/b953/_pkg_.a
2025-08-20T18:59:01.4027400Z [00:02:38.150]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/ciphersuite=/tmp/go-build693841089/b954/_pkg_.a
2025-08-20T18:59:01.4028133Z [00:02:38.150]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build693841089/b963/_pkg_.a
2025-08-20T18:59:01.4028828Z [00:02:38.150]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build693841089/b957/_pkg_.a
2025-08-20T18:59:01.4029463Z [00:02:38.150]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:01.4030760Z [00:02:38.150]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build693841089/b960/_pkg_.a
2025-08-20T18:59:01.4031943Z [00:02:38.150]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:01.4032841Z [00:02:38.150]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.4033226Z [00:02:38.150]➜  EOF
2025-08-20T18:59:01.4041850Z [00:02:38.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b952/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite=>github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite;$WORK/b952=>" -p github.com/pion/dtls/v2/internal/ciphersuite -lang=go1.13 -complete -installsuffix shared -buildid GyiADNdfLbirY2d0fK4B/GyiADNdfLbirY2d0fK4B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/aes_256_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/aes_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/ciphersuite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_ecdsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_rsa_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_cbc_sha.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_ecdhe_rsa_with_aes_256_gcm_sha384.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_psk_with_aes_128_cbc_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_psk_with_aes_128_ccm.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_psk_with_aes_128_ccm8.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_psk_with_aes_128_gcm_sha256.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/internal/ciphersuite/tls_psk_with_aes_256_ccm8.go
2025-08-20T18:59:01.4175620Z [00:02:38.165]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T18:59:01.4224579Z [00:02:38.170]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/12/128ab41007f1ebeb5df0cdcfc2492fe774d0a015d3bd1e6d7c8531141d49185e-d # internal
2025-08-20T18:59:01.4225317Z [00:02:38.170]➜  github.com/pion/mdns
2025-08-20T18:59:01.4225939Z [00:02:38.170]➜  mkdir -p $WORK/b985/
2025-08-20T18:59:01.4226376Z [00:02:38.170]➜  cat >/tmp/go-build693841089/b985/importcfg << 'EOF' # internal
2025-08-20T18:59:01.4226727Z [00:02:38.170]➜  # import config
2025-08-20T18:59:01.4227060Z [00:02:38.170]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.4227479Z [00:02:38.170]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.4228066Z [00:02:38.170]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.4228537Z [00:02:38.170]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.4229098Z [00:02:38.170]➜  packagefile golang.org/x/net/dns/dnsmessage=/tmp/go-build693841089/b986/_pkg_.a
2025-08-20T18:59:01.4229643Z [00:02:38.170]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:59:01.4230096Z [00:02:38.170]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.4230498Z [00:02:38.170]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.4230900Z [00:02:38.170]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.4231360Z [00:02:38.170]➜  EOF
2025-08-20T18:59:01.4233588Z [00:02:38.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b985/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/mdns@v0.0.12=>github.com/pion/mdns@v0.0.12;$WORK/b985=>" -p github.com/pion/mdns -lang=go1.19 -complete -installsuffix shared -buildid le5zaUcixtO1JjVRXk2l/le5zaUcixtO1JjVRXk2l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/config.go /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/conn.go /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/errors.go /root/go/pkg/mod/github.com/pion/mdns@v0.0.12/mdns.go
2025-08-20T18:59:01.4621457Z [00:02:38.209]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T18:59:01.4631757Z [00:02:38.210]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/b2/b2b225f4b6d0f4d5020bcccd71f5936abb9078f6a9a3322d535a8af818549da6-d # internal
2025-08-20T18:59:01.4641662Z [00:02:38.212]➜  github.com/pion/sctp
2025-08-20T18:59:01.4644449Z [00:02:38.212]➜  mkdir -p $WORK/b998/
2025-08-20T18:59:01.4647294Z [00:02:38.212]➜  cat >/tmp/go-build693841089/b998/importcfg << 'EOF' # internal
2025-08-20T18:59:01.4647653Z [00:02:38.212]➜  # import config
2025-08-20T18:59:01.4648009Z [00:02:38.212]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:01.4648423Z [00:02:38.212]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.4648855Z [00:02:38.212]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:01.4649315Z [00:02:38.212]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.4649778Z [00:02:38.212]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:01.4650495Z [00:02:38.212]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.4650972Z [00:02:38.212]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.4651447Z [00:02:38.212]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.4651979Z [00:02:38.212]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:01.4652456Z [00:02:38.212]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:01.4652876Z [00:02:38.212]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.4653265Z [00:02:38.212]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:01.4653660Z [00:02:38.212]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.4654044Z [00:02:38.212]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:01.4654434Z [00:02:38.212]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:01.4654990Z [00:02:38.212]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.4655561Z [00:02:38.212]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.4656048Z [00:02:38.212]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.4656353Z [00:02:38.212]➜  EOF
2025-08-20T18:59:01.4693051Z [00:02:38.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/sctp@v1.8.16=>github.com/pion/sctp@v1.8.16;$WORK/b998=>" -p github.com/pion/sctp -lang=go1.19 -complete -installsuffix shared -buildid BJK1uM3MJfsGemDa2v7H/BJK1uM3MJfsGemDa2v7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/ack_timer.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/association.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/association_stats.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_abort.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_cookie_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_cookie_echo.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_error.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_forward_tsn.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_heartbeat.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_heartbeat_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_init.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_init_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_init_common.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_payload_data.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_reconfig.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_selective_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_shutdown.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_shutdown_ack.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunk_shutdown_complete.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunkheader.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/chunktype.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/control_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/error_cause.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/error_cause_header.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/error_cause_invalid_mandatory_parameter.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/error_cause_protocol_violation.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/error_cause_unrecognized_chunk_type.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/error_cause_user_initiated_abort.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/packet.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_chunk_list.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_ecn_capable.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_forward_tsn_supported.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_heartbeat_info.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_outgoing_reset_request.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_random.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_reconfig_response.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_requested_hmac_algorithm.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_state_cookie.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_supported_extensions.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/param_zero_checksum.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/paramheader.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/paramtype.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/payload_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/pending_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/reassembly_queue.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/rtx_timer.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/sctp.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/stream.go /root/go/pkg/mod/github.com/pion/sctp@v1.8.16/util.go
2025-08-20T18:59:01.4789826Z [00:02:38.226]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T18:59:01.4793684Z [00:02:38.227]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/20/2007b812f830256014a89fac94630fb426e3a71b4e336d30bacd93ad723df954-d # internal
2025-08-20T18:59:01.4799827Z [00:02:38.227]➜  github.com/pion/dtls/v2/pkg/crypto/fingerprint
2025-08-20T18:59:01.4813336Z [00:02:38.227]➜  mkdir -p $WORK/b1000/
2025-08-20T18:59:01.4814115Z [00:02:38.227]➜  cat >/tmp/go-build693841089/b1000/importcfg << 'EOF' # internal
2025-08-20T18:59:01.4814466Z [00:02:38.227]➜  # import config
2025-08-20T18:59:01.4814928Z [00:02:38.227]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:01.4815401Z [00:02:38.227]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:01.4815832Z [00:02:38.227]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.4816243Z [00:02:38.227]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.4816654Z [00:02:38.227]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.4816961Z [00:02:38.227]➜  EOF
2025-08-20T18:59:01.4819590Z [00:02:38.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/fingerprint=>github.com/pion/dtls/v2@v2.2.11/pkg/crypto/fingerprint;$WORK/b1000=>" -p github.com/pion/dtls/v2/pkg/crypto/fingerprint -lang=go1.13 -complete -installsuffix shared -buildid fxi3QPEN5pxewdodYhPY/fxi3QPEN5pxewdodYhPY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/fingerprint/fingerprint.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/pkg/crypto/fingerprint/hash.go
2025-08-20T18:59:01.4821771Z [00:02:38.227]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T18:59:01.4823238Z [00:02:38.229]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/52/520f891dc3e6b1b5b3126100cb77b390e57c03bbfe5537cf9131fe020ad2619d-d # internal
2025-08-20T18:59:01.4848740Z [00:02:38.232]➜  github.com/pion/dtls/v2
2025-08-20T18:59:01.4858618Z [00:02:38.232]➜  mkdir -p $WORK/b950/
2025-08-20T18:59:01.4859025Z [00:02:38.232]➜  cat >/tmp/go-build693841089/b950/importcfg << 'EOF' # internal
2025-08-20T18:59:01.4859366Z [00:02:38.232]➜  # import config
2025-08-20T18:59:01.4859702Z [00:02:38.232]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:01.4860128Z [00:02:38.232]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:01.4860540Z [00:02:38.232]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:01.4860972Z [00:02:38.232]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:01.4861433Z [00:02:38.232]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:01.4861885Z [00:02:38.232]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:01.4862597Z [00:02:38.232]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:01.4863118Z [00:02:38.232]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:01.4863573Z [00:02:38.232]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:01.4864013Z [00:02:38.232]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:01.4864461Z [00:02:38.232]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:59:01.4865085Z [00:02:38.232]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.4865547Z [00:02:38.232]➜  packagefile encoding/gob=/tmp/go-build693841089/b951/_pkg_.a
2025-08-20T18:59:01.4865975Z [00:02:38.232]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.4866380Z [00:02:38.232]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.4866939Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite=/tmp/go-build693841089/b952/_pkg_.a
2025-08-20T18:59:01.4867793Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/internal/ciphersuite/types=/tmp/go-build693841089/b953/_pkg_.a
2025-08-20T18:59:01.4868543Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/internal/closer=/tmp/go-build693841089/b970/_pkg_.a
2025-08-20T18:59:01.4869245Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/clientcertificate=/tmp/go-build693841089/b963/_pkg_.a
2025-08-20T18:59:01.4870112Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build693841089/b958/_pkg_.a
2025-08-20T18:59:01.4870766Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/hash=/tmp/go-build693841089/b964/_pkg_.a
2025-08-20T18:59:01.4871394Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/prf=/tmp/go-build693841089/b957/_pkg_.a
2025-08-20T18:59:01.4872072Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/signaturehash=/tmp/go-build693841089/b966/_pkg_.a
2025-08-20T18:59:01.4872737Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/protocol=/tmp/go-build693841089/b959/_pkg_.a
2025-08-20T18:59:01.4873376Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/alert=/tmp/go-build693841089/b961/_pkg_.a
2025-08-20T18:59:01.4874220Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/extension=/tmp/go-build693841089/b967/_pkg_.a
2025-08-20T18:59:01.4893281Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/handshake=/tmp/go-build693841089/b962/_pkg_.a
2025-08-20T18:59:01.4894046Z [00:02:38.232]➜  packagefile github.com/pion/dtls/v2/pkg/protocol/recordlayer=/tmp/go-build693841089/b960/_pkg_.a
2025-08-20T18:59:01.4894860Z [00:02:38.232]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.4895503Z [00:02:38.232]➜  packagefile github.com/pion/transport/v2/connctx=/tmp/go-build693841089/b972/_pkg_.a
2025-08-20T18:59:01.4896140Z [00:02:38.232]➜  packagefile github.com/pion/transport/v2/deadline=/tmp/go-build693841089/b973/_pkg_.a
2025-08-20T18:59:01.4896800Z [00:02:38.232]➜  packagefile github.com/pion/transport/v2/replaydetector=/tmp/go-build693841089/b974/_pkg_.a
2025-08-20T18:59:01.4897433Z [00:02:38.232]➜  packagefile github.com/pion/transport/v2/udp=/tmp/go-build693841089/b975/_pkg_.a
2025-08-20T18:59:01.4897921Z [00:02:38.232]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:01.4898316Z [00:02:38.232]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.4898725Z [00:02:38.232]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:01.4899129Z [00:02:38.232]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.4899522Z [00:02:38.232]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:01.4899920Z [00:02:38.232]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.4900333Z [00:02:38.232]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.4901039Z [00:02:38.232]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.4901544Z [00:02:38.232]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:01.4901966Z [00:02:38.232]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.4902270Z [00:02:38.232]➜  EOF
2025-08-20T18:59:01.4911116Z [00:02:38.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11=>github.com/pion/dtls/v2@v2.2.11;$WORK/b950=>" -p github.com/pion/dtls/v2 -lang=go1.13 -complete -installsuffix shared -buildid UymZe5tejLyCmcrCbH_F/UymZe5tejLyCmcrCbH_F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/certificate.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/cipher_suite.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/cipher_suite_go114.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/compression_method.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/config.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/conn.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/crypto.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/dtls.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/errors.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/errors_errno.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight0handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight1handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight2handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight3handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight4bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight4handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight5bhandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight5handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flight6handler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/flighthandler.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/fragment_buffer.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/handshake_cache.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/handshaker.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/listener.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/packet.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/resume.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/session.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/srtp_protection_profile.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/state.go /root/go/pkg/mod/github.com/pion/dtls/v2@v2.2.11/util.go
2025-08-20T18:59:01.5091872Z [00:02:38.256]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T18:59:01.5096650Z [00:02:38.257]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/e9/e94b465af5759bee821b73048e47d7904133fd84f2da5beba491c61eff6feede-d # internal
2025-08-20T18:59:01.5153887Z [00:02:38.258]➜  github.com/pion/rtcp
2025-08-20T18:59:01.5154231Z [00:02:38.258]➜  mkdir -p $WORK/b1002/
2025-08-20T18:59:01.5154722Z [00:02:38.258]➜  cat >/tmp/go-build693841089/b1002/importcfg << 'EOF' # internal
2025-08-20T18:59:01.5155135Z [00:02:38.258]➜  # import config
2025-08-20T18:59:01.5155474Z [00:02:38.258]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:01.5155962Z [00:02:38.258]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.5156423Z [00:02:38.258]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.5156828Z [00:02:38.258]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.5157227Z [00:02:38.258]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:01.5157639Z [00:02:38.258]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:01.5158059Z [00:02:38.258]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.5158369Z [00:02:38.258]➜  EOF
2025-08-20T18:59:01.5165673Z [00:02:38.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtcp@v1.2.14=>github.com/pion/rtcp@v1.2.14;$WORK/b1002=>" -p github.com/pion/rtcp -lang=go1.13 -complete -installsuffix shared -buildid igw3j23sd_VbiuRWXQ_o/igw3j23sd_VbiuRWXQ_o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/importcfg -pack /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/compound_packet.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/doc.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/errors.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/extended_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/full_intra_request.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/goodbye.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/header.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/packet.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/packet_buffer.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/packet_stringifier.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/picture_loss_indication.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/rapid_resynchronization_request.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/raw_packet.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/receiver_estimated_maximum_bitrate.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/receiver_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/reception_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/rfc8888.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/sender_report.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/slice_loss_indication.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/source_description.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/transport_layer_cc.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/transport_layer_nack.go /root/go/pkg/mod/github.com/pion/rtcp@v1.2.14/util.go
2025-08-20T18:59:01.5542201Z [00:02:38.301]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T18:59:01.5606446Z [00:02:38.307]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/b3/b3c6cddbea44aa7aa560b538459e9bfb2fdb2eee3f645ffd81624136b05302ef-d # internal
2025-08-20T18:59:01.5607189Z [00:02:38.307]➜  github.com/pion/rtp/codecs/av1/obu
2025-08-20T18:59:01.5607990Z [00:02:38.307]➜  mkdir -p $WORK/b1004/
2025-08-20T18:59:01.5608379Z [00:02:38.307]➜  cat >/tmp/go-build693841089/b1004/importcfg << 'EOF' # internal
2025-08-20T18:59:01.5608725Z [00:02:38.307]➜  # import config
2025-08-20T18:59:01.5609072Z [00:02:38.307]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.5609382Z [00:02:38.307]➜  EOF
2025-08-20T18:59:01.5611242Z [00:02:38.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/av1/obu=>github.com/pion/rtp@v1.8.6/codecs/av1/obu;$WORK/b1004=>" -p github.com/pion/rtp/codecs/av1/obu -lang=go1.19 -complete -installsuffix shared -buildid -ky8yI9U9yi-j2UBV74N/-ky8yI9U9yi-j2UBV74N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/av1/obu/leb128.go
2025-08-20T18:59:01.5710209Z [00:02:38.318]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T18:59:01.5719553Z [00:02:38.318]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/08/085cdd44aacfd78ffd1b792cec3a54e38870d6ec3a29a8d42a8e69af1cc450bd-d # internal
2025-08-20T18:59:01.5720296Z [00:02:38.319]➜  github.com/pion/rtp
2025-08-20T18:59:01.5720595Z [00:02:38.319]➜  mkdir -p $WORK/b1003/
2025-08-20T18:59:01.5721015Z [00:02:38.319]➜  cat >/tmp/go-build693841089/b1003/importcfg << 'EOF' # internal
2025-08-20T18:59:01.5721362Z [00:02:38.319]➜  # import config
2025-08-20T18:59:01.5721725Z [00:02:38.319]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.5722168Z [00:02:38.319]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.5722579Z [00:02:38.319]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.5723323Z [00:02:38.319]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:01.5724022Z [00:02:38.319]➜  packagefile github.com/pion/rtp/codecs/av1/obu=/tmp/go-build693841089/b1004/_pkg_.a
2025-08-20T18:59:01.5724525Z [00:02:38.319]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.5725194Z [00:02:38.319]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:01.5725609Z [00:02:38.319]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.5726025Z [00:02:38.319]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.5726422Z [00:02:38.319]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.5726725Z [00:02:38.319]➜  EOF
2025-08-20T18:59:01.5732810Z [00:02:38.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtp@v1.8.6=>github.com/pion/rtp@v1.8.6;$WORK/b1003=>" -p github.com/pion/rtp -lang=go1.19 -complete -installsuffix shared -buildid ZjcNsPHiirc8GIUHKXxU/ZjcNsPHiirc8GIUHKXxU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/abscapturetimeextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/abssendtimeextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/audiolevelextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/depacketizer.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/error.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/header_extension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/packetizer.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/partitionheadchecker.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/payload_types.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/playoutdelayextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/rand.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/rtp.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/sequencer.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/transportccextension.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/vlaextension.go
2025-08-20T18:59:01.7190636Z [00:02:38.466]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T18:59:01.7208936Z [00:02:38.468]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/c9/c9c73004ca2262d1456a0d889477e5b0662ff16df7085bbd3cad44c4375e23ce-d # internal
2025-08-20T18:59:01.7247743Z [00:02:38.472]➜  github.com/pion/interceptor/internal/ntp
2025-08-20T18:59:01.7248643Z [00:02:38.472]➜  mkdir -p $WORK/b1007/
2025-08-20T18:59:01.7251120Z [00:02:38.472]➜  cat >/tmp/go-build693841089/b1007/importcfg << 'EOF' # internal
2025-08-20T18:59:01.7252015Z [00:02:38.472]➜  # import config
2025-08-20T18:59:01.7252352Z [00:02:38.472]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.7252658Z [00:02:38.472]➜  EOF
2025-08-20T18:59:01.7254791Z [00:02:38.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/internal/ntp=>github.com/pion/interceptor@v0.1.29/internal/ntp;$WORK/b1007=>" -p github.com/pion/interceptor/internal/ntp -lang=go1.19 -complete -installsuffix shared -buildid oUlin399SSedbl4zDkMj/oUlin399SSedbl4zDkMj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/internal/ntp/ntp.go
2025-08-20T18:59:01.7738959Z [00:02:38.521]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T18:59:01.7742905Z [00:02:38.522]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/e7/e76c4e033330a31dc856f38d4ad314b66e06773200cb620e371a17085a6e8fa5-d # internal
2025-08-20T18:59:01.7748287Z [00:02:38.522]➜  github.com/pion/rtp/codecs
2025-08-20T18:59:01.7749568Z [00:02:38.522]➜  mkdir -p $WORK/b1010/
2025-08-20T18:59:01.7750767Z [00:02:38.523]➜  cat >/tmp/go-build693841089/b1010/importcfg << 'EOF' # internal
2025-08-20T18:59:01.7755689Z [00:02:38.523]➜  # import config
2025-08-20T18:59:01.7758252Z [00:02:38.523]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:01.7759775Z [00:02:38.523]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.7760642Z [00:02:38.523]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.7761246Z [00:02:38.523]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.7761879Z [00:02:38.523]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:01.7762625Z [00:02:38.523]➜  packagefile github.com/pion/rtp/codecs/av1/obu=/tmp/go-build693841089/b1004/_pkg_.a
2025-08-20T18:59:01.7763230Z [00:02:38.523]➜  EOF
2025-08-20T18:59:01.7778388Z [00:02:38.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs=>github.com/pion/rtp@v1.8.6/codecs;$WORK/b1010=>" -p github.com/pion/rtp/codecs -lang=go1.19 -complete -installsuffix shared -buildid Wn71CrOKUxWeT-uAVX7x/Wn71CrOKUxWeT-uAVX7x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/av1_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/codecs.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/common.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/error.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/g711_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/g722_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/h264_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/h265_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/opus_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/vp8_packet.go /root/go/pkg/mod/github.com/pion/rtp@v1.8.6/codecs/vp9_packet.go
2025-08-20T18:59:01.8543937Z [00:02:38.602]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T18:59:01.8613290Z [00:02:38.609]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T18:59:01.8625486Z [00:02:38.610]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/7f/7f84f6cb23dee2b783be571a5c3cc1b3664e7936ee2009d1fba2ee21bf77ef57-d # internal
2025-08-20T18:59:01.8647269Z [00:02:38.612]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T18:59:01.8648469Z [00:02:38.612]➜  github.com/pion/interceptor
2025-08-20T18:59:01.8649085Z [00:02:38.612]➜  mkdir -p $WORK/b1001/
2025-08-20T18:59:01.8649774Z [00:02:38.612]➜  cat >/tmp/go-build693841089/b1001/importcfg << 'EOF' # internal
2025-08-20T18:59:01.8650623Z [00:02:38.612]➜  # import config
2025-08-20T18:59:01.8651028Z [00:02:38.612]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.8651512Z [00:02:38.612]➜  packagefile github.com/pion/rtcp=/tmp/go-build693841089/b1002/_pkg_.a
2025-08-20T18:59:01.8652030Z [00:02:38.612]➜  packagefile github.com/pion/rtp=/tmp/go-build693841089/b1003/_pkg_.a
2025-08-20T18:59:01.8652478Z [00:02:38.612]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.8652899Z [00:02:38.612]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.8653217Z [00:02:38.612]➜  EOF
2025-08-20T18:59:01.8656610Z [00:02:38.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.29=>github.com/pion/interceptor@v0.1.29;$WORK/b1001=>" -p github.com/pion/interceptor -lang=go1.19 -complete -installsuffix shared -buildid -c4B4dmSDwhzS6G4biJe/-c4B4dmSDwhzS6G4biJe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/attributes.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/chain.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/errors.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/noop.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/registry.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/streaminfo.go
2025-08-20T18:59:01.8660099Z [00:02:38.612]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/26/2641bd7eae9ce1e262532dd4263ae2e6b04adff617aac43ee5148547c15dff49-d # internal
2025-08-20T18:59:01.8660727Z [00:02:38.612]➜  github.com/pion/sdp/v3
2025-08-20T18:59:01.8661004Z [00:02:38.612]➜  mkdir -p $WORK/b1011/
2025-08-20T18:59:01.8661373Z [00:02:38.612]➜  cat >/tmp/go-build693841089/b1011/importcfg << 'EOF' # internal
2025-08-20T18:59:01.8661715Z [00:02:38.612]➜  # import config
2025-08-20T18:59:01.8662040Z [00:02:38.612]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.8662450Z [00:02:38.612]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.8662915Z [00:02:38.612]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:01.8663377Z [00:02:38.612]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.8663775Z [00:02:38.612]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:01.8664179Z [00:02:38.612]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:01.8665387Z [00:02:38.612]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:01.8666038Z [00:02:38.612]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.8666517Z [00:02:38.612]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.8666914Z [00:02:38.612]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.8667213Z [00:02:38.612]➜  EOF
2025-08-20T18:59:01.8671676Z [00:02:38.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9=>github.com/pion/sdp/v3@v3.0.9;$WORK/b1011=>" -p github.com/pion/sdp/v3 -lang=go1.13 -complete -installsuffix shared -buildid 5QnkI5IVpXikuF7TZc0J/5QnkI5IVpXikuF7TZc0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/base_lexer.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/common_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/direction.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/extmap.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/jsep.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/marshal.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/media_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/sdp.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/session_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/time_description.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/unmarshal.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/unmarshal_cache.go /root/go/pkg/mod/github.com/pion/sdp/v3@v3.0.9/util.go
2025-08-20T18:59:01.8676748Z [00:02:38.614]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/9b/9b586f696ce679315ba22f4f00be7d7efc43dbcb1a4f86e4307e21a36a31dc7c-d # internal
2025-08-20T18:59:01.8677395Z [00:02:38.615]➜  github.com/pion/stun
2025-08-20T18:59:01.8677660Z [00:02:38.615]➜  mkdir -p $WORK/b980/
2025-08-20T18:59:01.8678033Z [00:02:38.615]➜  cat >/tmp/go-build693841089/b980/importcfg << 'EOF' # internal
2025-08-20T18:59:01.8678370Z [00:02:38.615]➜  # import config
2025-08-20T18:59:01.8678716Z [00:02:38.615]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:59:01.8679164Z [00:02:38.615]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:01.8679606Z [00:02:38.615]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:01.8680057Z [00:02:38.615]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:01.8680516Z [00:02:38.615]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:01.8680987Z [00:02:38.615]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.8681422Z [00:02:38.615]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.8681825Z [00:02:38.615]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.8682509Z [00:02:38.615]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build693841089/b950/_pkg_.a
2025-08-20T18:59:01.8683191Z [00:02:38.615]➜  packagefile github.com/pion/stun/internal/hmac=/tmp/go-build693841089/b981/_pkg_.a
2025-08-20T18:59:01.8683777Z [00:02:38.615]➜  packagefile github.com/pion/transport/v2=/tmp/go-build693841089/b982/_pkg_.a
2025-08-20T18:59:01.8684362Z [00:02:38.615]➜  packagefile github.com/pion/transport/v2/stdnet=/tmp/go-build693841089/b983/_pkg_.a
2025-08-20T18:59:01.8685289Z [00:02:38.615]➜  packagefile github.com/pion/transport/v2/utils/xor=/tmp/go-build693841089/b984/_pkg_.a
2025-08-20T18:59:01.8685836Z [00:02:38.615]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:01.8686246Z [00:02:38.615]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.8686635Z [00:02:38.615]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:01.8687024Z [00:02:38.615]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:01.8687430Z [00:02:38.615]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:01.8688004Z [00:02:38.615]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:01.8688476Z [00:02:38.615]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:01.8688892Z [00:02:38.615]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:01.8689291Z [00:02:38.615]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.8689710Z [00:02:38.615]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.8690278Z [00:02:38.615]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.8690575Z [00:02:38.615]➜  EOF
2025-08-20T18:59:01.8695328Z [00:02:38.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/stun@v0.6.1=>github.com/pion/stun@v0.6.1;$WORK/b980=>" -p github.com/pion/stun -lang=go1.12 -complete -installsuffix shared -buildid 1FLLAYOjwNJLGvw86N8M/1FLLAYOjwNJLGvw86N8M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/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-20T18:59:01.8891194Z [00:02:38.637]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T18:59:01.8910779Z [00:02:38.639]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T18:59:01.8939697Z [00:02:38.641]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/bf/bf6f7a41f367b812dffd6f7f32b83c8c4d49f7f40d086e3421d5461f3ab8040f-d # internal
2025-08-20T18:59:01.8940722Z [00:02:38.641]➜  github.com/pion/interceptor/pkg/nack
2025-08-20T18:59:01.8941521Z [00:02:38.641]➜  mkdir -p $WORK/b1005/
2025-08-20T18:59:01.8941967Z [00:02:38.641]➜  cat >/tmp/go-build693841089/b1005/importcfg << 'EOF' # internal
2025-08-20T18:59:01.8942328Z [00:02:38.641]➜  # import config
2025-08-20T18:59:01.8942664Z [00:02:38.641]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.8943070Z [00:02:38.641]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.8943560Z [00:02:38.641]➜  packagefile github.com/pion/interceptor=/tmp/go-build693841089/b1001/_pkg_.a
2025-08-20T18:59:01.8944424Z [00:02:38.641]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.8945170Z [00:02:38.641]➜  packagefile github.com/pion/rtcp=/tmp/go-build693841089/b1002/_pkg_.a
2025-08-20T18:59:01.8945688Z [00:02:38.641]➜  packagefile github.com/pion/rtp=/tmp/go-build693841089/b1003/_pkg_.a
2025-08-20T18:59:01.8946143Z [00:02:38.641]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.8946554Z [00:02:38.641]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:01.8946980Z [00:02:38.641]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.8947380Z [00:02:38.641]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.8947681Z [00:02:38.641]➜  EOF
2025-08-20T18:59:01.8952195Z [00:02:38.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack=>github.com/pion/interceptor@v0.1.29/pkg/nack;$WORK/b1005=>" -p github.com/pion/interceptor/pkg/nack -lang=go1.19 -complete -installsuffix shared -buildid lVXN0S5MmYwPAqwQUNsb/lVXN0S5MmYwPAqwQUNsb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/errors.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/generator_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/generator_option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/nack.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/receive_log.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/responder_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/responder_option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/retainable_packet.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/nack/send_buffer.go
2025-08-20T18:59:01.8969823Z [00:02:38.644]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/58/584081777e735973b730936e48993a1ef6f1a9e0495c5dd436c00b0512848e0f-d # internal
2025-08-20T18:59:01.8973519Z [00:02:38.645]➜  github.com/pion/datachannel
2025-08-20T18:59:01.8974215Z [00:02:38.645]➜  mkdir -p $WORK/b997/
2025-08-20T18:59:01.8983438Z [00:02:38.646]➜  cat >/tmp/go-build693841089/b997/importcfg << 'EOF' # internal
2025-08-20T18:59:01.8983825Z [00:02:38.646]➜  # import config
2025-08-20T18:59:01.8984194Z [00:02:38.646]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:01.8984770Z [00:02:38.646]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.8985506Z [00:02:38.646]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:01.8985992Z [00:02:38.646]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.8986509Z [00:02:38.646]➜  packagefile github.com/pion/sctp=/tmp/go-build693841089/b998/_pkg_.a
2025-08-20T18:59:01.8986951Z [00:02:38.646]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:01.8987353Z [00:02:38.646]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.8987785Z [00:02:38.646]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.8988211Z [00:02:38.646]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.8988509Z [00:02:38.646]➜  EOF
2025-08-20T18:59:01.8993326Z [00:02:38.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/datachannel@v1.5.6=>github.com/pion/datachannel@v1.5.6;$WORK/b997=>" -p github.com/pion/datachannel -lang=go1.13 -complete -installsuffix shared -buildid 16rSIkNeEZUFAX3XYILc/16rSIkNeEZUFAX3XYILc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/importcfg -pack /root/go/pkg/mod/github.com/pion/datachannel@v1.5.6/datachannel.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.6/errors.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.6/message.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.6/message_channel_ack.go /root/go/pkg/mod/github.com/pion/datachannel@v1.5.6/message_channel_open.go
2025-08-20T18:59:01.9651741Z [00:02:38.712]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T18:59:01.9677709Z [00:02:38.715]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/4e/4e59185744d36994c45c7f4cab9f662675aab229e29c28d8b444bf0abe9a1e10-d # internal
2025-08-20T18:59:01.9678849Z [00:02:38.715]➜  github.com/pion/interceptor/pkg/report
2025-08-20T18:59:01.9679508Z [00:02:38.715]➜  mkdir -p $WORK/b1006/
2025-08-20T18:59:01.9680136Z [00:02:38.715]➜  cat >/tmp/go-build693841089/b1006/importcfg << 'EOF' # internal
2025-08-20T18:59:01.9680705Z [00:02:38.715]➜  # import config
2025-08-20T18:59:01.9681778Z [00:02:38.715]➜  packagefile github.com/pion/interceptor=/tmp/go-build693841089/b1001/_pkg_.a
2025-08-20T18:59:01.9682448Z [00:02:38.715]➜  packagefile github.com/pion/interceptor/internal/ntp=/tmp/go-build693841089/b1007/_pkg_.a
2025-08-20T18:59:01.9683064Z [00:02:38.715]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.9683857Z [00:02:38.715]➜  packagefile github.com/pion/rtcp=/tmp/go-build693841089/b1002/_pkg_.a
2025-08-20T18:59:01.9684475Z [00:02:38.715]➜  packagefile github.com/pion/rtp=/tmp/go-build693841089/b1003/_pkg_.a
2025-08-20T18:59:01.9685130Z [00:02:38.715]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:01.9685554Z [00:02:38.715]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.9686193Z [00:02:38.715]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.9686497Z [00:02:38.715]➜  EOF
2025-08-20T18:59:01.9690622Z [00:02:38.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report=>github.com/pion/interceptor@v0.1.29/pkg/report;$WORK/b1006=>" -p github.com/pion/interceptor/pkg/report -lang=go1.19 -complete -installsuffix shared -buildid MZhzX47VXKFVha4UtGyP/MZhzX47VXKFVha4UtGyP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/receiver_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/receiver_option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/receiver_stream.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/report.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/sender_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/sender_option.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/sender_stream.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/report/ticker.go
2025-08-20T18:59:01.9694583Z [00:02:38.716]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T18:59:01.9706780Z [00:02:38.718]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/78/78d2c7319a02a5ccd579170c07dab3cf788715b11226eaa9aaccdabc1d7e69ff-d # internal
2025-08-20T18:59:01.9707508Z [00:02:38.718]➜  github.com/pion/interceptor/pkg/twcc
2025-08-20T18:59:01.9717888Z [00:02:38.719]➜  mkdir -p $WORK/b1008/
2025-08-20T18:59:01.9720696Z [00:02:38.720]➜  cat >/tmp/go-build693841089/b1008/importcfg << 'EOF' # internal
2025-08-20T18:59:01.9721430Z [00:02:38.720]➜  # import config
2025-08-20T18:59:01.9721782Z [00:02:38.720]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:01.9722292Z [00:02:38.720]➜  packagefile github.com/pion/interceptor=/tmp/go-build693841089/b1001/_pkg_.a
2025-08-20T18:59:01.9722979Z [00:02:38.720]➜  packagefile github.com/pion/interceptor/internal/sequencenumber=/tmp/go-build693841089/b1009/_pkg_.a
2025-08-20T18:59:01.9723615Z [00:02:38.720]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:01.9724131Z [00:02:38.720]➜  packagefile github.com/pion/rtcp=/tmp/go-build693841089/b1002/_pkg_.a
2025-08-20T18:59:01.9724734Z [00:02:38.720]➜  packagefile github.com/pion/rtp=/tmp/go-build693841089/b1003/_pkg_.a
2025-08-20T18:59:01.9725548Z [00:02:38.720]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:01.9726049Z [00:02:38.720]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:01.9726466Z [00:02:38.720]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:01.9726894Z [00:02:38.720]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:01.9727312Z [00:02:38.720]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:01.9727623Z [00:02:38.720]➜  EOF
2025-08-20T18:59:01.9730614Z [00:02:38.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/twcc=>github.com/pion/interceptor@v0.1.29/pkg/twcc;$WORK/b1008=>" -p github.com/pion/interceptor/pkg/twcc -lang=go1.19 -complete -installsuffix shared -buildid mS1zQNf4-96YXoo4aSEp/mS1zQNf4-96YXoo4aSEp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/twcc/arrival_time_map.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/twcc/header_extension_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/twcc/sender_interceptor.go /root/go/pkg/mod/github.com/pion/interceptor@v0.1.29/pkg/twcc/twcc.go
2025-08-20T18:59:02.0717969Z [00:02:38.819]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T18:59:02.0729420Z [00:02:38.820]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/2b/2b1f4ece852e5baa78aa45ee42e4590fc1561c325c132fcf256c77646f6c66c0-d # internal
2025-08-20T18:59:02.0732463Z [00:02:38.821]➜  github.com/pion/srtp/v2
2025-08-20T18:59:02.0732758Z [00:02:38.821]➜  mkdir -p $WORK/b1012/
2025-08-20T18:59:02.0743806Z [00:02:38.822]➜  cat >/tmp/go-build693841089/b1012/importcfg << 'EOF' # internal
2025-08-20T18:59:02.0744383Z [00:02:38.822]➜  # import config
2025-08-20T18:59:02.0744973Z [00:02:38.822]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:02.0745599Z [00:02:38.822]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:02.0746222Z [00:02:38.822]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:02.0746804Z [00:02:38.822]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:02.0747792Z [00:02:38.822]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:02.0748360Z [00:02:38.822]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:02.0748967Z [00:02:38.822]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.0749516Z [00:02:38.822]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.0750014Z [00:02:38.822]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.0750631Z [00:02:38.822]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:02.0751276Z [00:02:38.822]➜  packagefile github.com/pion/rtcp=/tmp/go-build693841089/b1002/_pkg_.a
2025-08-20T18:59:02.0751928Z [00:02:38.822]➜  packagefile github.com/pion/rtp=/tmp/go-build693841089/b1003/_pkg_.a
2025-08-20T18:59:02.0752636Z [00:02:38.822]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build693841089/b976/_pkg_.a
2025-08-20T18:59:02.0753432Z [00:02:38.822]➜  packagefile github.com/pion/transport/v2/replaydetector=/tmp/go-build693841089/b974/_pkg_.a
2025-08-20T18:59:02.0754199Z [00:02:38.822]➜  packagefile github.com/pion/transport/v2/utils/xor=/tmp/go-build693841089/b984/_pkg_.a
2025-08-20T18:59:02.0754976Z [00:02:38.822]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:02.0755493Z [00:02:38.822]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.0756006Z [00:02:38.822]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.0756491Z [00:02:38.822]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.0756981Z [00:02:38.822]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.0757614Z [00:02:38.822]➜  EOF
2025-08-20T18:59:02.0763601Z [00:02:38.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18=>github.com/pion/srtp/v2@v2.0.18;$WORK/b1012=>" -p github.com/pion/srtp/v2 -lang=go1.14 -complete -installsuffix shared -buildid AHObjabpewNBx8XpI68L/AHObjabpewNBx8XpI68L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/context.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/crypto.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/errors.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/key_derivation.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/keying.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/option.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/protection_profile.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/session.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/session_srtcp.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/session_srtp.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/srtcp.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/srtp.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/srtp_cipher.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/srtp_cipher_aead_aes_gcm.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/srtp_cipher_aes_cm_hmac_sha1.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/stream.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/stream_srtcp.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/stream_srtp.go /root/go/pkg/mod/github.com/pion/srtp/v2@v2.0.18/util.go
2025-08-20T18:59:02.0848996Z [00:02:38.832]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T18:59:02.0899886Z [00:02:38.837]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T18:59:02.0917554Z [00:02:38.839]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/37/3735258312f4ee08da1a584a578524b2d5b353a39aa41ad0bbbedb694e503c94-d # internal
2025-08-20T18:59:02.0918281Z [00:02:38.839]➜  github.com/pion/ice/v2/internal/stun
2025-08-20T18:59:02.0918603Z [00:02:38.839]➜  mkdir -p $WORK/b979/
2025-08-20T18:59:02.0927698Z [00:02:38.839]➜  cat >/tmp/go-build693841089/b979/importcfg << 'EOF' # internal
2025-08-20T18:59:02.0928458Z [00:02:38.839]➜  # import config
2025-08-20T18:59:02.0928799Z [00:02:38.840]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.0929204Z [00:02:38.840]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.0929672Z [00:02:38.840]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:02.0930118Z [00:02:38.840]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.0930514Z [00:02:38.840]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.0930815Z [00:02:38.840]➜  EOF
2025-08-20T18:59:02.0932693Z [00:02:38.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/internal/stun=>github.com/pion/ice/v2@v2.3.24/internal/stun;$WORK/b979=>" -p github.com/pion/ice/v2/internal/stun -lang=go1.13 -complete -installsuffix shared -buildid iNgJdNeyu-siNfxseIuG/iNgJdNeyu-siNfxseIuG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/internal/stun/stun.go
2025-08-20T18:59:02.0971411Z [00:02:38.844]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/a0/a03c16d3602333976f7f954116ede0a689aa85af806e0587075e3d18da1598e2-d # internal
2025-08-20T18:59:02.1007098Z [00:02:38.844]➜  github.com/pion/turn/v2/internal/proto
2025-08-20T18:59:02.1007466Z [00:02:38.844]➜  mkdir -p $WORK/b992/
2025-08-20T18:59:02.1007847Z [00:02:38.844]➜  cat >/tmp/go-build693841089/b992/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1008196Z [00:02:38.844]➜  # import config
2025-08-20T18:59:02.1008525Z [00:02:38.844]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:02.1009302Z [00:02:38.844]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.1009907Z [00:02:38.844]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.1010347Z [00:02:38.844]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.1010814Z [00:02:38.844]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:02.1011256Z [00:02:38.844]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.1011660Z [00:02:38.844]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.1012060Z [00:02:38.844]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:02.1012465Z [00:02:38.844]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.1012768Z [00:02:38.844]➜  EOF
2025-08-20T18:59:02.1018610Z [00:02:38.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto=>github.com/pion/turn/v2@v2.1.6/internal/proto;$WORK/b992=>" -p github.com/pion/turn/v2/internal/proto -lang=go1.13 -complete -installsuffix shared -buildid OfCknF31o5TfYCwQF-z8/OfCknF31o5TfYCwQF-z8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/addr.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/chandata.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/chann.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/connection_id.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/data.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/dontfrag.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/evenport.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/lifetime.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/peeraddr.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/proto.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/relayedaddr.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/reqfamily.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/reqtrans.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/proto/rsrvtoken.go
2025-08-20T18:59:02.1232810Z [00:02:38.870]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T18:59:02.1240016Z [00:02:38.871]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/42/42b9a0493ce7b3919dbf916e376f19fc2759e7d575699aee12522dcb0f5618f4-d # internal
2025-08-20T18:59:02.1240681Z [00:02:38.871]➜  github.com/pion/webrtc/v3/internal/fmtp
2025-08-20T18:59:02.1240993Z [00:02:38.871]➜  mkdir -p $WORK/b1013/
2025-08-20T18:59:02.1241368Z [00:02:38.871]➜  cat >/tmp/go-build693841089/b1013/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1241713Z [00:02:38.871]➜  # import config
2025-08-20T18:59:02.1242070Z [00:02:38.871]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:02.1242522Z [00:02:38.871]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:02.1242837Z [00:02:38.871]➜  EOF
2025-08-20T18:59:02.1245203Z [00:02:38.871]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/fmtp=>github.com/pion/webrtc/v3@v3.2.40/internal/fmtp;$WORK/b1013=>" -p github.com/pion/webrtc/v3/internal/fmtp -lang=go1.17 -complete -installsuffix shared -buildid oXj83cT6pIIdYV9x5Uaa/oXj83cT6pIIdYV9x5Uaa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/fmtp/fmtp.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/fmtp/h264.go
2025-08-20T18:59:02.1274296Z [00:02:38.875]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T18:59:02.1363492Z [00:02:38.884]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/44/4471351eef4daa800acb07b053e60b6f3bc4b9711325182ba6af99e9ecb73857-d # internal
2025-08-20T18:59:02.1370038Z [00:02:38.884]➜  github.com/pion/webrtc/v3/internal/util
2025-08-20T18:59:02.1370548Z [00:02:38.884]➜  mkdir -p $WORK/b1015/
2025-08-20T18:59:02.1380066Z [00:02:38.885]➜  cat >/tmp/go-build693841089/b1015/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1380964Z [00:02:38.886]➜  # import config
2025-08-20T18:59:02.1382143Z [00:02:38.886]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.1382636Z [00:02:38.886]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:02.1383129Z [00:02:38.886]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:02.1383443Z [00:02:38.886]➜  EOF
2025-08-20T18:59:02.1396743Z [00:02:38.887]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T18:59:02.1400284Z [00:02:38.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/util=>github.com/pion/webrtc/v3@v3.2.40/internal/util;$WORK/b1015=>" -p github.com/pion/webrtc/v3/internal/util -lang=go1.17 -complete -installsuffix shared -buildid WYyvjUFUHV_QO-md6nl_/WYyvjUFUHV_QO-md6nl_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/util/util.go
2025-08-20T18:59:02.1414767Z [00:02:38.889]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/07/079eeaf47b15ed0c60d810eddb510c43b229bfeaf1992fc274978df347a7dd1c-d # internal
2025-08-20T18:59:02.1416295Z [00:02:38.889]➜  github.com/pion/webrtc/v3/pkg/media
2025-08-20T18:59:02.1416946Z [00:02:38.889]➜  mkdir -p $WORK/b1016/
2025-08-20T18:59:02.1443159Z [00:02:38.892]➜  cat >/tmp/go-build693841089/b1016/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1443863Z [00:02:38.892]➜  # import config
2025-08-20T18:59:02.1444696Z [00:02:38.892]➜  packagefile github.com/pion/rtp=/tmp/go-build693841089/b1003/_pkg_.a
2025-08-20T18:59:02.1445709Z [00:02:38.892]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.1446069Z [00:02:38.892]➜  EOF
2025-08-20T18:59:02.1447981Z [00:02:38.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/pkg/media=>github.com/pion/webrtc/v3@v3.2.40/pkg/media;$WORK/b1016=>" -p github.com/pion/webrtc/v3/pkg/media -lang=go1.17 -complete -installsuffix shared -buildid 9F0pPbHNbpkdGcQvu8Mh/9F0pPbHNbpkdGcQvu8Mh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/pkg/media/media.go
2025-08-20T18:59:02.1619617Z [00:02:38.909]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T18:59:02.1643200Z [00:02:38.912]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/3c/3c8284745f105fd43b3de86f9f790c6ad9363ceb345e1f57f4156bd3bb9501eb-d # internal
2025-08-20T18:59:02.1643884Z [00:02:38.912]➜  github.com/pion/webrtc/v3/pkg/rtcerr
2025-08-20T18:59:02.1644210Z [00:02:38.912]➜  mkdir -p $WORK/b1017/
2025-08-20T18:59:02.1644699Z [00:02:38.912]➜  cat >/tmp/go-build693841089/b1017/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1645103Z [00:02:38.912]➜  # import config
2025-08-20T18:59:02.1645432Z [00:02:38.912]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.1645742Z [00:02:38.912]➜  EOF
2025-08-20T18:59:02.1648204Z [00:02:38.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/pkg/rtcerr=>github.com/pion/webrtc/v3@v3.2.40/pkg/rtcerr;$WORK/b1017=>" -p github.com/pion/webrtc/v3/pkg/rtcerr -lang=go1.17 -complete -installsuffix shared -buildid 04E7sQvCGYS7YzG1jKf1/04E7sQvCGYS7YzG1jKf1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/pkg/rtcerr/errors.go
2025-08-20T18:59:02.1673844Z [00:02:38.915]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T18:59:02.1682738Z [00:02:38.916]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/f8/f84080305e44e876b30eecf0489da2c5d03737c4af7bd04588f2c2e9f5b50f5e-d # internal
2025-08-20T18:59:02.1688393Z [00:02:38.916]➜  golang.org/x/exp/rand
2025-08-20T18:59:02.1689202Z [00:02:38.916]➜  mkdir -p $WORK/b1018/
2025-08-20T18:59:02.1698043Z [00:02:38.917]➜  cat >/tmp/go-build693841089/b1018/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1698823Z [00:02:38.917]➜  # import config
2025-08-20T18:59:02.1699625Z [00:02:38.917]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.1700165Z [00:02:38.917]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.1700567Z [00:02:38.917]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.1700990Z [00:02:38.917]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:02.1701407Z [00:02:38.917]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.1701710Z [00:02:38.917]➜  EOF
2025-08-20T18:59:02.1705053Z [00:02:38.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1018/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/rand=>golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/rand;$WORK/b1018=>" -p golang.org/x/exp/rand -lang=go1.20 -complete -installsuffix shared -buildid WusZsccrz8dpZtenRS1R/WusZsccrz8dpZtenRS1R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/rand/exp.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/rand/normal.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/rand/rand.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/rand/rng.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20240823005443-9b4947da3948/rand/zipf.go
2025-08-20T18:59:02.1799454Z [00:02:38.927]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T18:59:02.1803977Z [00:02:38.928]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/62/62dcbc75c0813c72b2e04a8e3ab7e448417ecc4e2f410084e6a5dd72e1a83605-d # internal
2025-08-20T18:59:02.1804842Z [00:02:38.928]➜  github.com/klauspost/compress/fse
2025-08-20T18:59:02.1805225Z [00:02:38.928]➜  mkdir -p $WORK/b1024/
2025-08-20T18:59:02.1808610Z [00:02:38.928]➜  cat >/tmp/go-build693841089/b1024/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1809004Z [00:02:38.928]➜  # import config
2025-08-20T18:59:02.1809379Z [00:02:38.928]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.1809851Z [00:02:38.928]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.1810260Z [00:02:38.928]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.1810654Z [00:02:38.928]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.1811066Z [00:02:38.928]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:02.1811382Z [00:02:38.928]➜  EOF
2025-08-20T18:59:02.1845262Z [00:02:38.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/fse=>github.com/klauspost/compress@v1.17.9/fse;$WORK/b1024=>" -p github.com/klauspost/compress/fse -lang=go1.20 -complete -installsuffix shared -buildid d4zdeSCBXR_9UJmxe8NE/d4zdeSCBXR_9UJmxe8NE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/fse/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/fse/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/fse/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/fse/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/fse/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/fse/fse.go
2025-08-20T18:59:02.1848443Z [00:02:38.930]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T18:59:02.1859450Z [00:02:38.933]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/b8/b884d7c84db869e32f7e0b4cd83cdb5d25c352305c197637fbab521e9503941f-d # internal
2025-08-20T18:59:02.1860810Z [00:02:38.933]➜  github.com/pion/turn/v2/internal/allocation
2025-08-20T18:59:02.1861533Z [00:02:38.934]➜  mkdir -p $WORK/b990/
2025-08-20T18:59:02.1862237Z [00:02:38.934]➜  cat >/tmp/go-build693841089/b990/importcfg << 'EOF' # internal
2025-08-20T18:59:02.1863251Z [00:02:38.934]➜  # import config
2025-08-20T18:59:02.1863604Z [00:02:38.934]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.1864014Z [00:02:38.934]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.1864492Z [00:02:38.934]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:02.1865181Z [00:02:38.934]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:02.1865758Z [00:02:38.934]➜  packagefile github.com/pion/turn/v2/internal/ipnet=/tmp/go-build693841089/b991/_pkg_.a
2025-08-20T18:59:02.1866392Z [00:02:38.934]➜  packagefile github.com/pion/turn/v2/internal/proto=/tmp/go-build693841089/b992/_pkg_.a
2025-08-20T18:59:02.1866900Z [00:02:38.934]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.1867305Z [00:02:38.934]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.1868053Z [00:02:38.934]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:02.1868478Z [00:02:38.934]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.1868782Z [00:02:38.934]➜  EOF
2025-08-20T18:59:02.1872599Z [00:02:38.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/allocation=>github.com/pion/turn/v2@v2.1.6/internal/allocation;$WORK/b990=>" -p github.com/pion/turn/v2/internal/allocation -lang=go1.13 -complete -installsuffix shared -buildid eRJ8yyoHkgx0eE5lcvAX/eRJ8yyoHkgx0eE5lcvAX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/allocation/allocation.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/allocation/allocation_manager.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/allocation/channel_bind.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/allocation/errors.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/allocation/five_tuple.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/allocation/permission.go
2025-08-20T18:59:02.2212484Z [00:02:38.968]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T18:59:02.2238447Z [00:02:38.970]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/e1/e1bd8bb49dcccceb5b6d5171564efb2057933e268b53fe515ed172963932a166-d # internal
2025-08-20T18:59:02.2239122Z [00:02:38.970]➜  github.com/pion/turn/v2/internal/client
2025-08-20T18:59:02.2239439Z [00:02:38.970]➜  mkdir -p $WORK/b993/
2025-08-20T18:59:02.2239809Z [00:02:38.970]➜  cat >/tmp/go-build693841089/b993/importcfg << 'EOF' # internal
2025-08-20T18:59:02.2240149Z [00:02:38.970]➜  # import config
2025-08-20T18:59:02.2240854Z [00:02:38.970]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.2241374Z [00:02:38.970]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.2241791Z [00:02:38.970]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.2242256Z [00:02:38.970]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:02.2242774Z [00:02:38.970]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:02.2243325Z [00:02:38.970]➜  packagefile github.com/pion/transport/v2=/tmp/go-build693841089/b982/_pkg_.a
2025-08-20T18:59:02.2243927Z [00:02:38.970]➜  packagefile github.com/pion/turn/v2/internal/ipnet=/tmp/go-build693841089/b991/_pkg_.a
2025-08-20T18:59:02.2244558Z [00:02:38.970]➜  packagefile github.com/pion/turn/v2/internal/proto=/tmp/go-build693841089/b992/_pkg_.a
2025-08-20T18:59:02.2245305Z [00:02:38.970]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.2245714Z [00:02:38.970]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.2246290Z [00:02:38.970]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.2246745Z [00:02:38.970]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.2247170Z [00:02:38.970]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:02.2247590Z [00:02:38.970]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.2248067Z [00:02:38.970]➜  EOF
2025-08-20T18:59:02.2252864Z [00:02:38.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client=>github.com/pion/turn/v2@v2.1.6/internal/client;$WORK/b993=>" -p github.com/pion/turn/v2/internal/client -lang=go1.13 -complete -installsuffix shared -buildid huAP9J3gBpvWt2t9SNDN/huAP9J3gBpvWt2t9SNDN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/allocation.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/binding.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/client.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/errors.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/periodic_timer.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/permission.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/tcp_alloc.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/tcp_conn.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/transaction.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/trylock.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/client/udp_conn.go
2025-08-20T18:59:02.2406992Z [00:02:38.988]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T18:59:02.2442494Z [00:02:38.991]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/1a/1a585baa458e0fe1041560a4d40349986fb009ff1814319083275fe66997ee57-d # internal
2025-08-20T18:59:02.2443190Z [00:02:38.991]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T18:59:02.2443534Z [00:02:38.991]➜  mkdir -p $WORK/b1025/
2025-08-20T18:59:02.2454049Z [00:02:38.993]➜  cat >/tmp/go-build693841089/b1025/importcfg << 'EOF' # internal
2025-08-20T18:59:02.2454739Z [00:02:38.993]➜  # import config
2025-08-20T18:59:02.2455291Z [00:02:38.993]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.2455894Z [00:02:38.993]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.2456427Z [00:02:38.993]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:02.2456921Z [00:02:38.993]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.2457316Z [00:02:38.993]➜  EOF
2025-08-20T18:59:02.2463474Z [00:02:38.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/internal/snapref=>github.com/klauspost/compress@v1.17.9/internal/snapref;$WORK/b1025=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.20 -complete -installsuffix shared -buildid Ql8gT38SlA-XF2ko1GlP/Ql8gT38SlA-XF2ko1GlP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/internal/snapref/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/internal/snapref/decode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/internal/snapref/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/internal/snapref/encode_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/internal/snapref/snappy.go
2025-08-20T18:59:02.2712400Z [00:02:39.018]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T18:59:02.2741534Z [00:02:39.021]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/11/11a5998de8869e25d8535a141417b3037d3baa2fe9b10040fa6508ce69c73b69-d # internal
2025-08-20T18:59:02.2742229Z [00:02:39.022]➜  github.com/pion/turn/v2/internal/server
2025-08-20T18:59:02.2744549Z [00:02:39.022]➜  mkdir -p $WORK/b994/
2025-08-20T18:59:02.2753669Z [00:02:39.023]➜  cat >/tmp/go-build693841089/b994/importcfg << 'EOF' # internal
2025-08-20T18:59:02.2754556Z [00:02:39.023]➜  # import config
2025-08-20T18:59:02.2755102Z [00:02:39.023]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:02.2755567Z [00:02:39.023]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:02.2756393Z [00:02:39.023]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:02.2756898Z [00:02:39.023]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.2757361Z [00:02:39.023]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:02.2757794Z [00:02:39.023]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.2758211Z [00:02:39.023]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.2758689Z [00:02:39.023]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:02.2759205Z [00:02:39.023]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:02.2760007Z [00:02:39.023]➜  packagefile github.com/pion/turn/v2/internal/allocation=/tmp/go-build693841089/b990/_pkg_.a
2025-08-20T18:59:02.2760663Z [00:02:39.023]➜  packagefile github.com/pion/turn/v2/internal/ipnet=/tmp/go-build693841089/b991/_pkg_.a
2025-08-20T18:59:02.2761300Z [00:02:39.023]➜  packagefile github.com/pion/turn/v2/internal/proto=/tmp/go-build693841089/b992/_pkg_.a
2025-08-20T18:59:02.2761820Z [00:02:39.023]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:02.2762230Z [00:02:39.023]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.2762625Z [00:02:39.023]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.2762926Z [00:02:39.023]➜  EOF
2025-08-20T18:59:02.2771715Z [00:02:39.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/server=>github.com/pion/turn/v2@v2.1.6/internal/server;$WORK/b994=>" -p github.com/pion/turn/v2/internal/server -lang=go1.13 -complete -installsuffix shared -buildid OuaGMo5GmLNbiBihKEFf/OuaGMo5GmLNbiBihKEFf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/server/errors.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/server/nonce.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/server/server.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/server/stun.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/server/turn.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/internal/server/util.go
2025-08-20T18:59:02.2800706Z [00:02:39.027]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T18:59:02.2812499Z [00:02:39.029]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/98/98d1475ba14f74971b23455dee117985e20fddbca3583d668a36253d7c8bd609-d # internal
2025-08-20T18:59:02.2825633Z [00:02:39.030]➜  github.com/klauspost/compress/huff0
2025-08-20T18:59:02.2826172Z [00:02:39.030]➜  mkdir -p $WORK/b1023/
2025-08-20T18:59:02.2829030Z [00:02:39.030]➜  cat >/tmp/go-build693841089/b1023/importcfg << 'EOF' # internal
2025-08-20T18:59:02.2829449Z [00:02:39.030]➜  # import config
2025-08-20T18:59:02.2829849Z [00:02:39.030]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.2830295Z [00:02:39.030]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.2830705Z [00:02:39.030]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.2831213Z [00:02:39.030]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build693841089/b1024/_pkg_.a
2025-08-20T18:59:02.2831706Z [00:02:39.030]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.2832106Z [00:02:39.030]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.2832780Z [00:02:39.030]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:02.2833303Z [00:02:39.030]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:02.2833713Z [00:02:39.030]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.2834014Z [00:02:39.030]➜  EOF
2025-08-20T18:59:02.2837797Z [00:02:39.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/huff0=>github.com/klauspost/compress@v1.17.9/huff0;$WORK/b1023=>" -p github.com/klauspost/compress/huff0 -lang=go1.20 -complete -installsuffix shared -buildid 3QQ1a83OLVCu6ZzY4gik/3QQ1a83OLVCu6ZzY4gik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/huff0/decompress_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/huff0/huff0.go
2025-08-20T18:59:02.2962815Z [00:02:39.043]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T18:59:02.3004467Z [00:02:39.047]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/ce/ced14e5357c6ce8f6f11c2db34f6c5c343c1c9399657cdd7678170a76784e1a6-d # internal
2025-08-20T18:59:02.3005549Z [00:02:39.047]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T18:59:02.3035436Z [00:02:39.047]➜  mkdir -p $WORK/b1026/
2025-08-20T18:59:02.3035838Z [00:02:39.047]➜  echo -n > $WORK/b1026/go_asm.h # internal
2025-08-20T18:59:02.3036327Z [00:02:39.047]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash
2025-08-20T18:59:02.3038077Z [00:02:39.047]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash=>github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash;$WORK/b1026=>" -I $WORK/b1026/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1026/symabis ./xxhash_arm64.s
2025-08-20T18:59:02.3077905Z [00:02:39.055]➜  cat >/tmp/go-build693841089/b1026/importcfg << 'EOF' # internal
2025-08-20T18:59:02.3079002Z [00:02:39.055]➜  # import config
2025-08-20T18:59:02.3079454Z [00:02:39.055]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.3079914Z [00:02:39.055]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.3080337Z [00:02:39.055]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:02.3080656Z [00:02:39.055]➜  EOF
2025-08-20T18:59:02.3080927Z [00:02:39.055]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:02.3084373Z [00:02:39.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash=>github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash;$WORK/b1026=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.20 -installsuffix shared -buildid oKYc3qC1MSEuIDvkTxVb/oKYc3qC1MSEuIDvkTxVb -goversion go1.25.0 -symabis $WORK/b1026/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack -asmhdr $WORK/b1026/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash/xxhash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash/xxhash_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash/xxhash_safe.go
2025-08-20T18:59:02.3482430Z [00:02:39.095]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash
2025-08-20T18:59:02.3484472Z [00:02:39.095]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash=>github.com/klauspost/compress@v1.17.9/zstd/internal/xxhash;$WORK/b1026=>" -I $WORK/b1026/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1026/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T18:59:02.3590232Z [00:02:39.104]➜  go tool pack r $WORK/b1026/_pkg_.a $WORK/b1026/xxhash_arm64.o # internal
2025-08-20T18:59:02.3593436Z [00:02:39.106]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T18:59:02.3594139Z [00:02:39.106]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/8b/8b329cf43b8caeed779078eb0369fc6d1cf5146661f34df3632f5baa1a00669c-d # internal
2025-08-20T18:59:02.3601405Z [00:02:39.108]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T18:59:02.3631858Z [00:02:39.111]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/95/958f94ac7c9907d875a37b2e648eebe8e7ef7a8970c4efd213aff2412258d66b-d # internal
2025-08-20T18:59:02.3642655Z [00:02:39.112]➜  github.com/quic-go/quic-go/quicvarint
2025-08-20T18:59:02.3643347Z [00:02:39.112]➜  mkdir -p $WORK/b1035/
2025-08-20T18:59:02.3654077Z [00:02:39.113]➜  cat >/tmp/go-build693841089/b1035/importcfg << 'EOF' # internal
2025-08-20T18:59:02.3655385Z [00:02:39.113]➜  # import config
2025-08-20T18:59:02.3656277Z [00:02:39.113]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:02.3656732Z [00:02:39.113]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.3657150Z [00:02:39.113]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.3657447Z [00:02:39.113]➜  EOF
2025-08-20T18:59:02.3657721Z [00:02:39.113]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:02.3659983Z [00:02:39.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/quicvarint=>github.com/quic-go/quic-go@v0.46.0/quicvarint;$WORK/b1035=>" -p github.com/quic-go/quic-go/quicvarint -lang=go1.21 -complete -installsuffix shared -buildid p5NrGd9IizQsZPGwYBMr/p5NrGd9IizQsZPGwYBMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/quicvarint/io.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/quicvarint/varint.go
2025-08-20T18:59:02.3671307Z [00:02:39.114]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T18:59:02.3672170Z [00:02:39.114]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/34/342683adb2d97066a69de3cb5f31057be97c711bb36b30576feebaaccbf50c0f-d # internal
2025-08-20T18:59:02.3672771Z [00:02:39.114]➜  github.com/pion/turn/v2
2025-08-20T18:59:02.3673045Z [00:02:39.114]➜  mkdir -p $WORK/b989/
2025-08-20T18:59:02.3673369Z [00:02:39.115]➜  github.com/quic-go/quic-go/internal/protocol
2025-08-20T18:59:02.3673679Z [00:02:39.115]➜  mkdir -p $WORK/b1030/
2025-08-20T18:59:02.3674051Z [00:02:39.115]➜  cat >/tmp/go-build693841089/b989/importcfg << 'EOF' # internal
2025-08-20T18:59:02.3674765Z [00:02:39.115]➜  # import config
2025-08-20T18:59:02.3675179Z [00:02:39.115]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:02.3675625Z [00:02:39.115]➜  packagefile crypto/md5=/tmp/go-build693841089/b227/_pkg_.a
2025-08-20T18:59:02.3676074Z [00:02:39.115]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:02.3676530Z [00:02:39.115]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:02.3677006Z [00:02:39.115]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.3677441Z [00:02:39.115]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.3677842Z [00:02:39.115]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.3678308Z [00:02:39.115]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:02.3678839Z [00:02:39.115]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:02.3679367Z [00:02:39.115]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:02.3680136Z [00:02:39.115]➜  packagefile github.com/pion/transport/v2=/tmp/go-build693841089/b982/_pkg_.a
2025-08-20T18:59:02.3680800Z [00:02:39.115]➜  packagefile github.com/pion/transport/v2/stdnet=/tmp/go-build693841089/b983/_pkg_.a
2025-08-20T18:59:02.3681455Z [00:02:39.115]➜  packagefile github.com/pion/turn/v2/internal/allocation=/tmp/go-build693841089/b990/_pkg_.a
2025-08-20T18:59:02.3682280Z [00:02:39.115]➜  packagefile github.com/pion/turn/v2/internal/client=/tmp/go-build693841089/b993/_pkg_.a
2025-08-20T18:59:02.3682917Z [00:02:39.115]➜  packagefile github.com/pion/turn/v2/internal/proto=/tmp/go-build693841089/b992/_pkg_.a
2025-08-20T18:59:02.3683553Z [00:02:39.115]➜  packagefile github.com/pion/turn/v2/internal/server=/tmp/go-build693841089/b994/_pkg_.a
2025-08-20T18:59:02.3684059Z [00:02:39.115]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.3684458Z [00:02:39.115]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.3685047Z [00:02:39.115]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:02.3685465Z [00:02:39.115]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:02.3686040Z [00:02:39.115]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.3686437Z [00:02:39.115]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.3686746Z [00:02:39.115]➜  EOF
2025-08-20T18:59:02.3690311Z [00:02:39.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6=>github.com/pion/turn/v2@v2.1.6;$WORK/b989=>" -p github.com/pion/turn/v2 -lang=go1.13 -complete -installsuffix shared -buildid hD-_ACAlWN9xHYyHoHr9/hD-_ACAlWN9xHYyHoHr9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/client.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/errors.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/lt_cred.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/relay_address_generator_none.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/relay_address_generator_range.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/relay_address_generator_static.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/server.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/server_config.go /root/go/pkg/mod/github.com/pion/turn/v2@v2.1.6/stun_conn.go
2025-08-20T18:59:02.3697299Z [00:02:39.117]➜  cat >/tmp/go-build693841089/b1030/importcfg << 'EOF' # internal
2025-08-20T18:59:02.3697676Z [00:02:39.117]➜  # import config
2025-08-20T18:59:02.3698027Z [00:02:39.117]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:02.3698487Z [00:02:39.117]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.3698925Z [00:02:39.117]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.3699526Z [00:02:39.117]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.3700052Z [00:02:39.117]➜  packagefile golang.org/x/exp/rand=/tmp/go-build693841089/b1018/_pkg_.a
2025-08-20T18:59:02.3700509Z [00:02:39.117]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.3700901Z [00:02:39.117]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.3701295Z [00:02:39.117]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.3701706Z [00:02:39.117]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.3702003Z [00:02:39.117]➜  EOF
2025-08-20T18:59:02.3707053Z [00:02:39.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol=>github.com/quic-go/quic-go@v0.46.0/internal/protocol;$WORK/b1030=>" -p github.com/quic-go/quic-go/internal/protocol -lang=go1.21 -complete -installsuffix shared -buildid lS4eDZR313h8oV-ui6cj/lS4eDZR313h8oV-ui6cj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/connection_id.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/encryption_level.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/key_phase.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/packet_number.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/params.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/perspective.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/protocol.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/protocol/version.go
2025-08-20T18:59:02.3992263Z [00:02:39.146]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T18:59:02.3997771Z [00:02:39.147]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/79/79cb28fc7860f3e5e446629ca0f51048974082ceef270c4b5fefbceaf57d88a2-d # internal
2025-08-20T18:59:02.4009127Z [00:02:39.148]➜  github.com/quic-go/quic-go/internal/utils/linkedlist
2025-08-20T18:59:02.4009961Z [00:02:39.148]➜  mkdir -p $WORK/b1039/
2025-08-20T18:59:02.4015121Z [00:02:39.149]➜  cat >/tmp/go-build693841089/b1039/importcfg << 'EOF' # internal
2025-08-20T18:59:02.4015497Z [00:02:39.149]➜  # import config
2025-08-20T18:59:02.4015832Z [00:02:39.149]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.4016192Z [00:02:39.149]➜  EOF
2025-08-20T18:59:02.4018461Z [00:02:39.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/linkedlist=>github.com/quic-go/quic-go@v0.46.0/internal/utils/linkedlist;$WORK/b1039=>" -p github.com/quic-go/quic-go/internal/utils/linkedlist -lang=go1.21 -complete -installsuffix shared -buildid 3njv8NVQiBWGyuDW3_2x/3njv8NVQiBWGyuDW3_2x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/linkedlist/linkedlist.go
2025-08-20T18:59:02.4127528Z [00:02:39.160]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T18:59:02.4135339Z [00:02:39.161]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/ec/ec1edc50bd188faa498b6856239d256f97f5baa34c62839a7638d9285ba12edb-d # internal
2025-08-20T18:59:02.4148486Z [00:02:39.162]➜  github.com/quic-go/quic-go/internal/utils
2025-08-20T18:59:02.4148884Z [00:02:39.162]➜  mkdir -p $WORK/b1031/
2025-08-20T18:59:02.4151105Z [00:02:39.163]➜  cat >/tmp/go-build693841089/b1031/importcfg << 'EOF' # internal
2025-08-20T18:59:02.4151486Z [00:02:39.163]➜  # import config
2025-08-20T18:59:02.4151840Z [00:02:39.163]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:02.4152276Z [00:02:39.163]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:02.4153002Z [00:02:39.163]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.4153507Z [00:02:39.163]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.4154059Z [00:02:39.163]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.4154723Z [00:02:39.163]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.4155177Z [00:02:39.163]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:02.4155595Z [00:02:39.163]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.4155987Z [00:02:39.163]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:02.4156391Z [00:02:39.163]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:02.4156798Z [00:02:39.163]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.4157100Z [00:02:39.163]➜  EOF
2025-08-20T18:59:02.4160341Z [00:02:39.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils=>github.com/quic-go/quic-go@v0.46.0/internal/utils;$WORK/b1031=>" -p github.com/quic-go/quic-go/internal/utils -lang=go1.21 -complete -installsuffix shared -buildid -QLT-SwCo1PrRvWrctun/-QLT-SwCo1PrRvWrctun -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/buffered_write_closer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/log.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/rand.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/rtt_stats.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/utils/timer.go
2025-08-20T18:59:02.4187651Z [00:02:39.166]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T18:59:02.4198492Z [00:02:39.167]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/91/91f0419ef273e9ccbe583c464401b7eede71f7222abfd4d38edd1231bc419416-d # internal
2025-08-20T18:59:02.4202180Z [00:02:39.167]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T18:59:02.4227003Z [00:02:39.169]➜  github.com/quic-go/quic-go/internal/qerr
2025-08-20T18:59:02.4230499Z [00:02:39.170]➜  mkdir -p $WORK/b1033/
2025-08-20T18:59:02.4230910Z [00:02:39.170]➜  cat >/tmp/go-build693841089/b1033/importcfg << 'EOF' # internal
2025-08-20T18:59:02.4231263Z [00:02:39.170]➜  # import config
2025-08-20T18:59:02.4231629Z [00:02:39.170]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:02.4232050Z [00:02:39.170]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.4232597Z [00:02:39.170]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.4233115Z [00:02:39.170]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.4233412Z [00:02:39.170]➜  EOF
2025-08-20T18:59:02.4235778Z [00:02:39.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qerr=>github.com/quic-go/quic-go@v0.46.0/internal/qerr;$WORK/b1033=>" -p github.com/quic-go/quic-go/internal/qerr -lang=go1.21 -complete -installsuffix shared -buildid oyCRWjkL39n0YcWbge2o/oyCRWjkL39n0YcWbge2o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qerr/error_codes.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qerr/errors.go
2025-08-20T18:59:02.4238145Z [00:02:39.170]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/8a/8a2b522a2f1ddbdc43cfc71e6559ce6580c21931883cb29019891e0cfb8d80b7-d # internal
2025-08-20T18:59:02.4238726Z [00:02:39.170]➜  github.com/klauspost/compress/zstd
2025-08-20T18:59:02.4239022Z [00:02:39.170]➜  mkdir -p $WORK/b1021/
2025-08-20T18:59:02.4239707Z [00:02:39.171]➜  cat >/tmp/go-build693841089/b1021/importcfg << 'EOF' # internal
2025-08-20T18:59:02.4240335Z [00:02:39.171]➜  # import config
2025-08-20T18:59:02.4240847Z [00:02:39.171]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:02.4241367Z [00:02:39.171]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:02.4241872Z [00:02:39.171]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:02.4244132Z [00:02:39.171]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.4244894Z [00:02:39.171]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:02.4245379Z [00:02:39.171]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.4245910Z [00:02:39.171]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.4246407Z [00:02:39.171]➜  packagefile github.com/klauspost/compress=/tmp/go-build693841089/b1022/_pkg_.a
2025-08-20T18:59:02.4247147Z [00:02:39.171]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build693841089/b1023/_pkg_.a
2025-08-20T18:59:02.4248120Z [00:02:39.171]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build693841089/b1025/_pkg_.a
2025-08-20T18:59:02.4248931Z [00:02:39.171]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build693841089/b1026/_pkg_.a
2025-08-20T18:59:02.4249638Z [00:02:39.171]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:02.4250168Z [00:02:39.171]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.4277365Z [00:02:39.171]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:02.4278974Z [00:02:39.172]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.4279636Z [00:02:39.172]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:02.4280206Z [00:02:39.172]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:02.4280709Z [00:02:39.172]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:02.4281419Z [00:02:39.172]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:02.4282049Z [00:02:39.172]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:02.4282726Z [00:02:39.172]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:02.4283664Z [00:02:39.172]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:02.4284282Z [00:02:39.172]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:02.4284967Z [00:02:39.172]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.4285347Z [00:02:39.172]➜  EOF
2025-08-20T18:59:02.4298794Z [00:02:39.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd=>github.com/klauspost/compress@v1.17.9/zstd;$WORK/b1021=>" -p github.com/klauspost/compress/zstd -lang=go1.20 -complete -installsuffix shared -buildid gaMBPUTZgR6YZ1YY8EMm/gaMBPUTZgR6YZ1YY8EMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/fse_decoder_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/seqdec_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.17.9/zstd/zstd.go
2025-08-20T18:59:02.4591119Z [00:02:39.206]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T18:59:02.4597104Z [00:02:39.207]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/3a/3a09c3b57a54f00fd2282df98dae00e4edd4cae7bbc82400eb948c49b02181a0-d # internal
2025-08-20T18:59:02.4621205Z [00:02:39.210]➜  github.com/quic-go/quic-go/internal/qtls
2025-08-20T18:59:02.4622224Z [00:02:39.210]➜  mkdir -p $WORK/b1038/
2025-08-20T18:59:02.4623868Z [00:02:39.210]➜  cat >/tmp/go-build693841089/b1038/importcfg << 'EOF' # internal
2025-08-20T18:59:02.4624555Z [00:02:39.210]➜  # import config
2025-08-20T18:59:02.4626054Z [00:02:39.210]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:02.4626510Z [00:02:39.210]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:02.4627300Z [00:02:39.210]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.4627858Z [00:02:39.210]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.4628385Z [00:02:39.210]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.4628791Z [00:02:39.210]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.4629186Z [00:02:39.210]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.4629485Z [00:02:39.210]➜  EOF
2025-08-20T18:59:02.4632305Z [00:02:39.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qtls=>github.com/quic-go/quic-go@v0.46.0/internal/qtls;$WORK/b1038=>" -p github.com/quic-go/quic-go/internal/qtls -lang=go1.21 -complete -installsuffix shared -buildid A97PN_dx_KLRaiYJtm-P/A97PN_dx_KLRaiYJtm-P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qtls/cipher_suite.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qtls/client_session_cache.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qtls/conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/qtls/qtls.go
2025-08-20T18:59:02.4650937Z [00:02:39.213]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T18:59:02.4668714Z [00:02:39.214]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/8e/8e43c8b0234f5101931f2a3e0a8b1aa2064828a5b58e89c6ee5ad8ad5ecceafe-d # internal
2025-08-20T18:59:02.4796245Z [00:02:39.227]➜  github.com/quic-go/quic-go/internal/wire
2025-08-20T18:59:02.4799190Z [00:02:39.227]➜  mkdir -p $WORK/b1034/
2025-08-20T18:59:02.4799974Z [00:02:39.227]➜  cat >/tmp/go-build693841089/b1034/importcfg << 'EOF' # internal
2025-08-20T18:59:02.4800401Z [00:02:39.227]➜  # import config
2025-08-20T18:59:02.4800766Z [00:02:39.227]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:02.4801242Z [00:02:39.227]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.4801684Z [00:02:39.227]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.4802086Z [00:02:39.227]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.4802643Z [00:02:39.227]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.4803303Z [00:02:39.227]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build693841089/b1033/_pkg_.a
2025-08-20T18:59:02.4803947Z [00:02:39.227]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:02.4804583Z [00:02:39.227]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build693841089/b1035/_pkg_.a
2025-08-20T18:59:02.4805487Z [00:02:39.227]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.4805948Z [00:02:39.227]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.4806374Z [00:02:39.227]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:59:02.4806798Z [00:02:39.227]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:02.4807442Z [00:02:39.227]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:02.4807850Z [00:02:39.227]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:02.4808259Z [00:02:39.227]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:02.4808665Z [00:02:39.227]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.4809063Z [00:02:39.227]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.4809362Z [00:02:39.227]➜  EOF
2025-08-20T18:59:02.4820511Z [00:02:39.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire=>github.com/quic-go/quic-go@v0.46.0/internal/wire;$WORK/b1034=>" -p github.com/quic-go/quic-go/internal/wire -lang=go1.21 -complete -installsuffix shared -buildid 34QrmJTz0hmDfkMDw046/34QrmJTz0hmDfkMDw046 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/ack_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/ack_range.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/connection_close_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/crypto_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/data_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/datagram_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/extended_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/frame_parser.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/handshake_done_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/log.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/max_data_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/max_stream_data_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/max_streams_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/new_connection_id_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/new_token_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/path_challenge_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/path_response_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/ping_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/pool.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/reset_stream_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/retire_connection_id_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/short_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/stop_sending_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/stream_data_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/stream_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/streams_blocked_frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/transport_parameters.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/wire/version_negotiation.go
2025-08-20T18:59:02.4890635Z [00:02:39.236]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T18:59:02.4912703Z [00:02:39.239]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/d2/d225a00f390fa7ec2ca505d3bc0590c4737f58f4ea1f80d578c1f395c5b8451a-d # internal
2025-08-20T18:59:02.4927176Z [00:02:39.240]➜  github.com/pion/ice/v2
2025-08-20T18:59:02.4934544Z [00:02:39.241]➜  mkdir -p $WORK/b949/
2025-08-20T18:59:02.4947307Z [00:02:39.242]➜  cat >/tmp/go-build693841089/b949/importcfg << 'EOF' # internal
2025-08-20T18:59:02.4952469Z [00:02:39.242]➜  # import config
2025-08-20T18:59:02.4957263Z [00:02:39.242]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:02.4957743Z [00:02:39.242]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:02.4958221Z [00:02:39.242]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:02.4958666Z [00:02:39.242]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.4959088Z [00:02:39.242]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.4959556Z [00:02:39.242]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:02.4960074Z [00:02:39.242]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build693841089/b950/_pkg_.a
2025-08-20T18:59:02.4961004Z [00:02:39.242]➜  packagefile github.com/pion/ice/v2/internal/atomic=/tmp/go-build693841089/b977/_pkg_.a
2025-08-20T18:59:02.4961640Z [00:02:39.242]➜  packagefile github.com/pion/ice/v2/internal/fakenet=/tmp/go-build693841089/b978/_pkg_.a
2025-08-20T18:59:02.4962278Z [00:02:39.242]➜  packagefile github.com/pion/ice/v2/internal/stun=/tmp/go-build693841089/b979/_pkg_.a
2025-08-20T18:59:02.4962840Z [00:02:39.242]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:02.4963353Z [00:02:39.242]➜  packagefile github.com/pion/mdns=/tmp/go-build693841089/b985/_pkg_.a
2025-08-20T18:59:02.4963871Z [00:02:39.242]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:02.4964390Z [00:02:39.242]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:02.4965211Z [00:02:39.242]➜  packagefile github.com/pion/transport/v2=/tmp/go-build693841089/b982/_pkg_.a
2025-08-20T18:59:02.4965816Z [00:02:39.242]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build693841089/b976/_pkg_.a
2025-08-20T18:59:02.4966434Z [00:02:39.242]➜  packagefile github.com/pion/transport/v2/stdnet=/tmp/go-build693841089/b983/_pkg_.a
2025-08-20T18:59:02.4967040Z [00:02:39.242]➜  packagefile github.com/pion/transport/v2/vnet=/tmp/go-build693841089/b988/_pkg_.a
2025-08-20T18:59:02.4967594Z [00:02:39.242]➜  packagefile github.com/pion/turn/v2=/tmp/go-build693841089/b989/_pkg_.a
2025-08-20T18:59:02.4968161Z [00:02:39.242]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build693841089/b507/_pkg_.a
2025-08-20T18:59:02.4968718Z [00:02:39.242]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:59:02.4969517Z [00:02:39.242]➜  packagefile golang.org/x/net/proxy=/tmp/go-build693841089/b995/_pkg_.a
2025-08-20T18:59:02.4970061Z [00:02:39.242]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:02.4970472Z [00:02:39.242]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.4970870Z [00:02:39.242]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.4971268Z [00:02:39.242]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.4971663Z [00:02:39.242]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:02.4972066Z [00:02:39.242]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:02.4972481Z [00:02:39.242]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:02.4972894Z [00:02:39.242]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:02.4973299Z [00:02:39.242]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.4973720Z [00:02:39.242]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:02.4974269Z [00:02:39.242]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:59:02.4981719Z [00:02:39.242]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.4982084Z [00:02:39.242]➜  EOF
2025-08-20T18:59:02.4993566Z [00:02:39.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24=>github.com/pion/ice/v2@v2.3.24;$WORK/b949=>" -p github.com/pion/ice/v2 -lang=go1.13 -complete -installsuffix shared -buildid urak2OC7D18NUodgp4P7/urak2OC7D18NUodgp4P7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/active_tcp.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/addr.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/agent.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/agent_config.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/agent_handlers.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/agent_stats.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidate.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidate_base.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidate_host.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidate_peer_reflexive.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidate_relay.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidate_server_reflexive.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidatepair.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidatepair_state.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidaterelatedaddress.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/candidatetype.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/context.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/errors.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/external_ip_mapper.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/gather.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/ice.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/icecontrol.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/mdns.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/net.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/networktype.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/priority.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/rand.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/role.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/selection.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/stats.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/tcp_mux.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/tcp_mux_multi.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/tcp_packet_conn.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/tcptype.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/test_utils.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/transport.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/udp_mux.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/udp_mux_multi.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/udp_mux_universal.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/udp_muxed_conn.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/url.go /root/go/pkg/mod/github.com/pion/ice/v2@v2.3.24/usecandidate.go
2025-08-20T18:59:02.5039956Z [00:02:39.251]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T18:59:02.5047553Z [00:02:39.252]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/84/84f064783cadd5f9b475d7f1956d431da4f4d3bec0d158dd2f32e24275affdbf-d # internal
2025-08-20T18:59:02.5065702Z [00:02:39.253]➜  github.com/quic-go/quic-go/internal/flowcontrol
2025-08-20T18:59:02.5066136Z [00:02:39.253]➜  mkdir -p $WORK/b1036/
2025-08-20T18:59:02.5077222Z [00:02:39.254]➜  cat >/tmp/go-build693841089/b1036/importcfg << 'EOF' # internal
2025-08-20T18:59:02.5077584Z [00:02:39.254]➜  # import config
2025-08-20T18:59:02.5077918Z [00:02:39.254]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.5078342Z [00:02:39.254]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.5079146Z [00:02:39.254]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.5079926Z [00:02:39.254]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build693841089/b1033/_pkg_.a
2025-08-20T18:59:02.5080571Z [00:02:39.254]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:02.5081259Z [00:02:39.254]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.5081666Z [00:02:39.254]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.5081970Z [00:02:39.254]➜  EOF
2025-08-20T18:59:02.5085397Z [00:02:39.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/flowcontrol=>github.com/quic-go/quic-go@v0.46.0/internal/flowcontrol;$WORK/b1036=>" -p github.com/quic-go/quic-go/internal/flowcontrol -lang=go1.21 -complete -installsuffix shared -buildid p_r5geWlbp7g3FgsRKql/p_r5geWlbp7g3FgsRKql -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/flowcontrol/base_flow_controller.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/flowcontrol/connection_flow_controller.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/flowcontrol/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/flowcontrol/stream_flow_controller.go
2025-08-20T18:59:02.5567648Z [00:02:39.304]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T18:59:02.5608890Z [00:02:39.307]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/78/781cab38642381131f3a78990c295d754c7a6df6b927a1b051cae389769b61a9-d # internal
2025-08-20T18:59:02.5610121Z [00:02:39.308]➜  database/sql
2025-08-20T18:59:02.5610388Z [00:02:39.308]➜  mkdir -p $WORK/b1043/
2025-08-20T18:59:02.5610799Z [00:02:39.308]➜  cat >/tmp/go-build693841089/b1043/importcfg << 'EOF' # internal
2025-08-20T18:59:02.5611155Z [00:02:39.308]➜  # import config
2025-08-20T18:59:02.5611490Z [00:02:39.308]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:02.5612055Z [00:02:39.308]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:02.5612516Z [00:02:39.308]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:59:02.5612972Z [00:02:39.308]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.5613389Z [00:02:39.308]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.5613776Z [00:02:39.308]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:02.5614168Z [00:02:39.308]➜  packagefile maps=/tmp/go-build693841089/b162/_pkg_.a
2025-08-20T18:59:02.5614692Z [00:02:39.308]➜  packagefile math/rand/v2=/tmp/go-build693841089/b187/_pkg_.a
2025-08-20T18:59:02.5615412Z [00:02:39.308]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:02.5615911Z [00:02:39.308]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:02.5616333Z [00:02:39.308]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:02.5616754Z [00:02:39.308]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:02.5617159Z [00:02:39.308]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.5617580Z [00:02:39.308]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:02.5618012Z [00:02:39.308]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.5618421Z [00:02:39.308]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:02.5618852Z [00:02:39.308]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:02.5619177Z [00:02:39.308]➜  EOF
2025-08-20T18:59:02.5621017Z [00:02:39.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b1043=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid auzaFcKoG4gG1XdcVgxH/auzaFcKoG4gG1XdcVgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/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-20T18:59:02.6354550Z [00:02:39.383]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T18:59:02.6386907Z [00:02:39.386]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/1b/1b84ef26f4a166e0cc2608bfa44e66fa0953d1bf54f13e9ef63135fdfdd96586-d # internal
2025-08-20T18:59:02.6413636Z [00:02:39.389]➜  github.com/quic-go/quic-go/logging
2025-08-20T18:59:02.6414079Z [00:02:39.389]➜  mkdir -p $WORK/b1032/
2025-08-20T18:59:02.6418745Z [00:02:39.389]➜  cat >/tmp/go-build693841089/b1032/importcfg << 'EOF' # internal
2025-08-20T18:59:02.6422405Z [00:02:39.389]➜  # import config
2025-08-20T18:59:02.6422936Z [00:02:39.389]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.6423612Z [00:02:39.389]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build693841089/b1033/_pkg_.a
2025-08-20T18:59:02.6424738Z [00:02:39.389]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:02.6425436Z [00:02:39.389]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build693841089/b1034/_pkg_.a
2025-08-20T18:59:02.6425956Z [00:02:39.389]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:02.6426359Z [00:02:39.389]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.6426660Z [00:02:39.389]➜  EOF
2025-08-20T18:59:02.6429831Z [00:02:39.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/logging=>github.com/quic-go/quic-go@v0.46.0/logging;$WORK/b1032=>" -p github.com/quic-go/quic-go/logging -lang=go1.21 -complete -installsuffix shared -buildid zwxUvnNfm6Zy3AxXoy77/zwxUvnNfm6Zy3AxXoy77 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/logging/connection_tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/logging/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/logging/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/logging/packet_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/logging/tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/logging/types.go
2025-08-20T18:59:02.6881276Z [00:02:39.435]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T18:59:02.6896558Z [00:02:39.435]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/2f/2f66ce6e18cca72fe9a914174aa2f441faa2b6ec97e8b73e790c3f58788a97db-d # internal
2025-08-20T18:59:02.6944941Z [00:02:39.442]➜  github.com/quic-go/quic-go/internal/congestion
2025-08-20T18:59:02.6945430Z [00:02:39.442]➜  mkdir -p $WORK/b1029/
2025-08-20T18:59:02.6946114Z [00:02:39.442]➜  cat >/tmp/go-build693841089/b1029/importcfg << 'EOF' # internal
2025-08-20T18:59:02.6946598Z [00:02:39.442]➜  # import config
2025-08-20T18:59:02.6946931Z [00:02:39.442]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.6947497Z [00:02:39.442]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.6948164Z [00:02:39.442]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:02.6948794Z [00:02:39.442]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build693841089/b1032/_pkg_.a
2025-08-20T18:59:02.6949291Z [00:02:39.442]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:02.6949693Z [00:02:39.442]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.6949995Z [00:02:39.442]➜  EOF
2025-08-20T18:59:02.6954929Z [00:02:39.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion=>github.com/quic-go/quic-go@v0.46.0/internal/congestion;$WORK/b1029=>" -p github.com/quic-go/quic-go/internal/congestion -lang=go1.21 -complete -installsuffix shared -buildid 40Pz8zlhPkMn7Uzlz6a4/40Pz8zlhPkMn7Uzlz6a4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion/bandwidth.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion/clock.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion/cubic.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion/cubic_sender.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion/hybrid_slow_start.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/congestion/pacer.go
2025-08-20T18:59:02.7883175Z [00:02:39.536]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T18:59:02.7930359Z [00:02:39.540]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/e6/e6123bbd98717f3ba9171e15775085478f75b28a1ce8e700405092de25df2a88-d # internal
2025-08-20T18:59:02.7944369Z [00:02:39.542]➜  github.com/quic-go/quic-go/internal/ackhandler
2025-08-20T18:59:02.7946400Z [00:02:39.542]➜  mkdir -p $WORK/b1028/
2025-08-20T18:59:02.7946800Z [00:02:39.542]➜  cat >/tmp/go-build693841089/b1028/importcfg << 'EOF' # internal
2025-08-20T18:59:02.7947178Z [00:02:39.542]➜  # import config
2025-08-20T18:59:02.7947507Z [00:02:39.542]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:02.7947907Z [00:02:39.542]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:02.7948462Z [00:02:39.542]➜  packagefile github.com/quic-go/quic-go/internal/congestion=/tmp/go-build693841089/b1029/_pkg_.a
2025-08-20T18:59:02.7949152Z [00:02:39.542]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:02.7949843Z [00:02:39.542]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build693841089/b1033/_pkg_.a
2025-08-20T18:59:02.7950483Z [00:02:39.542]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:02.7951129Z [00:02:39.542]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build693841089/b1034/_pkg_.a
2025-08-20T18:59:02.7951742Z [00:02:39.542]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build693841089/b1032/_pkg_.a
2025-08-20T18:59:02.7952245Z [00:02:39.542]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:02.7952649Z [00:02:39.542]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:02.7953047Z [00:02:39.542]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:02.7953348Z [00:02:39.542]➜  EOF
2025-08-20T18:59:02.7960766Z [00:02:39.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler=>github.com/quic-go/quic-go@v0.46.0/internal/ackhandler;$WORK/b1028=>" -p github.com/quic-go/quic-go/internal/ackhandler -lang=go1.21 -complete -installsuffix shared -buildid jB8kP0QzedE15K-xzl4Y/jB8kP0QzedE15K-xzl4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/ack_eliciting.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/ackhandler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/ecn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/interfaces.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/packet.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/packet_number_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/received_packet_handler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/received_packet_history.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/received_packet_tracker.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/send_mode.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/sent_packet_handler.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/ackhandler/sent_packet_history.go
2025-08-20T18:59:03.0232567Z [00:02:39.771]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T18:59:03.0363638Z [00:02:39.784]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/b3/b347f7961832b0fa4c0c46fb0d2334f92584b7b663a205c6a97b7fb9a385c4a5-d # internal
2025-08-20T18:59:03.0453845Z [00:02:39.793]➜  github.com/quic-go/quic-go/internal/handshake
2025-08-20T18:59:03.0454766Z [00:02:39.793]➜  mkdir -p $WORK/b1037/
2025-08-20T18:59:03.0477831Z [00:02:39.795]➜  cat >/tmp/go-build693841089/b1037/importcfg << 'EOF' # internal
2025-08-20T18:59:03.0478540Z [00:02:39.795]➜  # import config
2025-08-20T18:59:03.0479238Z [00:02:39.795]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:03.0480478Z [00:02:39.795]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.0480936Z [00:02:39.795]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:03.0481374Z [00:02:39.795]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:03.0481853Z [00:02:39.795]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:03.0482304Z [00:02:39.795]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:03.0482756Z [00:02:39.795]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:03.0483200Z [00:02:39.795]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:03.0483653Z [00:02:39.795]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:59:03.0484125Z [00:02:39.795]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:03.0484563Z [00:02:39.795]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.0485170Z [00:02:39.795]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.0485717Z [00:02:39.795]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:03.0486386Z [00:02:39.795]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build693841089/b1033/_pkg_.a
2025-08-20T18:59:03.0487017Z [00:02:39.795]➜  packagefile github.com/quic-go/quic-go/internal/qtls=/tmp/go-build693841089/b1038/_pkg_.a
2025-08-20T18:59:03.0487657Z [00:02:39.795]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:03.0488293Z [00:02:39.795]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build693841089/b1034/_pkg_.a
2025-08-20T18:59:03.0489271Z [00:02:39.795]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build693841089/b1032/_pkg_.a
2025-08-20T18:59:03.0489958Z [00:02:39.795]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build693841089/b1035/_pkg_.a
2025-08-20T18:59:03.0490553Z [00:02:39.795]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build693841089/b940/_pkg_.a
2025-08-20T18:59:03.0491151Z [00:02:39.795]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:03.0491729Z [00:02:39.795]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:59:03.0492183Z [00:02:39.795]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.0492571Z [00:02:39.795]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:03.0493033Z [00:02:39.795]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:03.0493441Z [00:02:39.795]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.0493871Z [00:02:39.795]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:03.0494300Z [00:02:39.795]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.0494756Z [00:02:39.795]➜  EOF
2025-08-20T18:59:03.0500296Z [00:02:39.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake=>github.com/quic-go/quic-go@v0.46.0/internal/handshake;$WORK/b1037=>" -p github.com/quic-go/quic-go/internal/handshake -lang=go1.21 -complete -installsuffix shared -buildid jjqFL_Fc8KOCxPR_Tfnd/jjqFL_Fc8KOCxPR_Tfnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/aead.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/cipher_suite.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/crypto_setup.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/header_protector.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/hkdf.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/initial_aead.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/retry.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/session_ticket.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/token_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/token_protector.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/internal/handshake/updatable_aead.go
2025-08-20T18:59:03.0548593Z [00:02:39.802]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T18:59:03.0570493Z [00:02:39.805]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/da/da3d3c54f09be487adf94374740f40cf84248c1d8dfc5aa0c1dbefc2a798022d-d # internal
2025-08-20T18:59:03.0615519Z [00:02:39.809]➜  github.com/francoispqt/gojay
2025-08-20T18:59:03.0648128Z [00:02:39.812]➜  mkdir -p $WORK/b1042/
2025-08-20T18:59:03.0652508Z [00:02:39.813]➜  cat >/tmp/go-build693841089/b1042/importcfg << 'EOF' # internal
2025-08-20T18:59:03.0653829Z [00:02:39.813]➜  # import config
2025-08-20T18:59:03.0654307Z [00:02:39.813]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:03.0654905Z [00:02:39.813]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:03.0655375Z [00:02:39.813]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.0655778Z [00:02:39.813]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.0656164Z [00:02:39.813]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.0656558Z [00:02:39.813]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:03.0657524Z [00:02:39.813]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:03.0658425Z [00:02:39.813]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:03.0659019Z [00:02:39.813]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.0659460Z [00:02:39.813]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.0659896Z [00:02:39.813]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:59:03.0660353Z [00:02:39.813]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:03.0660689Z [00:02:39.813]➜  EOF
2025-08-20T18:59:03.0672860Z [00:02:39.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13=>github.com/francoispqt/gojay@v1.2.13;$WORK/b1042=>" -p github.com/francoispqt/gojay -lang=go1.12 -complete -installsuffix shared -buildid X3To0AKzrZsp0ZYOdgS7/X3To0AKzrZsp0ZYOdgS7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/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-20T18:59:03.1632326Z [00:02:39.911]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T18:59:03.1774531Z [00:02:39.925]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/37/37379ddd03662b13cae0604e14be5bc5414bbdee6acb51bf760cb9d5feff2f48-d # internal
2025-08-20T18:59:03.1798759Z [00:02:39.927]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T18:59:03.1802316Z [00:02:39.928]➜  github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux
2025-08-20T18:59:03.1804367Z [00:02:39.928]➜  mkdir -p $WORK/b948/
2025-08-20T18:59:03.1806144Z [00:02:39.928]➜  cat >/tmp/go-build693841089/b948/importcfg << 'EOF' # internal
2025-08-20T18:59:03.1809552Z [00:02:39.928]➜  # import config
2025-08-20T18:59:03.1809933Z [00:02:39.928]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:03.1810351Z [00:02:39.928]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.1810764Z [00:02:39.928]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.1811167Z [00:02:39.928]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.1811634Z [00:02:39.928]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:03.1812203Z [00:02:39.928]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:59:03.1812755Z [00:02:39.928]➜  packagefile github.com/pion/ice/v2=/tmp/go-build693841089/b949/_pkg_.a
2025-08-20T18:59:03.1813267Z [00:02:39.928]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:03.1813707Z [00:02:39.929]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.1817887Z [00:02:39.929]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:03.1819092Z [00:02:39.929]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:03.1820882Z [00:02:39.929]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.1821332Z [00:02:39.929]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.1821643Z [00:02:39.929]➜  EOF
2025-08-20T18:59:03.1824266Z [00:02:39.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/udpmux=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/udpmux;$WORK/b948=>" -p github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux -lang=go1.21 -complete -installsuffix shared -buildid Heh9xybrDs3fAqdy4gUD/Heh9xybrDs3fAqdy4gUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/udpmux/mux.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/udpmux/muxed_connection.go
2025-08-20T18:59:03.1916644Z [00:02:39.939]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T18:59:03.1936814Z [00:02:39.941]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/34/34e69255a451701240585ccefa2fbed5ec57792e97056781cba9e5aa548a3c04-d # internal
2025-08-20T18:59:03.1937834Z [00:02:39.941]➜  github.com/pion/webrtc/v3/internal/mux
2025-08-20T18:59:03.1958704Z [00:02:39.943]➜  mkdir -p $WORK/b1014/
2025-08-20T18:59:03.1965421Z [00:02:39.944]➜  cat >/tmp/go-build693841089/b1014/importcfg << 'EOF' # internal
2025-08-20T18:59:03.1965823Z [00:02:39.944]➜  # import config
2025-08-20T18:59:03.1966160Z [00:02:39.944]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.1966634Z [00:02:39.944]➜  packagefile github.com/pion/ice/v2=/tmp/go-build693841089/b949/_pkg_.a
2025-08-20T18:59:03.1967151Z [00:02:39.944]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:03.1967744Z [00:02:39.944]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build693841089/b976/_pkg_.a
2025-08-20T18:59:03.1968251Z [00:02:39.944]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.1968640Z [00:02:39.944]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:03.1969033Z [00:02:39.944]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.1969436Z [00:02:39.944]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.1970045Z [00:02:39.944]➜  EOF
2025-08-20T18:59:03.1972680Z [00:02:39.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/mux=>github.com/pion/webrtc/v3@v3.2.40/internal/mux;$WORK/b1014=>" -p github.com/pion/webrtc/v3/internal/mux -lang=go1.17 -complete -installsuffix shared -buildid f7F__Rx-LcswIEgyN9zl/f7F__Rx-LcswIEgyN9zl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/mux/endpoint.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/mux/mux.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/internal/mux/muxfunc.go
2025-08-20T18:59:03.1990165Z [00:02:39.946]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/48/489eb4e92f0fb6cf156e171bcacc49e6fc2d9ab92629fcc550add2e5f9252522-d # internal
2025-08-20T18:59:03.2161985Z [00:02:39.963]➜  github.com/quic-go/quic-go
2025-08-20T18:59:03.2163161Z [00:02:39.963]➜  mkdir -p $WORK/b1027/
2025-08-20T18:59:03.2164179Z [00:02:39.963]➜  cat >/tmp/go-build693841089/b1027/importcfg << 'EOF' # internal
2025-08-20T18:59:03.2164568Z [00:02:39.963]➜  # import config
2025-08-20T18:59:03.2165402Z [00:02:39.963]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:03.2165824Z [00:02:39.963]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.2166259Z [00:02:39.963]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:03.2166937Z [00:02:39.963]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:03.2167390Z [00:02:39.963]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:03.2167836Z [00:02:39.963]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:03.2168290Z [00:02:39.963]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:03.2168724Z [00:02:39.963]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.2169133Z [00:02:39.963]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.2169690Z [00:02:39.963]➜  packagefile github.com/quic-go/quic-go/internal/ackhandler=/tmp/go-build693841089/b1028/_pkg_.a
2025-08-20T18:59:03.2170388Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/flowcontrol=/tmp/go-build693841089/b1036/_pkg_.a
2025-08-20T18:59:03.2171071Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/handshake=/tmp/go-build693841089/b1037/_pkg_.a
2025-08-20T18:59:03.2171749Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:03.2172405Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build693841089/b1033/_pkg_.a
2025-08-20T18:59:03.2173043Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:03.2173742Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/utils/linkedlist=/tmp/go-build693841089/b1039/_pkg_.a
2025-08-20T18:59:03.2174479Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/utils/ringbuffer=/tmp/go-build693841089/b1040/_pkg_.a
2025-08-20T18:59:03.2175371Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build693841089/b1034/_pkg_.a
2025-08-20T18:59:03.2175986Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build693841089/b1032/_pkg_.a
2025-08-20T18:59:03.2185070Z [00:02:39.964]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build693841089/b1035/_pkg_.a
2025-08-20T18:59:03.2185734Z [00:02:39.964]➜  packagefile golang.org/x/exp/rand=/tmp/go-build693841089/b1018/_pkg_.a
2025-08-20T18:59:03.2186254Z [00:02:39.964]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:59:03.2186764Z [00:02:39.964]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build693841089/b706/_pkg_.a
2025-08-20T18:59:03.2187506Z [00:02:39.964]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:03.2188176Z [00:02:39.964]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:03.2188628Z [00:02:39.964]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.2189022Z [00:02:39.964]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:03.2189458Z [00:02:39.964]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:03.2190088Z [00:02:39.964]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:03.2190500Z [00:02:39.964]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:59:03.2190905Z [00:02:39.964]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:03.2191300Z [00:02:39.964]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:03.2191708Z [00:02:39.964]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:03.2192128Z [00:02:39.964]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:03.2192547Z [00:02:39.964]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:03.2192951Z [00:02:39.964]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.2194131Z [00:02:39.964]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:03.2194883Z [00:02:39.964]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:03.2195363Z [00:02:39.964]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.2195680Z [00:02:39.964]➜  EOF
2025-08-20T18:59:03.2212436Z [00:02:39.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0=>github.com/quic-go/quic-go@v0.46.0;$WORK/b1027=>" -p github.com/quic-go/quic-go -lang=go1.21 -complete -installsuffix shared -buildid hXuDKJ-wiZGMWIwEcIzc/hXuDKJ-wiZGMWIwEcIzc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/buffer_pool.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/client.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/closed_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/config.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/conn_id_generator.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/conn_id_manager.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/connection.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/connection_logging.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/connection_timer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/crypto_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/crypto_stream_manager.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/datagram_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/errors.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/frame_sorter.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/framer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/interface.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/mtu_discoverer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/multiplexer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/packet_handler_map.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/packet_packer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/packet_unpacker.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/receive_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/retransmission_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/send_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/send_queue.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/send_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/server.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/streams_map.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/streams_map_incoming.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/streams_map_outgoing.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/sys_conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/sys_conn_buffers.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/sys_conn_buffers_write.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/sys_conn_df_linux.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/sys_conn_helper_linux.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/sys_conn_oob.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/token_store.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/transport.go
2025-08-20T18:59:03.2222836Z [00:02:39.966]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T18:59:03.2223811Z [00:02:39.968]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/92/92ce141e05e70c4f9395c988d86915d6a8bb3009d1b6554d86345ab09583a37a-d # internal
2025-08-20T18:59:03.2224518Z [00:02:39.968]➜  github.com/quic-go/qpack
2025-08-20T18:59:03.2225172Z [00:02:39.968]➜  mkdir -p $WORK/b1045/
2025-08-20T18:59:03.2225560Z [00:02:39.968]➜  cat >/tmp/go-build693841089/b1045/importcfg << 'EOF' # internal
2025-08-20T18:59:03.2225911Z [00:02:39.968]➜  # import config
2025-08-20T18:59:03.2226481Z [00:02:39.968]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:03.2226894Z [00:02:39.968]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.2227297Z [00:02:39.968]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.2227787Z [00:02:39.968]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build693841089/b304/_pkg_.a
2025-08-20T18:59:03.2228256Z [00:02:39.968]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.2228653Z [00:02:39.968]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.2229251Z [00:02:39.968]➜  EOF
2025-08-20T18:59:03.2231850Z [00:02:39.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/qpack@v0.4.0=>github.com/quic-go/qpack@v0.4.0;$WORK/b1045=>" -p github.com/quic-go/qpack -lang=go1.18 -complete -installsuffix shared -buildid yFglmEIRtXw93f5rLGHN/yFglmEIRtXw93f5rLGHN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /root/go/pkg/mod/github.com/quic-go/qpack@v0.4.0/decoder.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.4.0/encoder.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.4.0/header_field.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.4.0/static_table.go /root/go/pkg/mod/github.com/quic-go/qpack@v0.4.0/varint.go
2025-08-20T18:59:03.2234146Z [00:02:39.970]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T18:59:03.2266076Z [00:02:39.973]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/e0/e02ae3d52059bc8f432b213db5587b750c93ecee7ef2cd3b8a2dddab22221bb0-d # internal
2025-08-20T18:59:03.2269642Z [00:02:39.973]➜  github.com/pion/webrtc/v3
2025-08-20T18:59:03.2270052Z [00:02:39.973]➜  mkdir -p $WORK/b999/
2025-08-20T18:59:03.2270697Z [00:02:39.973]➜  cat >/tmp/go-build693841089/b999/importcfg << 'EOF' # internal
2025-08-20T18:59:03.2271157Z [00:02:39.973]➜  # import config
2025-08-20T18:59:03.2271527Z [00:02:39.973]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:03.2271993Z [00:02:39.973]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.2272409Z [00:02:39.973]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:03.2272844Z [00:02:39.973]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:03.2273313Z [00:02:39.973]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:03.2273776Z [00:02:39.973]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:03.2274214Z [00:02:39.973]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:03.2274787Z [00:02:39.973]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:03.2275290Z [00:02:39.973]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:03.2275907Z [00:02:39.973]➜  packagefile crypto/x509/pkix=/tmp/go-build693841089/b237/_pkg_.a
2025-08-20T18:59:03.2276449Z [00:02:39.973]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:03.2276922Z [00:02:39.973]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:03.2277385Z [00:02:39.973]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:03.2278027Z [00:02:39.973]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:03.2278459Z [00:02:39.973]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.2278864Z [00:02:39.973]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.2279342Z [00:02:39.973]➜  packagefile github.com/pion/datachannel=/tmp/go-build693841089/b997/_pkg_.a
2025-08-20T18:59:03.2279881Z [00:02:39.973]➜  packagefile github.com/pion/dtls/v2=/tmp/go-build693841089/b950/_pkg_.a
2025-08-20T18:59:03.2280500Z [00:02:39.973]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/elliptic=/tmp/go-build693841089/b958/_pkg_.a
2025-08-20T18:59:03.2281192Z [00:02:39.973]➜  packagefile github.com/pion/dtls/v2/pkg/crypto/fingerprint=/tmp/go-build693841089/b1000/_pkg_.a
2025-08-20T18:59:03.2281964Z [00:02:39.973]➜  packagefile github.com/pion/ice/v2=/tmp/go-build693841089/b949/_pkg_.a
2025-08-20T18:59:03.2282507Z [00:02:39.973]➜  packagefile github.com/pion/interceptor=/tmp/go-build693841089/b1001/_pkg_.a
2025-08-20T18:59:03.2283112Z [00:02:39.973]➜  packagefile github.com/pion/interceptor/pkg/nack=/tmp/go-build693841089/b1005/_pkg_.a
2025-08-20T18:59:03.2283748Z [00:02:39.973]➜  packagefile github.com/pion/interceptor/pkg/report=/tmp/go-build693841089/b1006/_pkg_.a
2025-08-20T18:59:03.2284381Z [00:02:39.973]➜  packagefile github.com/pion/interceptor/pkg/twcc=/tmp/go-build693841089/b1008/_pkg_.a
2025-08-20T18:59:03.2285489Z [00:02:39.973]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:03.2286036Z [00:02:39.973]➜  packagefile github.com/pion/randutil=/tmp/go-build693841089/b987/_pkg_.a
2025-08-20T18:59:03.2286556Z [00:02:39.973]➜  packagefile github.com/pion/rtcp=/tmp/go-build693841089/b1002/_pkg_.a
2025-08-20T18:59:03.2287071Z [00:02:39.973]➜  packagefile github.com/pion/rtp=/tmp/go-build693841089/b1003/_pkg_.a
2025-08-20T18:59:03.2287599Z [00:02:39.973]➜  packagefile github.com/pion/rtp/codecs=/tmp/go-build693841089/b1010/_pkg_.a
2025-08-20T18:59:03.2288132Z [00:02:39.973]➜  packagefile github.com/pion/sctp=/tmp/go-build693841089/b998/_pkg_.a
2025-08-20T18:59:03.2288643Z [00:02:39.973]➜  packagefile github.com/pion/sdp/v3=/tmp/go-build693841089/b1011/_pkg_.a
2025-08-20T18:59:03.2289166Z [00:02:39.973]➜  packagefile github.com/pion/srtp/v2=/tmp/go-build693841089/b1012/_pkg_.a
2025-08-20T18:59:03.2289683Z [00:02:39.973]➜  packagefile github.com/pion/stun=/tmp/go-build693841089/b980/_pkg_.a
2025-08-20T18:59:03.2290428Z [00:02:39.973]➜  packagefile github.com/pion/transport/v2=/tmp/go-build693841089/b982/_pkg_.a
2025-08-20T18:59:03.2291107Z [00:02:39.973]➜  packagefile github.com/pion/transport/v2/packetio=/tmp/go-build693841089/b976/_pkg_.a
2025-08-20T18:59:03.2291728Z [00:02:39.973]➜  packagefile github.com/pion/transport/v2/vnet=/tmp/go-build693841089/b988/_pkg_.a
2025-08-20T18:59:03.2292351Z [00:02:39.973]➜  packagefile github.com/pion/webrtc/v3/internal/fmtp=/tmp/go-build693841089/b1013/_pkg_.a
2025-08-20T18:59:03.2292995Z [00:02:39.973]➜  packagefile github.com/pion/webrtc/v3/internal/mux=/tmp/go-build693841089/b1014/_pkg_.a
2025-08-20T18:59:03.2293630Z [00:02:39.973]➜  packagefile github.com/pion/webrtc/v3/internal/util=/tmp/go-build693841089/b1015/_pkg_.a
2025-08-20T18:59:03.2294260Z [00:02:39.973]➜  packagefile github.com/pion/webrtc/v3/pkg/media=/tmp/go-build693841089/b1016/_pkg_.a
2025-08-20T18:59:03.2304906Z [00:02:39.973]➜  packagefile github.com/pion/webrtc/v3/pkg/rtcerr=/tmp/go-build693841089/b1017/_pkg_.a
2025-08-20T18:59:03.2305624Z [00:02:39.973]➜  packagefile golang.org/x/net/proxy=/tmp/go-build693841089/b995/_pkg_.a
2025-08-20T18:59:03.2306382Z [00:02:39.973]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.2306860Z [00:02:39.973]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:03.2307280Z [00:02:39.974]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:03.2307686Z [00:02:39.974]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:03.2308250Z [00:02:39.974]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:03.2308664Z [00:02:39.974]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:03.2309077Z [00:02:39.974]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:03.2309489Z [00:02:39.974]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:03.2309895Z [00:02:39.974]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.2310330Z [00:02:39.974]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:03.2310756Z [00:02:39.974]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.2311060Z [00:02:39.974]➜  EOF
2025-08-20T18:59:03.2332712Z [00:02:39.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40=>github.com/pion/webrtc/v3@v3.2.40;$WORK/b999=>" -p github.com/pion/webrtc/v3 -lang=go1.17 -complete -installsuffix shared -buildid CwaBxGRLoSII7zW0AN1T/CwaBxGRLoSII7zW0AN1T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/importcfg -pack /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/api.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/atomicbool.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/bundlepolicy.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/certificate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/configuration.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/configuration_common.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/constants.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/datachannel.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/datachannelinit.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/datachannelmessage.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/datachannelparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/datachannelstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/dtlsfingerprint.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/dtlsparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/dtlsrole.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/dtlstransport.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/dtlstransportstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/errors.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/gathering_complete_promise.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/ice_go.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icecandidate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icecandidateinit.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icecandidatepair.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icecandidatetype.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icecomponent.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/iceconnectionstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icecredentialtype.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icegatherer.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icegathererstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icegatheringstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icegatheroptions.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icemux.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/iceparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/iceprotocol.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icerole.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/iceserver.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icetransport.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icetransportpolicy.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/icetransportstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/interceptor.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/mediaengine.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/networktype.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/oauthcredential.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/offeransweroptions.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/operations.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/peerconnection.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/peerconnectionstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtcpfeedback.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtcpmuxpolicy.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpcapabilities.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpcodec.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpcodingparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpdecodingparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpencodingparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpreceiveparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpreceiver.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpreceiver_go.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpsender.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtpsendparameters.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtptransceiver.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtptransceiverdirection.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/rtptransceiverinit.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/sctpcapabilities.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/sctptransport.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/sctptransportstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/sdp.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/sdpsemantics.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/sdptype.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/sessiondescription.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/settingengine.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/signalingstate.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/srtp_writer_future.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/stats.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/stats_go.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/track_local.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/track_local_static.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/track_remote.go /root/go/pkg/mod/github.com/pion/webrtc/v3@v3.2.40/webrtc.go
2025-08-20T18:59:03.2711386Z [00:02:40.018]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T18:59:03.2719810Z [00:02:40.019]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/8d/8d91182e33c3679f5255e3b1b5bcef67e652395b29a5684a9bf8e03d6f470239-d # internal
2025-08-20T18:59:03.2742190Z [00:02:40.022]➜  github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client
2025-08-20T18:59:03.2743095Z [00:02:40.022]➜  mkdir -p $WORK/b1047/
2025-08-20T18:59:03.2745549Z [00:02:40.022]➜  cat >/tmp/go-build693841089/b1047/importcfg << 'EOF' # internal
2025-08-20T18:59:03.2746470Z [00:02:40.022]➜  # import config
2025-08-20T18:59:03.2747388Z [00:02:40.022]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.2747852Z [00:02:40.022]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.2748340Z [00:02:40.022]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:03.2748932Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:03.2749581Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:03.2750464Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:03.2751163Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:03.2751815Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:59:03.2752455Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:03.2753396Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build693841089/b916/_pkg_.a
2025-08-20T18:59:03.2754159Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build693841089/b917/_pkg_.a
2025-08-20T18:59:03.2755176Z [00:02:40.022]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/util=/tmp/go-build693841089/b918/_pkg_.a
2025-08-20T18:59:03.2755896Z [00:02:40.022]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:03.2756537Z [00:02:40.022]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:03.2757241Z [00:02:40.022]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.2757640Z [00:02:40.022]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:03.2758037Z [00:02:40.022]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.2758439Z [00:02:40.022]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.2758740Z [00:02:40.022]➜  EOF
2025-08-20T18:59:03.2764243Z [00:02:40.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client=>github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client;$WORK/b1047=>" -p github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client -lang=go1.21 -complete -installsuffix shared -buildid ittl1E9fRcaYFhPDdGKv/ittl1E9fRcaYFhPDdGKv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client/client.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client/dial.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client/handlers.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client/listen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client/reservation.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/protocol/circuitv2/client/transport.go
2025-08-20T18:59:03.3866232Z [00:02:40.133]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T18:59:03.3879989Z [00:02:40.135]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/5c/5c7065b835a0b457530768d47d6016934980b936980072a729c2a351151acca0-d # internal
2025-08-20T18:59:03.3911705Z [00:02:40.139]➜  github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem
2025-08-20T18:59:03.3912412Z [00:02:40.139]➜  mkdir -p $WORK/b1048/
2025-08-20T18:59:03.3927488Z [00:02:40.140]➜  cat >/tmp/go-build693841089/b1048/importcfg << 'EOF' # internal
2025-08-20T18:59:03.3929255Z [00:02:40.140]➜  # import config
2025-08-20T18:59:03.3931761Z [00:02:40.140]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:03.3945694Z [00:02:40.140]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.3946405Z [00:02:40.140]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.3947156Z [00:02:40.140]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.3948031Z [00:02:40.140]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:03.3949284Z [00:02:40.140]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:03.3950320Z [00:02:40.140]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:03.3951057Z [00:02:40.141]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:03.3951726Z [00:02:40.141]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:03.3952569Z [00:02:40.141]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:59:03.3953233Z [00:02:40.141]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore=/tmp/go-build693841089/b644/_pkg_.a
2025-08-20T18:59:03.3953887Z [00:02:40.141]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:03.3954520Z [00:02:40.141]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build693841089/b901/_pkg_.a
2025-08-20T18:59:03.3955394Z [00:02:40.141]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:03.3955910Z [00:02:40.141]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.3956532Z [00:02:40.141]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:03.3956942Z [00:02:40.141]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.3957343Z [00:02:40.141]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.3957651Z [00:02:40.141]➜  EOF
2025-08-20T18:59:03.3974230Z [00:02:40.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem;$WORK/b1048=>" -p github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem -lang=go1.21 -complete -installsuffix shared -buildid Pqriv8UnNC4p2pIzSr9g/Pqriv8UnNC4p2pIzSr9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem/addr_book.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem/keybook.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem/metadata.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem/peerstore.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem/protobook.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/peerstore/pstoremem/sorting.go
2025-08-20T18:59:03.5553968Z [00:02:40.302]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T18:59:03.5610925Z [00:02:40.308]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/3d/3d4e7acbd094a7f2e0a5fb67e7d207f0a51cdf0b7faf96b823e499f6910015fa-d # internal
2025-08-20T18:59:03.5615581Z [00:02:40.309]➜  github.com/libp2p/go-libp2p/p2p/host/routed
2025-08-20T18:59:03.5616666Z [00:02:40.309]➜  mkdir -p $WORK/b1049/
2025-08-20T18:59:03.5622450Z [00:02:40.310]➜  cat >/tmp/go-build693841089/b1049/importcfg << 'EOF' # internal
2025-08-20T18:59:03.5622848Z [00:02:40.310]➜  # import config
2025-08-20T18:59:03.5623201Z [00:02:40.310]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.5623616Z [00:02:40.310]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.5624097Z [00:02:40.310]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:03.5624862Z [00:02:40.310]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:03.5626645Z [00:02:40.310]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:03.5627275Z [00:02:40.310]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:03.5627917Z [00:02:40.310]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:03.5629177Z [00:02:40.310]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:03.5629907Z [00:02:40.310]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:03.5630563Z [00:02:40.310]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:03.5631396Z [00:02:40.310]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:03.5631911Z [00:02:40.310]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.5632214Z [00:02:40.310]➜  EOF
2025-08-20T18:59:03.5659710Z [00:02:40.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/routed=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/routed;$WORK/b1049=>" -p github.com/libp2p/go-libp2p/p2p/host/routed -lang=go1.21 -complete -installsuffix shared -buildid RZqSboWmG08lVW9MS58b/RZqSboWmG08lVW9MS58b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/routed/routed.go
2025-08-20T18:59:03.6455394Z [00:02:40.393]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T18:59:03.7569148Z [00:02:40.504]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/3e/3ee62d074fd0b288be3b6415293f9dafe836225f64cf02ba4b0f686ae06ab59a-d # internal
2025-08-20T18:59:03.7615008Z [00:02:40.509]➜  github.com/libp2p/go-yamux/v4
2025-08-20T18:59:03.7627691Z [00:02:40.510]➜  mkdir -p $WORK/b1051/
2025-08-20T18:59:03.7628536Z [00:02:40.510]➜  cat >/tmp/go-build693841089/b1051/importcfg << 'EOF' # internal
2025-08-20T18:59:03.7629395Z [00:02:40.510]➜  # import config
2025-08-20T18:59:03.7629928Z [00:02:40.510]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:03.7630425Z [00:02:40.510]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:03.7630895Z [00:02:40.510]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:03.7631337Z [00:02:40.510]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:03.7631757Z [00:02:40.510]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:03.7632259Z [00:02:40.510]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:59:03.7632750Z [00:02:40.510]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:03.7633139Z [00:02:40.510]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:03.7633535Z [00:02:40.510]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:03.7633935Z [00:02:40.510]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:03.7634323Z [00:02:40.510]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:03.7635190Z [00:02:40.510]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:03.7635755Z [00:02:40.510]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:03.7636172Z [00:02:40.510]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:03.7636601Z [00:02:40.510]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:03.7637021Z [00:02:40.510]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:03.7637330Z [00:02:40.510]➜  EOF
2025-08-20T18:59:03.7641822Z [00:02:40.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1=>github.com/libp2p/go-yamux/v4@v4.0.1;$WORK/b1051=>" -p github.com/libp2p/go-yamux/v4 -lang=go1.18 -complete -installsuffix shared -buildid GRxvS6CkQKN3yXxdgk8F/GRxvS6CkQKN3yXxdgk8F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/addr.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/const.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/deadline.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/mux.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/ping.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/session.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/stream.go /root/go/pkg/mod/github.com/libp2p/go-yamux/v4@v4.0.1/util.go
2025-08-20T18:59:04.0658108Z [00:02:40.813]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T18:59:04.0678360Z [00:02:40.815]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/9b/9bde5b99670cd5bb7ca1991bd780a61fc99cc18a466c9c10c89724dcee860575-d # internal
2025-08-20T18:59:04.0763877Z [00:02:40.824]➜  github.com/libp2p/go-libp2p/p2p/muxer/yamux
2025-08-20T18:59:04.0764269Z [00:02:40.824]➜  mkdir -p $WORK/b1050/
2025-08-20T18:59:04.0768497Z [00:02:40.824]➜  cat >/tmp/go-build693841089/b1050/importcfg << 'EOF' # internal
2025-08-20T18:59:04.0769320Z [00:02:40.824]➜  # import config
2025-08-20T18:59:04.0769793Z [00:02:40.824]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.0771396Z [00:02:40.824]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:04.0772387Z [00:02:40.824]➜  packagefile github.com/libp2p/go-yamux/v4=/tmp/go-build693841089/b1051/_pkg_.a
2025-08-20T18:59:04.0772877Z [00:02:40.824]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.0773287Z [00:02:40.824]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:04.0773689Z [00:02:40.824]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.0774086Z [00:02:40.824]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.0774390Z [00:02:40.824]➜  EOF
2025-08-20T18:59:04.0777191Z [00:02:40.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/muxer/yamux=>github.com/libp2p/go-libp2p@v0.34.1/p2p/muxer/yamux;$WORK/b1050=>" -p github.com/libp2p/go-libp2p/p2p/muxer/yamux -lang=go1.21 -complete -installsuffix shared -buildid USrtScZk3tYU6XWL1bLP/USrtScZk3tYU6XWL1bLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/muxer/yamux/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/muxer/yamux/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/muxer/yamux/transport.go
2025-08-20T18:59:04.1340683Z [00:02:40.881]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T18:59:04.1356145Z [00:02:40.883]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/41/41bf1e468c21d5a717e957a06077a0cbf6657f9f0f1dc9b94089ff11f9a2f6ad-d # internal
2025-08-20T18:59:04.1373237Z [00:02:40.885]➜  github.com/containerd/cgroups/stats/v1
2025-08-20T18:59:04.1373752Z [00:02:40.885]➜  mkdir -p $WORK/b1055/
2025-08-20T18:59:04.1383408Z [00:02:40.886]➜  cat >/tmp/go-build693841089/b1055/importcfg << 'EOF' # internal
2025-08-20T18:59:04.1383973Z [00:02:40.886]➜  # import config
2025-08-20T18:59:04.1385479Z [00:02:40.886]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.1386577Z [00:02:40.886]➜  packagefile github.com/gogo/protobuf/gogoproto=/tmp/go-build693841089/b581/_pkg_.a
2025-08-20T18:59:04.1387222Z [00:02:40.886]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:59:04.1387705Z [00:02:40.886]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.1388122Z [00:02:40.886]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:04.1388540Z [00:02:40.886]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:04.1388967Z [00:02:40.886]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:04.1389381Z [00:02:40.886]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.1389688Z [00:02:40.886]➜  EOF
2025-08-20T18:59:04.1392149Z [00:02:40.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/stats/v1=>github.com/containerd/cgroups@v1.1.0/stats/v1;$WORK/b1055=>" -p github.com/containerd/cgroups/stats/v1 -lang=go1.17 -complete -installsuffix shared -buildid yv2bKUarglDvzR4JEL_G/yv2bKUarglDvzR4JEL_G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/stats/v1/doc.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/stats/v1/metrics.pb.go
2025-08-20T18:59:04.1612210Z [00:02:40.909]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T18:59:04.1991595Z [00:02:40.946]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/8c/8c2a5fd0764b1ba88725f6559e487adf10ea0cdb98b9c0d14dd96977540598d2-d # internal
2025-08-20T18:59:04.1992253Z [00:02:40.946]➜  github.com/godbus/dbus/v5
2025-08-20T18:59:04.1992542Z [00:02:40.946]➜  mkdir -p $WORK/b1057/
2025-08-20T18:59:04.1992952Z [00:02:40.946]➜  cat >/tmp/go-build693841089/b1057/importcfg << 'EOF' # internal
2025-08-20T18:59:04.1993314Z [00:02:40.946]➜  # import config
2025-08-20T18:59:04.1993648Z [00:02:40.946]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:04.1994445Z [00:02:40.946]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:04.1995108Z [00:02:40.946]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.1995548Z [00:02:40.946]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:04.1996010Z [00:02:40.946]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:04.1996468Z [00:02:40.946]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:04.1996926Z [00:02:40.946]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:04.1997357Z [00:02:40.946]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.1997763Z [00:02:40.946]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.1998164Z [00:02:40.946]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.1998573Z [00:02:40.946]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:04.1998986Z [00:02:40.946]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.1999390Z [00:02:40.946]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:04.1999786Z [00:02:40.946]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.2000187Z [00:02:40.946]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:04.2000599Z [00:02:40.946]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:59:04.2001008Z [00:02:40.946]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:04.2001417Z [00:02:40.946]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:04.2002016Z [00:02:40.946]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:04.2002508Z [00:02:40.946]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:04.2002928Z [00:02:40.946]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.2003341Z [00:02:40.946]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.2003746Z [00:02:40.946]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:04.2004161Z [00:02:40.946]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:04.2004755Z [00:02:40.946]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:04.2005141Z [00:02:40.946]➜  EOF
2025-08-20T18:59:04.2013804Z [00:02:40.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0=>github.com/godbus/dbus/v5@v5.1.0;$WORK/b1057=>" -p github.com/godbus/dbus/v5 -lang=go1.12 -complete -installsuffix shared -buildid k00LG2ZpUESRanGVFt3A/k00LG2ZpUESRanGVFt3A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_anonymous.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_external.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/auth_sha1.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/call.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn_other.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/dbus.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/decoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/default_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/doc.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/encoder.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/escape.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/export.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/homedir.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/match.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/message.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/object.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sequence.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sequential_handler.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/server_interfaces.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/sig.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_generic.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_nonce_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_tcp.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_unix.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/transport_unixcred_linux.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant_lexer.go /root/go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/variant_parser.go
2025-08-20T18:59:04.3110467Z [00:02:41.058]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T18:59:04.3449707Z [00:02:41.092]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/59/596e48e62fef1bf725e1f7516e3e8799e0b37b0f35e9125632a4b54707c58e47-d # internal
2025-08-20T18:59:04.3476534Z [00:02:41.095]➜  github.com/quic-go/quic-go/qlog
2025-08-20T18:59:04.3477058Z [00:02:41.095]➜  mkdir -p $WORK/b1041/
2025-08-20T18:59:04.3477467Z [00:02:41.095]➜  cat >/tmp/go-build693841089/b1041/importcfg << 'EOF' # internal
2025-08-20T18:59:04.3477981Z [00:02:41.095]➜  # import config
2025-08-20T18:59:04.3478407Z [00:02:41.095]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:04.3478910Z [00:02:41.095]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:04.3479413Z [00:02:41.095]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.3479913Z [00:02:41.095]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.3480684Z [00:02:41.095]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.3481344Z [00:02:41.095]➜  packagefile github.com/francoispqt/gojay=/tmp/go-build693841089/b1042/_pkg_.a
2025-08-20T18:59:04.3482009Z [00:02:41.095]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build693841089/b1027/_pkg_.a
2025-08-20T18:59:04.3482714Z [00:02:41.095]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:04.3483463Z [00:02:41.095]➜  packagefile github.com/quic-go/quic-go/internal/qerr=/tmp/go-build693841089/b1033/_pkg_.a
2025-08-20T18:59:04.3484215Z [00:02:41.095]➜  packagefile github.com/quic-go/quic-go/internal/utils=/tmp/go-build693841089/b1031/_pkg_.a
2025-08-20T18:59:04.3485206Z [00:02:41.095]➜  packagefile github.com/quic-go/quic-go/internal/wire=/tmp/go-build693841089/b1034/_pkg_.a
2025-08-20T18:59:04.3485909Z [00:02:41.095]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build693841089/b1032/_pkg_.a
2025-08-20T18:59:04.3486479Z [00:02:41.095]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.3487129Z [00:02:41.095]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:04.3487677Z [00:02:41.095]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.3488178Z [00:02:41.095]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:59:04.3488678Z [00:02:41.095]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.3489375Z [00:02:41.095]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:04.3489921Z [00:02:41.095]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.3490436Z [00:02:41.095]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.3490835Z [00:02:41.095]➜  EOF
2025-08-20T18:59:04.3503258Z [00:02:41.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog=>github.com/quic-go/quic-go@v0.46.0/qlog;$WORK/b1041=>" -p github.com/quic-go/quic-go/qlog -lang=go1.21 -complete -installsuffix shared -buildid bxHOPxKk6wjJ6ApZlGaV/bxHOPxKk6wjJ6ApZlGaV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/connection_tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/event.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/frame.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/packet_header.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/qlog_dir.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/trace.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/tracer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/types.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/qlog/writer.go
2025-08-20T18:59:04.4459944Z [00:02:41.193]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T18:59:04.4877226Z [00:02:41.233]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/5a/5a297eaa2a38d94ae17491b13a542ab3e4160f31e9b1d3a04c62e64c163d7795-d # internal
2025-08-20T18:59:04.4910012Z [00:02:41.238]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T18:59:04.4957664Z [00:02:41.243]➜  github.com/libp2p/go-libp2p/p2p/transport/webrtc
2025-08-20T18:59:04.4959595Z [00:02:41.243]➜  mkdir -p $WORK/b936/
2025-08-20T18:59:04.4961747Z [00:02:41.244]➜  cat >/tmp/go-build693841089/b936/importcfg << 'EOF' # internal
2025-08-20T18:59:04.4963051Z [00:02:41.244]➜  # import config
2025-08-20T18:59:04.4963436Z [00:02:41.244]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.4963865Z [00:02:41.244]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:04.4964305Z [00:02:41.244]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:04.4965006Z [00:02:41.244]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:04.4965735Z [00:02:41.244]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:04.4966256Z [00:02:41.244]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:04.4966722Z [00:02:41.244]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:04.4967191Z [00:02:41.244]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:04.4967620Z [00:02:41.244]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.4968035Z [00:02:41.244]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.4968501Z [00:02:41.244]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:04.4969096Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:04.4969733Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:04.4970367Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:04.4971121Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:04.4971824Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:04.4972435Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build693841089/b905/_pkg_.a
2025-08-20T18:59:04.4973237Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:04.4973909Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build693841089/b937/_pkg_.a
2025-08-20T18:59:04.4974765Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/pb=/tmp/go-build693841089/b947/_pkg_.a
2025-08-20T18:59:04.4988755Z [00:02:41.244]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc/udpmux=/tmp/go-build693841089/b948/_pkg_.a
2025-08-20T18:59:04.4989438Z [00:02:41.244]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build693841089/b667/_pkg_.a
2025-08-20T18:59:04.4990009Z [00:02:41.244]➜  packagefile github.com/libp2p/go-msgio/pbio=/tmp/go-build693841089/b910/_pkg_.a
2025-08-20T18:59:04.4990918Z [00:02:41.244]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:04.4991557Z [00:02:41.244]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:04.4992196Z [00:02:41.244]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:04.4992808Z [00:02:41.244]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:04.4993387Z [00:02:41.244]➜  packagefile github.com/pion/datachannel=/tmp/go-build693841089/b997/_pkg_.a
2025-08-20T18:59:04.4993932Z [00:02:41.244]➜  packagefile github.com/pion/logging=/tmp/go-build693841089/b971/_pkg_.a
2025-08-20T18:59:04.4994471Z [00:02:41.244]➜  packagefile github.com/pion/webrtc/v3=/tmp/go-build693841089/b999/_pkg_.a
2025-08-20T18:59:04.4995228Z [00:02:41.244]➜  packagefile golang.org/x/exp/rand=/tmp/go-build693841089/b1018/_pkg_.a
2025-08-20T18:59:04.4995796Z [00:02:41.244]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:04.4996280Z [00:02:41.244]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.4996680Z [00:02:41.244]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:04.4997098Z [00:02:41.244]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.4997485Z [00:02:41.244]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.4997885Z [00:02:41.244]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.4998289Z [00:02:41.244]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.4998871Z [00:02:41.244]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:04.4999361Z [00:02:41.244]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.4999662Z [00:02:41.244]➜  EOF
2025-08-20T18:59:04.5008865Z [00:02:41.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc;$WORK/b936=>" -p github.com/libp2p/go-libp2p/p2p/transport/webrtc -lang=go1.21 -complete -installsuffix shared -buildid VP3PAOOg4pCt3yan48D9/VP3PAOOg4pCt3yan48D9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/connection.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/fingerprint.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/hex.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/logger.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/message.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/sdp.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/stream_read.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/stream_write.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webrtc/transport.go
2025-08-20T18:59:04.5014114Z [00:02:41.248]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/0c/0c4900de379f2d214acaa5fb51b47661b629787450a79299cbab86b2a39c7b99-d # internal
2025-08-20T18:59:04.5087250Z [00:02:41.256]➜  github.com/quic-go/quic-go/http3
2025-08-20T18:59:04.5087891Z [00:02:41.256]➜  mkdir -p $WORK/b1044/
2025-08-20T18:59:04.5088364Z [00:02:41.256]➜  cat >/tmp/go-build693841089/b1044/importcfg << 'EOF' # internal
2025-08-20T18:59:04.5088726Z [00:02:41.256]➜  # import config
2025-08-20T18:59:04.5089060Z [00:02:41.256]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:04.5089791Z [00:02:41.256]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:04.5090239Z [00:02:41.256]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.5090672Z [00:02:41.256]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:04.5091109Z [00:02:41.256]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.5091510Z [00:02:41.256]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.5091985Z [00:02:41.256]➜  packagefile github.com/quic-go/qpack=/tmp/go-build693841089/b1045/_pkg_.a
2025-08-20T18:59:04.5092531Z [00:02:41.256]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build693841089/b1027/_pkg_.a
2025-08-20T18:59:04.5093156Z [00:02:41.256]➜  packagefile github.com/quic-go/quic-go/internal/protocol=/tmp/go-build693841089/b1030/_pkg_.a
2025-08-20T18:59:04.5093804Z [00:02:41.256]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build693841089/b1035/_pkg_.a
2025-08-20T18:59:04.5094398Z [00:02:41.256]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build693841089/b298/_pkg_.a
2025-08-20T18:59:04.5095198Z [00:02:41.256]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build693841089/b304/_pkg_.a
2025-08-20T18:59:04.5095737Z [00:02:41.256]➜  packagefile golang.org/x/net/idna=/tmp/go-build693841089/b299/_pkg_.a
2025-08-20T18:59:04.5096181Z [00:02:41.256]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.5096585Z [00:02:41.256]➜  packagefile log/slog=/tmp/go-build693841089/b545/_pkg_.a
2025-08-20T18:59:04.5096990Z [00:02:41.256]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.5097395Z [00:02:41.256]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:04.5098024Z [00:02:41.256]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:59:04.5098573Z [00:02:41.256]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:59:04.5099008Z [00:02:41.256]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:04.5099412Z [00:02:41.256]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.5099810Z [00:02:41.256]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:04.5100224Z [00:02:41.256]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:04.5100636Z [00:02:41.256]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.5101038Z [00:02:41.256]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.5101459Z [00:02:41.256]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:04.5101875Z [00:02:41.256]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.5102177Z [00:02:41.256]➜  EOF
2025-08-20T18:59:04.5112390Z [00:02:41.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3=>github.com/quic-go/quic-go@v0.46.0/http3;$WORK/b1044=>" -p github.com/quic-go/quic-go/http3 -lang=go1.21 -complete -installsuffix shared -buildid -YpT2URi0_kvkK_YCS7H/-YpT2URi0_kvkK_YCS7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/body.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/capsule.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/client.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/conn.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/datagram.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/error.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/error_codes.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/frames.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/gzip_reader.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/headers.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/http_stream.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/request_writer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/response_writer.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/roundtrip.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/server.go /root/go/pkg/mod/github.com/quic-go/quic-go@v0.46.0/http3/state_tracking_stream.go
2025-08-20T18:59:04.5815887Z [00:02:41.329]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T18:59:04.5914971Z [00:02:41.339]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/2d/2d82205d9284c58340bc78b70f3cb94c3ee95a667616157084555e58ea5f3dff-d # internal
2025-08-20T18:59:04.6032333Z [00:02:41.351]➜  github.com/libp2p/go-libp2p/p2p/transport/quicreuse
2025-08-20T18:59:04.6033147Z [00:02:41.351]➜  mkdir -p $WORK/b1020/
2025-08-20T18:59:04.6037131Z [00:02:41.351]➜  cat >/tmp/go-build693841089/b1020/importcfg << 'EOF' # internal
2025-08-20T18:59:04.6037546Z [00:02:41.351]➜  # import config
2025-08-20T18:59:04.6037886Z [00:02:41.351]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:04.6038317Z [00:02:41.351]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.6038746Z [00:02:41.351]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:04.6039196Z [00:02:41.351]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.6039957Z [00:02:41.351]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.6040898Z [00:02:41.351]➜  packagefile github.com/google/gopacket/routing=/tmp/go-build693841089/b638/_pkg_.a
2025-08-20T18:59:04.6042007Z [00:02:41.351]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:04.6042635Z [00:02:41.351]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build693841089/b1021/_pkg_.a
2025-08-20T18:59:04.6043614Z [00:02:41.351]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:04.6044307Z [00:02:41.351]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build693841089/b695/_pkg_.a
2025-08-20T18:59:04.6045124Z [00:02:41.351]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:04.6045767Z [00:02:41.351]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:04.6046371Z [00:02:41.351]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build693841089/b1027/_pkg_.a
2025-08-20T18:59:04.6046948Z [00:02:41.351]➜  packagefile github.com/quic-go/quic-go/logging=/tmp/go-build693841089/b1032/_pkg_.a
2025-08-20T18:59:04.6047532Z [00:02:41.351]➜  packagefile github.com/quic-go/quic-go/qlog=/tmp/go-build693841089/b1041/_pkg_.a
2025-08-20T18:59:04.6048011Z [00:02:41.351]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.6048408Z [00:02:41.351]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.6048800Z [00:02:41.351]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.6049207Z [00:02:41.351]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.6049616Z [00:02:41.351]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.6050017Z [00:02:41.351]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.6050541Z [00:02:41.351]➜  EOF
2025-08-20T18:59:04.6054971Z [00:02:41.352]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1020/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse;$WORK/b1020=>" -p github.com/libp2p/go-libp2p/p2p/transport/quicreuse -lang=go1.21 -complete -installsuffix shared -buildid pnDT0r4YNa1doZGDTcQZ/pnDT0r4YNa1doZGDTcQZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse/config.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse/connmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse/quic_multiaddr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse/reuse.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quicreuse/tracer.go
2025-08-20T18:59:04.7631931Z [00:02:41.511]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T18:59:04.7747138Z [00:02:41.520]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/46/463cb628789862fda71f2c5f339cff7fea476286f581effb3454697c8333b38b-d # internal
2025-08-20T18:59:04.7747792Z [00:02:41.520]➜  github.com/docker/go-units
2025-08-20T18:59:04.7748106Z [00:02:41.520]➜  mkdir -p $WORK/b1058/
2025-08-20T18:59:04.7748500Z [00:02:41.520]➜  cat >/tmp/go-build693841089/b1058/importcfg << 'EOF' # internal
2025-08-20T18:59:04.7748850Z [00:02:41.520]➜  # import config
2025-08-20T18:59:04.7765408Z [00:02:41.520]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.7765864Z [00:02:41.520]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:04.7766285Z [00:02:41.520]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.7766714Z [00:02:41.521]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.7767020Z [00:02:41.521]➜  EOF
2025-08-20T18:59:04.7769539Z [00:02:41.521]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b1058=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid QJqR_WCpO5njPAO25BJL/QJqR_WCpO5njPAO25BJL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/duration.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/size.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/ulimit.go
2025-08-20T18:59:04.7795858Z [00:02:41.527]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T18:59:04.7878943Z [00:02:41.535]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/1b/1b0f36bddbf8babfcb40143387b5ddc0a1c624d6398fba4ee14796ea290c4307-d # internal
2025-08-20T18:59:04.7882251Z [00:02:41.536]➜  github.com/coreos/go-systemd/v22/dbus
2025-08-20T18:59:04.7883628Z [00:02:41.536]➜  mkdir -p $WORK/b1056/
2025-08-20T18:59:04.7887974Z [00:02:41.536]➜  cat >/tmp/go-build693841089/b1056/importcfg << 'EOF' # internal
2025-08-20T18:59:04.7888762Z [00:02:41.536]➜  # import config
2025-08-20T18:59:04.7889734Z [00:02:41.536]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.7890536Z [00:02:41.536]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:04.7891071Z [00:02:41.536]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.7891690Z [00:02:41.536]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.7892415Z [00:02:41.536]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build693841089/b1057/_pkg_.a
2025-08-20T18:59:04.7893085Z [00:02:41.536]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:04.7893485Z [00:02:41.536]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.7894370Z [00:02:41.536]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:04.7894930Z [00:02:41.537]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:04.7895389Z [00:02:41.537]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.7895800Z [00:02:41.537]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.7896202Z [00:02:41.537]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.7896507Z [00:02:41.537]➜  EOF
2025-08-20T18:59:04.7899821Z [00:02:41.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus=>github.com/coreos/go-systemd/v22@v22.5.0/dbus;$WORK/b1056=>" -p github.com/coreos/go-systemd/v22/dbus -lang=go1.12 -complete -installsuffix shared -buildid C_PANQWHrLp9XbvhHaP_/C_PANQWHrLp9XbvhHaP_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/importcfg -pack /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/dbus.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/methods.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/properties.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/set.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/subscription.go /root/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/subscription_set.go
2025-08-20T18:59:04.8071792Z [00:02:41.555]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T18:59:04.8079851Z [00:02:41.555]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/65/6591fd9508a1a2020ac26e386676904895379b988e4222c194fce8eccfef7c2e-d # internal
2025-08-20T18:59:04.8087354Z [00:02:41.556]➜  github.com/opencontainers/runtime-spec/specs-go
2025-08-20T18:59:04.8088831Z [00:02:41.556]➜  mkdir -p $WORK/b1059/
2025-08-20T18:59:04.8089587Z [00:02:41.556]➜  cat >/tmp/go-build693841089/b1059/importcfg << 'EOF' # internal
2025-08-20T18:59:04.8090972Z [00:02:41.556]➜  # import config
2025-08-20T18:59:04.8092105Z [00:02:41.556]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.8092546Z [00:02:41.556]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.8092851Z [00:02:41.556]➜  EOF
2025-08-20T18:59:04.8096015Z [00:02:41.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go=>github.com/opencontainers/runtime-spec@v1.2.0/specs-go;$WORK/b1059=>" -p github.com/opencontainers/runtime-spec/specs-go -lang=go1.16 -complete -installsuffix shared -buildid nICt57sjtK8yWFMJlva6/nICt57sjtK8yWFMJlva6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go/config.go /root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go/state.go /root/go/pkg/mod/github.com/opencontainers/runtime-spec@v1.2.0/specs-go/version.go
2025-08-20T18:59:04.8160513Z [00:02:41.563]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T18:59:04.8189526Z [00:02:41.566]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/fb/fb14c122e1863631a582a543c832b9fbf80d105d12ff7c76211ebf3e61cbdf35-d # internal
2025-08-20T18:59:04.8196157Z [00:02:41.567]➜  github.com/elastic/gosigar
2025-08-20T18:59:04.8196909Z [00:02:41.567]➜  mkdir -p $WORK/b1060/
2025-08-20T18:59:04.8230543Z [00:02:41.571]➜  cat >/tmp/go-build693841089/b1060/importcfg << 'EOF' # internal
2025-08-20T18:59:04.8231385Z [00:02:41.571]➜  # import config
2025-08-20T18:59:04.8232292Z [00:02:41.571]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:04.8232766Z [00:02:41.571]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:04.8233193Z [00:02:41.571]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.8233662Z [00:02:41.571]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:04.8234512Z [00:02:41.571]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.8235603Z [00:02:41.571]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:04.8236019Z [00:02:41.571]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.8236421Z [00:02:41.571]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:59:04.8236866Z [00:02:41.571]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:04.8237317Z [00:02:41.571]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:04.8237734Z [00:02:41.571]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.8238453Z [00:02:41.571]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:04.8238861Z [00:02:41.571]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.8239164Z [00:02:41.571]➜  EOF
2025-08-20T18:59:04.8251525Z [00:02:41.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2=>github.com/elastic/gosigar@v0.14.2;$WORK/b1060=>" -p github.com/elastic/gosigar -lang=go1.14 -complete -installsuffix shared -buildid d7ZJsFg9v9GlnulrL4pM/d7ZJsFg9v9GlnulrL4pM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack /root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2/concrete_sigar.go /root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2/sigar_format.go /root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2/sigar_interface.go /root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2/sigar_linux.go /root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2/sigar_linux_common.go /root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2/sigar_unix.go /root/go/pkg/mod/github.com/elastic/gosigar@v0.14.2/sigar_util.go
2025-08-20T18:59:04.8338091Z [00:02:41.581]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T18:59:04.8395749Z [00:02:41.586]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T18:59:04.8397635Z [00:02:41.587]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/a3/a3e7fd999cdfe35672b23c34375cf2857433774a56b4c4cd0c68ea56fac45ed2-d # internal
2025-08-20T18:59:04.8435167Z [00:02:41.591]➜  github.com/libp2p/go-libp2p/p2p/security/tls
2025-08-20T18:59:04.8436231Z [00:02:41.591]➜  mkdir -p $WORK/b1061/
2025-08-20T18:59:04.8437142Z [00:02:41.591]➜  cat >/tmp/go-build693841089/b1061/importcfg << 'EOF' # internal
2025-08-20T18:59:04.8437582Z [00:02:41.591]➜  # import config
2025-08-20T18:59:04.8438261Z [00:02:41.591]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.8438848Z [00:02:41.591]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:04.8439356Z [00:02:41.591]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:04.8439824Z [00:02:41.591]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:04.8440283Z [00:02:41.591]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:04.8440734Z [00:02:41.591]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:04.8441177Z [00:02:41.591]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:04.8441639Z [00:02:41.591]➜  packagefile crypto/x509/pkix=/tmp/go-build693841089/b237/_pkg_.a
2025-08-20T18:59:04.8442107Z [00:02:41.591]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:59:04.8442548Z [00:02:41.591]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.8442957Z [00:02:41.591]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.8443516Z [00:02:41.591]➜  packagefile github.com/libp2p/go-libp2p/core/canonicallog=/tmp/go-build693841089/b897/_pkg_.a
2025-08-20T18:59:04.8444392Z [00:02:41.591]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:04.8445268Z [00:02:41.591]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:04.8446105Z [00:02:41.591]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:04.8446751Z [00:02:41.591]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:04.8447378Z [00:02:41.591]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build693841089/b905/_pkg_.a
2025-08-20T18:59:04.8448023Z [00:02:41.591]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build693841089/b942/_pkg_.a
2025-08-20T18:59:04.8448707Z [00:02:41.591]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:04.8449220Z [00:02:41.591]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.8449622Z [00:02:41.591]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:04.8450030Z [00:02:41.591]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.8450420Z [00:02:41.591]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.8450842Z [00:02:41.591]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:04.8451267Z [00:02:41.591]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.8451567Z [00:02:41.591]➜  EOF
2025-08-20T18:59:04.8454532Z [00:02:41.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/tls=>github.com/libp2p/go-libp2p@v0.34.1/p2p/security/tls;$WORK/b1061=>" -p github.com/libp2p/go-libp2p/p2p/security/tls -lang=go1.21 -complete -installsuffix shared -buildid pdMahxjNg8Y8ikoN03uC/pdMahxjNg8Y8ikoN03uC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/tls/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/tls/crypto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/tls/extension.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/security/tls/transport.go
2025-08-20T18:59:04.8457598Z [00:02:41.591]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/fe/fea9ea741f3b1bee5615e16c29002e63afea6f593c9581014633719f709fc6fe-d # internal
2025-08-20T18:59:04.8458179Z [00:02:41.591]➜  github.com/quic-go/webtransport-go
2025-08-20T18:59:04.8458473Z [00:02:41.591]➜  mkdir -p $WORK/b1046/
2025-08-20T18:59:04.8459010Z [00:02:41.591]➜  cat >/tmp/go-build693841089/b1046/importcfg << 'EOF' # internal
2025-08-20T18:59:04.8459418Z [00:02:41.591]➜  # import config
2025-08-20T18:59:04.8459824Z [00:02:41.591]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.8460321Z [00:02:41.591]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:04.8460781Z [00:02:41.591]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:04.8461218Z [00:02:41.591]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.8461623Z [00:02:41.591]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.8462100Z [00:02:41.591]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build693841089/b1027/_pkg_.a
2025-08-20T18:59:04.8462706Z [00:02:41.591]➜  packagefile github.com/quic-go/quic-go/http3=/tmp/go-build693841089/b1044/_pkg_.a
2025-08-20T18:59:04.8463308Z [00:02:41.591]➜  packagefile github.com/quic-go/quic-go/quicvarint=/tmp/go-build693841089/b1035/_pkg_.a
2025-08-20T18:59:04.8463802Z [00:02:41.591]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.8464215Z [00:02:41.591]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:04.8464769Z [00:02:41.591]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.8465371Z [00:02:41.591]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:04.8465790Z [00:02:41.591]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:04.8466342Z [00:02:41.591]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.8466739Z [00:02:41.591]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.8467164Z [00:02:41.591]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:04.8467488Z [00:02:41.591]➜  EOF
2025-08-20T18:59:04.8471155Z [00:02:41.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0=>github.com/quic-go/webtransport-go@v0.8.0;$WORK/b1046=>" -p github.com/quic-go/webtransport-go -lang=go1.21 -complete -installsuffix shared -buildid Vj1WWLekz2HOtixHpGMa/Vj1WWLekz2HOtixHpGMa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/client.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/errors.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/protocol.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/server.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/session.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/session_manager.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/stream.go /root/go/pkg/mod/github.com/quic-go/webtransport-go@v0.8.0/streams_map.go
2025-08-20T18:59:04.9253910Z [00:02:41.673]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T18:59:04.9288341Z [00:02:41.676]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/9b/9b9f6304d9b5394441dd92349b0fa27fb231a2cb994fa1af2ddd6a175e6c00f5-d # internal
2025-08-20T18:59:04.9297259Z [00:02:41.677]➜  github.com/containerd/cgroups
2025-08-20T18:59:04.9300499Z [00:02:41.678]➜  mkdir -p $WORK/b1054/
2025-08-20T18:59:04.9309139Z [00:02:41.678]➜  cat >/tmp/go-build693841089/b1054/importcfg << 'EOF' # internal
2025-08-20T18:59:04.9309576Z [00:02:41.678]➜  # import config
2025-08-20T18:59:04.9310130Z [00:02:41.678]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:04.9310743Z [00:02:41.678]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:04.9311206Z [00:02:41.678]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.9312770Z [00:02:41.678]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.9313375Z [00:02:41.678]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.9315068Z [00:02:41.678]➜  packagefile github.com/containerd/cgroups/stats/v1=/tmp/go-build693841089/b1055/_pkg_.a
2025-08-20T18:59:04.9316183Z [00:02:41.679]➜  packagefile github.com/coreos/go-systemd/v22/dbus=/tmp/go-build693841089/b1056/_pkg_.a
2025-08-20T18:59:04.9318059Z [00:02:41.679]➜  packagefile github.com/docker/go-units=/tmp/go-build693841089/b1058/_pkg_.a
2025-08-20T18:59:04.9318701Z [00:02:41.679]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build693841089/b1057/_pkg_.a
2025-08-20T18:59:04.9320570Z [00:02:41.679]➜  packagefile github.com/opencontainers/runtime-spec/specs-go=/tmp/go-build693841089/b1059/_pkg_.a
2025-08-20T18:59:04.9321642Z [00:02:41.679]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:04.9323706Z [00:02:41.679]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:04.9324241Z [00:02:41.679]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:04.9325009Z [00:02:41.679]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:04.9325446Z [00:02:41.679]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:04.9325909Z [00:02:41.679]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:04.9326324Z [00:02:41.679]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:04.9327090Z [00:02:41.679]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.9327502Z [00:02:41.679]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:04.9327907Z [00:02:41.679]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.9328214Z [00:02:41.679]➜  EOF
2025-08-20T18:59:04.9336129Z [00:02:41.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0=>github.com/containerd/cgroups@v1.1.0;$WORK/b1054=>" -p github.com/containerd/cgroups -lang=go1.17 -complete -installsuffix shared -buildid H5M5v2R0P0OStr6D-LKZ/H5M5v2R0P0OStr6D-LKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/blkio.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/cgroup.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/control.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/cpu.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/cpuacct.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/cpuset.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/devices.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/errors.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/freezer.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/hierarchy.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/hugetlb.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/memory.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/named.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/net_cls.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/net_prio.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/opts.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/paths.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/perf_event.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/pids.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/rdma.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/state.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/subsystem.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/systemd.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/ticks.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/utils.go /root/go/pkg/mod/github.com/containerd/cgroups@v1.1.0/v1.go
2025-08-20T18:59:04.9468905Z [00:02:41.694]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T18:59:04.9469341Z [00:02:41.694]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T18:59:04.9470050Z [00:02:41.694]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/d8/d83f918c8f67b80caa55d76b5e1694f5cec03ae62762b3bf932ba9c46ba24f75-d # internal
2025-08-20T18:59:04.9470646Z [00:02:41.694]➜  github.com/libp2p/go-reuseport
2025-08-20T18:59:04.9470941Z [00:02:41.694]➜  mkdir -p $WORK/b1065/
2025-08-20T18:59:04.9471589Z [00:02:41.694]➜  cat >/tmp/go-build693841089/b1065/importcfg << 'EOF' # internal
2025-08-20T18:59:04.9472017Z [00:02:41.694]➜  # import config
2025-08-20T18:59:04.9472356Z [00:02:41.694]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.9472768Z [00:02:41.694]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.9473425Z [00:02:41.694]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:04.9475068Z [00:02:41.694]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.9475486Z [00:02:41.694]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:04.9475893Z [00:02:41.694]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.9476192Z [00:02:41.694]➜  EOF
2025-08-20T18:59:04.9478499Z [00:02:41.694]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-reuseport@v0.4.0=>github.com/libp2p/go-reuseport@v0.4.0;$WORK/b1065=>" -p github.com/libp2p/go-reuseport -lang=go1.20 -complete -installsuffix shared -buildid oxdlUkQ9N4E8QhWyzgd9/oxdlUkQ9N4E8QhWyzgd9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/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-20T18:59:04.9498273Z [00:02:41.697]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/e6/e65fa19bdd55808c6cdeb0e220f518a109eccf675725b5050e94b795f03f9d7c-d # internal
2025-08-20T18:59:04.9516937Z [00:02:41.699]➜  github.com/libp2p/go-libp2p/p2p/transport/quic
2025-08-20T18:59:04.9517382Z [00:02:41.699]➜  mkdir -p $WORK/b1062/
2025-08-20T18:59:04.9536052Z [00:02:41.699]➜  cat >/tmp/go-build693841089/b1062/importcfg << 'EOF' # internal
2025-08-20T18:59:04.9536602Z [00:02:41.699]➜  # import config
2025-08-20T18:59:04.9537093Z [00:02:41.699]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.9537657Z [00:02:41.699]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:04.9538178Z [00:02:41.699]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.9538697Z [00:02:41.699]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.9539290Z [00:02:41.699]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:04.9540012Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:04.9540756Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:04.9541487Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:04.9542501Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:04.9543323Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:04.9544107Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:04.9545009Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/tmp/go-build693841089/b1061/_pkg_.a
2025-08-20T18:59:04.9545903Z [00:02:41.699]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build693841089/b1020/_pkg_.a
2025-08-20T18:59:04.9546715Z [00:02:41.699]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:04.9547436Z [00:02:41.699]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build693841089/b901/_pkg_.a
2025-08-20T18:59:04.9548190Z [00:02:41.699]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:04.9549050Z [00:02:41.699]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build693841089/b1027/_pkg_.a
2025-08-20T18:59:04.9549696Z [00:02:41.699]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:04.9550200Z [00:02:41.699]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.9550682Z [00:02:41.699]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.9551387Z [00:02:41.699]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:04.9551796Z [00:02:41.699]➜  EOF
2025-08-20T18:59:04.9555372Z [00:02:41.699]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quic=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quic;$WORK/b1062=>" -p github.com/libp2p/go-libp2p/p2p/transport/quic -lang=go1.21 -complete -installsuffix shared -buildid 5ZQzKS94rGaqc-Uk1ot5/5ZQzKS94rGaqc-Uk1ot5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quic/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quic/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quic/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quic/transport.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/quic/virtuallistener.go
2025-08-20T18:59:04.9839053Z [00:02:41.731]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T18:59:04.9850773Z [00:02:41.732]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/0f/0ff14e3e5d0eda00fee89a03c985305518e736846e34addc6fdbf86fc39a2ce9-d # internal
2025-08-20T18:59:04.9903863Z [00:02:41.737]➜  github.com/libp2p/go-libp2p/p2p/net/reuseport
2025-08-20T18:59:04.9904285Z [00:02:41.737]➜  mkdir -p $WORK/b1064/
2025-08-20T18:59:04.9910182Z [00:02:41.738]➜  cat >/tmp/go-build693841089/b1064/importcfg << 'EOF' # internal
2025-08-20T18:59:04.9910591Z [00:02:41.738]➜  # import config
2025-08-20T18:59:04.9915526Z [00:02:41.738]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:04.9921278Z [00:02:41.738]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:04.9926571Z [00:02:41.738]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:04.9937616Z [00:02:41.738]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:04.9940415Z [00:02:41.738]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build693841089/b695/_pkg_.a
2025-08-20T18:59:04.9941003Z [00:02:41.738]➜  packagefile github.com/libp2p/go-reuseport=/tmp/go-build693841089/b1065/_pkg_.a
2025-08-20T18:59:04.9941607Z [00:02:41.738]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:04.9942246Z [00:02:41.738]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:04.9943034Z [00:02:41.738]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:04.9943544Z [00:02:41.738]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:04.9943953Z [00:02:41.738]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:04.9944409Z [00:02:41.738]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:04.9944866Z [00:02:41.738]➜  EOF
2025-08-20T18:59:04.9948635Z [00:02:41.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport=>github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport;$WORK/b1064=>" -p github.com/libp2p/go-libp2p/p2p/net/reuseport -lang=go1.21 -complete -installsuffix shared -buildid s9VYE2dxrodwrW3IDb3N/s9VYE2dxrodwrW3IDb3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport/dial.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport/dialer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport/listen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport/reuseport.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport/reuseport_posix.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/reuseport/transport.go
2025-08-20T18:59:05.0119856Z [00:02:41.759]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T18:59:05.0144552Z [00:02:41.762]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/e3/e3fd9f98af9e9e92bed5f1b1a0393fd7dde1e92400027507578b760da482bdb0-d # internal
2025-08-20T18:59:05.0231140Z [00:02:41.771]➜  github.com/libp2p/go-libp2p/p2p/transport/webtransport
2025-08-20T18:59:05.0232511Z [00:02:41.771]➜  mkdir -p $WORK/b1019/
2025-08-20T18:59:05.0239292Z [00:02:41.771]➜  cat >/tmp/go-build693841089/b1019/importcfg << 'EOF' # internal
2025-08-20T18:59:05.0240858Z [00:02:41.771]➜  # import config
2025-08-20T18:59:05.0241234Z [00:02:41.771]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:05.0241668Z [00:02:41.771]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.0242587Z [00:02:41.771]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:05.0243061Z [00:02:41.771]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:05.0243527Z [00:02:41.771]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:05.0243986Z [00:02:41.771]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:05.0244425Z [00:02:41.771]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:05.0245063Z [00:02:41.771]➜  packagefile crypto/x509/pkix=/tmp/go-build693841089/b237/_pkg_.a
2025-08-20T18:59:05.0245538Z [00:02:41.771]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:05.0245985Z [00:02:41.771]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.0246403Z [00:02:41.771]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.0246889Z [00:02:41.771]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:59:05.0247443Z [00:02:41.771]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.0248041Z [00:02:41.771]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:05.0248680Z [00:02:41.771]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:05.0249312Z [00:02:41.771]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.0249934Z [00:02:41.771]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.0250549Z [00:02:41.772]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:05.0251367Z [00:02:41.772]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:05.0252131Z [00:02:41.772]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build693841089/b937/_pkg_.a
2025-08-20T18:59:05.0252835Z [00:02:41.772]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise/pb=/tmp/go-build693841089/b946/_pkg_.a
2025-08-20T18:59:05.0253559Z [00:02:41.772]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build693841089/b1020/_pkg_.a
2025-08-20T18:59:05.0254242Z [00:02:41.772]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.0255061Z [00:02:41.772]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.0255696Z [00:02:41.772]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:05.0256315Z [00:02:41.772]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:05.0257046Z [00:02:41.772]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build693841089/b1027/_pkg_.a
2025-08-20T18:59:05.0257682Z [00:02:41.772]➜  packagefile github.com/quic-go/quic-go/http3=/tmp/go-build693841089/b1044/_pkg_.a
2025-08-20T18:59:05.0258280Z [00:02:41.772]➜  packagefile github.com/quic-go/webtransport-go=/tmp/go-build693841089/b1046/_pkg_.a
2025-08-20T18:59:05.0259067Z [00:02:41.772]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:59:05.0259534Z [00:02:41.772]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.0259945Z [00:02:41.772]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:05.0260355Z [00:02:41.772]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.0260763Z [00:02:41.772]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:05.0261190Z [00:02:41.772]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:05.0261598Z [00:02:41.772]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.0262022Z [00:02:41.772]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:05.0262600Z [00:02:41.772]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.0262905Z [00:02:41.772]➜  EOF
2025-08-20T18:59:05.0273118Z [00:02:41.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport;$WORK/b1019=>" -p github.com/libp2p/go-libp2p/p2p/transport/webtransport -lang=go1.21 -complete -installsuffix shared -buildid OxCFEZJeoEbh0om2lR0z/OxCFEZJeoEbh0om2lR0z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/cert_manager.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/crypto.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/multiaddr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/noise_early_data.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/webtransport/transport.go
2025-08-20T18:59:05.0338093Z [00:02:41.780]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T18:59:05.0351256Z [00:02:41.782]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/24/2404a99062b9119655f90922a07ac4446d5e76326bb22912a710b2d6633d4b32-d # internal
2025-08-20T18:59:05.0352169Z [00:02:41.783]➜  github.com/mikioh/tcpopt
2025-08-20T18:59:05.0354941Z [00:02:41.783]➜  mkdir -p $WORK/b1067/
2025-08-20T18:59:05.0360812Z [00:02:41.783]➜  cat >/tmp/go-build693841089/b1067/importcfg << 'EOF' # internal
2025-08-20T18:59:05.0367178Z [00:02:41.783]➜  # import config
2025-08-20T18:59:05.0369165Z [00:02:41.783]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:05.0401065Z [00:02:41.783]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.0401532Z [00:02:41.783]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.0401960Z [00:02:41.783]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.0402363Z [00:02:41.783]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.0402663Z [00:02:41.783]➜  EOF
2025-08-20T18:59:05.0407063Z [00:02:41.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1067/_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/b1067=>" -p github.com/mikioh/tcpopt -lang=go1.16 -complete -installsuffix shared -buildid IVpWnQBi79iNZiROX8wZ/IVpWnQBi79iNZiROX8wZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/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-20T18:59:05.0492043Z [00:02:41.796]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T18:59:05.0498975Z [00:02:41.797]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/7a/7ac6cccc8ea9c715ab93dfb2a1143fd0544c4421e8f4ba3890a8f4a4cee7ac23-d # internal
2025-08-20T18:59:05.0506828Z [00:02:41.798]➜  github.com/gorilla/websocket
2025-08-20T18:59:05.0511086Z [00:02:41.798]➜  mkdir -p $WORK/b1070/
2025-08-20T18:59:05.0511773Z [00:02:41.798]➜  cat >/tmp/go-build693841089/b1070/importcfg << 'EOF' # internal
2025-08-20T18:59:05.0512123Z [00:02:41.798]➜  # import config
2025-08-20T18:59:05.0512458Z [00:02:41.798]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:05.0512882Z [00:02:41.798]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:05.0513322Z [00:02:41.798]➜  packagefile compress/flate=/tmp/go-build693841089/b123/_pkg_.a
2025-08-20T18:59:05.0513759Z [00:02:41.798]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.0514191Z [00:02:41.798]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:05.0516854Z [00:02:41.798]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:05.0517411Z [00:02:41.798]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:05.0517882Z [00:02:41.798]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:05.0518358Z [00:02:41.798]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:05.0518819Z [00:02:41.798]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:05.0519250Z [00:02:41.798]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.0519658Z [00:02:41.798]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.0520114Z [00:02:41.798]➜  packagefile golang.org/x/net/proxy=/tmp/go-build693841089/b995/_pkg_.a
2025-08-20T18:59:05.0520564Z [00:02:41.798]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.0520951Z [00:02:41.798]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:05.0521553Z [00:02:41.798]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.0522024Z [00:02:41.798]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:05.0522488Z [00:02:41.798]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:59:05.0522943Z [00:02:41.798]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:05.0523354Z [00:02:41.798]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:05.0523763Z [00:02:41.798]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.0524173Z [00:02:41.798]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.0524567Z [00:02:41.798]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.0525202Z [00:02:41.798]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:05.0525530Z [00:02:41.798]➜  EOF
2025-08-20T18:59:05.0529998Z [00:02:41.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1=>github.com/gorilla/websocket@v1.5.1;$WORK/b1070=>" -p github.com/gorilla/websocket -lang=go1.20 -complete -installsuffix shared -buildid N3AIKpbz5H46Sg9zgpBO/N3AIKpbz5H46Sg9zgpBO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/client.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/compression.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/conn.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/doc.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/join.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/json.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/mask.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/prepared.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/proxy.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/server.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/tls_handshake.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.1/util.go
2025-08-20T18:59:05.0786216Z [00:02:41.826]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T18:59:05.0795483Z [00:02:41.827]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/4d/4dd4b7bdf9eaee0542e9b50060e65bba09d806921c34273cad3614ed14b9d87e-d # internal
2025-08-20T18:59:05.0798701Z [00:02:41.827]➜  github.com/marten-seemann/tcp
2025-08-20T18:59:05.0799861Z [00:02:41.828]➜  mkdir -p $WORK/b1066/
2025-08-20T18:59:05.0808835Z [00:02:41.828]➜  cat >/tmp/go-build693841089/b1066/importcfg << 'EOF' # internal
2025-08-20T18:59:05.0809662Z [00:02:41.828]➜  # import config
2025-08-20T18:59:05.0810391Z [00:02:41.828]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:05.0812129Z [00:02:41.828]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.0812580Z [00:02:41.828]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.0813082Z [00:02:41.828]➜  packagefile github.com/mikioh/tcpopt=/tmp/go-build693841089/b1067/_pkg_.a
2025-08-20T18:59:05.0813559Z [00:02:41.828]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.0813948Z [00:02:41.828]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.0814355Z [00:02:41.828]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:05.0814937Z [00:02:41.828]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:05.0815353Z [00:02:41.828]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.0815769Z [00:02:41.828]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:05.0816177Z [00:02:41.828]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.0816476Z [00:02:41.828]➜  EOF
2025-08-20T18:59:05.0822205Z [00:02:41.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1066/_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/b1066=>" -p github.com/marten-seemann/tcp -lang=go1.15 -complete -installsuffix shared -buildid zFwVt5lsuzvtAroa1zEq/zFwVt5lsuzvtAroa1zEq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/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_arm64.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-20T18:59:05.1394029Z [00:02:41.887]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T18:59:05.1412493Z [00:02:41.889]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/8f/8f76dacae556aecc6269bf9ffd7c875610a87393ac36b577e99f71a80162d5a8-d # internal
2025-08-20T18:59:05.1422032Z [00:02:41.890]➜  github.com/mikioh/tcpinfo
2025-08-20T18:59:05.1423792Z [00:02:41.890]➜  mkdir -p $WORK/b1068/
2025-08-20T18:59:05.1438433Z [00:02:41.891]➜  cat >/tmp/go-build693841089/b1068/importcfg << 'EOF' # internal
2025-08-20T18:59:05.1438977Z [00:02:41.891]➜  # import config
2025-08-20T18:59:05.1439483Z [00:02:41.891]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:05.1440059Z [00:02:41.891]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.1440657Z [00:02:41.891]➜  packagefile github.com/mikioh/tcpopt=/tmp/go-build693841089/b1067/_pkg_.a
2025-08-20T18:59:05.1441246Z [00:02:41.891]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.1441773Z [00:02:41.891]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.1442498Z [00:02:41.891]➜  EOF
2025-08-20T18:59:05.1466643Z [00:02:41.892]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1068/_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/b1068=>" -p github.com/mikioh/tcpinfo -lang=go1.16 -complete -installsuffix shared -buildid lvitYdxB29wBKtsnu8j8/lvitYdxB29wBKtsnu8j8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/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-20T18:59:05.1865356Z [00:02:41.934]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T18:59:05.1876534Z [00:02:41.935]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/da/da9f4d2a00eb305d3a4c82d1ad1cb9ebd0654a584d74dbb602cce85afcb54a8a-d # internal
2025-08-20T18:59:05.1949495Z [00:02:41.942]➜  github.com/libp2p/go-libp2p/p2p/transport/tcp
2025-08-20T18:59:05.1950685Z [00:02:41.943]➜  mkdir -p $WORK/b1063/
2025-08-20T18:59:05.1952696Z [00:02:41.943]➜  cat >/tmp/go-build693841089/b1063/importcfg << 'EOF' # internal
2025-08-20T18:59:05.1953446Z [00:02:41.943]➜  # import config
2025-08-20T18:59:05.1953912Z [00:02:41.943]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.1954340Z [00:02:41.943]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.1954985Z [00:02:41.943]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.1955596Z [00:02:41.943]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.1956245Z [00:02:41.943]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.1956883Z [00:02:41.943]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:05.1957557Z [00:02:41.943]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/reuseport=/tmp/go-build693841089/b1064/_pkg_.a
2025-08-20T18:59:05.1958193Z [00:02:41.943]➜  packagefile github.com/libp2p/go-reuseport=/tmp/go-build693841089/b1065/_pkg_.a
2025-08-20T18:59:05.1958918Z [00:02:41.943]➜  packagefile github.com/marten-seemann/tcp=/tmp/go-build693841089/b1066/_pkg_.a
2025-08-20T18:59:05.1959543Z [00:02:41.943]➜  packagefile github.com/mikioh/tcpinfo=/tmp/go-build693841089/b1068/_pkg_.a
2025-08-20T18:59:05.1960138Z [00:02:41.943]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.1960772Z [00:02:41.943]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build693841089/b901/_pkg_.a
2025-08-20T18:59:05.1961643Z [00:02:41.943]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.1962316Z [00:02:41.943]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:05.1962855Z [00:02:41.943]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.1963248Z [00:02:41.943]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.1963658Z [00:02:41.943]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:05.1964079Z [00:02:41.943]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.1964776Z [00:02:41.943]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.1965242Z [00:02:41.943]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:05.1965647Z [00:02:41.943]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.1965962Z [00:02:41.943]➜  EOF
2025-08-20T18:59:05.1971790Z [00:02:41.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/tcp=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/tcp;$WORK/b1063=>" -p github.com/libp2p/go-libp2p/p2p/transport/tcp -lang=go1.21 -complete -installsuffix shared -buildid SHGTuUNlfajvsAknvM8-/SHGTuUNlfajvsAknvM8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/tcp/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/tcp/metrics_linux.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/tcp/reuseport.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/tcp/tcp.go
2025-08-20T18:59:05.2147704Z [00:02:41.962]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T18:59:05.2209816Z [00:02:41.968]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/5f/5fe287cc908f826987ce3fd67af2b6ceae349bb66513bb38ab11e3d1ffd6c9b9-d # internal
2025-08-20T18:59:05.2232945Z [00:02:41.970]➜  github.com/raulk/go-watchdog
2025-08-20T18:59:05.2233300Z [00:02:41.971]➜  mkdir -p $WORK/b1053/
2025-08-20T18:59:05.2236027Z [00:02:41.971]➜  cat >/tmp/go-build693841089/b1053/importcfg << 'EOF' # internal
2025-08-20T18:59:05.2236971Z [00:02:41.971]➜  # import config
2025-08-20T18:59:05.2237728Z [00:02:41.971]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.2238937Z [00:02:41.971]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.2239507Z [00:02:41.971]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:59:05.2240099Z [00:02:41.971]➜  packagefile github.com/containerd/cgroups=/tmp/go-build693841089/b1054/_pkg_.a
2025-08-20T18:59:05.2240668Z [00:02:41.971]➜  packagefile github.com/elastic/gosigar=/tmp/go-build693841089/b1060/_pkg_.a
2025-08-20T18:59:05.2241147Z [00:02:41.971]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:05.2241546Z [00:02:41.971]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:05.2241938Z [00:02:41.971]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.2242370Z [00:02:41.971]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:05.2242812Z [00:02:41.971]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:05.2243256Z [00:02:41.971]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:05.2243845Z [00:02:41.971]➜  packagefile runtime/pprof=/tmp/go-build693841089/b663/_pkg_.a
2025-08-20T18:59:05.2244336Z [00:02:41.971]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.2244903Z [00:02:41.971]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.2245226Z [00:02:41.971]➜  EOF
2025-08-20T18:59:05.2248447Z [00:02:41.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0=>github.com/raulk/go-watchdog@v1.3.0;$WORK/b1053=>" -p github.com/raulk/go-watchdog -lang=go1.15 -complete -installsuffix shared -buildid uba2V5n5ce9LXz7bF8c5/uba2V5n5ce9LXz7bF8c5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0/adaptive.go /root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0/doc.go /root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0/log.go /root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0/notification.go /root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0/watchdog.go /root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0/watchdog_linux.go /root/go/pkg/mod/github.com/raulk/go-watchdog@v1.3.0/watermarks.go
2025-08-20T18:59:05.2270345Z [00:02:41.974]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T18:59:05.2282506Z [00:02:41.976]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/fe/fe077e28c38c5b11a3fb27d12555d1a2a40e2a8d3d812ba74bc8625b6f71013e-d # internal
2025-08-20T18:59:05.2296134Z [00:02:41.977]➜  github.com/libp2p/go-libp2p/p2p/host/basic
2025-08-20T18:59:05.2296484Z [00:02:41.977]➜  mkdir -p $WORK/b912/
2025-08-20T18:59:05.2301309Z [00:02:41.978]➜  cat >/tmp/go-build693841089/b912/importcfg << 'EOF' # internal
2025-08-20T18:59:05.2303697Z [00:02:41.978]➜  # import config
2025-08-20T18:59:05.2305370Z [00:02:41.978]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.2305828Z [00:02:41.978]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.2306248Z [00:02:41.978]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.2306720Z [00:02:41.978]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.2307330Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:05.2307964Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:05.2308594Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:05.2309211Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.2309836Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.2310694Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.2311442Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:05.2312113Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:05.2312750Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:59:05.2313396Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:05.2314054Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/tmp/go-build693841089/b908/_pkg_.a
2025-08-20T18:59:05.2314858Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:05.2315619Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/pstoremanager=/tmp/go-build693841089/b913/_pkg_.a
2025-08-20T18:59:05.2316476Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/relaysvc=/tmp/go-build693841089/b914/_pkg_.a
2025-08-20T18:59:05.2317185Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/nat=/tmp/go-build693841089/b919/_pkg_.a
2025-08-20T18:59:05.2317896Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build693841089/b915/_pkg_.a
2025-08-20T18:59:05.2318633Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/tmp/go-build693841089/b932/_pkg_.a
2025-08-20T18:59:05.2319504Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build693841089/b934/_pkg_.a
2025-08-20T18:59:05.2320199Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build693841089/b762/_pkg_.a
2025-08-20T18:59:05.2320885Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/tmp/go-build693841089/b936/_pkg_.a
2025-08-20T18:59:05.2321766Z [00:02:41.978]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/tmp/go-build693841089/b1019/_pkg_.a
2025-08-20T18:59:05.2322422Z [00:02:41.978]➜  packagefile github.com/libp2p/go-netroute=/tmp/go-build693841089/b695/_pkg_.a
2025-08-20T18:59:05.2323184Z [00:02:41.978]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.2323817Z [00:02:41.978]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:05.2324461Z [00:02:41.978]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.2328100Z [00:02:41.978]➜  packagefile github.com/multiformats/go-multistream=/tmp/go-build693841089/b635/_pkg_.a
2025-08-20T18:59:05.2328780Z [00:02:41.978]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:05.2329306Z [00:02:41.978]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.2329707Z [00:02:41.978]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.2330123Z [00:02:41.978]➜  packagefile net/netip=/tmp/go-build693841089/b089/_pkg_.a
2025-08-20T18:59:05.2330547Z [00:02:41.978]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:05.2330955Z [00:02:41.978]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:05.2331362Z [00:02:41.978]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.2331769Z [00:02:41.978]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.2332069Z [00:02:41.978]➜  EOF
2025-08-20T18:59:05.2334549Z [00:02:41.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/basic=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/basic;$WORK/b912=>" -p github.com/libp2p/go-libp2p/p2p/host/basic -lang=go1.21 -complete -installsuffix shared -buildid dNgFBA4KpiOjKfZkARM4/dNgFBA4KpiOjKfZkARM4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/basic/basic_host.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/basic/natmgr.go
2025-08-20T18:59:05.2633050Z [00:02:42.011]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T18:59:05.2723128Z [00:02:42.017]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/a7/a7321a2d35fbb480a80cc52b8ec55578707fbe6c07d7f4bfbf9fac54db2a9207-d # internal
2025-08-20T18:59:05.2723870Z [00:02:42.019]➜  github.com/libp2p/go-libp2p/p2p/transport/websocket
2025-08-20T18:59:05.2724221Z [00:02:42.019]➜  mkdir -p $WORK/b1069/
2025-08-20T18:59:05.2724735Z [00:02:42.019]➜  cat >/tmp/go-build693841089/b1069/importcfg << 'EOF' # internal
2025-08-20T18:59:05.2725157Z [00:02:42.019]➜  # import config
2025-08-20T18:59:05.2725506Z [00:02:42.019]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.2725946Z [00:02:42.019]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:05.2737943Z [00:02:42.019]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.2738531Z [00:02:42.019]➜  packagefile github.com/gorilla/websocket=/tmp/go-build693841089/b1070/_pkg_.a
2025-08-20T18:59:05.2739165Z [00:02:42.019]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.2739800Z [00:02:42.020]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.2740628Z [00:02:42.020]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:05.2741264Z [00:02:42.020]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.2742028Z [00:02:42.020]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build693841089/b901/_pkg_.a
2025-08-20T18:59:05.2742681Z [00:02:42.020]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.2743186Z [00:02:42.020]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.2743576Z [00:02:42.020]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.2744161Z [00:02:42.020]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:05.2744582Z [00:02:42.020]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:05.2745148Z [00:02:42.020]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:05.2745564Z [00:02:42.020]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.2745968Z [00:02:42.020]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.2746367Z [00:02:42.020]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.2746663Z [00:02:42.020]➜  EOF
2025-08-20T18:59:05.2749852Z [00:02:42.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/websocket=>github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/websocket;$WORK/b1069=>" -p github.com/libp2p/go-libp2p/p2p/transport/websocket -lang=go1.21 -complete -installsuffix shared -buildid s8xwQaTNFRWth8q1YIGS/s8xwQaTNFRWth8q1YIGS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/websocket/addrs.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/websocket/conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/websocket/listener.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/transport/websocket/websocket.go
2025-08-20T18:59:05.2985328Z [00:02:42.046]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T18:59:05.2992907Z [00:02:42.047]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/e6/e60621ae919dd4ff656609bf20e02e88e25812b58a2f4c62ac392439599b79f1-d # internal
2025-08-20T18:59:05.2997971Z [00:02:42.047]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T18:59:05.3008515Z [00:02:42.048]➜  github.com/libp2p/go-libp2p/p2p/net/connmgr
2025-08-20T18:59:05.3009605Z [00:02:42.048]➜  mkdir -p $WORK/b1052/
2025-08-20T18:59:05.3010470Z [00:02:42.048]➜  cat >/tmp/go-build693841089/b1052/importcfg << 'EOF' # internal
2025-08-20T18:59:05.3010851Z [00:02:42.048]➜  # import config
2025-08-20T18:59:05.3011197Z [00:02:42.048]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.3011633Z [00:02:42.048]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.3012034Z [00:02:42.048]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.3012519Z [00:02:42.048]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:59:05.3013066Z [00:02:42.048]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.3013936Z [00:02:42.048]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:05.3015042Z [00:02:42.048]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.3015749Z [00:02:42.048]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.3016370Z [00:02:42.048]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.3017171Z [00:02:42.048]➜  packagefile github.com/raulk/go-watchdog=/tmp/go-build693841089/b1053/_pkg_.a
2025-08-20T18:59:05.3017648Z [00:02:42.048]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:05.3018045Z [00:02:42.048]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.3018465Z [00:02:42.048]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:05.3018881Z [00:02:42.048]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.3019182Z [00:02:42.048]➜  EOF
2025-08-20T18:59:05.3022109Z [00:02:42.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/connmgr=>github.com/libp2p/go-libp2p@v0.34.1/p2p/net/connmgr;$WORK/b1052=>" -p github.com/libp2p/go-libp2p/p2p/net/connmgr -lang=go1.21 -complete -installsuffix shared -buildid XKLV72JHrtuHbFySqZDi/XKLV72JHrtuHbFySqZDi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/connmgr/connmgr.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/connmgr/decay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/connmgr/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/connmgr/watchdog_cgo.go
2025-08-20T18:59:05.3025267Z [00:02:42.049]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/94/94ed2773b65a19dd263d3c8dfe4a37a1dcfd8dad352d44d190a94f16e9a39de1-d # internal
2025-08-20T18:59:05.3035347Z [00:02:42.051]➜  github.com/libp2p/go-libp2p-pubsub/pb
2025-08-20T18:59:05.3036511Z [00:02:42.051]➜  mkdir -p $WORK/b1072/
2025-08-20T18:59:05.3046003Z [00:02:42.052]➜  cat >/tmp/go-build693841089/b1072/importcfg << 'EOF' # internal
2025-08-20T18:59:05.3047012Z [00:02:42.052]➜  # import config
2025-08-20T18:59:05.3047416Z [00:02:42.052]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.3047917Z [00:02:42.052]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:59:05.3048408Z [00:02:42.052]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.3048809Z [00:02:42.052]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:05.3049223Z [00:02:42.052]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:05.3049540Z [00:02:42.052]➜  EOF
2025-08-20T18:59:05.3052475Z [00:02:42.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/pb=>github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/pb;$WORK/b1072=>" -p github.com/libp2p/go-libp2p-pubsub/pb -lang=go1.21 -complete -installsuffix shared -buildid ddBdr4Sq3cuEyrxW9F8e/ddBdr4Sq3cuEyrxW9F8e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/pb/rpc.pb.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/pb/trace.pb.go
2025-08-20T18:59:05.3989417Z [00:02:42.146]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T18:59:05.4012673Z [00:02:42.149]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/f0/f01acd5e4b1572cafd8c433aac6217d591c0d6ac5f075d4651380f69bd9747f0-d # internal
2025-08-20T18:59:05.4045289Z [00:02:42.152]➜  github.com/libp2p/go-libp2p-pubsub/timecache
2025-08-20T18:59:05.4046480Z [00:02:42.152]➜  mkdir -p $WORK/b1073/
2025-08-20T18:59:05.4053960Z [00:02:42.153]➜  cat >/tmp/go-build693841089/b1073/importcfg << 'EOF' # internal
2025-08-20T18:59:05.4054450Z [00:02:42.153]➜  # import config
2025-08-20T18:59:05.4054921Z [00:02:42.153]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.4055425Z [00:02:42.153]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.4055897Z [00:02:42.153]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.4056675Z [00:02:42.153]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.4057218Z [00:02:42.153]➜  EOF
2025-08-20T18:59:05.4061341Z [00:02:42.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/timecache=>github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/timecache;$WORK/b1073=>" -p github.com/libp2p/go-libp2p-pubsub/timecache -lang=go1.21 -complete -installsuffix shared -buildid wJvlQddxIfyLfeyxK1JS/wJvlQddxIfyLfeyxK1JS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/timecache/first_seen_cache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/timecache/last_seen_cache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/timecache/time_cache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/timecache/util.go
2025-08-20T18:59:05.4177471Z [00:02:42.163]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T18:59:05.4182725Z [00:02:42.166]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/22/220e0985e5032d38101d735379eaca1b1f298f59318a94ffeeddeda768a10e87-d # internal
2025-08-20T18:59:05.4198090Z [00:02:42.167]➜  github.com/libp2p/go-libp2p/core/discovery
2025-08-20T18:59:05.4198474Z [00:02:42.167]➜  mkdir -p $WORK/b1074/
2025-08-20T18:59:05.4198872Z [00:02:42.167]➜  cat >/tmp/go-build693841089/b1074/importcfg << 'EOF' # internal
2025-08-20T18:59:05.4199220Z [00:02:42.167]➜  # import config
2025-08-20T18:59:05.4199567Z [00:02:42.167]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.4200096Z [00:02:42.167]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.4200602Z [00:02:42.167]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.4200917Z [00:02:42.167]➜  EOF
2025-08-20T18:59:05.4203584Z [00:02:42.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/discovery=>github.com/libp2p/go-libp2p@v0.34.1/core/discovery;$WORK/b1074=>" -p github.com/libp2p/go-libp2p/core/discovery -lang=go1.21 -complete -installsuffix shared -buildid B0Qrb2W3-CmS1tfRsdfz/B0Qrb2W3-CmS1tfRsdfz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/discovery/discovery.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/core/discovery/options.go
2025-08-20T18:59:05.4331387Z [00:02:42.180]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T18:59:05.4340808Z [00:02:42.181]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T18:59:05.4354441Z [00:02:42.182]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/7e/7ec5b58c214943b2ce26c083fed6a0833f0c8820296f26c47fcf5ac5a9ef8c8c-d # internal
2025-08-20T18:59:05.4357921Z [00:02:42.182]➜  github.com/libp2p/go-libp2p-pubsub-router/pb
2025-08-20T18:59:05.4358597Z [00:02:42.183]➜  mkdir -p $WORK/b1077/
2025-08-20T18:59:05.4359686Z [00:02:42.183]➜  cat >/tmp/go-build693841089/b1077/importcfg << 'EOF' # internal
2025-08-20T18:59:05.4360415Z [00:02:42.183]➜  # import config
2025-08-20T18:59:05.4360981Z [00:02:42.183]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.4362011Z [00:02:42.183]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:59:05.4362533Z [00:02:42.183]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.4363170Z [00:02:42.183]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:05.4363795Z [00:02:42.183]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:05.4364277Z [00:02:42.183]➜  EOF
2025-08-20T18:59:05.4367121Z [00:02:42.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1077/_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/b1077=>" -p github.com/libp2p/go-libp2p-pubsub-router/pb -lang=go1.18 -complete -installsuffix shared -buildid YP2G-a8Wqr_pxu8HFBxq/YP2G-a8Wqr_pxu8HFBxq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub-router@v0.6.0/pb/message.pb.go
2025-08-20T18:59:05.4373124Z [00:02:42.185]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/04/04ddde3cb157e8645c9302d840afd7ea7bfc46887e55dd9073becce1aaa73be9-d # internal
2025-08-20T18:59:05.4379807Z [00:02:42.186]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T18:59:05.4384913Z [00:02:42.186]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/bc/bc81d6950baf022a10defa6fc964c9d359a75ae2d2d45e16c299e156eca4b8e0-d # internal
2025-08-20T18:59:05.4394262Z [00:02:42.187]➜  github.com/libp2p/go-libp2p/p2p/discovery/backoff
2025-08-20T18:59:05.4398880Z [00:02:42.187]➜  mkdir -p $WORK/b1075/
2025-08-20T18:59:05.4406491Z [00:02:42.187]➜  cat >/tmp/go-build693841089/b1075/importcfg << 'EOF' # internal
2025-08-20T18:59:05.4409680Z [00:02:42.187]➜  # import config
2025-08-20T18:59:05.4410049Z [00:02:42.187]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.4410460Z [00:02:42.187]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.4410987Z [00:02:42.187]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build693841089/b563/_pkg_.a
2025-08-20T18:59:05.4411566Z [00:02:42.187]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.4412176Z [00:02:42.187]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build693841089/b1074/_pkg_.a
2025-08-20T18:59:05.4422419Z [00:02:42.187]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.4423251Z [00:02:42.187]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.4423879Z [00:02:42.187]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.4424383Z [00:02:42.187]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:05.4425022Z [00:02:42.187]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:05.4425445Z [00:02:42.187]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.4426139Z [00:02:42.188]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.4426602Z [00:02:42.188]➜  EOF
2025-08-20T18:59:05.4429479Z [00:02:42.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/backoff=>github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/backoff;$WORK/b1075=>" -p github.com/libp2p/go-libp2p/p2p/discovery/backoff -lang=go1.21 -complete -installsuffix shared -buildid C42cgoeo25LXNalmGaoQ/C42cgoeo25LXNalmGaoQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/backoff/backoff.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/backoff/backoffcache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/backoff/backoffconnector.go
2025-08-20T18:59:05.4431997Z [00:02:42.188]➜  github.com/libp2p/go-libp2p/p2p/host/autorelay
2025-08-20T18:59:05.4432351Z [00:02:42.188]➜  mkdir -p $WORK/b911/
2025-08-20T18:59:05.4432714Z [00:02:42.188]➜  cat >/tmp/go-build693841089/b911/importcfg << 'EOF' # internal
2025-08-20T18:59:05.4433061Z [00:02:42.188]➜  # import config
2025-08-20T18:59:05.4433802Z [00:02:42.188]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.4434266Z [00:02:42.188]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:05.4434976Z [00:02:42.188]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.4435377Z [00:02:42.188]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.4435848Z [00:02:42.188]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.4436430Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:05.4437045Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.4437681Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.4438303Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.4439113Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build693841089/b912/_pkg_.a
2025-08-20T18:59:05.4439780Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:05.4440461Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/p2p/metricshelper=/tmp/go-build693841089/b680/_pkg_.a
2025-08-20T18:59:05.4441201Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client=/tmp/go-build693841089/b1047/_pkg_.a
2025-08-20T18:59:05.4441957Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pb=/tmp/go-build693841089/b916/_pkg_.a
2025-08-20T18:59:05.4442719Z [00:02:42.188]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build693841089/b917/_pkg_.a
2025-08-20T18:59:05.4443405Z [00:02:42.188]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.4444036Z [00:02:42.188]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.4444810Z [00:02:42.188]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:05.4445481Z [00:02:42.188]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build693841089/b729/_pkg_.a
2025-08-20T18:59:05.4445965Z [00:02:42.188]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:05.4446378Z [00:02:42.188]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.4446776Z [00:02:42.188]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.4447096Z [00:02:42.188]➜  EOF
2025-08-20T18:59:05.4450942Z [00:02:42.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay=>github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay;$WORK/b911=>" -p github.com/libp2p/go-libp2p/p2p/host/autorelay -lang=go1.21 -complete -installsuffix shared -buildid fguE7bL6Audd-o8g3uAB/fguE7bL6Audd-o8g3uAB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay/addrsplosion.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay/autorelay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay/metrics.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay/relay.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/host/autorelay/relay_finder.go
2025-08-20T18:59:05.4737066Z [00:02:42.221]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T18:59:05.4738423Z [00:02:42.221]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/58/587b3778e7a44c6d160dbda85a2b5b769396a8ad39c6e4fb40d127adae7c6af4-d # internal
2025-08-20T18:59:05.4776330Z [00:02:42.225]➜  github.com/libp2p/zeroconf/v2
2025-08-20T18:59:05.4776693Z [00:02:42.225]➜  mkdir -p $WORK/b1079/
2025-08-20T18:59:05.4777081Z [00:02:42.225]➜  cat >/tmp/go-build693841089/b1079/importcfg << 'EOF' # internal
2025-08-20T18:59:05.4777789Z [00:02:42.225]➜  # import config
2025-08-20T18:59:05.4778135Z [00:02:42.225]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.4778541Z [00:02:42.225]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.4778996Z [00:02:42.225]➜  packagefile github.com/miekg/dns=/tmp/go-build693841089/b701/_pkg_.a
2025-08-20T18:59:05.4779507Z [00:02:42.225]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:59:05.4780025Z [00:02:42.225]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build693841089/b706/_pkg_.a
2025-08-20T18:59:05.4780480Z [00:02:42.225]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:05.4780894Z [00:02:42.225]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:05.4781309Z [00:02:42.225]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.4781700Z [00:02:42.225]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.4782107Z [00:02:42.225]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:05.4782517Z [00:02:42.225]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.4782922Z [00:02:42.225]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.4783323Z [00:02:42.225]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.4783627Z [00:02:42.225]➜  EOF
2025-08-20T18:59:05.4786803Z [00:02:42.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/zeroconf/v2@v2.2.0=>github.com/libp2p/zeroconf/v2@v2.2.0;$WORK/b1079=>" -p github.com/libp2p/zeroconf/v2 -lang=go1.16 -complete -installsuffix shared -buildid FvE0OzzNkKrEJlpHNw_J/FvE0OzzNkKrEJlpHNw_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/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-20T18:59:05.6080228Z [00:02:42.355]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T18:59:05.6103110Z [00:02:42.358]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/4c/4c8ca954dea1a61bd6321d23b4d36bc605aab10131ff91a849f94b486560b67a-d # internal
2025-08-20T18:59:05.6116654Z [00:02:42.359]➜  github.com/libp2p/go-libp2p/p2p/discovery/mdns
2025-08-20T18:59:05.6119276Z [00:02:42.359]➜  mkdir -p $WORK/b1078/
2025-08-20T18:59:05.6122596Z [00:02:42.360]➜  cat >/tmp/go-build693841089/b1078/importcfg << 'EOF' # internal
2025-08-20T18:59:05.6122978Z [00:02:42.360]➜  # import config
2025-08-20T18:59:05.6123322Z [00:02:42.360]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.6123739Z [00:02:42.360]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.6124232Z [00:02:42.360]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.6125037Z [00:02:42.360]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.6125665Z [00:02:42.360]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.6126258Z [00:02:42.360]➜  packagefile github.com/libp2p/zeroconf/v2=/tmp/go-build693841089/b1079/_pkg_.a
2025-08-20T18:59:05.6126861Z [00:02:42.360]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.6127494Z [00:02:42.360]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.6128337Z [00:02:42.360]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.6128753Z [00:02:42.360]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:05.6129341Z [00:02:42.360]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.6129749Z [00:02:42.360]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.6130050Z [00:02:42.360]➜  EOF
2025-08-20T18:59:05.6132121Z [00:02:42.360]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/mdns=>github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/mdns;$WORK/b1078=>" -p github.com/libp2p/go-libp2p/p2p/discovery/mdns -lang=go1.21 -complete -installsuffix shared -buildid g79vehoPaJiyd3b79KT8/g79vehoPaJiyd3b79KT8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/mdns/mdns.go
2025-08-20T18:59:05.6158748Z [00:02:42.363]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T18:59:05.6223778Z [00:02:42.370]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/fd/fd38799e3538ef3338d66a460ff463b65c7c0f89ea2ec8ff5697e9b4a7640223-d # internal
2025-08-20T18:59:05.6231994Z [00:02:42.371]➜  github.com/libp2p/go-libp2p/p2p/discovery/routing
2025-08-20T18:59:05.6232719Z [00:02:42.371]➜  mkdir -p $WORK/b1080/
2025-08-20T18:59:05.6246376Z [00:02:42.371]➜  cat >/tmp/go-build693841089/b1080/importcfg << 'EOF' # internal
2025-08-20T18:59:05.6246912Z [00:02:42.371]➜  # import config
2025-08-20T18:59:05.6247264Z [00:02:42.371]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.6247760Z [00:02:42.371]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:05.6248374Z [00:02:42.371]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build693841089/b1074/_pkg_.a
2025-08-20T18:59:05.6249024Z [00:02:42.371]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.6249655Z [00:02:42.371]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:05.6250290Z [00:02:42.371]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:05.6250794Z [00:02:42.371]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.6251095Z [00:02:42.371]➜  EOF
2025-08-20T18:59:05.6253479Z [00:02:42.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1080/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/routing=>github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/routing;$WORK/b1080=>" -p github.com/libp2p/go-libp2p/p2p/discovery/routing -lang=go1.21 -complete -installsuffix shared -buildid T_nF_GEqLs0i2d8bKrxB/T_nF_GEqLs0i2d8bKrxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/discovery/routing/routing.go
2025-08-20T18:59:05.6634739Z [00:02:42.411]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T18:59:05.6650624Z [00:02:42.412]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/be/be54d4ece42b283eba545cd46aca67d1bfeb1f2b42a639b071bfed39db5528c8-d # internal
2025-08-20T18:59:05.6651624Z [00:02:42.412]➜  github.com/whyrusleeping/multiaddr-filter
2025-08-20T18:59:05.6652572Z [00:02:42.412]➜  mkdir -p $WORK/b1081/
2025-08-20T18:59:05.6659051Z [00:02:42.413]➜  cat >/tmp/go-build693841089/b1081/importcfg << 'EOF' # internal
2025-08-20T18:59:05.6659479Z [00:02:42.413]➜  # import config
2025-08-20T18:59:05.6659822Z [00:02:42.413]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.6660245Z [00:02:42.413]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.6660648Z [00:02:42.413]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.6661054Z [00:02:42.413]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.6661653Z [00:02:42.413]➜  EOF
2025-08-20T18:59:05.6661953Z [00:02:42.413]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T18:59:05.6668578Z [00:02:42.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1081/_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/b1081=>" -p github.com/whyrusleeping/multiaddr-filter -lang=go1.16 -complete -installsuffix shared -buildid h7cZSXZgUOpk5KZQgmzu/h7cZSXZgUOpk5KZQgmzu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/github.com/whyrusleeping/multiaddr-filter@v0.0.0-20160516205228-e903e4adabd7/mask.go
2025-08-20T18:59:05.6678767Z [00:02:42.415]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/30/30106a2671773ff66c47a0c2fec28ec4c9725fae0e05b23c379952055ec82ee7-d # internal
2025-08-20T18:59:05.6700084Z [00:02:42.418]➜  github.com/ipfs/kubo/p2p
2025-08-20T18:59:05.6700870Z [00:02:42.418]➜  mkdir -p $WORK/b1083/
2025-08-20T18:59:05.6706149Z [00:02:42.418]➜  cat >/tmp/go-build693841089/b1083/importcfg << 'EOF' # internal
2025-08-20T18:59:05.6709888Z [00:02:42.418]➜  # import config
2025-08-20T18:59:05.6710255Z [00:02:42.418]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.6710673Z [00:02:42.418]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.6711077Z [00:02:42.418]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.6711538Z [00:02:42.418]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:05.6712340Z [00:02:42.418]➜  packagefile github.com/jbenet/go-temp-err-catcher=/tmp/go-build693841089/b943/_pkg_.a
2025-08-20T18:59:05.6713052Z [00:02:42.418]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:05.6713678Z [00:02:42.418]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.6714309Z [00:02:42.418]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.6715077Z [00:02:42.418]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.6715725Z [00:02:42.418]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:05.6716376Z [00:02:42.418]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:05.6717007Z [00:02:42.418]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.6717639Z [00:02:42.418]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.6718275Z [00:02:42.418]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.6718731Z [00:02:42.418]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.6719131Z [00:02:42.418]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.6719433Z [00:02:42.418]➜  EOF
2025-08-20T18:59:05.6722623Z [00:02:42.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/p2p=>github.com/ipfs/kubo@v0.29.0/p2p;$WORK/b1083=>" -p github.com/ipfs/kubo/p2p -lang=go1.22 -complete -installsuffix shared -buildid FkNahF3YcAWMBuzF0MMR/FkNahF3YcAWMBuzF0MMR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/p2p/listener.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/p2p/local.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/p2p/p2p.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/p2p/remote.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/p2p/stream.go
2025-08-20T18:59:05.6771310Z [00:02:42.424]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T18:59:05.6861539Z [00:02:42.434]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/c3/c38729877750b919b3148aa9c91fa3aee0f4fa4870a7e09c8801e129ee1c6e6d-d # internal
2025-08-20T18:59:05.6878146Z [00:02:42.435]➜  github.com/libp2p/go-libp2p/config
2025-08-20T18:59:05.6881196Z [00:02:42.435]➜  mkdir -p $WORK/b903/
2025-08-20T18:59:05.6885259Z [00:02:42.436]➜  cat >/tmp/go-build693841089/b903/importcfg << 'EOF' # internal
2025-08-20T18:59:05.6887535Z [00:02:42.436]➜  # import config
2025-08-20T18:59:05.6890783Z [00:02:42.436]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.6891232Z [00:02:42.436]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:05.6891702Z [00:02:42.436]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:05.6892143Z [00:02:42.436]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.6892549Z [00:02:42.436]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.6893023Z [00:02:42.436]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.6893620Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:05.6894263Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:05.6895015Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:05.6895687Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.6896313Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build693841089/b898/_pkg_.a
2025-08-20T18:59:05.6897206Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.6897905Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.6898548Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:05.6899181Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:05.6899817Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:05.6900458Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:05.6901075Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/sec=/tmp/go-build693841089/b905/_pkg_.a
2025-08-20T18:59:05.6901721Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/sec/insecure=/tmp/go-build693841089/b906/_pkg_.a
2025-08-20T18:59:05.6902499Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:05.6903226Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/tmp/go-build693841089/b908/_pkg_.a
2025-08-20T18:59:05.6903906Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/tmp/go-build693841089/b911/_pkg_.a
2025-08-20T18:59:05.6908682Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build693841089/b912/_pkg_.a
2025-08-20T18:59:05.6909411Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:05.6910147Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build693841089/b1048/_pkg_.a
2025-08-20T18:59:05.6910904Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build693841089/b874/_pkg_.a
2025-08-20T18:59:05.6911618Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/routed=/tmp/go-build693841089/b1049/_pkg_.a
2025-08-20T18:59:05.6912273Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build693841089/b896/_pkg_.a
2025-08-20T18:59:05.6913131Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build693841089/b942/_pkg_.a
2025-08-20T18:59:05.6913861Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/client=/tmp/go-build693841089/b1047/_pkg_.a
2025-08-20T18:59:05.6914728Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build693841089/b915/_pkg_.a
2025-08-20T18:59:05.6915526Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/tmp/go-build693841089/b932/_pkg_.a
2025-08-20T18:59:05.6916254Z [00:02:42.436]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build693841089/b1020/_pkg_.a
2025-08-20T18:59:05.6916934Z [00:02:42.436]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.6917567Z [00:02:42.436]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:05.6918236Z [00:02:42.436]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:05.6918848Z [00:02:42.436]➜  packagefile github.com/quic-go/quic-go=/tmp/go-build693841089/b1027/_pkg_.a
2025-08-20T18:59:05.6919355Z [00:02:42.436]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:05.6919837Z [00:02:42.436]➜  packagefile go.uber.org/fx/fxevent=/tmp/go-build693841089/b857/_pkg_.a
2025-08-20T18:59:05.6920352Z [00:02:42.436]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:59:05.6920807Z [00:02:42.436]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.6921363Z [00:02:42.436]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.6921836Z [00:02:42.436]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.6922232Z [00:02:42.436]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.6922535Z [00:02:42.436]➜  EOF
2025-08-20T18:59:05.6925239Z [00:02:42.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/config=>github.com/libp2p/go-libp2p@v0.34.1/config;$WORK/b903=>" -p github.com/libp2p/go-libp2p/config -lang=go1.21 -complete -installsuffix shared -buildid fxyn2E0qn39cv_jkeV7n/fxyn2E0qn39cv_jkeV7n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/config/config.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/config/host.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/config/log.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/config/quic.go
2025-08-20T18:59:05.7002917Z [00:02:42.448]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T18:59:05.7006633Z [00:02:42.448]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/6b/6b1d18f55c795719e2bcc703a95adb2d606dfe6d62fd992dc823794d698f0021-d # internal
2025-08-20T18:59:05.7019180Z [00:02:42.448]➜  github.com/ipfs/kubo/thirdparty/verifbs
2025-08-20T18:59:05.7019506Z [00:02:42.448]➜  mkdir -p $WORK/b1084/
2025-08-20T18:59:05.7019883Z [00:02:42.449]➜  cat >/tmp/go-build693841089/b1084/importcfg << 'EOF' # internal
2025-08-20T18:59:05.7020466Z [00:02:42.449]➜  # import config
2025-08-20T18:59:05.7022472Z [00:02:42.449]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.7022996Z [00:02:42.449]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:05.7023574Z [00:02:42.449]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build693841089/b579/_pkg_.a
2025-08-20T18:59:05.7024153Z [00:02:42.449]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:59:05.7028620Z [00:02:42.449]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:05.7029045Z [00:02:42.449]➜  EOF
2025-08-20T18:59:05.7031284Z [00:02:42.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/thirdparty/verifbs=>github.com/ipfs/kubo@v0.29.0/thirdparty/verifbs;$WORK/b1084=>" -p github.com/ipfs/kubo/thirdparty/verifbs -lang=go1.22 -complete -installsuffix shared -buildid vFhyzM1wDCUAcu4vQ7E0/vFhyzM1wDCUAcu4vQ7E0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/thirdparty/verifbs/verifbs.go
2025-08-20T18:59:05.7405663Z [00:02:42.488]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T18:59:05.7418496Z [00:02:42.489]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T18:59:05.7431449Z [00:02:42.491]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/17/170c86f7c7c5a1a7afbfc627b1bbecee786edc604907e83cd5ba3045d7f81bf0-d # internal
2025-08-20T18:59:05.7433259Z [00:02:42.491]➜  bazil.org/fuse
2025-08-20T18:59:05.7433522Z [00:02:42.491]➜  mkdir -p $WORK/b1086/
2025-08-20T18:59:05.7437378Z [00:02:42.491]➜  cat >/tmp/go-build693841089/b1086/importcfg << 'EOF' # internal
2025-08-20T18:59:05.7437734Z [00:02:42.491]➜  # import config
2025-08-20T18:59:05.7438214Z [00:02:42.491]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:05.7438664Z [00:02:42.491]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:05.7439115Z [00:02:42.491]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:05.7439665Z [00:02:42.491]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.7440155Z [00:02:42.491]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.7440618Z [00:02:42.491]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.7450185Z [00:02:42.491]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:05.7450781Z [00:02:42.491]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.7451177Z [00:02:42.491]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.7451588Z [00:02:42.491]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:05.7452001Z [00:02:42.491]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:05.7452423Z [00:02:42.491]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.7452825Z [00:02:42.491]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.7453232Z [00:02:42.491]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:05.7453631Z [00:02:42.491]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.7453930Z [00:02:42.491]➜  EOF
2025-08-20T18:59:05.7462299Z [00:02:42.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1086/_pkg_.a -trimpath "/root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc=>bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc;$WORK/b1086=>" -p bazil.org/fuse -lang=go1.13 -complete -installsuffix shared -buildid sQPCEmWT5ovr4b4ohyCQ/sQPCEmWT5ovr4b4ohyCQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/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-20T18:59:05.7468080Z [00:02:42.492]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T18:59:05.7468736Z [00:02:42.492]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/46/46026696c9009446411d62de730630cbd3b3480c55abce6196a3e5e521a222b8-d # internal
2025-08-20T18:59:05.7469315Z [00:02:42.492]➜  github.com/ipfs/boxo/ipld/merkledag/test
2025-08-20T18:59:05.7469627Z [00:02:42.492]➜  mkdir -p $WORK/b1090/
2025-08-20T18:59:05.7469997Z [00:02:42.492]➜  cat >/tmp/go-build693841089/b1090/importcfg << 'EOF' # internal
2025-08-20T18:59:05.7470337Z [00:02:42.492]➜  # import config
2025-08-20T18:59:05.7470671Z [00:02:42.492]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.7471076Z [00:02:42.492]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.7471578Z [00:02:42.492]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:05.7472173Z [00:02:42.492]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:05.7472777Z [00:02:42.492]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:59:05.7473394Z [00:02:42.492]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:05.7473984Z [00:02:42.492]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:59:05.7474768Z [00:02:42.492]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:05.7475387Z [00:02:42.492]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:05.7475965Z [00:02:42.492]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:59:05.7476541Z [00:02:42.492]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:05.7477031Z [00:02:42.492]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:05.7477339Z [00:02:42.492]➜  EOF
2025-08-20T18:59:05.7479695Z [00:02:42.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/test=>github.com/ipfs/boxo@v0.20.0/ipld/merkledag/test;$WORK/b1090=>" -p github.com/ipfs/boxo/ipld/merkledag/test -lang=go1.21 -complete -installsuffix shared -buildid 7uy-7EZpcg89AZkLTB0O/7uy-7EZpcg89AZkLTB0O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/test/dag_generator.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/test/utils.go
2025-08-20T18:59:05.7530758Z [00:02:42.500]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/53/53666a7df1fc447f96e03a4a00842350117bd54718dd4875f37ff0ebae531af0-d # internal
2025-08-20T18:59:05.7604541Z [00:02:42.508]➜  github.com/libp2p/go-libp2p-pubsub
2025-08-20T18:59:05.7611294Z [00:02:42.509]➜  mkdir -p $WORK/b1071/
2025-08-20T18:59:05.7623903Z [00:02:42.510]➜  cat >/tmp/go-build693841089/b1071/importcfg << 'EOF' # internal
2025-08-20T18:59:05.7625352Z [00:02:42.510]➜  # import config
2025-08-20T18:59:05.7625880Z [00:02:42.510]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:05.7626552Z [00:02:42.510]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.7627186Z [00:02:42.510]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:05.7627777Z [00:02:42.510]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:05.7628383Z [00:02:42.510]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.7629691Z [00:02:42.510]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.7630203Z [00:02:42.510]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:59:05.7630836Z [00:02:42.510]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:05.7631397Z [00:02:42.510]➜  packagefile github.com/libp2p/go-buffer-pool=/tmp/go-build693841089/b630/_pkg_.a
2025-08-20T18:59:05.7632006Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p-pubsub/pb=/tmp/go-build693841089/b1072/_pkg_.a
2025-08-20T18:59:05.7632663Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p-pubsub/timecache=/tmp/go-build693841089/b1073/_pkg_.a
2025-08-20T18:59:05.7633333Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:05.7633963Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:05.7634723Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build693841089/b1074/_pkg_.a
2025-08-20T18:59:05.7635418Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:05.7636039Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.7636659Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.7637280Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.7638111Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:05.7638933Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:05.7639568Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/core/record=/tmp/go-build693841089/b629/_pkg_.a
2025-08-20T18:59:05.7640245Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/backoff=/tmp/go-build693841089/b1075/_pkg_.a
2025-08-20T18:59:05.7641002Z [00:02:42.510]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build693841089/b1048/_pkg_.a
2025-08-20T18:59:05.7641647Z [00:02:42.510]➜  packagefile github.com/libp2p/go-msgio=/tmp/go-build693841089/b667/_pkg_.a
2025-08-20T18:59:05.7642217Z [00:02:42.510]➜  packagefile github.com/libp2p/go-msgio/protoio=/tmp/go-build693841089/b668/_pkg_.a
2025-08-20T18:59:05.7642834Z [00:02:42.510]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:05.7643449Z [00:02:42.510]➜  packagefile github.com/multiformats/go-varint=/tmp/go-build693841089/b359/_pkg_.a
2025-08-20T18:59:05.7644051Z [00:02:42.510]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.7644516Z [00:02:42.510]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:05.7650589Z [00:02:42.510]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:05.7651010Z [00:02:42.510]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:05.7651682Z [00:02:42.510]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.7652091Z [00:02:42.510]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:05.7652503Z [00:02:42.510]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:05.7652905Z [00:02:42.510]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:05.7653298Z [00:02:42.510]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.7653726Z [00:02:42.510]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:05.7654147Z [00:02:42.510]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.7654447Z [00:02:42.510]➜  EOF
2025-08-20T18:59:05.7675836Z [00:02:42.514]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb=>github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb;$WORK/b1071=>" -p github.com/libp2p/go-libp2p-pubsub -lang=go1.21 -complete -installsuffix shared -buildid SRSrNt5W5UdW_bfa-DAe/SRSrNt5W5UdW_bfa-DAe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/backoff.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/blacklist.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/comm.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/discovery.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/doc.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/floodsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/gossip_tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/gossipsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/gossipsub_feat.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/mcache.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/midgen.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/peer_gater.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/peer_notify.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/pubsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/randomsub.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/score.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/score_params.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/sign.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/subscription.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/subscription_filter.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/tag_tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/topic.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/trace.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/tracer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/validation.go /root/go/pkg/mod/github.com/libp2p/go-libp2p-pubsub@v0.11.1-0.20240711152552-e508d8643ddb/validation_builtin.go
2025-08-20T18:59:05.7699803Z [00:02:42.517]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T18:59:05.7718936Z [00:02:42.519]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/a0/a06cb6497ae4b3948b3bac7afb1f4e9abdbfaa5293aec1ec4d3b503589399706-d # internal
2025-08-20T18:59:05.7807453Z [00:02:42.528]➜  github.com/ipfs/kubo/blocks/blockstoreutil
2025-08-20T18:59:05.7813890Z [00:02:42.529]➜  mkdir -p $WORK/b1091/
2025-08-20T18:59:05.7820150Z [00:02:42.530]➜  cat >/tmp/go-build693841089/b1091/importcfg << 'EOF' # internal
2025-08-20T18:59:05.7826103Z [00:02:42.530]➜  # import config
2025-08-20T18:59:05.7830390Z [00:02:42.530]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.7841660Z [00:02:42.531]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.7842089Z [00:02:42.531]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.7842887Z [00:02:42.531]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:05.7843487Z [00:02:42.531]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:59:05.7844053Z [00:02:42.531]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:05.7844686Z [00:02:42.531]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:05.7845116Z [00:02:42.531]➜  EOF
2025-08-20T18:59:05.7847151Z [00:02:42.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/blocks/blockstoreutil=>github.com/ipfs/kubo@v0.29.0/blocks/blockstoreutil;$WORK/b1091=>" -p github.com/ipfs/kubo/blocks/blockstoreutil -lang=go1.22 -complete -installsuffix shared -buildid 4qg66XrZkUubckHw31j4/4qg66XrZkUubckHw31j4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/blocks/blockstoreutil/remove.go
2025-08-20T18:59:05.8246875Z [00:02:42.572]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T18:59:05.8251009Z [00:02:42.572]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/dd/ddac6f3fa961cacaa0ceba3fcb42d34152d291876b7ad8794946496ab2aa9546-d # internal
2025-08-20T18:59:05.8317768Z [00:02:42.578]➜  github.com/ipfs/kubo/core/coreiface
2025-08-20T18:59:05.8320679Z [00:02:42.578]➜  mkdir -p $WORK/b1092/
2025-08-20T18:59:05.8321078Z [00:02:42.579]➜  cat >/tmp/go-build693841089/b1092/importcfg << 'EOF' # internal
2025-08-20T18:59:05.8321429Z [00:02:42.579]➜  # import config
2025-08-20T18:59:05.8321767Z [00:02:42.579]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.8322412Z [00:02:42.579]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.8322973Z [00:02:42.579]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:05.8323524Z [00:02:42.579]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:59:05.8324065Z [00:02:42.579]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:05.8324753Z [00:02:42.579]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:05.8325406Z [00:02:42.579]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:05.8326033Z [00:02:42.579]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:05.8326693Z [00:02:42.579]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.8327323Z [00:02:42.579]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.8328103Z [00:02:42.579]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:05.8328802Z [00:02:42.579]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.8329423Z [00:02:42.579]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:05.8330128Z [00:02:42.579]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.8330533Z [00:02:42.579]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.8330837Z [00:02:42.579]➜  EOF
2025-08-20T18:59:05.8336172Z [00:02:42.580]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface=>github.com/ipfs/kubo@v0.29.0/core/coreiface;$WORK/b1092=>" -p github.com/ipfs/kubo/core/coreiface -lang=go1.22 -complete -installsuffix shared -buildid zUeCNpT26-E0TZYIggIi/zUeCNpT26-E0TZYIggIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/block.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/coreapi.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/dag.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/errors.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/idfmt.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/key.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/name.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/object.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/pin.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/pubsub.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/routing.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/swarm.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/unixfs.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreiface/util.go
2025-08-20T18:59:05.8686501Z [00:02:42.615]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T18:59:05.8717328Z [00:02:42.619]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/6f/6fb5147d43abe1e47cf93520eb355b559564376da1d519732492c815b64367fa-d # internal
2025-08-20T18:59:05.8733472Z [00:02:42.621]➜  github.com/libp2p/go-libp2p
2025-08-20T18:59:05.8749382Z [00:02:42.621]➜  mkdir -p $WORK/b902/
2025-08-20T18:59:05.8749830Z [00:02:42.621]➜  cat >/tmp/go-build693841089/b902/importcfg << 'EOF' # internal
2025-08-20T18:59:05.8750176Z [00:02:42.621]➜  # import config
2025-08-20T18:59:05.8750530Z [00:02:42.621]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:05.8750993Z [00:02:42.621]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:05.8751431Z [00:02:42.621]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.8752064Z [00:02:42.621]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.8752646Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/config=/tmp/go-build693841089/b903/_pkg_.a
2025-08-20T18:59:05.8753281Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:05.8753914Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/control=/tmp/go-build693841089/b651/_pkg_.a
2025-08-20T18:59:05.8754551Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:05.8755391Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:05.8756027Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build693841089/b898/_pkg_.a
2025-08-20T18:59:05.8756661Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:05.8757288Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:05.8758063Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:05.8758800Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:05.8759427Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:05.8760235Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:05.8760896Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autonat=/tmp/go-build693841089/b908/_pkg_.a
2025-08-20T18:59:05.8761572Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/tmp/go-build693841089/b911/_pkg_.a
2025-08-20T18:59:05.8762248Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build693841089/b912/_pkg_.a
2025-08-20T18:59:05.8762971Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build693841089/b1048/_pkg_.a
2025-08-20T18:59:05.8763881Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build693841089/b874/_pkg_.a
2025-08-20T18:59:05.8764582Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/muxer/yamux=/tmp/go-build693841089/b1050/_pkg_.a
2025-08-20T18:59:05.8765424Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/connmgr=/tmp/go-build693841089/b1052/_pkg_.a
2025-08-20T18:59:05.8766082Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build693841089/b896/_pkg_.a
2025-08-20T18:59:05.8766735Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/upgrader=/tmp/go-build693841089/b942/_pkg_.a
2025-08-20T18:59:05.8767463Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/proto=/tmp/go-build693841089/b917/_pkg_.a
2025-08-20T18:59:05.8768227Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build693841089/b915/_pkg_.a
2025-08-20T18:59:05.8768966Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/holepunch=/tmp/go-build693841089/b932/_pkg_.a
2025-08-20T18:59:05.8769685Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/identify=/tmp/go-build693841089/b934/_pkg_.a
2025-08-20T18:59:05.8770383Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build693841089/b762/_pkg_.a
2025-08-20T18:59:05.8771063Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build693841089/b937/_pkg_.a
2025-08-20T18:59:05.8771776Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/tmp/go-build693841089/b1061/_pkg_.a
2025-08-20T18:59:05.8772460Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quic=/tmp/go-build693841089/b1062/_pkg_.a
2025-08-20T18:59:05.8773320Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quicreuse=/tmp/go-build693841089/b1020/_pkg_.a
2025-08-20T18:59:05.8774093Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcp=/tmp/go-build693841089/b1063/_pkg_.a
2025-08-20T18:59:05.8774920Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/websocket=/tmp/go-build693841089/b1069/_pkg_.a
2025-08-20T18:59:05.8775728Z [00:02:42.621]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/tmp/go-build693841089/b1019/_pkg_.a
2025-08-20T18:59:05.8776423Z [00:02:42.621]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:05.8777055Z [00:02:42.621]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:05.8777722Z [00:02:42.621]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:05.8778291Z [00:02:42.621]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:05.8778832Z [00:02:42.621]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:05.8779346Z [00:02:42.621]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:05.8779648Z [00:02:42.621]➜  EOF
2025-08-20T18:59:05.8782386Z [00:02:42.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1=>github.com/libp2p/go-libp2p@v0.34.1;$WORK/b902=>" -p github.com/libp2p/go-libp2p -lang=go1.21 -complete -installsuffix shared -buildid UXmSQeeJEv42J2mndect/UXmSQeeJEv42J2mndect -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/defaults.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/libp2p.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/limits.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/options.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/options_filter.go
2025-08-20T18:59:05.9069367Z [00:02:42.654]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T18:59:05.9091179Z [00:02:42.657]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/de/deea3ff10c1fe7622637993ce8fec8ea20b2cfb87e55e6e23ef59cdaa4c4b99e-d # internal
2025-08-20T18:59:05.9099346Z [00:02:42.657]➜  github.com/ipfs/boxo/ipld/unixfs/importer/balanced
2025-08-20T18:59:05.9100596Z [00:02:42.658]➜  mkdir -p $WORK/b1094/
2025-08-20T18:59:05.9111687Z [00:02:42.659]➜  cat >/tmp/go-build693841089/b1094/importcfg << 'EOF' # internal
2025-08-20T18:59:05.9113140Z [00:02:42.659]➜  # import config
2025-08-20T18:59:05.9114538Z [00:02:42.659]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.9115262Z [00:02:42.659]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:59:05.9115951Z [00:02:42.659]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build693841089/b732/_pkg_.a
2025-08-20T18:59:05.9116608Z [00:02:42.659]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:05.9116987Z [00:02:42.659]➜  EOF
2025-08-20T18:59:05.9119154Z [00:02:42.659]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/balanced=>github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/balanced;$WORK/b1094=>" -p github.com/ipfs/boxo/ipld/unixfs/importer/balanced -lang=go1.21 -complete -installsuffix shared -buildid uFFoZ9TqGmGGh8xcr64C/uFFoZ9TqGmGGh8xcr64C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/unixfs/importer/balanced/builder.go
2025-08-20T18:59:05.9315844Z [00:02:42.679]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T18:59:05.9325812Z [00:02:42.680]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/b5/b547bcafa7d7411fa323cef9bd00d29a99c1352f1015798e201aeb73090d16c0-d # internal
2025-08-20T18:59:05.9326529Z [00:02:42.680]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T18:59:05.9326851Z [00:02:42.680]➜  mkdir -p $WORK/b1103/
2025-08-20T18:59:05.9333228Z [00:02:42.681]➜  cat >/tmp/go-build693841089/b1103/importcfg << 'EOF' # internal
2025-08-20T18:59:05.9333969Z [00:02:42.681]➜  # import config
2025-08-20T18:59:05.9334792Z [00:02:42.681]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.9335308Z [00:02:42.681]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.9335617Z [00:02:42.681]➜  EOF
2025-08-20T18:59:05.9337749Z [00:02:42.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1103/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/internal/x=>go.opentelemetry.io/otel/sdk@v1.29.0/internal/x;$WORK/b1103=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.21 -complete -installsuffix shared -buildid 30DlPcaZsNVwhyV4DbKj/30DlPcaZsNVwhyV4DbKj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/internal/x/x.go
2025-08-20T18:59:05.9507973Z [00:02:42.698]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T18:59:05.9539628Z [00:02:42.701]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/35/35f31df3439aed9fbfd3b9cc146cf75a2d7bdaef3038f3febf7c6a5f7d185088-d # internal
2025-08-20T18:59:05.9541358Z [00:02:42.701]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T18:59:05.9542012Z [00:02:42.701]➜  mkdir -p $WORK/b1101/
2025-08-20T18:59:05.9547178Z [00:02:42.702]➜  cat >/tmp/go-build693841089/b1101/importcfg << 'EOF' # internal
2025-08-20T18:59:05.9550292Z [00:02:42.702]➜  # import config
2025-08-20T18:59:05.9550665Z [00:02:42.702]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:05.9551119Z [00:02:42.702]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:05.9551538Z [00:02:42.702]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:05.9551961Z [00:02:42.702]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:05.9552429Z [00:02:42.702]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:05.9553213Z [00:02:42.702]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:59:05.9553783Z [00:02:42.702]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:05.9554378Z [00:02:42.702]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build693841089/b1102/_pkg_.a
2025-08-20T18:59:05.9555239Z [00:02:42.702]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build693841089/b1103/_pkg_.a
2025-08-20T18:59:05.9555894Z [00:02:42.702]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build693841089/b846/_pkg_.a
2025-08-20T18:59:05.9556464Z [00:02:42.702]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:05.9556916Z [00:02:42.702]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:05.9557325Z [00:02:42.702]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:05.9557723Z [00:02:42.702]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:05.9558125Z [00:02:42.702]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:59:05.9558565Z [00:02:42.702]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:05.9559010Z [00:02:42.702]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:05.9559422Z [00:02:42.702]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:05.9559837Z [00:02:42.702]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:05.9560246Z [00:02:42.702]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:05.9560542Z [00:02:42.702]➜  EOF
2025-08-20T18:59:05.9566342Z [00:02:42.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1101/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource=>go.opentelemetry.io/otel/sdk@v1.29.0/resource;$WORK/b1101=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.21 -complete -installsuffix shared -buildid huCAc059XLSRPj40zWbF/huCAc059XLSRPj40zWbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/builtin.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/container.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/host_id.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/host_id_linux.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/host_id_readfile.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/os.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/os_release_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/os_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/process.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/resource/resource.go
2025-08-20T18:59:06.0211714Z [00:02:42.768]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T18:59:06.0438662Z [00:02:42.791]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/30/30993f4989d454aa3e08676c18d07478a2586781fb49e2c3736c8e1fefc2d8ab-d # internal
2025-08-20T18:59:06.0479053Z [00:02:42.795]➜  bazil.org/fuse/fuseutil
2025-08-20T18:59:06.0486044Z [00:02:42.796]➜  mkdir -p $WORK/b1088/
2025-08-20T18:59:06.0506755Z [00:02:42.798]➜  cat >/tmp/go-build693841089/b1088/importcfg << 'EOF' # internal
2025-08-20T18:59:06.0507178Z [00:02:42.798]➜  # import config
2025-08-20T18:59:06.0507585Z [00:02:42.798]➜  packagefile bazil.org/fuse=/tmp/go-build693841089/b1086/_pkg_.a
2025-08-20T18:59:06.0507927Z [00:02:42.798]➜  EOF
2025-08-20T18:59:06.0527646Z [00:02:42.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1088/_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/b1088=>" -p bazil.org/fuse/fuseutil -lang=go1.13 -complete -installsuffix shared -buildid m7BwsmlZ9QVEHDgXs0jN/m7BwsmlZ9QVEHDgXs0jN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack /root/go/pkg/mod/bazil.org/fuse@v0.0.0-20200117225306-7b5117fecadc/fuseutil/fuseutil.go
2025-08-20T18:59:06.0768944Z [00:02:42.824]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T18:59:06.0777028Z [00:02:42.825]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/61/617a201f1d27d30f663aead8f638234f313e101a97adebf5772d2d46721e09ed-d # internal
2025-08-20T18:59:06.0779422Z [00:02:42.825]➜  bazil.org/fuse/fs
2025-08-20T18:59:06.0781916Z [00:02:42.825]➜  mkdir -p $WORK/b1087/
2025-08-20T18:59:06.0782694Z [00:02:42.825]➜  cat >/tmp/go-build693841089/b1087/importcfg << 'EOF' # internal
2025-08-20T18:59:06.0785431Z [00:02:42.825]➜  # import config
2025-08-20T18:59:06.0785826Z [00:02:42.825]➜  packagefile bazil.org/fuse=/tmp/go-build693841089/b1086/_pkg_.a
2025-08-20T18:59:06.0786338Z [00:02:42.825]➜  packagefile bazil.org/fuse/fuseutil=/tmp/go-build693841089/b1088/_pkg_.a
2025-08-20T18:59:06.0786806Z [00:02:42.825]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:06.0787233Z [00:02:42.825]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.0787676Z [00:02:42.825]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:06.0788103Z [00:02:42.825]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.0788511Z [00:02:42.825]➜  packagefile hash/fnv=/tmp/go-build693841089/b099/_pkg_.a
2025-08-20T18:59:06.0789190Z [00:02:42.825]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:06.0789656Z [00:02:42.825]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:06.0790044Z [00:02:42.825]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:06.0790441Z [00:02:42.825]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:06.0790846Z [00:02:42.825]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.0791262Z [00:02:42.825]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:06.0791681Z [00:02:42.825]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.0792084Z [00:02:42.825]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.0792489Z [00:02:42.825]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:06.0792895Z [00:02:42.825]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.0793197Z [00:02:42.825]➜  EOF
2025-08-20T18:59:06.0819654Z [00:02:42.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1087/_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/b1087=>" -p bazil.org/fuse/fs -lang=go1.13 -complete -installsuffix shared -buildid FoKiNWlUubKxCM-P3jBW/FoKiNWlUubKxCM-P3jBW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/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-20T18:59:06.0889720Z [00:02:42.836]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T18:59:06.0946501Z [00:02:42.842]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/cb/cbeee94a2328d4f813ada7eeb1027e19f2eb601e492eb26c1b306eb695cc866a-d # internal
2025-08-20T18:59:06.0960001Z [00:02:42.843]➜  go.opentelemetry.io/otel/sdk/internal/env
2025-08-20T18:59:06.0962252Z [00:02:42.844]➜  mkdir -p $WORK/b1105/
2025-08-20T18:59:06.0963684Z [00:02:42.844]➜  cat >/tmp/go-build693841089/b1105/importcfg << 'EOF' # internal
2025-08-20T18:59:06.0964058Z [00:02:42.844]➜  # import config
2025-08-20T18:59:06.0964525Z [00:02:42.844]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build693841089/b548/_pkg_.a
2025-08-20T18:59:06.0965481Z [00:02:42.844]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:06.0965892Z [00:02:42.844]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:06.0966212Z [00:02:42.844]➜  EOF
2025-08-20T18:59:06.0968194Z [00:02:42.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1105/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/internal/env=>go.opentelemetry.io/otel/sdk@v1.29.0/internal/env;$WORK/b1105=>" -p go.opentelemetry.io/otel/sdk/internal/env -lang=go1.21 -complete -installsuffix shared -buildid aEciVYUCW9i10zCRfMpG/aEciVYUCW9i10zCRfMpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/internal/env/env.go
2025-08-20T18:59:06.1139006Z [00:02:42.861]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T18:59:06.1147949Z [00:02:42.862]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/3b/3b0b0954ead313d74acc5a647102f0e2da921eeb092ac757f0eaab008d8b67e8-d # internal
2025-08-20T18:59:06.1166254Z [00:02:42.862]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T18:59:06.1167072Z [00:02:42.862]➜  mkdir -p $WORK/b1106/
2025-08-20T18:59:06.1167719Z [00:02:42.862]➜  cat >/tmp/go-build693841089/b1106/importcfg << 'EOF' # internal
2025-08-20T18:59:06.1168404Z [00:02:42.862]➜  # import config
2025-08-20T18:59:06.1168866Z [00:02:42.862]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.1169466Z [00:02:42.862]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:06.1170300Z [00:02:42.862]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:06.1171745Z [00:02:42.862]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:06.1173011Z [00:02:42.862]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build693841089/b561/_pkg_.a
2025-08-20T18:59:06.1173521Z [00:02:42.862]➜  EOF
2025-08-20T18:59:06.1175637Z [00:02:42.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1106/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/noop=>go.opentelemetry.io/otel/trace@v1.29.0/noop;$WORK/b1106=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.21 -complete -installsuffix shared -buildid jwLb3c1EZJ2LDSJJt_uM/jwLb3c1EZJ2LDSJJt_uM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.29.0/noop/noop.go
2025-08-20T18:59:06.1289249Z [00:02:42.876]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T18:59:06.1329932Z [00:02:42.880]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/90/90c6354a3bc0319cf7ecaed4f73d800d9b7d3d7d735bf16acf3b33ddb472ba14-d # internal
2025-08-20T18:59:06.1338380Z [00:02:42.881]➜  go.opentelemetry.io/proto/otlp/common/v1
2025-08-20T18:59:06.1338737Z [00:02:42.881]➜  mkdir -p $WORK/b1107/
2025-08-20T18:59:06.1339131Z [00:02:42.881]➜  cat >/tmp/go-build693841089/b1107/importcfg << 'EOF' # internal
2025-08-20T18:59:06.1339483Z [00:02:42.881]➜  # import config
2025-08-20T18:59:06.1339980Z [00:02:42.881]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.1340947Z [00:02:42.881]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:06.1341494Z [00:02:42.881]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.1341907Z [00:02:42.881]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.1342211Z [00:02:42.881]➜  EOF
2025-08-20T18:59:06.1348541Z [00:02:42.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1107/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/common/v1=>go.opentelemetry.io/proto/otlp@v1.2.0/common/v1;$WORK/b1107=>" -p go.opentelemetry.io/proto/otlp/common/v1 -lang=go1.17 -complete -installsuffix shared -buildid 0Sq6GlKDeramdaXZGHr4/0Sq6GlKDeramdaXZGHr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/common/v1/common.pb.go
2025-08-20T18:59:06.1389338Z [00:02:42.886]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T18:59:06.1399283Z [00:02:42.887]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/47/4705c9473d41d36210ddd4293d613069b8623ae986fed21baa0be5e4cb6378a2-d # internal
2025-08-20T18:59:06.1404368Z [00:02:42.888]➜  go.opentelemetry.io/otel/sdk/trace
2025-08-20T18:59:06.1404810Z [00:02:42.888]➜  mkdir -p $WORK/b1104/
2025-08-20T18:59:06.1412260Z [00:02:42.888]➜  cat >/tmp/go-build693841089/b1104/importcfg << 'EOF' # internal
2025-08-20T18:59:06.1413200Z [00:02:42.889]➜  # import config
2025-08-20T18:59:06.1413995Z [00:02:42.889]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.1414820Z [00:02:42.889]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:06.1435730Z [00:02:42.889]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:06.1437612Z [00:02:42.889]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.1438072Z [00:02:42.889]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.1438572Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:59:06.1439148Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:06.1439734Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:06.1440342Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build693841089/b548/_pkg_.a
2025-08-20T18:59:06.1441388Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build693841089/b1100/_pkg_.a
2025-08-20T18:59:06.1442152Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/sdk/internal/env=/tmp/go-build693841089/b1105/_pkg_.a
2025-08-20T18:59:06.1442810Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build693841089/b1101/_pkg_.a
2025-08-20T18:59:06.1443448Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build693841089/b846/_pkg_.a
2025-08-20T18:59:06.1444084Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:06.1444914Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build693841089/b561/_pkg_.a
2025-08-20T18:59:06.1445593Z [00:02:42.889]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build693841089/b1106/_pkg_.a
2025-08-20T18:59:06.1446113Z [00:02:42.889]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:06.1446525Z [00:02:42.889]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:06.1446924Z [00:02:42.889]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.1447343Z [00:02:42.889]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:06.1447780Z [00:02:42.889]➜  packagefile runtime/trace=/tmp/go-build693841089/b522/_pkg_.a
2025-08-20T18:59:06.1448211Z [00:02:42.889]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:06.1448861Z [00:02:42.889]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:06.1449281Z [00:02:42.889]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.1449681Z [00:02:42.889]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.1450101Z [00:02:42.889]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:06.1450526Z [00:02:42.889]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.1450955Z [00:02:42.889]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:06.1451281Z [00:02:42.889]➜  EOF
2025-08-20T18:59:06.1457998Z [00:02:42.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace=>go.opentelemetry.io/otel/sdk@v1.29.0/trace;$WORK/b1104=>" -p go.opentelemetry.io/otel/sdk/trace -lang=go1.21 -complete -installsuffix shared -buildid b6XTHWmGkg3hfUwWsYz4/b6XTHWmGkg3hfUwWsYz4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/batch_span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/event.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/evictedqueue.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/id_generator.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/link.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/sampler_env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/sampling.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/simple_span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/snapshot.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/span_exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/span_limits.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/span_processor.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/version.go
2025-08-20T18:59:06.1865661Z [00:02:42.934]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T18:59:06.1880588Z [00:02:42.935]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/fe/fe730c66612c263f6d4d8d06be5df53cbcee39050e4ff41942735e309ca6e752-d # internal
2025-08-20T18:59:06.1887794Z [00:02:42.936]➜  go.opentelemetry.io/proto/otlp/resource/v1
2025-08-20T18:59:06.1888701Z [00:02:42.936]➜  mkdir -p $WORK/b1108/
2025-08-20T18:59:06.1896397Z [00:02:42.937]➜  cat >/tmp/go-build693841089/b1108/importcfg << 'EOF' # internal
2025-08-20T18:59:06.1897055Z [00:02:42.937]➜  # import config
2025-08-20T18:59:06.1897822Z [00:02:42.937]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/tmp/go-build693841089/b1107/_pkg_.a
2025-08-20T18:59:06.1898961Z [00:02:42.937]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.1899702Z [00:02:42.937]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:06.1900259Z [00:02:42.937]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.1900688Z [00:02:42.937]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.1900992Z [00:02:42.937]➜  EOF
2025-08-20T18:59:06.1905569Z [00:02:42.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1108/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/resource/v1=>go.opentelemetry.io/proto/otlp@v1.2.0/resource/v1;$WORK/b1108=>" -p go.opentelemetry.io/proto/otlp/resource/v1 -lang=go1.17 -complete -installsuffix shared -buildid Ing4_M03eFJmwg7DVh98/Ing4_M03eFJmwg7DVh98 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/resource/v1/resource.pb.go
2025-08-20T18:59:06.2225574Z [00:02:42.970]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T18:59:06.2239510Z [00:02:42.971]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/c0/c051f846f4c1779ac466bb5b433efe4b23c7ee7897409ba4f7defad2cef4cbbc-d # internal
2025-08-20T18:59:06.2249509Z [00:02:42.972]➜  go.opentelemetry.io/proto/otlp/trace/v1
2025-08-20T18:59:06.2251805Z [00:02:42.972]➜  mkdir -p $WORK/b1109/
2025-08-20T18:59:06.2263917Z [00:02:42.974]➜  cat >/tmp/go-build693841089/b1109/importcfg << 'EOF' # internal
2025-08-20T18:59:06.2264844Z [00:02:42.974]➜  # import config
2025-08-20T18:59:06.2265918Z [00:02:42.974]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/tmp/go-build693841089/b1107/_pkg_.a
2025-08-20T18:59:06.2266906Z [00:02:42.974]➜  packagefile go.opentelemetry.io/proto/otlp/resource/v1=/tmp/go-build693841089/b1108/_pkg_.a
2025-08-20T18:59:06.2267912Z [00:02:42.974]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.2268775Z [00:02:42.974]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:06.2269552Z [00:02:42.974]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.2270225Z [00:02:42.974]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.2271394Z [00:02:42.974]➜  EOF
2025-08-20T18:59:06.2273389Z [00:02:42.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1109/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/trace/v1=>go.opentelemetry.io/proto/otlp@v1.2.0/trace/v1;$WORK/b1109=>" -p go.opentelemetry.io/proto/otlp/trace/v1 -lang=go1.17 -complete -installsuffix shared -buildid hXwJ6Pj3FDrwZRHdwWLS/hXwJ6Pj3FDrwZRHdwWLS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/trace/v1/trace.pb.go
2025-08-20T18:59:06.2458986Z [00:02:42.993]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T18:59:06.2479695Z [00:02:42.995]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/24/24762b94d6560c613a9f303030e1db105964ff861fd3a6a18e1efe0a1f378b08-d # internal
2025-08-20T18:59:06.2497942Z [00:02:42.997]➜  github.com/ipfs/kubo/fuse/mount
2025-08-20T18:59:06.2498324Z [00:02:42.997]➜  mkdir -p $WORK/b1085/
2025-08-20T18:59:06.2499029Z [00:02:42.997]➜  cat >/tmp/go-build693841089/b1085/importcfg << 'EOF' # internal
2025-08-20T18:59:06.2499521Z [00:02:42.997]➜  # import config
2025-08-20T18:59:06.2499963Z [00:02:42.997]➜  packagefile bazil.org/fuse=/tmp/go-build693841089/b1086/_pkg_.a
2025-08-20T18:59:06.2500463Z [00:02:42.997]➜  packagefile bazil.org/fuse/fs=/tmp/go-build693841089/b1087/_pkg_.a
2025-08-20T18:59:06.2500918Z [00:02:42.997]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.2501318Z [00:02:42.997]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.2501786Z [00:02:42.997]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:06.2502323Z [00:02:42.997]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:59:06.2502792Z [00:02:42.997]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:06.2503192Z [00:02:42.997]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:06.2503884Z [00:02:42.997]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:06.2504460Z [00:02:42.997]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.2505149Z [00:02:42.997]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.2505792Z [00:02:42.997]➜  EOF
2025-08-20T18:59:06.2507973Z [00:02:42.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/mount=>github.com/ipfs/kubo@v0.29.0/fuse/mount;$WORK/b1085=>" -p github.com/ipfs/kubo/fuse/mount -lang=go1.22 -complete -installsuffix shared -buildid yqvPCx0uQELeC87VHVn5/yqvPCx0uQELeC87VHVn5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/mount/fuse.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/mount/mount.go
2025-08-20T18:59:06.3162947Z [00:02:43.064]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T18:59:06.3179055Z [00:02:43.065]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/41/410319dcd83032ef3f95bd18e09fad8e575b636d2f86131bb5a4a0feccda9c68-d # internal
2025-08-20T18:59:06.3181010Z [00:02:43.065]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal
2025-08-20T18:59:06.3181499Z [00:02:43.065]➜  mkdir -p $WORK/b1110/
2025-08-20T18:59:06.3181894Z [00:02:43.066]➜  cat >/tmp/go-build693841089/b1110/importcfg << 'EOF' # internal
2025-08-20T18:59:06.3182468Z [00:02:43.066]➜  # import config
2025-08-20T18:59:06.3184246Z [00:02:43.066]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.3184575Z [00:02:43.066]➜  EOF
2025-08-20T18:59:06.3187756Z [00:02:43.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1110/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal;$WORK/b1110=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal -lang=go1.21 -complete -installsuffix shared -buildid 5QGFfLZNncqeIXpbCLnk/5QGFfLZNncqeIXpbCLnk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/partialsuccess.go
2025-08-20T18:59:06.3456524Z [00:02:43.093]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T18:59:06.3481561Z [00:02:43.095]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/90/9004ef81f82fb4705ddd66544c3f26a5b92222fb20e3476354c1d31911aa016e-d # internal
2025-08-20T18:59:06.3499121Z [00:02:43.097]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig
2025-08-20T18:59:06.3500228Z [00:02:43.097]➜  mkdir -p $WORK/b1112/
2025-08-20T18:59:06.3562755Z [00:02:43.104]➜  cat >/tmp/go-build693841089/b1112/importcfg << 'EOF' # internal
2025-08-20T18:59:06.3565398Z [00:02:43.104]➜  # import config
2025-08-20T18:59:06.3566692Z [00:02:43.104]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:06.3567256Z [00:02:43.104]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:06.3567709Z [00:02:43.104]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.3568129Z [00:02:43.104]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.3568663Z [00:02:43.104]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build693841089/b548/_pkg_.a
2025-08-20T18:59:06.3569205Z [00:02:43.104]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:06.3569626Z [00:02:43.104]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:06.3570042Z [00:02:43.104]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.3570451Z [00:02:43.104]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.3570750Z [00:02:43.104]➜  EOF
2025-08-20T18:59:06.3573483Z [00:02:43.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/envconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/envconfig;$WORK/b1112=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig -lang=go1.21 -complete -installsuffix shared -buildid ioue_zwocUWA-biv4AtH/ioue_zwocUWA-biv4AtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/envconfig/envconfig.go
2025-08-20T18:59:06.3590339Z [00:02:43.106]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T18:59:06.3591064Z [00:02:43.106]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/98/98b810f29d0efa0d44a0ac84cdcfaba3e1e24b0f0f8c69c2f25be8b0802ec41d-d # internal
2025-08-20T18:59:06.3591822Z [00:02:43.106]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry
2025-08-20T18:59:06.3592261Z [00:02:43.106]➜  mkdir -p $WORK/b1113/
2025-08-20T18:59:06.3592632Z [00:02:43.106]➜  cat >/tmp/go-build693841089/b1113/importcfg << 'EOF' # internal
2025-08-20T18:59:06.3592983Z [00:02:43.106]➜  # import config
2025-08-20T18:59:06.3593320Z [00:02:43.106]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.3593725Z [00:02:43.106]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.3594225Z [00:02:43.106]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build693841089/b863/_pkg_.a
2025-08-20T18:59:06.3594851Z [00:02:43.106]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.3595229Z [00:02:43.106]➜  EOF
2025-08-20T18:59:06.3598069Z [00:02:43.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1113/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/retry=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/retry;$WORK/b1113=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry -lang=go1.21 -complete -installsuffix shared -buildid Sz3l8p2KqoCIDE9TVnZg/Sz3l8p2KqoCIDE9TVnZg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/retry/retry.go
2025-08-20T18:59:06.3973036Z [00:02:43.144]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T18:59:06.3976104Z [00:02:43.145]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/c4/c4e352b430d7538efe117f5a71f003d5b9e11ef7ab5d3b6bded3718022be23eb-d # internal
2025-08-20T18:59:06.3980564Z [00:02:43.145]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T18:59:06.3985261Z [00:02:43.145]➜  mkdir -p $WORK/b1114/
2025-08-20T18:59:06.3985661Z [00:02:43.146]➜  cat >/tmp/go-build693841089/b1114/importcfg << 'EOF' # internal
2025-08-20T18:59:06.3986039Z [00:02:43.146]➜  # import config
2025-08-20T18:59:06.3986622Z [00:02:43.146]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:06.3987162Z [00:02:43.146]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:06.3987604Z [00:02:43.146]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.3988097Z [00:02:43.146]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build693841089/b279/_pkg_.a
2025-08-20T18:59:06.3988751Z [00:02:43.146]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:06.3989146Z [00:02:43.146]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.3989444Z [00:02:43.146]➜  EOF
2025-08-20T18:59:06.3991330Z [00:02:43.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1114/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/encoding/gzip=>google.golang.org/grpc@v1.65.0/encoding/gzip;$WORK/b1114=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.21 -complete -installsuffix shared -buildid -UG61rykEw07M5RiG7mJ/-UG61rykEw07M5RiG7mJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/encoding/gzip/gzip.go
2025-08-20T18:59:06.4069547Z [00:02:43.154]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T18:59:06.4076246Z [00:02:43.154]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/ac/ac6907d7e7e74dab00d55fa5de3ed58466eea78abb62b95726b7856eef975de6-d # internal
2025-08-20T18:59:06.4076950Z [00:02:43.154]➜  github.com/grpc-ecosystem/grpc-gateway/v2/utilities
2025-08-20T18:59:06.4077295Z [00:02:43.154]➜  mkdir -p $WORK/b1118/
2025-08-20T18:59:06.4077672Z [00:02:43.154]➜  cat >/tmp/go-build693841089/b1118/importcfg << 'EOF' # internal
2025-08-20T18:59:06.4078021Z [00:02:43.154]➜  # import config
2025-08-20T18:59:06.4078355Z [00:02:43.154]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:06.4078774Z [00:02:43.154]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:59:06.4079168Z [00:02:43.154]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:06.4079560Z [00:02:43.154]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:06.4079979Z [00:02:43.154]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.4080286Z [00:02:43.154]➜  EOF
2025-08-20T18:59:06.4084031Z [00:02:43.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/utilities=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/utilities;$WORK/b1118=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/utilities -lang=go1.20 -complete -installsuffix shared -buildid BCsfg13Lru6xyG9koUv4/BCsfg13Lru6xyG9koUv4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/utilities/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/utilities/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/utilities/readerfactory.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/utilities/string_array_flag.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/utilities/trie.go
2025-08-20T18:59:06.4413771Z [00:02:43.189]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T18:59:06.4440340Z [00:02:43.191]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T18:59:06.4456641Z [00:02:43.192]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/67/6752ca737ecd737aaadd627959928269ec12d57c1bbae8813af22b3334b54322-d # internal
2025-08-20T18:59:06.4457354Z [00:02:43.192]➜  github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
2025-08-20T18:59:06.4457722Z [00:02:43.192]➜  mkdir -p $WORK/b1117/
2025-08-20T18:59:06.4458099Z [00:02:43.192]➜  cat >/tmp/go-build693841089/b1117/importcfg << 'EOF' # internal
2025-08-20T18:59:06.4458444Z [00:02:43.192]➜  # import config
2025-08-20T18:59:06.4458795Z [00:02:43.192]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.4459470Z [00:02:43.192]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.4460163Z [00:02:43.192]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build693841089/b1118/_pkg_.a
2025-08-20T18:59:06.4460726Z [00:02:43.192]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.4461194Z [00:02:43.192]➜  EOF
2025-08-20T18:59:06.4464176Z [00:02:43.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1117/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/internal/httprule=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/internal/httprule;$WORK/b1117=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule -lang=go1.20 -complete -installsuffix shared -buildid _1pfXhP5xurjGS0SCxVv/_1pfXhP5xurjGS0SCxVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/internal/httprule/compile.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/internal/httprule/parse.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/internal/httprule/types.go
2025-08-20T18:59:06.4492382Z [00:02:43.195]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/e5/e561ae12f94d95e0e8300387ce1c289ff893e7408574af1710faa47d507d4f70-d # internal
2025-08-20T18:59:06.4500325Z [00:02:43.195]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform
2025-08-20T18:59:06.4500750Z [00:02:43.195]➜  mkdir -p $WORK/b1099/
2025-08-20T18:59:06.4501120Z [00:02:43.196]➜  cat >/tmp/go-build693841089/b1099/importcfg << 'EOF' # internal
2025-08-20T18:59:06.4501460Z [00:02:43.196]➜  # import config
2025-08-20T18:59:06.4501897Z [00:02:43.196]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:06.4502490Z [00:02:43.196]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:06.4503130Z [00:02:43.196]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build693841089/b1100/_pkg_.a
2025-08-20T18:59:06.4503793Z [00:02:43.196]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build693841089/b1101/_pkg_.a
2025-08-20T18:59:06.4504404Z [00:02:43.196]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build693841089/b1104/_pkg_.a
2025-08-20T18:59:06.4505162Z [00:02:43.196]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:06.4505777Z [00:02:43.196]➜  packagefile go.opentelemetry.io/proto/otlp/common/v1=/tmp/go-build693841089/b1107/_pkg_.a
2025-08-20T18:59:06.4506428Z [00:02:43.196]➜  packagefile go.opentelemetry.io/proto/otlp/resource/v1=/tmp/go-build693841089/b1108/_pkg_.a
2025-08-20T18:59:06.4507081Z [00:02:43.196]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build693841089/b1109/_pkg_.a
2025-08-20T18:59:06.4507777Z [00:02:43.196]➜  EOF
2025-08-20T18:59:06.4511738Z [00:02:43.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1099/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/internal/tracetransform=>go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/internal/tracetransform;$WORK/b1099=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform -lang=go1.21 -complete -installsuffix shared -buildid 8MgK1nu7acegqUEHFmEV/8MgK1nu7acegqUEHFmEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/internal/tracetransform/attribute.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/internal/tracetransform/instrumentation.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/internal/tracetransform/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/internal/tracetransform/span.go
2025-08-20T18:59:06.4523106Z [00:02:43.200]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T18:59:06.4534206Z [00:02:43.201]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/e2/e223d8c5bc3444cce0abf6a3574e86c234f60980e29815c0100da569d3ffd064-d # internal
2025-08-20T18:59:06.4555723Z [00:02:43.202]➜  google.golang.org/grpc/health/grpc_health_v1
2025-08-20T18:59:06.4556108Z [00:02:43.202]➜  mkdir -p $WORK/b1119/
2025-08-20T18:59:06.4556787Z [00:02:43.202]➜  cat >/tmp/go-build693841089/b1119/importcfg << 'EOF' # internal
2025-08-20T18:59:06.4557135Z [00:02:43.202]➜  # import config
2025-08-20T18:59:06.4557474Z [00:02:43.202]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.4557944Z [00:02:43.202]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:06.4558485Z [00:02:43.202]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:06.4559053Z [00:02:43.202]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:06.4559730Z [00:02:43.202]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.4560613Z [00:02:43.202]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:06.4561153Z [00:02:43.202]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.4561559Z [00:02:43.202]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.4561867Z [00:02:43.202]➜  EOF
2025-08-20T18:59:06.4564178Z [00:02:43.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1119/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/health/grpc_health_v1=>google.golang.org/grpc@v1.65.0/health/grpc_health_v1;$WORK/b1119=>" -p google.golang.org/grpc/health/grpc_health_v1 -lang=go1.21 -complete -installsuffix shared -buildid Jbc7I35MERz23i0UtP_Y/Jbc7I35MERz23i0UtP_Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/health/grpc_health_v1/health.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/health/grpc_health_v1/health_grpc.pb.go
2025-08-20T18:59:06.4617428Z [00:02:43.207]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T18:59:06.4761233Z [00:02:43.223]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/a3/a38a3e7cb7093ef1ca3c14f16cf5d841d959836a59b44e01a2a31fa8b189a656-d # internal
2025-08-20T18:59:06.4761998Z [00:02:43.223]➜  github.com/libp2p/go-libp2p-pubsub-router
2025-08-20T18:59:06.4762328Z [00:02:43.223]➜  mkdir -p $WORK/b1076/
2025-08-20T18:59:06.4762662Z [00:02:43.223]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T18:59:06.4763085Z [00:02:43.224]➜  cat >/tmp/go-build693841089/b1076/importcfg << 'EOF' # internal
2025-08-20T18:59:06.4763429Z [00:02:43.224]➜  # import config
2025-08-20T18:59:06.4763767Z [00:02:43.224]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:06.4764440Z [00:02:43.224]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.4765169Z [00:02:43.224]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:06.4765618Z [00:02:43.224]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.4766023Z [00:02:43.224]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.4766518Z [00:02:43.224]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build693841089/b470/_pkg_.a
2025-08-20T18:59:06.4767097Z [00:02:43.224]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:06.4767680Z [00:02:43.224]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:59:06.4768262Z [00:02:43.224]➜  packagefile github.com/ipfs/go-ipfs-ds-help=/tmp/go-build693841089/b816/_pkg_.a
2025-08-20T18:59:06.4768814Z [00:02:43.224]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:06.4769530Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build693841089/b1071/_pkg_.a
2025-08-20T18:59:06.4770253Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router/pb=/tmp/go-build693841089/b1077/_pkg_.a
2025-08-20T18:59:06.4770897Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:06.4771507Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:06.4772302Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:06.4772934Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:06.4773564Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:06.4774208Z [00:02:43.224]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:06.4775023Z [00:02:43.224]➜  packagefile github.com/libp2p/go-msgio/protoio=/tmp/go-build693841089/b668/_pkg_.a
2025-08-20T18:59:06.4775702Z [00:02:43.224]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.4776104Z [00:02:43.224]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.4776405Z [00:02:43.224]➜  EOF
2025-08-20T18:59:06.4778648Z [00:02:43.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1076/_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/b1076=>" -p github.com/libp2p/go-libp2p-pubsub-router -lang=go1.18 -complete -installsuffix shared -buildid t6GaibDKrZg-hgZHtdAJ/t6GaibDKrZg-hgZHtdAJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/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-20T18:59:06.4780966Z [00:02:43.225]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/a9/a9c91d52f4038786d1c0cfd46f681089958129890727adff17f66e28cae52f45-d # internal
2025-08-20T18:59:06.4790414Z [00:02:43.226]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T18:59:06.4790781Z [00:02:43.226]➜  mkdir -p $WORK/b1120/
2025-08-20T18:59:06.4796257Z [00:02:43.227]➜  cat >/tmp/go-build693841089/b1120/importcfg << 'EOF' # internal
2025-08-20T18:59:06.4796703Z [00:02:43.227]➜  # import config
2025-08-20T18:59:06.4797070Z [00:02:43.227]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:06.4797532Z [00:02:43.227]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:06.4798116Z [00:02:43.227]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:59:06.4799022Z [00:02:43.227]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.4799793Z [00:02:43.227]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:06.4800328Z [00:02:43.227]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:06.4800746Z [00:02:43.227]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.4801153Z [00:02:43.227]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.4801588Z [00:02:43.227]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:06.4801912Z [00:02:43.227]➜  EOF
2025-08-20T18:59:06.4804089Z [00:02:43.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1120/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/structpb=>google.golang.org/protobuf@v1.35.2/types/known/structpb;$WORK/b1120=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.21 -complete -installsuffix shared -buildid 8HRBjBl_lcCICZjazVB-/8HRBjBl_lcCICZjazVB- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/structpb/struct.pb.go
2025-08-20T18:59:06.5096898Z [00:02:43.257]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T18:59:06.5097869Z [00:02:43.257]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/3d/3d150c886612662910308a5b72b2329f73b1a40d8df399b29c21afd50ee84101-d # internal
2025-08-20T18:59:06.5098613Z [00:02:43.257]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace
2025-08-20T18:59:06.5099360Z [00:02:43.257]➜  mkdir -p $WORK/b1098/
2025-08-20T18:59:06.5112669Z [00:02:43.258]➜  cat >/tmp/go-build693841089/b1098/importcfg << 'EOF' # internal
2025-08-20T18:59:06.5113125Z [00:02:43.258]➜  # import config
2025-08-20T18:59:06.5113471Z [00:02:43.258]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.5113889Z [00:02:43.258]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.5114318Z [00:02:43.258]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.5115152Z [00:02:43.258]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform=/tmp/go-build693841089/b1099/_pkg_.a
2025-08-20T18:59:06.5116222Z [00:02:43.258]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build693841089/b1104/_pkg_.a
2025-08-20T18:59:06.5116849Z [00:02:43.258]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build693841089/b1109/_pkg_.a
2025-08-20T18:59:06.5117373Z [00:02:43.258]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.5117674Z [00:02:43.258]➜  EOF
2025-08-20T18:59:06.5120772Z [00:02:43.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1098/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0=>go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0;$WORK/b1098=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace -lang=go1.21 -complete -installsuffix shared -buildid oBzQz5E4AZJw8Wg-PKpS/oBzQz5E4AZJw8Wg-PKpS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/clients.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.26.0/version.go
2025-08-20T18:59:06.5537789Z [00:02:43.301]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T18:59:06.5551608Z [00:02:43.302]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/70/70c3ebb8f9c62698f277000cc59876c48775c3488705da8c84440fa2c62ddd2c-d # internal
2025-08-20T18:59:06.5563161Z [00:02:43.303]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig
2025-08-20T18:59:06.5563646Z [00:02:43.303]➜  mkdir -p $WORK/b1111/
2025-08-20T18:59:06.5578639Z [00:02:43.305]➜  cat >/tmp/go-build693841089/b1111/importcfg << 'EOF' # internal
2025-08-20T18:59:06.5579775Z [00:02:43.305]➜  # import config
2025-08-20T18:59:06.5581078Z [00:02:43.305]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:06.5581545Z [00:02:43.305]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:06.5581973Z [00:02:43.305]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.5582378Z [00:02:43.305]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.5582964Z [00:02:43.305]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build693841089/b1098/_pkg_.a
2025-08-20T18:59:06.5583854Z [00:02:43.305]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig=/tmp/go-build693841089/b1112/_pkg_.a
2025-08-20T18:59:06.5590236Z [00:02:43.305]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry=/tmp/go-build693841089/b1113/_pkg_.a
2025-08-20T18:59:06.5591120Z [00:02:43.305]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build693841089/b548/_pkg_.a
2025-08-20T18:59:06.5591919Z [00:02:43.305]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:06.5592532Z [00:02:43.305]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build693841089/b265/_pkg_.a
2025-08-20T18:59:06.5593120Z [00:02:43.305]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:06.5593925Z [00:02:43.305]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:59:06.5594569Z [00:02:43.305]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build693841089/b1114/_pkg_.a
2025-08-20T18:59:06.5595237Z [00:02:43.305]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:06.5595652Z [00:02:43.305]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:06.5596052Z [00:02:43.305]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:06.5596448Z [00:02:43.305]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:06.5596857Z [00:02:43.305]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.5597435Z [00:02:43.305]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.5597740Z [00:02:43.305]➜  EOF
2025-08-20T18:59:06.5602051Z [00:02:43.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1111/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/otlpconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/otlpconfig;$WORK/b1111=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig -lang=go1.21 -complete -installsuffix shared -buildid vfG2ir-vTQxK4F-U-7sY/vfG2ir-vTQxK4F-U-7sY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/otlpconfig/envconfig.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/otlpconfig/options.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/otlpconfig/optiontypes.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/internal/otlpconfig/tls.go
2025-08-20T18:59:06.5640055Z [00:02:43.311]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T18:59:06.5651237Z [00:02:43.313]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/d8/d84bafee7c11293ab64f981d758a8bba6cf8d10e4e5a1da0641be533a6dc06aa-d # internal
2025-08-20T18:59:06.5651944Z [00:02:43.313]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T18:59:06.5652317Z [00:02:43.313]➜  mkdir -p $WORK/b1121/
2025-08-20T18:59:06.5652713Z [00:02:43.313]➜  cat >/tmp/go-build693841089/b1121/importcfg << 'EOF' # internal
2025-08-20T18:59:06.5653177Z [00:02:43.313]➜  # import config
2025-08-20T18:59:06.5654307Z [00:02:43.313]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.5655208Z [00:02:43.313]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:06.5655927Z [00:02:43.313]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:06.5656490Z [00:02:43.313]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.5656909Z [00:02:43.313]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.5657244Z [00:02:43.313]➜  EOF
2025-08-20T18:59:06.5659880Z [00:02:43.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1121/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/errdetails;$WORK/b1121=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.21 -complete -installsuffix shared -buildid 0pfMd_uA4k7ZmF6OURT3/0pfMd_uA4k7ZmF6OURT3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/errdetails/error_details.pb.go
2025-08-20T18:59:06.5750706Z [00:02:43.322]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T18:59:06.5771205Z [00:02:43.324]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/81/81402dc23fb535b66b0916d4d3f8ef9bbc252b2e2de3356d1b354eda0b21fa23-d # internal
2025-08-20T18:59:06.5771998Z [00:02:43.325]➜  github.com/grpc-ecosystem/grpc-gateway/v2/runtime
2025-08-20T18:59:06.5772359Z [00:02:43.325]➜  mkdir -p $WORK/b1116/
2025-08-20T18:59:06.5780851Z [00:02:43.325]➜  cat >/tmp/go-build693841089/b1116/importcfg << 'EOF' # internal
2025-08-20T18:59:06.5781266Z [00:02:43.325]➜  # import config
2025-08-20T18:59:06.5781624Z [00:02:43.325]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:06.5782048Z [00:02:43.325]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.5782499Z [00:02:43.325]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:06.5783390Z [00:02:43.325]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:06.5783827Z [00:02:43.325]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.5784235Z [00:02:43.325]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.5785000Z [00:02:43.325]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule=/tmp/go-build693841089/b1117/_pkg_.a
2025-08-20T18:59:06.5785780Z [00:02:43.325]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build693841089/b1118/_pkg_.a
2025-08-20T18:59:06.5786513Z [00:02:43.325]➜  packagefile google.golang.org/genproto/googleapis/api/httpbody=/tmp/go-build693841089/b157/_pkg_.a
2025-08-20T18:59:06.5787160Z [00:02:43.325]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:06.5787732Z [00:02:43.325]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:06.5788362Z [00:02:43.325]➜  packagefile google.golang.org/grpc/health/grpc_health_v1=/tmp/go-build693841089/b1119/_pkg_.a
2025-08-20T18:59:06.5788980Z [00:02:43.325]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:06.5789552Z [00:02:43.325]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:06.5790184Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:59:06.5790815Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:06.5791462Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.5792360Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:59:06.5793141Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:06.5793871Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build693841089/b159/_pkg_.a
2025-08-20T18:59:06.5796993Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build693841089/b1120/_pkg_.a
2025-08-20T18:59:06.5797834Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:59:06.5798563Z [00:02:43.325]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build693841089/b154/_pkg_.a
2025-08-20T18:59:06.5799108Z [00:02:43.325]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:06.5799509Z [00:02:43.325]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:06.5800156Z [00:02:43.325]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:06.5800650Z [00:02:43.325]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:06.5801107Z [00:02:43.325]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:59:06.5801544Z [00:02:43.325]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:06.5802147Z [00:02:43.325]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.5802563Z [00:02:43.325]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:06.5802965Z [00:02:43.325]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:06.5803372Z [00:02:43.325]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:06.5803784Z [00:02:43.325]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.5804193Z [00:02:43.325]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.5804766Z [00:02:43.325]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.5805121Z [00:02:43.325]➜  EOF
2025-08-20T18:59:06.5812446Z [00:02:43.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime=>github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime;$WORK/b1116=>" -p github.com/grpc-ecosystem/grpc-gateway/v2/runtime -lang=go1.20 -complete -installsuffix shared -buildid -yUSrYCRXaXHwYjl_8SK/-yUSrYCRXaXHwYjl_8SK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/context.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/errors.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/fieldmask.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/handler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/marshal_httpbodyproto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/marshal_json.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/marshal_jsonpb.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/marshal_proto.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/marshaler.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/marshaler_registry.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/mux.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/pattern.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/proto2_convert.go /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.20.0/runtime/query.go
2025-08-20T18:59:06.5821384Z [00:02:43.330]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T18:59:06.5876061Z [00:02:43.332]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/dc/dc65f1f9ed50cb5bcb5fa6772159d712a291afd6375847f919b2ddcfa8670880-d # internal
2025-08-20T18:59:06.5928613Z [00:02:43.340]➜  github.com/ipfs/kubo/core/node/libp2p
2025-08-20T18:59:06.5928967Z [00:02:43.340]➜  mkdir -p $WORK/b862/
2025-08-20T18:59:06.5936036Z [00:02:43.341]➜  cat >/tmp/go-build693841089/b862/importcfg << 'EOF' # internal
2025-08-20T18:59:06.5937015Z [00:02:43.341]➜  # import config
2025-08-20T18:59:06.5937393Z [00:02:43.341]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:06.5937820Z [00:02:43.341]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.5938270Z [00:02:43.341]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:06.5938720Z [00:02:43.341]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.5939412Z [00:02:43.341]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.5940017Z [00:02:43.341]➜  packagefile github.com/benbjohnson/clock=/tmp/go-build693841089/b756/_pkg_.a
2025-08-20T18:59:06.5940599Z [00:02:43.341]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build693841089/b863/_pkg_.a
2025-08-20T18:59:06.5941170Z [00:02:43.341]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:06.5941975Z [00:02:43.341]➜  packagefile github.com/ipfs/boxo/routing/offline=/tmp/go-build693841089/b864/_pkg_.a
2025-08-20T18:59:06.5942592Z [00:02:43.341]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:06.5943126Z [00:02:43.341]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:06.5943649Z [00:02:43.341]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:06.5944174Z [00:02:43.341]➜  packagefile github.com/ipfs/kubo=/tmp/go-build693841089/b865/_pkg_.a
2025-08-20T18:59:06.5945043Z [00:02:43.341]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:06.5945859Z [00:02:43.341]➜  packagefile github.com/ipfs/kubo/core/node/helpers=/tmp/go-build693841089/b850/_pkg_.a
2025-08-20T18:59:06.5946506Z [00:02:43.341]➜  packagefile github.com/ipfs/kubo/core/node/libp2p/fd=/tmp/go-build693841089/b880/_pkg_.a
2025-08-20T18:59:06.5947099Z [00:02:43.341]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:06.5947776Z [00:02:43.341]➜  packagefile github.com/ipfs/kubo/routing=/tmp/go-build693841089/b881/_pkg_.a
2025-08-20T18:59:06.5948333Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p=/tmp/go-build693841089/b902/_pkg_.a
2025-08-20T18:59:06.5948916Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build693841089/b637/_pkg_.a
2025-08-20T18:59:06.5949538Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/tmp/go-build693841089/b890/_pkg_.a
2025-08-20T18:59:06.5950215Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/tmp/go-build693841089/b891/_pkg_.a
2025-08-20T18:59:06.5950849Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build693841089/b1071/_pkg_.a
2025-08-20T18:59:06.5951484Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router=/tmp/go-build693841089/b1076/_pkg_.a
2025-08-20T18:59:06.5952116Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:06.5952752Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p-routing-helpers=/tmp/go-build693841089/b837/_pkg_.a
2025-08-20T18:59:06.5953407Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:06.5954043Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/control=/tmp/go-build693841089/b651/_pkg_.a
2025-08-20T18:59:06.5955091Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:06.5955804Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build693841089/b1074/_pkg_.a
2025-08-20T18:59:06.5956445Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:06.5957065Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build693841089/b898/_pkg_.a
2025-08-20T18:59:06.5957705Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:06.5958325Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:06.5958959Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:06.5959596Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/pnet=/tmp/go-build693841089/b904/_pkg_.a
2025-08-20T18:59:06.5960338Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:06.5961042Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:06.5961725Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/backoff=/tmp/go-build693841089/b1075/_pkg_.a
2025-08-20T18:59:06.5962536Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/mdns=/tmp/go-build693841089/b1078/_pkg_.a
2025-08-20T18:59:06.5963240Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/routing=/tmp/go-build693841089/b1080/_pkg_.a
2025-08-20T18:59:06.5963939Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/autorelay=/tmp/go-build693841089/b911/_pkg_.a
2025-08-20T18:59:06.5964841Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build693841089/b912/_pkg_.a
2025-08-20T18:59:06.5965636Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build693841089/b1048/_pkg_.a
2025-08-20T18:59:06.5966390Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build693841089/b874/_pkg_.a
2025-08-20T18:59:06.5967251Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/routed=/tmp/go-build693841089/b1049/_pkg_.a
2025-08-20T18:59:06.5967927Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/muxer/yamux=/tmp/go-build693841089/b1050/_pkg_.a
2025-08-20T18:59:06.5968603Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/connmgr=/tmp/go-build693841089/b1052/_pkg_.a
2025-08-20T18:59:06.5969324Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/relay=/tmp/go-build693841089/b915/_pkg_.a
2025-08-20T18:59:06.5970044Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/noise=/tmp/go-build693841089/b937/_pkg_.a
2025-08-20T18:59:06.5970733Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/security/tls=/tmp/go-build693841089/b1061/_pkg_.a
2025-08-20T18:59:06.5971418Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/quic=/tmp/go-build693841089/b1062/_pkg_.a
2025-08-20T18:59:06.5972109Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/tcp=/tmp/go-build693841089/b1063/_pkg_.a
2025-08-20T18:59:06.5972800Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webrtc=/tmp/go-build693841089/b936/_pkg_.a
2025-08-20T18:59:06.5973529Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/websocket=/tmp/go-build693841089/b1069/_pkg_.a
2025-08-20T18:59:06.5974278Z [00:02:43.341]➜  packagefile github.com/libp2p/go-libp2p/p2p/transport/webtransport=/tmp/go-build693841089/b1019/_pkg_.a
2025-08-20T18:59:06.5975118Z [00:02:43.341]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:06.5975895Z [00:02:43.341]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:06.5976543Z [00:02:43.341]➜  packagefile github.com/pbnjay/memory=/tmp/go-build693841089/b875/_pkg_.a
2025-08-20T18:59:06.5977164Z [00:02:43.341]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:06.5977842Z [00:02:43.341]➜  packagefile github.com/whyrusleeping/multiaddr-filter=/tmp/go-build693841089/b1081/_pkg_.a
2025-08-20T18:59:06.5978406Z [00:02:43.341]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:06.5978865Z [00:02:43.341]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:06.5979382Z [00:02:43.341]➜  packagefile golang.org/x/crypto/salsa20=/tmp/go-build693841089/b1082/_pkg_.a
2025-08-20T18:59:06.5979929Z [00:02:43.341]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build693841089/b332/_pkg_.a
2025-08-20T18:59:06.5980408Z [00:02:43.341]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:06.5980923Z [00:02:43.341]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:06.5981463Z [00:02:43.341]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:06.5981931Z [00:02:43.341]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:06.5982358Z [00:02:43.341]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:06.5982766Z [00:02:43.341]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:06.5983302Z [00:02:43.341]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.5983701Z [00:02:43.341]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.5984099Z [00:02:43.341]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.5984397Z [00:02:43.341]➜  EOF
2025-08-20T18:59:06.5992409Z [00:02:43.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p=>github.com/ipfs/kubo@v0.29.0/core/node/libp2p;$WORK/b862=>" -p github.com/ipfs/kubo/core/node/libp2p -lang=go1.22 -complete -installsuffix shared -buildid aIBZWji6sl1BtDENmGZq/aIBZWji6sl1BtDENmGZq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/addrs.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/discovery.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/dns.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/filters.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/host.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/hostopt.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/libp2p.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/nat.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/peerstore.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/pnet.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/pubsub.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/rcmgr.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/rcmgr_defaults.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/rcmgr_logging.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/rcmgr_metrics.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/relay.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/routing.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/routingopt.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/sec.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/smux.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/topicdiscovery.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/libp2p/transport.go
2025-08-20T18:59:06.6390412Z [00:02:43.386]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T18:59:06.6434971Z [00:02:43.391]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/5f/5f3d89d31d63f1e9b03a105bb5d446d4a34acc40c03040cc8f03743c25950b1a-d # internal
2025-08-20T18:59:06.6448365Z [00:02:43.392]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal
2025-08-20T18:59:06.6449624Z [00:02:43.392]➜  mkdir -p $WORK/b1123/
2025-08-20T18:59:06.6450022Z [00:02:43.392]➜  cat >/tmp/go-build693841089/b1123/importcfg << 'EOF' # internal
2025-08-20T18:59:06.6450392Z [00:02:43.392]➜  # import config
2025-08-20T18:59:06.6450721Z [00:02:43.392]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.6451021Z [00:02:43.392]➜  EOF
2025-08-20T18:59:06.6454247Z [00:02:43.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1123/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal;$WORK/b1123=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal -lang=go1.21 -complete -installsuffix shared -buildid QTHJsEQFy9zz25oO-_CV/QTHJsEQFy9zz25oO-_CV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/partialsuccess.go
2025-08-20T18:59:06.6629136Z [00:02:43.410]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T18:59:06.6634089Z [00:02:43.411]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/28/2832c40d552e6e3042f78596a933a3fafbede04c912728f2cdab766718c50542-d # internal
2025-08-20T18:59:06.6635059Z [00:02:43.411]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig
2025-08-20T18:59:06.6635546Z [00:02:43.411]➜  mkdir -p $WORK/b1125/
2025-08-20T18:59:06.6636367Z [00:02:43.411]➜  cat >/tmp/go-build693841089/b1125/importcfg << 'EOF' # internal
2025-08-20T18:59:06.6645678Z [00:02:43.411]➜  # import config
2025-08-20T18:59:06.6655437Z [00:02:43.411]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:06.6656266Z [00:02:43.411]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:06.6656707Z [00:02:43.411]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.6657113Z [00:02:43.411]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.6657656Z [00:02:43.411]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build693841089/b548/_pkg_.a
2025-08-20T18:59:06.6658180Z [00:02:43.411]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:06.6658595Z [00:02:43.411]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:06.6659008Z [00:02:43.411]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.6659414Z [00:02:43.411]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.6659722Z [00:02:43.411]➜  EOF
2025-08-20T18:59:06.6662472Z [00:02:43.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1125/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/envconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/envconfig;$WORK/b1125=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig -lang=go1.21 -complete -installsuffix shared -buildid V2LjvGaSvUNZTs0dx11L/V2LjvGaSvUNZTs0dx11L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/envconfig/envconfig.go
2025-08-20T18:59:06.6689401Z [00:02:43.416]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T18:59:06.6720891Z [00:02:43.419]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/21/21316d3cb01270c2318237fd23347bed283f34eb512812a3d12ef8d09137154f-d # internal
2025-08-20T18:59:06.6721733Z [00:02:43.419]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry
2025-08-20T18:59:06.6722167Z [00:02:43.419]➜  mkdir -p $WORK/b1126/
2025-08-20T18:59:06.6725778Z [00:02:43.420]➜  cat >/tmp/go-build693841089/b1126/importcfg << 'EOF' # internal
2025-08-20T18:59:06.6727107Z [00:02:43.420]➜  # import config
2025-08-20T18:59:06.6727466Z [00:02:43.420]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.6727889Z [00:02:43.420]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.6728385Z [00:02:43.420]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build693841089/b863/_pkg_.a
2025-08-20T18:59:06.6728867Z [00:02:43.420]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.6729170Z [00:02:43.420]➜  EOF
2025-08-20T18:59:06.6732015Z [00:02:43.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/retry=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/retry;$WORK/b1126=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry -lang=go1.21 -complete -installsuffix shared -buildid Zu8v4gC6HkkLObOUQp_X/Zu8v4gC6HkkLObOUQp_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/retry/retry.go
2025-08-20T18:59:06.6882078Z [00:02:43.436]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T18:59:06.6906077Z [00:02:43.437]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/9b/9bd7cfcda95c750a716cf75ae527c582aa90a916ec000d336cff7a1643c7a8f6-d # internal
2025-08-20T18:59:06.6907281Z [00:02:43.437]➜  go.opentelemetry.io/otel/sdk/trace/tracetest
2025-08-20T18:59:06.6907643Z [00:02:43.437]➜  mkdir -p $WORK/b1128/
2025-08-20T18:59:06.6908050Z [00:02:43.437]➜  cat >/tmp/go-build693841089/b1128/importcfg << 'EOF' # internal
2025-08-20T18:59:06.6908406Z [00:02:43.437]➜  # import config
2025-08-20T18:59:06.6908748Z [00:02:43.437]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.6909575Z [00:02:43.437]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:06.6910235Z [00:02:43.437]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build693841089/b1100/_pkg_.a
2025-08-20T18:59:06.6910902Z [00:02:43.437]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build693841089/b1101/_pkg_.a
2025-08-20T18:59:06.6911517Z [00:02:43.437]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build693841089/b1104/_pkg_.a
2025-08-20T18:59:06.6912104Z [00:02:43.437]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:06.6912587Z [00:02:43.437]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.6912994Z [00:02:43.437]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.6913298Z [00:02:43.437]➜  EOF
2025-08-20T18:59:06.6916520Z [00:02:43.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1128/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/tracetest=>go.opentelemetry.io/otel/sdk@v1.29.0/trace/tracetest;$WORK/b1128=>" -p go.opentelemetry.io/otel/sdk/trace/tracetest -lang=go1.21 -complete -installsuffix shared -buildid _px5G00aZEXXNa0NiHdE/_px5G00aZEXXNa0NiHdE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/tracetest/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/tracetest/recorder.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.29.0/trace/tracetest/span.go
2025-08-20T18:59:06.7004106Z [00:02:43.448]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T18:59:06.7005230Z [00:02:43.448]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/83/83ce870cb41b905c9203ae1b2103bb08756f0909474a27e3ce1b0af3d0d0a8dc-d # internal
2025-08-20T18:59:06.7006072Z [00:02:43.448]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig
2025-08-20T18:59:06.7006540Z [00:02:43.448]➜  mkdir -p $WORK/b1124/
2025-08-20T18:59:06.7006919Z [00:02:43.448]➜  cat >/tmp/go-build693841089/b1124/importcfg << 'EOF' # internal
2025-08-20T18:59:06.7007264Z [00:02:43.448]➜  # import config
2025-08-20T18:59:06.7007638Z [00:02:43.448]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:06.7008088Z [00:02:43.448]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:06.7008520Z [00:02:43.448]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.7008925Z [00:02:43.448]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.7009502Z [00:02:43.448]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build693841089/b1098/_pkg_.a
2025-08-20T18:59:06.7010510Z [00:02:43.448]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig=/tmp/go-build693841089/b1125/_pkg_.a
2025-08-20T18:59:06.7011580Z [00:02:43.448]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry=/tmp/go-build693841089/b1126/_pkg_.a
2025-08-20T18:59:06.7012384Z [00:02:43.448]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build693841089/b548/_pkg_.a
2025-08-20T18:59:06.7013136Z [00:02:43.448]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:06.7013695Z [00:02:43.448]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build693841089/b265/_pkg_.a
2025-08-20T18:59:06.7014283Z [00:02:43.448]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:06.7015147Z [00:02:43.448]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:59:06.7015801Z [00:02:43.448]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build693841089/b1114/_pkg_.a
2025-08-20T18:59:06.7016326Z [00:02:43.448]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:06.7016914Z [00:02:43.448]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:06.7017319Z [00:02:43.448]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:06.7017720Z [00:02:43.448]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:06.7018134Z [00:02:43.448]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.7018543Z [00:02:43.448]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.7018845Z [00:02:43.448]➜  EOF
2025-08-20T18:59:06.7023064Z [00:02:43.448]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1124/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/otlpconfig=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/otlpconfig;$WORK/b1124=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig -lang=go1.21 -complete -installsuffix shared -buildid j8vHbQhD0eQV4agMRA-l/j8vHbQhD0eQV4agMRA-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/otlpconfig/envconfig.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/otlpconfig/options.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/otlpconfig/optiontypes.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/internal/otlpconfig/tls.go
2025-08-20T18:59:06.7467161Z [00:02:43.494]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T18:59:06.7491551Z [00:02:43.497]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/59/59f583e7f711a84e8e3dcf128ba667ae3f65fd2a53382511c6ca49844359998c-d # internal
2025-08-20T18:59:06.7492531Z [00:02:43.497]➜  go.opentelemetry.io/otel/exporters/stdout/stdouttrace
2025-08-20T18:59:06.7493065Z [00:02:43.497]➜  mkdir -p $WORK/b1127/
2025-08-20T18:59:06.7493539Z [00:02:43.497]➜  cat >/tmp/go-build693841089/b1127/importcfg << 'EOF' # internal
2025-08-20T18:59:06.7493969Z [00:02:43.497]➜  # import config
2025-08-20T18:59:06.7494391Z [00:02:43.497]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.7495085Z [00:02:43.497]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:06.7495720Z [00:02:43.497]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build693841089/b1104/_pkg_.a
2025-08-20T18:59:06.7496463Z [00:02:43.497]➜  packagefile go.opentelemetry.io/otel/sdk/trace/tracetest=/tmp/go-build693841089/b1128/_pkg_.a
2025-08-20T18:59:06.7497061Z [00:02:43.497]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:06.7497532Z [00:02:43.497]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:06.7498010Z [00:02:43.497]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.7498490Z [00:02:43.497]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.7498870Z [00:02:43.497]➜  EOF
2025-08-20T18:59:06.7501738Z [00:02:43.497]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.26.0=>go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.26.0;$WORK/b1127=>" -p go.opentelemetry.io/otel/exporters/stdout/stdouttrace -lang=go1.21 -complete -installsuffix shared -buildid -HRjuT_Pa3S05XZM146L/-HRjuT_Pa3S05XZM146L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.26.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/stdout/stdouttrace@v1.26.0/trace.go
2025-08-20T18:59:06.8168004Z [00:02:43.564]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T18:59:06.8184834Z [00:02:43.565]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/50/50e7af0472dc802ee2848df6ecbeaa77291474d084924504e55f4c0a92c14e12-d # internal
2025-08-20T18:59:06.8185812Z [00:02:43.565]➜  github.com/openzipkin/zipkin-go/model
2025-08-20T18:59:06.8186134Z [00:02:43.565]➜  mkdir -p $WORK/b1130/
2025-08-20T18:59:06.8186524Z [00:02:43.566]➜  cat >/tmp/go-build693841089/b1130/importcfg << 'EOF' # internal
2025-08-20T18:59:06.8186871Z [00:02:43.566]➜  # import config
2025-08-20T18:59:06.8187228Z [00:02:43.566]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:06.8187675Z [00:02:43.566]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:06.8188077Z [00:02:43.566]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:06.8188469Z [00:02:43.566]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:06.8188888Z [00:02:43.566]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:06.8189305Z [00:02:43.566]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:06.8189715Z [00:02:43.566]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:06.8190015Z [00:02:43.566]➜  EOF
2025-08-20T18:59:06.8193766Z [00:02:43.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1130/_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/b1130=>" -p github.com/openzipkin/zipkin-go/model -lang=go1.20 -complete -installsuffix shared -buildid A61VFUIrF656Fy7yrRKh/A61VFUIrF656Fy7yrRKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/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-20T18:59:06.8303103Z [00:02:43.578]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T18:59:06.8338077Z [00:02:43.581]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/06/066c24bd4f124404d8021dd37c59ac06d0373b432cb37c57b3d75b9a14b3885e-d # internal
2025-08-20T18:59:06.8348997Z [00:02:43.582]➜  go.opentelemetry.io/otel/semconv/v1.21.0
2025-08-20T18:59:06.8361021Z [00:02:43.583]➜  mkdir -p $WORK/b1131/
2025-08-20T18:59:06.8363704Z [00:02:43.583]➜  cat >/tmp/go-build693841089/b1131/importcfg << 'EOF' # internal
2025-08-20T18:59:06.8364088Z [00:02:43.584]➜  # import config
2025-08-20T18:59:06.8364527Z [00:02:43.584]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:06.8365116Z [00:02:43.584]➜  EOF
2025-08-20T18:59:06.8368681Z [00:02:43.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1131/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0=>go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0;$WORK/b1131=>" -p go.opentelemetry.io/otel/semconv/v1.21.0 -lang=go1.21 -complete -installsuffix shared -buildid uCT06OfqrZVdw6UCEDEK/uCT06OfqrZVdw6UCEDEK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.21.0/trace.go
2025-08-20T18:59:06.8483316Z [00:02:43.595]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T18:59:06.8485466Z [00:02:43.596]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/16/16013a82a99fdf15326c28988838e4c49dbb855dd799a7302cc51229ba14b9af-d # internal
2025-08-20T18:59:06.8490394Z [00:02:43.597]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T18:59:06.8492144Z [00:02:43.597]➜  mkdir -p $WORK/b1132/
2025-08-20T18:59:06.8505603Z [00:02:43.597]➜  cat >/tmp/go-build693841089/b1132/importcfg << 'EOF' # internal
2025-08-20T18:59:06.8508273Z [00:02:43.597]➜  # import config
2025-08-20T18:59:06.8510849Z [00:02:43.597]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:06.8512722Z [00:02:43.597]➜  EOF
2025-08-20T18:59:06.8517125Z [00:02:43.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1132/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0=>go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0;$WORK/b1132=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.21 -complete -installsuffix shared -buildid -HHJTrhgHXLar7sPLxNg/-HHJTrhgHXLar7sPLxNg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.24.0/trace.go
2025-08-20T18:59:06.9202693Z [00:02:43.668]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T18:59:06.9308078Z [00:02:43.678]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/6e/6eb8c40e8be70641b14e238931810e2bf922b6a95d04f54f536d8210ab5b7a86-d # internal
2025-08-20T18:59:06.9309443Z [00:02:43.678]➜  go.opentelemetry.io/proto/otlp/collector/trace/v1
2025-08-20T18:59:06.9310275Z [00:02:43.678]➜  mkdir -p $WORK/b1115/
2025-08-20T18:59:06.9345980Z [00:02:43.679]➜  cat >/tmp/go-build693841089/b1115/importcfg << 'EOF' # internal
2025-08-20T18:59:06.9346728Z [00:02:43.679]➜  # import config
2025-08-20T18:59:06.9347476Z [00:02:43.679]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:06.9348607Z [00:02:43.679]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/runtime=/tmp/go-build693841089/b1116/_pkg_.a
2025-08-20T18:59:06.9349384Z [00:02:43.679]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/v2/utilities=/tmp/go-build693841089/b1118/_pkg_.a
2025-08-20T18:59:06.9350083Z [00:02:43.679]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build693841089/b1109/_pkg_.a
2025-08-20T18:59:06.9350691Z [00:02:43.679]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:06.9351245Z [00:02:43.679]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:06.9351824Z [00:02:43.679]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:06.9352395Z [00:02:43.679]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:06.9353319Z [00:02:43.679]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:06.9353894Z [00:02:43.679]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:06.9354550Z [00:02:43.679]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:06.9355475Z [00:02:43.679]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:06.9356013Z [00:02:43.679]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:06.9356432Z [00:02:43.679]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:06.9357060Z [00:02:43.679]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:06.9357469Z [00:02:43.679]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:06.9357772Z [00:02:43.679]➜  EOF
2025-08-20T18:59:06.9360644Z [00:02:43.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1115/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/collector/trace/v1=>go.opentelemetry.io/proto/otlp@v1.2.0/collector/trace/v1;$WORK/b1115=>" -p go.opentelemetry.io/proto/otlp/collector/trace/v1 -lang=go1.17 -complete -installsuffix shared -buildid vyYnrIBvPWJlHkUaSG5O/vyYnrIBvPWJlHkUaSG5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/collector/trace/v1/trace_service.pb.go /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/collector/trace/v1/trace_service.pb.gw.go /root/go/pkg/mod/go.opentelemetry.io/proto/otlp@v1.2.0/collector/trace/v1/trace_service_grpc.pb.go
2025-08-20T18:59:07.0284356Z [00:02:43.776]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T18:59:07.0359520Z [00:02:43.783]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/f4/f4c566f184aac8a2d1021e537caf96ce82f67d94882c71ea6ca07e5a90b74e75-d # internal
2025-08-20T18:59:07.0360242Z [00:02:43.783]➜  go.opentelemetry.io/otel/semconv/internal
2025-08-20T18:59:07.0399329Z [00:02:43.787]➜  mkdir -p $WORK/b1134/
2025-08-20T18:59:07.0441070Z [00:02:43.792]➜  cat >/tmp/go-build693841089/b1134/importcfg << 'EOF' # internal
2025-08-20T18:59:07.0442913Z [00:02:43.792]➜  # import config
2025-08-20T18:59:07.0443723Z [00:02:43.792]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.0444285Z [00:02:43.792]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:07.0445463Z [00:02:43.792]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:07.0446112Z [00:02:43.792]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:07.0446605Z [00:02:43.792]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:07.0447025Z [00:02:43.792]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:07.0447457Z [00:02:43.792]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.0447871Z [00:02:43.792]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:07.0448182Z [00:02:43.792]➜  EOF
2025-08-20T18:59:07.0450193Z [00:02:43.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1134/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/internal=>go.opentelemetry.io/otel@v1.29.0/semconv/internal;$WORK/b1134=>" -p go.opentelemetry.io/otel/semconv/internal -lang=go1.21 -complete -installsuffix shared -buildid 87UWaRqHCsz3xjpYvNgd/87UWaRqHCsz3xjpYvNgd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/internal/http.go
2025-08-20T18:59:07.0529474Z [00:02:43.800]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T18:59:07.0586041Z [00:02:43.806]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/3f/3f3362d7c06bacb0315175d9eeeab4badc378b3d5cd040713344caf3ca36d084-d # internal
2025-08-20T18:59:07.0588474Z [00:02:43.806]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
2025-08-20T18:59:07.0588914Z [00:02:43.806]➜  mkdir -p $WORK/b1097/
2025-08-20T18:59:07.0608955Z [00:02:43.808]➜  cat >/tmp/go-build693841089/b1097/importcfg << 'EOF' # internal
2025-08-20T18:59:07.0610052Z [00:02:43.808]➜  # import config
2025-08-20T18:59:07.0610537Z [00:02:43.808]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.0610994Z [00:02:43.808]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:07.0611414Z [00:02:43.808]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.0611884Z [00:02:43.808]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:59:07.0612542Z [00:02:43.808]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build693841089/b1098/_pkg_.a
2025-08-20T18:59:07.0613382Z [00:02:43.808]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal=/tmp/go-build693841089/b1110/_pkg_.a
2025-08-20T18:59:07.0614385Z [00:02:43.808]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig=/tmp/go-build693841089/b1111/_pkg_.a
2025-08-20T18:59:07.0615529Z [00:02:43.808]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry=/tmp/go-build693841089/b1113/_pkg_.a
2025-08-20T18:59:07.0616378Z [00:02:43.808]➜  packagefile go.opentelemetry.io/proto/otlp/collector/trace/v1=/tmp/go-build693841089/b1115/_pkg_.a
2025-08-20T18:59:07.0617067Z [00:02:43.808]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build693841089/b1109/_pkg_.a
2025-08-20T18:59:07.0617846Z [00:02:43.808]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build693841089/b1121/_pkg_.a
2025-08-20T18:59:07.0618540Z [00:02:43.808]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:07.0619094Z [00:02:43.808]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:07.0619679Z [00:02:43.808]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:07.0620266Z [00:02:43.808]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:07.0620837Z [00:02:43.808]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:07.0621574Z [00:02:43.808]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.0622139Z [00:02:43.808]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:07.0622499Z [00:02:43.808]➜  EOF
2025-08-20T18:59:07.0626184Z [00:02:43.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1097/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0;$WORK/b1097=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc -lang=go1.21 -complete -installsuffix shared -buildid I2Rm7jUZTRHYZGiEruDq/I2Rm7jUZTRHYZGiEruDq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/client.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.26.0/options.go
2025-08-20T18:59:07.1079773Z [00:02:43.855]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T18:59:07.1091703Z [00:02:43.856]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/3e/3e9cbe7bd45f7cfd3acc4c21c85b8d12acccd56685c99ab7286b34aa4758af30-d # internal
2025-08-20T18:59:07.1094990Z [00:02:43.857]➜  go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
2025-08-20T18:59:07.1095736Z [00:02:43.857]➜  mkdir -p $WORK/b1122/
2025-08-20T18:59:07.1132580Z [00:02:43.861]➜  cat >/tmp/go-build693841089/b1122/importcfg << 'EOF' # internal
2025-08-20T18:59:07.1140683Z [00:02:43.861]➜  # import config
2025-08-20T18:59:07.1141037Z [00:02:43.861]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.1141484Z [00:02:43.861]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:07.1141929Z [00:02:43.861]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.1142382Z [00:02:43.861]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:07.1142819Z [00:02:43.861]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:07.1143232Z [00:02:43.861]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.1143701Z [00:02:43.861]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:59:07.1144339Z [00:02:43.861]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace=/tmp/go-build693841089/b1098/_pkg_.a
2025-08-20T18:59:07.1145333Z [00:02:43.861]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal=/tmp/go-build693841089/b1123/_pkg_.a
2025-08-20T18:59:07.1146308Z [00:02:43.861]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig=/tmp/go-build693841089/b1124/_pkg_.a
2025-08-20T18:59:07.1147556Z [00:02:43.861]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry=/tmp/go-build693841089/b1126/_pkg_.a
2025-08-20T18:59:07.1148472Z [00:02:43.861]➜  packagefile go.opentelemetry.io/proto/otlp/collector/trace/v1=/tmp/go-build693841089/b1115/_pkg_.a
2025-08-20T18:59:07.1149160Z [00:02:43.861]➜  packagefile go.opentelemetry.io/proto/otlp/trace/v1=/tmp/go-build693841089/b1109/_pkg_.a
2025-08-20T18:59:07.1149773Z [00:02:43.861]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:07.1150260Z [00:02:43.861]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.1150648Z [00:02:43.861]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:07.1151052Z [00:02:43.861]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:07.1151469Z [00:02:43.861]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:07.1151883Z [00:02:43.861]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.1152295Z [00:02:43.861]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.1152820Z [00:02:43.861]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:07.1153188Z [00:02:43.861]➜  EOF
2025-08-20T18:59:07.1165586Z [00:02:43.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1122/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0=>go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0;$WORK/b1122=>" -p go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp -lang=go1.21 -complete -installsuffix shared -buildid opkiYXmdDqIh8YSqKuOj/opkiYXmdDqIh8YSqKuOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/client.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.26.0/options.go
2025-08-20T18:59:07.1208765Z [00:02:43.868]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T18:59:07.1261566Z [00:02:43.873]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/2a/2a348857103e702ae35a30f3c3e161dfaf63f9107c2abf2cfcbcf9c28206b753-d # internal
2025-08-20T18:59:07.1270677Z [00:02:43.874]➜  go.opentelemetry.io/otel/exporters/zipkin
2025-08-20T18:59:07.1280857Z [00:02:43.875]➜  mkdir -p $WORK/b1129/
2025-08-20T18:59:07.1291027Z [00:02:43.877]➜  cat >/tmp/go-build693841089/b1129/importcfg << 'EOF' # internal
2025-08-20T18:59:07.1293583Z [00:02:43.877]➜  # import config
2025-08-20T18:59:07.1294203Z [00:02:43.877]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.1295172Z [00:02:43.877]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.1295882Z [00:02:43.877]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:07.1296676Z [00:02:43.877]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:07.1297235Z [00:02:43.877]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.1298318Z [00:02:43.877]➜  packagefile github.com/go-logr/logr=/tmp/go-build693841089/b544/_pkg_.a
2025-08-20T18:59:07.1298883Z [00:02:43.877]➜  packagefile github.com/go-logr/stdr=/tmp/go-build693841089/b549/_pkg_.a
2025-08-20T18:59:07.1299468Z [00:02:43.877]➜  packagefile github.com/openzipkin/zipkin-go/model=/tmp/go-build693841089/b1130/_pkg_.a
2025-08-20T18:59:07.1300100Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:07.1300685Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:07.1301286Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build693841089/b1101/_pkg_.a
2025-08-20T18:59:07.1302151Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build693841089/b1104/_pkg_.a
2025-08-20T18:59:07.1302890Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build693841089/b844/_pkg_.a
2025-08-20T18:59:07.1303543Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/semconv/v1.21.0=/tmp/go-build693841089/b1131/_pkg_.a
2025-08-20T18:59:07.1304191Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build693841089/b1132/_pkg_.a
2025-08-20T18:59:07.1305000Z [00:02:43.877]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:07.1305489Z [00:02:43.877]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.1305887Z [00:02:43.877]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:07.1306278Z [00:02:43.877]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:07.1306685Z [00:02:43.877]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:07.1307108Z [00:02:43.877]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:07.1307672Z [00:02:43.877]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:07.1308148Z [00:02:43.877]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.1308570Z [00:02:43.877]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:07.1308972Z [00:02:43.877]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.1309438Z [00:02:43.877]➜  EOF
2025-08-20T18:59:07.1312264Z [00:02:43.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1129/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.26.0=>go.opentelemetry.io/otel/exporters/zipkin@v1.26.0;$WORK/b1129=>" -p go.opentelemetry.io/otel/exporters/zipkin -lang=go1.21 -complete -installsuffix shared -buildid rWQ2IicYReKTenAunDa9/rWQ2IicYReKTenAunDa9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.26.0/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.26.0/model.go /root/go/pkg/mod/go.opentelemetry.io/otel/exporters/zipkin@v1.26.0/zipkin.go
2025-08-20T18:59:07.1793500Z [00:02:43.925]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T18:59:07.1855561Z [00:02:43.933]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T18:59:07.1886516Z [00:02:43.936]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/dd/dd44f1f9983bf47b75c519cae9cf0cacf2ea5408fe609ba16c6587315469247c-d # internal
2025-08-20T18:59:07.1888991Z [00:02:43.936]➜  go.opentelemetry.io/otel/semconv/v1.4.0
2025-08-20T18:59:07.1890290Z [00:02:43.936]➜  mkdir -p $WORK/b1133/
2025-08-20T18:59:07.1891121Z [00:02:43.936]➜  cat >/tmp/go-build693841089/b1133/importcfg << 'EOF' # internal
2025-08-20T18:59:07.1891694Z [00:02:43.936]➜  # import config
2025-08-20T18:59:07.1892255Z [00:02:43.936]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:07.1893049Z [00:02:43.936]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:07.1893926Z [00:02:43.936]➜  packagefile go.opentelemetry.io/otel/semconv/internal=/tmp/go-build693841089/b1134/_pkg_.a
2025-08-20T18:59:07.1894893Z [00:02:43.936]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:07.1895595Z [00:02:43.936]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:07.1895939Z [00:02:43.936]➜  EOF
2025-08-20T18:59:07.1903249Z [00:02:43.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1133/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0=>go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0;$WORK/b1133=>" -p go.opentelemetry.io/otel/semconv/v1.4.0 -lang=go1.21 -complete -installsuffix shared -buildid crKnvsQBfzwAfOuBeX-D/crKnvsQBfzwAfOuBeX-D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.4.0/trace.go
2025-08-20T18:59:07.1908254Z [00:02:43.938]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/37/375460e8e32e66112cd27e6174a07f14416fa35ec488faa49d90df3d5ff0a194-d # internal
2025-08-20T18:59:07.1941406Z [00:02:43.942]➜  github.com/ipfs/kubo/core/node
2025-08-20T18:59:07.1943671Z [00:02:43.942]➜  mkdir -p $WORK/b745/
2025-08-20T18:59:07.1959204Z [00:02:43.943]➜  cat >/tmp/go-build693841089/b745/importcfg << 'EOF' # internal
2025-08-20T18:59:07.1959668Z [00:02:43.943]➜  # import config
2025-08-20T18:59:07.1960021Z [00:02:43.943]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.1960684Z [00:02:43.943]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:07.1961257Z [00:02:43.943]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:07.1961697Z [00:02:43.943]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:07.1962099Z [00:02:43.943]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.1962748Z [00:02:43.943]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:07.1963313Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/bitswap=/tmp/go-build693841089/b747/_pkg_.a
2025-08-20T18:59:07.1963904Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/bitswap/network=/tmp/go-build693841089/b760/_pkg_.a
2025-08-20T18:59:07.1964509Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:07.1965536Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:07.1966118Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:59:07.1966930Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:59:07.1967522Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:59:07.1968170Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/fetcher/impl/blockservice=/tmp/go-build693841089/b782/_pkg_.a
2025-08-20T18:59:07.1968801Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build693841089/b716/_pkg_.a
2025-08-20T18:59:07.1969365Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/gateway=/tmp/go-build693841089/b783/_pkg_.a
2025-08-20T18:59:07.1969950Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:07.1970552Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:59:07.1971153Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build693841089/b724/_pkg_.a
2025-08-20T18:59:07.1971723Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:59:07.1972255Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build693841089/b719/_pkg_.a
2025-08-20T18:59:07.1972805Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:07.1973459Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/namesys/republisher=/tmp/go-build693841089/b734/_pkg_.a
2025-08-20T18:59:07.1974085Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build693841089/b736/_pkg_.a
2025-08-20T18:59:07.1974900Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/peering=/tmp/go-build693841089/b740/_pkg_.a
2025-08-20T18:59:07.1975723Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:59:07.1976445Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/pinning/pinner/dspinner=/tmp/go-build693841089/b847/_pkg_.a
2025-08-20T18:59:07.1977081Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build693841089/b742/_pkg_.a
2025-08-20T18:59:07.1977629Z [00:02:43.943]➜  packagefile github.com/ipfs/boxo/util=/tmp/go-build693841089/b583/_pkg_.a
2025-08-20T18:59:07.1978158Z [00:02:43.943]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:07.1978694Z [00:02:43.943]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:07.1979263Z [00:02:43.943]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:59:07.1979837Z [00:02:43.943]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:07.1980384Z [00:02:43.943]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:07.1981031Z [00:02:43.943]➜  packagefile github.com/ipfs/go-unixfsnode=/tmp/go-build693841089/b798/_pkg_.a
2025-08-20T18:59:07.1981653Z [00:02:43.943]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:07.1982245Z [00:02:43.943]➜  packagefile github.com/ipfs/kubo/core/node/helpers=/tmp/go-build693841089/b850/_pkg_.a
2025-08-20T18:59:07.1982870Z [00:02:43.943]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build693841089/b862/_pkg_.a
2025-08-20T18:59:07.1983642Z [00:02:43.943]➜  packagefile github.com/ipfs/kubo/p2p=/tmp/go-build693841089/b1083/_pkg_.a
2025-08-20T18:59:07.1984178Z [00:02:43.943]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:07.2007108Z [00:02:43.943]➜  packagefile github.com/ipfs/kubo/routing=/tmp/go-build693841089/b881/_pkg_.a
2025-08-20T18:59:07.2009619Z [00:02:43.943]➜  packagefile github.com/ipfs/kubo/thirdparty/verifbs=/tmp/go-build693841089/b1084/_pkg_.a
2025-08-20T18:59:07.2010529Z [00:02:43.943]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:59:07.2011273Z [00:02:43.943]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:59:07.2012319Z [00:02:43.943]➜  packagefile github.com/libp2p/go-doh-resolver=/tmp/go-build693841089/b836/_pkg_.a
2025-08-20T18:59:07.2013377Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build693841089/b1071/_pkg_.a
2025-08-20T18:59:07.2014322Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p-pubsub/timecache=/tmp/go-build693841089/b1073/_pkg_.a
2025-08-20T18:59:07.2015355Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:07.2016147Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:07.2016932Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:07.2017758Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:07.2018747Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:07.2019732Z [00:02:43.943]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build693841089/b874/_pkg_.a
2025-08-20T18:59:07.2020637Z [00:02:43.943]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:07.2021399Z [00:02:43.943]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:07.2022010Z [00:02:43.943]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.2022541Z [00:02:43.943]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:07.2022877Z [00:02:43.943]➜  EOF
2025-08-20T18:59:07.2027966Z [00:02:43.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node=>github.com/ipfs/kubo@v0.29.0/core/node;$WORK/b745=>" -p github.com/ipfs/kubo/core/node -lang=go1.22 -complete -installsuffix shared -buildid mF2YhGs1ar_n3TiIIZJo/mF2YhGs1ar_n3TiIIZJo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/bitswap.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/builder.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/core.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/dns.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/groups.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/helpers.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/identity.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/ipns.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/peering.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/provider.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/node/storage.go
2025-08-20T18:59:07.2032631Z [00:02:43.946]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T18:59:07.2033555Z [00:02:43.946]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/2c/2c2e111560f5d91bc8088ed1d94fadd450b0e96d75af2da018c615411c04a8a0-d # internal
2025-08-20T18:59:07.2034328Z [00:02:43.946]➜  github.com/dgraph-io/badger/pb
2025-08-20T18:59:07.2034841Z [00:02:43.946]➜  mkdir -p $WORK/b1141/
2025-08-20T18:59:07.2035543Z [00:02:43.946]➜  cat >/tmp/go-build693841089/b1141/importcfg << 'EOF' # internal
2025-08-20T18:59:07.2035938Z [00:02:43.946]➜  # import config
2025-08-20T18:59:07.2036476Z [00:02:43.946]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.2037153Z [00:02:43.946]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:07.2037834Z [00:02:43.946]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.2038271Z [00:02:43.947]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.2038922Z [00:02:43.947]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:07.2039494Z [00:02:43.947]➜  EOF
2025-08-20T18:59:07.2041786Z [00:02:43.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1141/_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/b1141=>" -p github.com/dgraph-io/badger/pb -lang=go1.12 -complete -installsuffix shared -buildid G2TOdEe84-tpR9IVIwLz/G2TOdEe84-tpR9IVIwLz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2/pb/pb.pb.go
2025-08-20T18:59:07.2406873Z [00:02:43.986]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T18:59:07.2422446Z [00:02:43.990]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/94/94253b5c15cd6568338767581e5f16d73c22149f871729420e88e622b1ac5606-d # internal
2025-08-20T18:59:07.2431263Z [00:02:43.991]➜  github.com/dgraph-io/badger/y
2025-08-20T18:59:07.2434404Z [00:02:43.991]➜  mkdir -p $WORK/b1143/
2025-08-20T18:59:07.2444573Z [00:02:43.992]➜  cat >/tmp/go-build693841089/b1143/importcfg << 'EOF' # internal
2025-08-20T18:59:07.2448282Z [00:02:43.992]➜  # import config
2025-08-20T18:59:07.2450289Z [00:02:43.992]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.2450775Z [00:02:43.993]➜  packagefile container/heap=/tmp/go-build693841089/b778/_pkg_.a
2025-08-20T18:59:07.2451248Z [00:02:43.993]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.2451696Z [00:02:43.993]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:07.2452131Z [00:02:43.993]➜  packagefile expvar=/tmp/go-build693841089/b682/_pkg_.a
2025-08-20T18:59:07.2452534Z [00:02:43.993]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.2452984Z [00:02:43.993]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:07.2453758Z [00:02:43.993]➜  packagefile golang.org/x/net/trace=/tmp/go-build693841089/b258/_pkg_.a
2025-08-20T18:59:07.2454340Z [00:02:43.993]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:07.2455022Z [00:02:43.993]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:07.2455436Z [00:02:43.993]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:07.2455829Z [00:02:43.993]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.2456228Z [00:02:43.993]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:07.2456618Z [00:02:43.993]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.2457040Z [00:02:43.993]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:07.2457459Z [00:02:43.993]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:07.2457757Z [00:02:43.993]➜  EOF
2025-08-20T18:59:07.2468598Z [00:02:43.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1143/_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/b1143=>" -p github.com/dgraph-io/badger/y -lang=go1.12 -complete -installsuffix shared -buildid N5CqHLPe7GXOJmpK-cGP/N5CqHLPe7GXOJmpK-cGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/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-20T18:59:07.2705733Z [00:02:44.018]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T18:59:07.2725118Z [00:02:44.020]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/37/3758855e55daaf131ca653d842cbc7fa45fc94fe57031d1dd325d4a7b5a88774-d # internal
2025-08-20T18:59:07.2737814Z [00:02:44.021]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T18:59:07.2747015Z [00:02:44.022]➜  github.com/cespare/xxhash
2025-08-20T18:59:07.2747361Z [00:02:44.022]➜  mkdir -p $WORK/b1145/
2025-08-20T18:59:07.2756768Z [00:02:44.023]➜  cat >/tmp/go-build693841089/b1145/importcfg << 'EOF' # internal
2025-08-20T18:59:07.2761180Z [00:02:44.023]➜  # import config
2025-08-20T18:59:07.2763618Z [00:02:44.023]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:07.2764193Z [00:02:44.023]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:07.2764688Z [00:02:44.023]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:07.2765196Z [00:02:44.023]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:07.2767975Z [00:02:44.023]➜  EOF
2025-08-20T18:59:07.2770460Z [00:02:44.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0=>github.com/cespare/xxhash@v1.1.0;$WORK/b1145=>" -p github.com/cespare/xxhash -lang=go1.16 -complete -installsuffix shared -buildid z1OjpoZpY2Hh0Kj9UR4Y/z1OjpoZpY2Hh0Kj9UR4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /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_other.go /root/go/pkg/mod/github.com/cespare/xxhash@v1.1.0/xxhash_unsafe.go
2025-08-20T18:59:07.2796336Z [00:02:44.027]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/bb/bb445faacd973670f99bece01ec9f316a970384193444e37fd2d0b58e4754f94-d # internal
2025-08-20T18:59:07.2797868Z [00:02:44.027]➜  github.com/ipfs/boxo/tracing
2025-08-20T18:59:07.2798597Z [00:02:44.027]➜  mkdir -p $WORK/b1096/
2025-08-20T18:59:07.2800726Z [00:02:44.027]➜  cat >/tmp/go-build693841089/b1096/importcfg << 'EOF' # internal
2025-08-20T18:59:07.2801113Z [00:02:44.027]➜  # import config
2025-08-20T18:59:07.2801447Z [00:02:44.027]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.2801854Z [00:02:44.027]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.2802503Z [00:02:44.027]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc=/tmp/go-build693841089/b1097/_pkg_.a
2025-08-20T18:59:07.2803344Z [00:02:44.027]➜  packagefile go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp=/tmp/go-build693841089/b1122/_pkg_.a
2025-08-20T18:59:07.2804140Z [00:02:44.027]➜  packagefile go.opentelemetry.io/otel/exporters/stdout/stdouttrace=/tmp/go-build693841089/b1127/_pkg_.a
2025-08-20T18:59:07.2814190Z [00:02:44.027]➜  packagefile go.opentelemetry.io/otel/exporters/zipkin=/tmp/go-build693841089/b1129/_pkg_.a
2025-08-20T18:59:07.2815678Z [00:02:44.027]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build693841089/b1104/_pkg_.a
2025-08-20T18:59:07.2816256Z [00:02:44.027]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:07.2816659Z [00:02:44.027]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:07.2817064Z [00:02:44.027]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:07.2817546Z [00:02:44.027]➜  EOF
2025-08-20T18:59:07.2821225Z [00:02:44.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/tracing=>github.com/ipfs/boxo@v0.20.0/tracing;$WORK/b1096=>" -p github.com/ipfs/boxo/tracing -lang=go1.21 -complete -installsuffix shared -buildid O3326WSUDqtzkdWnKrhF/O3326WSUDqtzkdWnKrhF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/tracing/exporters.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/tracing/file_exporter.go
2025-08-20T18:59:07.2958515Z [00:02:44.043]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T18:59:07.2962029Z [00:02:44.044]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/5a/5afa7e6f9a4ddb6264ba9e47c7164f7849484c3922ad741549bdfa03c8694f7e-d # internal
2025-08-20T18:59:07.2967102Z [00:02:44.044]➜  github.com/dgraph-io/ristretto/z
2025-08-20T18:59:07.2969681Z [00:02:44.044]➜  mkdir -p $WORK/b1144/
2025-08-20T18:59:07.2972682Z [00:02:44.044]➜  echo -n > $WORK/b1144/go_asm.h # internal
2025-08-20T18:59:07.2973166Z [00:02:44.045]➜  cd /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z
2025-08-20T18:59:07.2976039Z [00:02:44.045]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/dgraph-io/ristretto/z -trimpath "/root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z=>github.com/dgraph-io/ristretto@v0.0.3/z;$WORK/b1144=>" -I $WORK/b1144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1144/symabis ./rtutil.s
2025-08-20T18:59:07.3020089Z [00:02:44.048]➜  cat >/tmp/go-build693841089/b1144/importcfg << 'EOF' # internal
2025-08-20T18:59:07.3020710Z [00:02:44.048]➜  # import config
2025-08-20T18:59:07.3021079Z [00:02:44.048]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.3021523Z [00:02:44.048]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:07.3022046Z [00:02:44.048]➜  packagefile github.com/cespare/xxhash=/tmp/go-build693841089/b1145/_pkg_.a
2025-08-20T18:59:07.3022516Z [00:02:44.048]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:07.3022912Z [00:02:44.048]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.3023207Z [00:02:44.048]➜  EOF
2025-08-20T18:59:07.3023484Z [00:02:44.048]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:07.3026495Z [00:02:44.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z=>github.com/dgraph-io/ristretto@v0.0.3/z;$WORK/b1144=>" -p github.com/dgraph-io/ristretto/z -lang=go1.12 -installsuffix shared -buildid uL_0IBarhArC4EPtEMya/uL_0IBarhArC4EPtEMya -goversion go1.25.0 -symabis $WORK/b1144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack -asmhdr $WORK/b1144/go_asm.h /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z/bbloom.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z/rtutil.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z/z.go
2025-08-20T18:59:07.3363232Z [00:02:44.084]➜  cd /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z
2025-08-20T18:59:07.3365336Z [00:02:44.084]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/dgraph-io/ristretto/z -trimpath "/root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/z=>github.com/dgraph-io/ristretto@v0.0.3/z;$WORK/b1144=>" -I $WORK/b1144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1144/rtutil.o ./rtutil.s
2025-08-20T18:59:07.3416526Z [00:02:44.089]➜  go tool pack r $WORK/b1144/_pkg_.a $WORK/b1144/rtutil.o # internal
2025-08-20T18:59:07.3420083Z [00:02:44.089]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T18:59:07.3420837Z [00:02:44.089]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/19/1958c2fe55671bf2ccd1145164d47f5667376ab1cb67b53871d545c4b4b93e91-d # internal
2025-08-20T18:59:07.3421416Z [00:02:44.089]➜  github.com/AndreasBriese/bbloom
2025-08-20T18:59:07.3421995Z [00:02:44.089]➜  mkdir -p $WORK/b1147/
2025-08-20T18:59:07.3422370Z [00:02:44.089]➜  cat >/tmp/go-build693841089/b1147/importcfg << 'EOF' # internal
2025-08-20T18:59:07.3422714Z [00:02:44.089]➜  # import config
2025-08-20T18:59:07.3423042Z [00:02:44.089]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.3423474Z [00:02:44.089]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:07.3423897Z [00:02:44.089]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:07.3424325Z [00:02:44.089]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.3424903Z [00:02:44.089]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.3425394Z [00:02:44.089]➜  EOF
2025-08-20T18:59:07.3425674Z [00:02:44.089]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:07.3428222Z [00:02:44.089]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1147/_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/b1147=>" -p github.com/AndreasBriese/bbloom -lang=go1.16 -complete -installsuffix shared -buildid FUB_703yR0dkr_B-Jg38/FUB_703yR0dkr_B-Jg38 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/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-20T18:59:07.3530878Z [00:02:44.100]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T18:59:07.3543632Z [00:02:44.102]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/89/897bc309f182c5681ac71854d05eaded0491c4766bacedf18198f99080ce6856-d # internal
2025-08-20T18:59:07.3563995Z [00:02:44.104]➜  github.com/ipfs/kubo/tracing
2025-08-20T18:59:07.3564364Z [00:02:44.104]➜  mkdir -p $WORK/b1095/
2025-08-20T18:59:07.3568796Z [00:02:44.104]➜  cat >/tmp/go-build693841089/b1095/importcfg << 'EOF' # internal
2025-08-20T18:59:07.3569505Z [00:02:44.104]➜  # import config
2025-08-20T18:59:07.3569871Z [00:02:44.104]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.3570292Z [00:02:44.104]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.3570786Z [00:02:44.104]➜  packagefile github.com/ipfs/boxo/tracing=/tmp/go-build693841089/b1096/_pkg_.a
2025-08-20T18:59:07.3571324Z [00:02:44.104]➜  packagefile github.com/ipfs/kubo=/tmp/go-build693841089/b865/_pkg_.a
2025-08-20T18:59:07.3572130Z [00:02:44.104]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:59:07.3572785Z [00:02:44.104]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build693841089/b1101/_pkg_.a
2025-08-20T18:59:07.3573408Z [00:02:44.104]➜  packagefile go.opentelemetry.io/otel/sdk/trace=/tmp/go-build693841089/b1104/_pkg_.a
2025-08-20T18:59:07.3574234Z [00:02:44.104]➜  packagefile go.opentelemetry.io/otel/semconv/v1.4.0=/tmp/go-build693841089/b1133/_pkg_.a
2025-08-20T18:59:07.3575135Z [00:02:44.104]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:07.3575745Z [00:02:44.104]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build693841089/b1106/_pkg_.a
2025-08-20T18:59:07.3576147Z [00:02:44.104]➜  EOF
2025-08-20T18:59:07.3579868Z [00:02:44.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1095/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/tracing=>github.com/ipfs/kubo@v0.29.0/tracing;$WORK/b1095=>" -p github.com/ipfs/kubo/tracing -lang=go1.22 -complete -installsuffix shared -buildid xNN3otXdiISDLsUPKLcA/xNN3otXdiISDLsUPKLcA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/tracing/doc.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/tracing/tracing.go
2025-08-20T18:59:07.3841372Z [00:02:44.131]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T18:59:07.3855117Z [00:02:44.133]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/24/24ee9152583bf94997052bc05503bc6254b10d3659b3d8666dc991e767b28515-d # internal
2025-08-20T18:59:07.3867301Z [00:02:44.134]➜  github.com/ceramicnetwork/go-dag-jose/dagjose
2025-08-20T18:59:07.3868753Z [00:02:44.134]➜  mkdir -p $WORK/b1150/
2025-08-20T18:59:07.3872254Z [00:02:44.135]➜  cat >/tmp/go-build693841089/b1150/importcfg << 'EOF' # internal
2025-08-20T18:59:07.3873549Z [00:02:44.135]➜  # import config
2025-08-20T18:59:07.3873917Z [00:02:44.135]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.3874375Z [00:02:44.135]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:07.3880682Z [00:02:44.135]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:07.3881400Z [00:02:44.135]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.3881873Z [00:02:44.135]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:07.3882450Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/codec=/tmp/go-build693841089/b588/_pkg_.a
2025-08-20T18:59:07.3883086Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build693841089/b623/_pkg_.a
2025-08-20T18:59:07.3883746Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build693841089/b606/_pkg_.a
2025-08-20T18:59:07.3884386Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/datamodel=/tmp/go-build693841089/b587/_pkg_.a
2025-08-20T18:59:07.3885173Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:59:07.3885816Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:07.3886471Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/node/basicnode=/tmp/go-build693841089/b591/_pkg_.a
2025-08-20T18:59:07.3887149Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build693841089/b592/_pkg_.a
2025-08-20T18:59:07.3889457Z [00:02:44.135]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:59:07.3890685Z [00:02:44.135]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:07.3892785Z [00:02:44.135]➜  packagefile gopkg.in/square/go-jose.v2/json=/tmp/go-build693841089/b519/_pkg_.a
2025-08-20T18:59:07.3893325Z [00:02:44.135]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.3894098Z [00:02:44.135]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:07.3894514Z [00:02:44.135]➜  EOF
2025-08-20T18:59:07.3907550Z [00:02:44.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1150/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose=>github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose;$WORK/b1150=>" -p github.com/ceramicnetwork/go-dag-jose/dagjose -lang=go1.16 -complete -installsuffix shared -buildid L0deOqwXkKvGaB-wILIN/L0deOqwXkKvGaB-wILIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/ipldsch_minima.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/ipldsch_satisfaction.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/ipldsch_types.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/jose_bytes.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/jose_decode.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/jose_encode.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/jose_utils.go /root/go/pkg/mod/github.com/ceramicnetwork/go-dag-jose@v0.1.0/dagjose/multicodec.go
2025-08-20T18:59:07.3912074Z [00:02:44.137]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T18:59:07.3950687Z [00:02:44.143]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/3d/3d028f7018e330d5ae7adbc58898acc388706949ff39a010fbfa85c4de0c7abd-d # internal
2025-08-20T18:59:07.3953806Z [00:02:44.143]➜  github.com/dgraph-io/badger/skl
2025-08-20T18:59:07.3959275Z [00:02:44.143]➜  mkdir -p $WORK/b1142/
2025-08-20T18:59:07.3959699Z [00:02:44.143]➜  cat >/tmp/go-build693841089/b1142/importcfg << 'EOF' # internal
2025-08-20T18:59:07.3960053Z [00:02:44.143]➜  # import config
2025-08-20T18:59:07.3960471Z [00:02:44.143]➜  packagefile github.com/dgraph-io/badger/y=/tmp/go-build693841089/b1143/_pkg_.a
2025-08-20T18:59:07.3961070Z [00:02:44.143]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build693841089/b1144/_pkg_.a
2025-08-20T18:59:07.3961562Z [00:02:44.143]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.3962289Z [00:02:44.143]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:07.3962615Z [00:02:44.143]➜  EOF
2025-08-20T18:59:07.3964765Z [00:02:44.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1142/_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/b1142=>" -p github.com/dgraph-io/badger/skl -lang=go1.12 -complete -installsuffix shared -buildid tQ32TKopvoIEh4esL9B3/tQ32TKopvoIEh4esL9B3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/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-20T18:59:07.4054857Z [00:02:44.153]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T18:59:07.4066769Z [00:02:44.154]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/9b/9b8c4912ebdf438d474a585ce2e54bc4a30e00c1f92b788118fa14923190f4e2-d # internal
2025-08-20T18:59:07.4068427Z [00:02:44.154]➜  github.com/dgraph-io/badger/table
2025-08-20T18:59:07.4069878Z [00:02:44.154]➜  mkdir -p $WORK/b1146/
2025-08-20T18:59:07.4071777Z [00:02:44.155]➜  cat >/tmp/go-build693841089/b1146/importcfg << 'EOF' # internal
2025-08-20T18:59:07.4072196Z [00:02:44.155]➜  # import config
2025-08-20T18:59:07.4072540Z [00:02:44.155]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.4072980Z [00:02:44.155]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:07.4073448Z [00:02:44.155]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:07.4073881Z [00:02:44.155]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.4074881Z [00:02:44.155]➜  packagefile github.com/AndreasBriese/bbloom=/tmp/go-build693841089/b1147/_pkg_.a
2025-08-20T18:59:07.4075598Z [00:02:44.155]➜  packagefile github.com/dgraph-io/badger/options=/tmp/go-build693841089/b1140/_pkg_.a
2025-08-20T18:59:07.4076195Z [00:02:44.155]➜  packagefile github.com/dgraph-io/badger/y=/tmp/go-build693841089/b1143/_pkg_.a
2025-08-20T18:59:07.4076747Z [00:02:44.155]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:07.4077197Z [00:02:44.155]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.4077599Z [00:02:44.155]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.4077990Z [00:02:44.155]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:07.4078381Z [00:02:44.155]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:07.4078815Z [00:02:44.155]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:07.4079241Z [00:02:44.155]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:07.4079650Z [00:02:44.155]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.4080219Z [00:02:44.155]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:07.4080692Z [00:02:44.155]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.4081128Z [00:02:44.155]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:07.4081449Z [00:02:44.155]➜  EOF
2025-08-20T18:59:07.4084231Z [00:02:44.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1146/_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/b1146=>" -p github.com/dgraph-io/badger/table -lang=go1.12 -complete -installsuffix shared -buildid Kb0XXlu7z6LVlJU_p7MH/Kb0XXlu7z6LVlJU_p7MH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/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-20T18:59:07.4795685Z [00:02:44.227]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T18:59:07.4823469Z [00:02:44.230]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/e5/e5e39c63c1e454986295ebf1ac7fab549b2d535cdab09e7b6498cd8df101cddf-d # internal
2025-08-20T18:59:07.4856588Z [00:02:44.231]➜  github.com/ipfs/go-ds-flatfs
2025-08-20T18:59:07.4856962Z [00:02:44.231]➜  mkdir -p $WORK/b1152/
2025-08-20T18:59:07.4857347Z [00:02:44.231]➜  cat >/tmp/go-build693841089/b1152/importcfg << 'EOF' # internal
2025-08-20T18:59:07.4857700Z [00:02:44.231]➜  # import config
2025-08-20T18:59:07.4858035Z [00:02:44.231]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.4858477Z [00:02:44.231]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:07.4858923Z [00:02:44.231]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:07.4859337Z [00:02:44.231]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.4859825Z [00:02:44.231]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:07.4860414Z [00:02:44.231]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:59:07.4860964Z [00:02:44.231]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:07.4861512Z [00:02:44.231]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:59:07.4861980Z [00:02:44.231]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.4862388Z [00:02:44.231]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:07.4862799Z [00:02:44.231]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.4863222Z [00:02:44.231]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:07.4863869Z [00:02:44.231]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:07.4864389Z [00:02:44.231]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:07.4865071Z [00:02:44.231]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:07.4865492Z [00:02:44.231]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.4865910Z [00:02:44.231]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:07.4866324Z [00:02:44.231]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.4866746Z [00:02:44.231]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:07.4867170Z [00:02:44.231]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:07.4867575Z [00:02:44.231]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:07.4867874Z [00:02:44.231]➜  EOF
2025-08-20T18:59:07.4871507Z [00:02:44.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1152/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1=>github.com/ipfs/go-ds-flatfs@v0.5.1;$WORK/b1152=>" -p github.com/ipfs/go-ds-flatfs -lang=go1.16 -complete -installsuffix shared -buildid Rs_OJAM00x9idiQTy_PI/Rs_OJAM00x9idiQTy_PI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/convert.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/flatfs.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/key.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/readme.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/rename.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/shard.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/sync.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/util.go /root/go/pkg/mod/github.com/ipfs/go-ds-flatfs@v0.5.1/util_unix.go
2025-08-20T18:59:07.5078866Z [00:02:44.255]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T18:59:07.5086280Z [00:02:44.255]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/79/7981b783331e9d7e01f1218e3c3df0d516474ff1ab77ec02ff885366a89f23c9-d # internal
2025-08-20T18:59:07.5090394Z [00:02:44.255]➜  github.com/dgraph-io/badger
2025-08-20T18:59:07.5090701Z [00:02:44.256]➜  mkdir -p $WORK/b1139/
2025-08-20T18:59:07.5103385Z [00:02:44.258]➜  cat >/tmp/go-build693841089/b1139/importcfg << 'EOF' # internal
2025-08-20T18:59:07.5104203Z [00:02:44.258]➜  # import config
2025-08-20T18:59:07.5106848Z [00:02:44.258]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:07.5107410Z [00:02:44.258]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.5112767Z [00:02:44.258]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.5113225Z [00:02:44.258]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:07.5113686Z [00:02:44.258]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:07.5114155Z [00:02:44.258]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:07.5114717Z [00:02:44.258]➜  packagefile expvar=/tmp/go-build693841089/b682/_pkg_.a
2025-08-20T18:59:07.5115193Z [00:02:44.258]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.5115710Z [00:02:44.258]➜  packagefile github.com/dgraph-io/badger/options=/tmp/go-build693841089/b1140/_pkg_.a
2025-08-20T18:59:07.5116298Z [00:02:44.258]➜  packagefile github.com/dgraph-io/badger/pb=/tmp/go-build693841089/b1141/_pkg_.a
2025-08-20T18:59:07.5116883Z [00:02:44.258]➜  packagefile github.com/dgraph-io/badger/skl=/tmp/go-build693841089/b1142/_pkg_.a
2025-08-20T18:59:07.5117470Z [00:02:44.258]➜  packagefile github.com/dgraph-io/badger/table=/tmp/go-build693841089/b1146/_pkg_.a
2025-08-20T18:59:07.5118055Z [00:02:44.258]➜  packagefile github.com/dgraph-io/badger/trie=/tmp/go-build693841089/b1148/_pkg_.a
2025-08-20T18:59:07.5118876Z [00:02:44.258]➜  packagefile github.com/dgraph-io/badger/y=/tmp/go-build693841089/b1143/_pkg_.a
2025-08-20T18:59:07.5119541Z [00:02:44.258]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build693841089/b1144/_pkg_.a
2025-08-20T18:59:07.5120120Z [00:02:44.258]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:07.5120694Z [00:02:44.258]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:07.5121242Z [00:02:44.258]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:07.5121763Z [00:02:44.258]➜  packagefile golang.org/x/net/trace=/tmp/go-build693841089/b258/_pkg_.a
2025-08-20T18:59:07.5122273Z [00:02:44.258]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:07.5122742Z [00:02:44.258]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:07.5123150Z [00:02:44.258]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.5123562Z [00:02:44.258]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:07.5124082Z [00:02:44.258]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:07.5124572Z [00:02:44.258]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:07.5130372Z [00:02:44.258]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:07.5130785Z [00:02:44.258]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:07.5131424Z [00:02:44.258]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:07.5131854Z [00:02:44.258]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:07.5132263Z [00:02:44.258]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.5132679Z [00:02:44.258]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:07.5133086Z [00:02:44.258]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.5133513Z [00:02:44.258]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:07.5133937Z [00:02:44.258]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:07.5134238Z [00:02:44.258]➜  EOF
2025-08-20T18:59:07.5141248Z [00:02:44.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger@v1.6.2=>github.com/dgraph-io/badger@v1.6.2;$WORK/b1139=>" -p github.com/dgraph-io/badger -lang=go1.12 -complete -installsuffix shared -buildid cNtO9jkHdBrVQFzoTVqL/cNtO9jkHdBrVQFzoTVqL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/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-20T18:59:07.6348173Z [00:02:44.380]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T18:59:07.6471671Z [00:02:44.394]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/77/7715e04b433cf13426c2d64b57daa245e9abd231ee572ae722b504cd0ed393b3-d # internal
2025-08-20T18:59:07.6512652Z [00:02:44.399]➜  github.com/ipfs/kubo/core
2025-08-20T18:59:07.6513474Z [00:02:44.399]➜  mkdir -p $WORK/b711/
2025-08-20T18:59:07.6518191Z [00:02:44.399]➜  cat >/tmp/go-build693841089/b711/importcfg << 'EOF' # internal
2025-08-20T18:59:07.6520718Z [00:02:44.399]➜  # import config
2025-08-20T18:59:07.6523463Z [00:02:44.399]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.6523924Z [00:02:44.399]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:07.6524355Z [00:02:44.399]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.6525033Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:07.6525646Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:07.6526229Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/bootstrap=/tmp/go-build693841089/b712/_pkg_.a
2025-08-20T18:59:07.6526812Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:59:07.6527376Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:59:07.6528303Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build693841089/b716/_pkg_.a
2025-08-20T18:59:07.6528852Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build693841089/b719/_pkg_.a
2025-08-20T18:59:07.6529397Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:07.6530003Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/namesys/republisher=/tmp/go-build693841089/b734/_pkg_.a
2025-08-20T18:59:07.6530638Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build693841089/b736/_pkg_.a
2025-08-20T18:59:07.6531217Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/peering=/tmp/go-build693841089/b740/_pkg_.a
2025-08-20T18:59:07.6531968Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:59:07.6532551Z [00:02:44.399]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build693841089/b742/_pkg_.a
2025-08-20T18:59:07.6533118Z [00:02:44.399]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:07.6533675Z [00:02:44.399]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:07.6534213Z [00:02:44.399]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:07.6539196Z [00:02:44.399]➜  packagefile github.com/ipfs/go-metrics-interface=/tmp/go-build693841089/b577/_pkg_.a
2025-08-20T18:59:07.6539857Z [00:02:44.399]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:07.6540424Z [00:02:44.399]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build693841089/b745/_pkg_.a
2025-08-20T18:59:07.6541029Z [00:02:44.399]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build693841089/b862/_pkg_.a
2025-08-20T18:59:07.6541632Z [00:02:44.399]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build693841089/b1085/_pkg_.a
2025-08-20T18:59:07.6542199Z [00:02:44.399]➜  packagefile github.com/ipfs/kubo/p2p=/tmp/go-build693841089/b1083/_pkg_.a
2025-08-20T18:59:07.6542733Z [00:02:44.399]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:07.6543281Z [00:02:44.399]➜  packagefile github.com/ipfs/kubo/routing=/tmp/go-build693841089/b881/_pkg_.a
2025-08-20T18:59:07.6543835Z [00:02:44.399]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:59:07.6544843Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/dual=/tmp/go-build693841089/b890/_pkg_.a
2025-08-20T18:59:07.6545662Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build693841089/b1071/_pkg_.a
2025-08-20T18:59:07.6546360Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p-pubsub-router=/tmp/go-build693841089/b1076/_pkg_.a
2025-08-20T18:59:07.6546984Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:07.6547610Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:07.6548237Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:07.6548853Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:07.6549475Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build693841089/b898/_pkg_.a
2025-08-20T18:59:07.6550116Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:07.6550734Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:07.6551371Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:07.6552011Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:07.6552835Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/mdns=/tmp/go-build693841089/b1078/_pkg_.a
2025-08-20T18:59:07.6553506Z [00:02:44.399]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build693841089/b912/_pkg_.a
2025-08-20T18:59:07.6554132Z [00:02:44.399]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:07.6554887Z [00:02:44.399]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:07.6555470Z [00:02:44.399]➜  packagefile go.uber.org/dig=/tmp/go-build693841089/b852/_pkg_.a
2025-08-20T18:59:07.6555927Z [00:02:44.399]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:07.6556493Z [00:02:44.399]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.6556896Z [00:02:44.399]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:07.6557309Z [00:02:44.399]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:07.6557707Z [00:02:44.399]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:07.6558007Z [00:02:44.399]➜  EOF
2025-08-20T18:59:07.6559929Z [00:02:44.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core=>github.com/ipfs/kubo@v0.29.0/core;$WORK/b711=>" -p github.com/ipfs/kubo/core -lang=go1.22 -complete -installsuffix shared -buildid kPEby1B4XT8_vsTATJoc/kPEby1B4XT8_vsTATJoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/builder.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/core.go
2025-08-20T18:59:07.6798160Z [00:02:44.426]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T18:59:07.6816334Z [00:02:44.429]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/8b/8b2d454bd6db6c843668623396746ee4e12e5bb6512b8f1dba2c37bbd9977df0-d # internal
2025-08-20T18:59:07.6821098Z [00:02:44.429]➜  github.com/ipfs/go-ipld-git
2025-08-20T18:59:07.6821411Z [00:02:44.430]➜  mkdir -p $WORK/b1155/
2025-08-20T18:59:07.6826122Z [00:02:44.430]➜  cat >/tmp/go-build693841089/b1155/importcfg << 'EOF' # internal
2025-08-20T18:59:07.6826622Z [00:02:44.430]➜  # import config
2025-08-20T18:59:07.6827112Z [00:02:44.430]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:07.6827629Z [00:02:44.430]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:07.6828409Z [00:02:44.430]➜  packagefile compress/zlib=/tmp/go-build693841089/b322/_pkg_.a
2025-08-20T18:59:07.6829146Z [00:02:44.430]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:07.6829742Z [00:02:44.430]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:07.6830231Z [00:02:44.430]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.6830822Z [00:02:44.430]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:59:07.6831484Z [00:02:44.430]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:07.6832122Z [00:02:44.430]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:59:07.6832819Z [00:02:44.430]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:59:07.6833547Z [00:02:44.430]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:07.6834292Z [00:02:44.430]➜  packagefile github.com/ipld/go-ipld-prime/node/mixins=/tmp/go-build693841089/b592/_pkg_.a
2025-08-20T18:59:07.6835167Z [00:02:44.430]➜  packagefile github.com/ipld/go-ipld-prime/schema=/tmp/go-build693841089/b596/_pkg_.a
2025-08-20T18:59:07.6836121Z [00:02:44.430]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:07.6836719Z [00:02:44.430]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.6837384Z [00:02:44.430]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:07.6837908Z [00:02:44.430]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.6838412Z [00:02:44.430]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:07.6838816Z [00:02:44.430]➜  EOF
2025-08-20T18:59:07.6843279Z [00:02:44.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1155/_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/b1155=>" -p github.com/ipfs/go-ipld-git -lang=go1.16 -complete -installsuffix shared -buildid zAHJ8TTRfq80V4D_-hnx/zAHJ8TTRfq80V4D_-hnx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/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-20T18:59:07.8790656Z [00:02:44.626]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T18:59:07.8874360Z [00:02:44.635]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/35/356f9539ed261af96aefb74c09ece7b299fc94018cad6bf668c7fce373eae8f6-d # internal
2025-08-20T18:59:07.8909260Z [00:02:44.638]➜  github.com/ipfs/kubo/core/coreunix
2025-08-20T18:59:07.8909823Z [00:02:44.638]➜  mkdir -p $WORK/b1093/
2025-08-20T18:59:07.8914946Z [00:02:44.639]➜  cat >/tmp/go-build693841089/b1093/importcfg << 'EOF' # internal
2025-08-20T18:59:07.8915313Z [00:02:44.639]➜  # import config
2025-08-20T18:59:07.8915651Z [00:02:44.639]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:07.8916063Z [00:02:44.639]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:07.8916469Z [00:02:44.639]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:07.8917210Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:07.8918008Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/chunker=/tmp/go-build693841089/b720/_pkg_.a
2025-08-20T18:59:07.8918828Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:07.8919548Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/filestore/posinfo=/tmp/go-build693841089/b718/_pkg_.a
2025-08-20T18:59:07.8920287Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:07.8920988Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:59:07.8921767Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/balanced=/tmp/go-build693841089/b1094/_pkg_.a
2025-08-20T18:59:07.8922602Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/helpers=/tmp/go-build693841089/b732/_pkg_.a
2025-08-20T18:59:07.8923467Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/importer/trickle=/tmp/go-build693841089/b733/_pkg_.a
2025-08-20T18:59:07.8924188Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build693841089/b719/_pkg_.a
2025-08-20T18:59:07.8925118Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:07.8925792Z [00:02:44.639]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:59:07.8926706Z [00:02:44.639]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:07.8927336Z [00:02:44.639]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:07.8927987Z [00:02:44.639]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:07.8928601Z [00:02:44.639]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:07.8929276Z [00:02:44.639]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:07.8929980Z [00:02:44.639]➜  packagefile github.com/ipfs/kubo/tracing=/tmp/go-build693841089/b1095/_pkg_.a
2025-08-20T18:59:07.8930548Z [00:02:44.639]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:07.8931027Z [00:02:44.639]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:07.8931557Z [00:02:44.639]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:07.8931976Z [00:02:44.639]➜  EOF
2025-08-20T18:59:07.8934138Z [00:02:44.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreunix=>github.com/ipfs/kubo@v0.29.0/core/coreunix;$WORK/b1093=>" -p github.com/ipfs/kubo/core/coreunix -lang=go1.22 -complete -installsuffix shared -buildid WaHitGtsdYlt30wuvNSG/WaHitGtsdYlt30wuvNSG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreunix/add.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreunix/metadata.go
2025-08-20T18:59:08.1980446Z [00:02:44.945]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T18:59:08.2023350Z [00:02:44.950]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/ae/ae1276661bbb57817ad615b5a5b7f4af819237165b5181edb076642441c40a30-d # internal
2025-08-20T18:59:08.2063247Z [00:02:44.953]➜  github.com/ipfs/kubo/core/coreapi
2025-08-20T18:59:08.2063712Z [00:02:44.954]➜  mkdir -p $WORK/b1089/
2025-08-20T18:59:08.2076539Z [00:02:44.954]➜  cat >/tmp/go-build693841089/b1089/importcfg << 'EOF' # internal
2025-08-20T18:59:08.2077003Z [00:02:44.954]➜  # import config
2025-08-20T18:59:08.2077346Z [00:02:44.954]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:08.2077765Z [00:02:44.954]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:08.2078201Z [00:02:44.954]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:08.2078960Z [00:02:44.954]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:08.2079527Z [00:02:44.954]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:08.2080098Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:08.2080690Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:08.2081431Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:59:08.2082031Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:59:08.2082623Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/fetcher=/tmp/go-build693841089/b715/_pkg_.a
2025-08-20T18:59:08.2083168Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:08.2083731Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build693841089/b716/_pkg_.a
2025-08-20T18:59:08.2084324Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:08.2085291Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/tmp/go-build693841089/b848/_pkg_.a
2025-08-20T18:59:08.2085995Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/test=/tmp/go-build693841089/b1090/_pkg_.a
2025-08-20T18:59:08.2086620Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:59:08.2087228Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/file=/tmp/go-build693841089/b795/_pkg_.a
2025-08-20T18:59:08.2087841Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build693841089/b724/_pkg_.a
2025-08-20T18:59:08.2088409Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:59:08.2088967Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build693841089/b735/_pkg_.a
2025-08-20T18:59:08.2089513Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build693841089/b719/_pkg_.a
2025-08-20T18:59:08.2090065Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:08.2090607Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:08.2091182Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build693841089/b736/_pkg_.a
2025-08-20T18:59:08.2091797Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:59:08.2092384Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build693841089/b742/_pkg_.a
2025-08-20T18:59:08.2092982Z [00:02:44.954]➜  packagefile github.com/ipfs/boxo/routing/offline=/tmp/go-build693841089/b864/_pkg_.a
2025-08-20T18:59:08.2093702Z [00:02:44.954]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:59:08.2094314Z [00:02:44.954]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:08.2094992Z [00:02:44.954]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build693841089/b744/_pkg_.a
2025-08-20T18:59:08.2095552Z [00:02:44.954]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:08.2096123Z [00:02:44.954]➜  packagefile github.com/ipfs/go-datastore/sync=/tmp/go-build693841089/b636/_pkg_.a
2025-08-20T18:59:08.2096702Z [00:02:44.954]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:08.2097331Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/blocks/blockstoreutil=/tmp/go-build693841089/b1091/_pkg_.a
2025-08-20T18:59:08.2097936Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:08.2103599Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:08.2104339Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:08.2105139Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:08.2105791Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/core/coreunix=/tmp/go-build693841089/b1093/_pkg_.a
2025-08-20T18:59:08.2106381Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build693841089/b745/_pkg_.a
2025-08-20T18:59:08.2107159Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:08.2107713Z [00:02:44.954]➜  packagefile github.com/ipfs/kubo/tracing=/tmp/go-build693841089/b1095/_pkg_.a
2025-08-20T18:59:08.2108296Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build693841089/b1071/_pkg_.a
2025-08-20T18:59:08.2108903Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:08.2109518Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:08.2110131Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:08.2110913Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:08.2111533Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:08.2112172Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:08.2112820Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:08.2113460Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:08.2114106Z [00:02:44.954]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build693841089/b896/_pkg_.a
2025-08-20T18:59:08.2114845Z [00:02:44.954]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:08.2115534Z [00:02:44.954]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:08.2116151Z [00:02:44.954]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:08.2116738Z [00:02:44.954]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:08.2117210Z [00:02:44.954]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:08.2117602Z [00:02:44.954]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:08.2118008Z [00:02:44.954]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:08.2118410Z [00:02:44.954]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:08.2118842Z [00:02:44.954]➜  EOF
2025-08-20T18:59:08.2123567Z [00:02:44.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1089/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi=>github.com/ipfs/kubo@v0.29.0/core/coreapi;$WORK/b1089=>" -p github.com/ipfs/kubo/core/coreapi -lang=go1.22 -complete -installsuffix shared -buildid JSV49osu2wrpOGzmd4fe/JSV49osu2wrpOGzmd4fe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/block.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/coreapi.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/dag.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/key.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/name.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/object.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/path.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/pin.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/pubsub.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/routing.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/swarm.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/coreapi/unixfs.go
2025-08-20T18:59:08.3006391Z [00:02:45.048]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T18:59:08.3191513Z [00:02:45.067]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/2f/2ff28173ebd4b2d369ef67a366e2ff63e043332ad457b6422a797b63208b95aa-d # internal
2025-08-20T18:59:08.3237009Z [00:02:45.071]➜  github.com/ipfs/kubo/plugin
2025-08-20T18:59:08.3237502Z [00:02:45.071]➜  mkdir -p $WORK/b1136/
2025-08-20T18:59:08.3260407Z [00:02:45.073]➜  cat >/tmp/go-build693841089/b1136/importcfg << 'EOF' # internal
2025-08-20T18:59:08.3260989Z [00:02:45.074]➜  # import config
2025-08-20T18:59:08.3261425Z [00:02:45.074]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:08.3262165Z [00:02:45.074]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:08.3262921Z [00:02:45.074]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:08.3263953Z [00:02:45.074]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:08.3264806Z [00:02:45.074]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build693841089/b535/_pkg_.a
2025-08-20T18:59:08.3265510Z [00:02:45.074]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:08.3265934Z [00:02:45.074]➜  EOF
2025-08-20T18:59:08.3269134Z [00:02:45.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin=>github.com/ipfs/kubo@v0.29.0/plugin;$WORK/b1136=>" -p github.com/ipfs/kubo/plugin -lang=go1.22 -complete -installsuffix shared -buildid qCgrtgVtUswUeUyvaUyT/qCgrtgVtUswUeUyvaUyT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/daemon.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/daemoninternal.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/datastore.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/fx.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/ipld.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugin.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/tracer.go
2025-08-20T18:59:08.6012210Z [00:02:45.348]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T18:59:08.6078057Z [00:02:45.355]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/de/dea2f73ac411da23ac244596a73ea127fed7c8d56af7a94378e368af0e5a1704-d # internal
2025-08-20T18:59:08.6090774Z [00:02:45.356]➜  github.com/ipfs/go-ds-badger
2025-08-20T18:59:08.6091144Z [00:02:45.356]➜  mkdir -p $WORK/b1138/
2025-08-20T18:59:08.6093888Z [00:02:45.357]➜  cat >/tmp/go-build693841089/b1138/importcfg << 'EOF' # internal
2025-08-20T18:59:08.6098245Z [00:02:45.357]➜  # import config
2025-08-20T18:59:08.6099454Z [00:02:45.357]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:08.6099895Z [00:02:45.357]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:08.6100313Z [00:02:45.357]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:08.6100798Z [00:02:45.357]➜  packagefile github.com/dgraph-io/badger=/tmp/go-build693841089/b1139/_pkg_.a
2025-08-20T18:59:08.6101401Z [00:02:45.357]➜  packagefile github.com/dgraph-io/badger/options=/tmp/go-build693841089/b1140/_pkg_.a
2025-08-20T18:59:08.6101983Z [00:02:45.357]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:08.6102560Z [00:02:45.357]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:59:08.6103118Z [00:02:45.357]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:08.6103666Z [00:02:45.357]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:59:08.6104434Z [00:02:45.357]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:08.6105085Z [00:02:45.357]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:08.6105495Z [00:02:45.357]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:08.6105890Z [00:02:45.357]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:08.6106378Z [00:02:45.357]➜  EOF
2025-08-20T18:59:08.6108151Z [00:02:45.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1138/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-badger@v0.3.0=>github.com/ipfs/go-ds-badger@v0.3.0;$WORK/b1138=>" -p github.com/ipfs/go-ds-badger -lang=go1.13 -complete -installsuffix shared -buildid kvavuGksgRv74qCsnbyL/kvavuGksgRv74qCsnbyL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-badger@v0.3.0/datastore.go
2025-08-20T18:59:08.7859871Z [00:02:45.533]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T18:59:08.7870089Z [00:02:45.535]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T18:59:08.7888680Z [00:02:45.536]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/4f/4ff808ec76855f66b447d9041ba89093edc70ec0baf78ce77b0736165446269a-d # internal
2025-08-20T18:59:08.7896960Z [00:02:45.537]➜  github.com/ipfs/kubo/plugin/plugins/badgerds
2025-08-20T18:59:08.7898269Z [00:02:45.537]➜  mkdir -p $WORK/b1137/
2025-08-20T18:59:08.7911098Z [00:02:45.539]➜  cat >/tmp/go-build693841089/b1137/importcfg << 'EOF' # internal
2025-08-20T18:59:08.7911610Z [00:02:45.539]➜  # import config
2025-08-20T18:59:08.7912120Z [00:02:45.539]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:08.7912836Z [00:02:45.539]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:08.7914105Z [00:02:45.539]➜  packagefile github.com/ipfs/go-ds-badger=/tmp/go-build693841089/b1138/_pkg_.a
2025-08-20T18:59:08.7917749Z [00:02:45.539]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:08.7918352Z [00:02:45.539]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:08.7918930Z [00:02:45.539]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:08.7919414Z [00:02:45.539]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:08.7919853Z [00:02:45.539]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:08.7920184Z [00:02:45.539]➜  EOF
2025-08-20T18:59:08.7922499Z [00:02:45.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/badgerds=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/badgerds;$WORK/b1137=>" -p github.com/ipfs/kubo/plugin/plugins/badgerds -lang=go1.22 -complete -installsuffix shared -buildid VpIOzFvkRasLdlxjcyhq/VpIOzFvkRasLdlxjcyhq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/badgerds/badgerds.go
2025-08-20T18:59:08.8069032Z [00:02:45.554]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/73/732084bb945aa3ec31a891568bff14fe692ed206e4224949de52976f7824ca71-d # internal
2025-08-20T18:59:08.8111839Z [00:02:45.559]➜  github.com/ipfs/kubo/plugin/plugins/flatfs
2025-08-20T18:59:08.8113360Z [00:02:45.559]➜  mkdir -p $WORK/b1151/
2025-08-20T18:59:08.8115703Z [00:02:45.559]➜  cat >/tmp/go-build693841089/b1151/importcfg << 'EOF' # internal
2025-08-20T18:59:08.8116341Z [00:02:45.559]➜  # import config
2025-08-20T18:59:08.8118742Z [00:02:45.559]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:08.8119545Z [00:02:45.559]➜  packagefile github.com/ipfs/go-ds-flatfs=/tmp/go-build693841089/b1152/_pkg_.a
2025-08-20T18:59:08.8121467Z [00:02:45.559]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:08.8122285Z [00:02:45.559]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:08.8122925Z [00:02:45.559]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:08.8123460Z [00:02:45.559]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:08.8123795Z [00:02:45.559]➜  EOF
2025-08-20T18:59:08.8126048Z [00:02:45.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/flatfs=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/flatfs;$WORK/b1151=>" -p github.com/ipfs/kubo/plugin/plugins/flatfs -lang=go1.22 -complete -installsuffix shared -buildid BXE0U14noTFsV1GcO-fN/BXE0U14noTFsV1GcO-fN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/flatfs/flatfs.go
2025-08-20T18:59:08.8622894Z [00:02:45.610]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T18:59:08.8630343Z [00:02:45.610]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/61/6130353d799abe5142de53e8b3c838c24fb12fb8e6c44255371462c99cfe4dae-d # internal
2025-08-20T18:59:08.8634243Z [00:02:45.611]➜  github.com/ipfs/kubo/plugin/plugins/fxtest
2025-08-20T18:59:08.8634681Z [00:02:45.611]➜  mkdir -p $WORK/b1153/
2025-08-20T18:59:08.8640741Z [00:02:45.612]➜  cat >/tmp/go-build693841089/b1153/importcfg << 'EOF' # internal
2025-08-20T18:59:08.8641123Z [00:02:45.612]➜  # import config
2025-08-20T18:59:08.8641517Z [00:02:45.612]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:08.8642047Z [00:02:45.612]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:08.8642595Z [00:02:45.612]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:08.8643101Z [00:02:45.612]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:08.8643533Z [00:02:45.612]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:08.8643835Z [00:02:45.612]➜  EOF
2025-08-20T18:59:08.8646425Z [00:02:45.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1153/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/fxtest=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/fxtest;$WORK/b1153=>" -p github.com/ipfs/kubo/plugin/plugins/fxtest -lang=go1.22 -complete -installsuffix shared -buildid ABtj9Jlwiif-QJvq7HlU/ABtj9Jlwiif-QJvq7HlU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/fxtest/fxtest.go
2025-08-20T18:59:08.9189651Z [00:02:45.666]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T18:59:08.9203491Z [00:02:45.668]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/db/db1b356ca0d2baecabe78ec79b350c29a9ddd30efbc946a70385978123f7eec5-d # internal
2025-08-20T18:59:08.9204931Z [00:02:45.668]➜  github.com/syndtr/goleveldb/leveldb/util
2025-08-20T18:59:08.9205679Z [00:02:45.668]➜  mkdir -p $WORK/b1160/
2025-08-20T18:59:08.9206322Z [00:02:45.668]➜  cat >/tmp/go-build693841089/b1160/importcfg << 'EOF' # internal
2025-08-20T18:59:08.9206854Z [00:02:45.668]➜  # import config
2025-08-20T18:59:08.9208047Z [00:02:45.668]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:08.9208505Z [00:02:45.668]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:08.9208957Z [00:02:45.668]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:08.9209362Z [00:02:45.668]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:08.9209777Z [00:02:45.668]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:08.9210187Z [00:02:45.668]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:08.9210580Z [00:02:45.668]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:08.9211009Z [00:02:45.668]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:08.9211526Z [00:02:45.668]➜  EOF
2025-08-20T18:59:08.9216003Z [00:02:45.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util;$WORK/b1160=>" -p github.com/syndtr/goleveldb/leveldb/util -lang=go1.14 -complete -installsuffix shared -buildid O3E6fMY0p002EaTDQgve/O3E6fMY0p002EaTDQgve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util/buffer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util/buffer_pool.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util/crc32.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util/hash.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util/range.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util/util.go
2025-08-20T18:59:08.9641503Z [00:02:45.711]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T18:59:08.9682556Z [00:02:45.716]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T18:59:08.9714491Z [00:02:45.718]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/bd/bd26b030de73cdcb0870f1b8b826e243049db1bd2fdb7348ccc7b6c009d51f9e-d # internal
2025-08-20T18:59:08.9724348Z [00:02:45.718]➜  github.com/syndtr/goleveldb/leveldb/cache
2025-08-20T18:59:08.9724757Z [00:02:45.718]➜  mkdir -p $WORK/b1159/
2025-08-20T18:59:08.9725138Z [00:02:45.719]➜  cat >/tmp/go-build693841089/b1159/importcfg << 'EOF' # internal
2025-08-20T18:59:08.9725487Z [00:02:45.719]➜  # import config
2025-08-20T18:59:08.9725974Z [00:02:45.719]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:08.9726514Z [00:02:45.719]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:08.9726941Z [00:02:45.719]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:08.9727269Z [00:02:45.719]➜  EOF
2025-08-20T18:59:08.9730212Z [00:02:45.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/cache=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/cache;$WORK/b1159=>" -p github.com/syndtr/goleveldb/leveldb/cache -lang=go1.14 -complete -installsuffix shared -buildid Qirq6KBM2GaU2Ku-i4Ch/Qirq6KBM2GaU2Ku-i4Ch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/cache/cache.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/cache/lru.go
2025-08-20T18:59:08.9761881Z [00:02:45.724]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T18:59:08.9784010Z [00:02:45.726]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/7b/7b4534210eb899bc0d78ef89c7e3274e96811e86f739f89e0658cf2a3403109a-d # internal
2025-08-20T18:59:08.9791451Z [00:02:45.726]➜  github.com/syndtr/goleveldb/leveldb/comparer
2025-08-20T18:59:08.9791803Z [00:02:45.726]➜  mkdir -p $WORK/b1161/
2025-08-20T18:59:08.9792193Z [00:02:45.726]➜  cat >/tmp/go-build693841089/b1161/importcfg << 'EOF' # internal
2025-08-20T18:59:08.9792541Z [00:02:45.726]➜  # import config
2025-08-20T18:59:08.9792881Z [00:02:45.726]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:08.9793190Z [00:02:45.726]➜  EOF
2025-08-20T18:59:08.9796360Z [00:02:45.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/comparer=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/comparer;$WORK/b1161=>" -p github.com/syndtr/goleveldb/leveldb/comparer -lang=go1.14 -complete -installsuffix shared -buildid vxADnlI7viAhykllRdfM/vxADnlI7viAhykllRdfM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/comparer/bytes_comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/comparer/comparer.go
2025-08-20T18:59:08.9944259Z [00:02:45.742]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T18:59:08.9949671Z [00:02:45.742]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/d5/d5c345d3284a8070e6d24c5da70636e7db501315899e1f0a43f80c6851c5ac4b-d # internal
2025-08-20T18:59:08.9957365Z [00:02:45.743]➜  github.com/syndtr/goleveldb/leveldb/storage
2025-08-20T18:59:08.9957701Z [00:02:45.743]➜  mkdir -p $WORK/b1163/
2025-08-20T18:59:08.9958094Z [00:02:45.743]➜  cat >/tmp/go-build693841089/b1163/importcfg << 'EOF' # internal
2025-08-20T18:59:08.9958447Z [00:02:45.743]➜  # import config
2025-08-20T18:59:08.9958782Z [00:02:45.743]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:08.9959458Z [00:02:45.743]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:08.9959863Z [00:02:45.743]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:08.9960250Z [00:02:45.743]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:08.9960666Z [00:02:45.743]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:08.9961069Z [00:02:45.743]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:08.9961492Z [00:02:45.743]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:08.9961929Z [00:02:45.743]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:08.9962332Z [00:02:45.743]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:08.9962745Z [00:02:45.743]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:08.9963166Z [00:02:45.743]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:08.9963573Z [00:02:45.743]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:08.9963981Z [00:02:45.743]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:08.9964387Z [00:02:45.743]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:08.9964864Z [00:02:45.743]➜  EOF
2025-08-20T18:59:08.9968704Z [00:02:45.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage;$WORK/b1163=>" -p github.com/syndtr/goleveldb/leveldb/storage -lang=go1.14 -complete -installsuffix shared -buildid iyg4qpGqX4LN6Fs_z5Rg/iyg4qpGqX4LN6Fs_z5Rg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/file_storage_unix.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/mem_storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage/storage.go
2025-08-20T18:59:09.0085015Z [00:02:45.756]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/6a/6ad25a58208974c49f76924d0cdc04adf976b74b64930783ed21d03dd38d8bcc-d # internal
2025-08-20T18:59:09.0151053Z [00:02:45.762]➜  github.com/ipfs/kubo/plugin/plugins/git
2025-08-20T18:59:09.0153766Z [00:02:45.762]➜  mkdir -p $WORK/b1154/
2025-08-20T18:59:09.0162128Z [00:02:45.764]➜  cat >/tmp/go-build693841089/b1154/importcfg << 'EOF' # internal
2025-08-20T18:59:09.0172460Z [00:02:45.764]➜  # import config
2025-08-20T18:59:09.0173128Z [00:02:45.764]➜  packagefile compress/zlib=/tmp/go-build693841089/b322/_pkg_.a
2025-08-20T18:59:09.0173761Z [00:02:45.764]➜  packagefile github.com/ipfs/go-ipld-git=/tmp/go-build693841089/b1155/_pkg_.a
2025-08-20T18:59:09.0174344Z [00:02:45.764]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:09.0175115Z [00:02:45.764]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:59:09.0175934Z [00:02:45.764]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:09.0176568Z [00:02:45.764]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:59:09.0177069Z [00:02:45.764]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.0177365Z [00:02:45.764]➜  EOF
2025-08-20T18:59:09.0179385Z [00:02:45.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1154/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/git=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/git;$WORK/b1154=>" -p github.com/ipfs/kubo/plugin/plugins/git -lang=go1.22 -complete -installsuffix shared -buildid ggVwcLDcAdmea6GR8F2J/ggVwcLDcAdmea6GR8F2J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/git/git.go
2025-08-20T18:59:09.0390784Z [00:02:45.786]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T18:59:09.0402787Z [00:02:45.788]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/ee/ee26ff80b97917a552cc27badb14db7dafcc24573c559cbd0b997a7e42b6fa95-d # internal
2025-08-20T18:59:09.0409168Z [00:02:45.788]➜  github.com/syndtr/goleveldb/leveldb/filter
2025-08-20T18:59:09.0409504Z [00:02:45.788]➜  mkdir -p $WORK/b1164/
2025-08-20T18:59:09.0417935Z [00:02:45.789]➜  cat >/tmp/go-build693841089/b1164/importcfg << 'EOF' # internal
2025-08-20T18:59:09.0418609Z [00:02:45.789]➜  # import config
2025-08-20T18:59:09.0420199Z [00:02:45.789]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:09.0420785Z [00:02:45.789]➜  EOF
2025-08-20T18:59:09.0424049Z [00:02:45.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/filter=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/filter;$WORK/b1164=>" -p github.com/syndtr/goleveldb/leveldb/filter -lang=go1.14 -complete -installsuffix shared -buildid JK7ZNP5NsYV2Pct3jsyU/JK7ZNP5NsYV2Pct3jsyU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/filter/bloom.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/filter/filter.go
2025-08-20T18:59:09.0607494Z [00:02:45.808]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T18:59:09.0618157Z [00:02:45.809]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/b9/b9bfd1c9a841b2b91bc48f836a63e380a42b87906924e5fea6d27a1912a47bc8-d # internal
2025-08-20T18:59:09.0619164Z [00:02:45.809]➜  github.com/golang/snappy
2025-08-20T18:59:09.0637395Z [00:02:45.811]➜  mkdir -p $WORK/b1170/
2025-08-20T18:59:09.0642957Z [00:02:45.812]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T18:59:09.0652161Z [00:02:45.813]➜  echo -n > $WORK/b1170/go_asm.h # internal
2025-08-20T18:59:09.0652892Z [00:02:45.813]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T18:59:09.0654486Z [00:02:45.813]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1170=>" -I $WORK/b1170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1170/symabis ./decode_arm64.s ./encode_arm64.s
2025-08-20T18:59:09.0656643Z [00:02:45.813]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/cf/cff4ad47038fe7e19e1662b0eea088222334a04a9d2e3917a24a115173e0df0d-d # internal
2025-08-20T18:59:09.0657453Z [00:02:45.813]➜  github.com/syndtr/goleveldb/leveldb/opt
2025-08-20T18:59:09.0658067Z [00:02:45.813]➜  mkdir -p $WORK/b1168/
2025-08-20T18:59:09.0659013Z [00:02:45.813]➜  cat >/tmp/go-build693841089/b1168/importcfg << 'EOF' # internal
2025-08-20T18:59:09.0659417Z [00:02:45.813]➜  # import config
2025-08-20T18:59:09.0660243Z [00:02:45.813]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build693841089/b1159/_pkg_.a
2025-08-20T18:59:09.0660937Z [00:02:45.813]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build693841089/b1161/_pkg_.a
2025-08-20T18:59:09.0661622Z [00:02:45.813]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build693841089/b1164/_pkg_.a
2025-08-20T18:59:09.0662153Z [00:02:45.813]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:09.0662457Z [00:02:45.813]➜  EOF
2025-08-20T18:59:09.0667913Z [00:02:45.814]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:09.0682926Z [00:02:45.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/opt=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/opt;$WORK/b1168=>" -p github.com/syndtr/goleveldb/leveldb/opt -lang=go1.14 -complete -installsuffix shared -buildid d4xRduA7Eva1k4fuJ5xg/d4xRduA7Eva1k4fuJ5xg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/opt/options.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/opt/options_default.go
2025-08-20T18:59:09.0772294Z [00:02:45.825]➜  cat >/tmp/go-build693841089/b1170/importcfg << 'EOF' # internal
2025-08-20T18:59:09.0772979Z [00:02:45.825]➜  # import config
2025-08-20T18:59:09.0773570Z [00:02:45.825]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:09.0774215Z [00:02:45.825]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.0775578Z [00:02:45.825]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:09.0776008Z [00:02:45.825]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.0776308Z [00:02:45.825]➜  EOF
2025-08-20T18:59:09.0779350Z [00:02:45.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1170=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid A32lF1MAbmn4tW92YIrM/A32lF1MAbmn4tW92YIrM -goversion go1.25.0 -symabis $WORK/b1170/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack -asmhdr $WORK/b1170/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/snappy.go
2025-08-20T18:59:09.1169637Z [00:02:45.864]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T18:59:09.1173574Z [00:02:45.864]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1170=>" -I $WORK/b1170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1170/decode_arm64.o ./decode_arm64.s
2025-08-20T18:59:09.1249461Z [00:02:45.872]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1170=>" -I $WORK/b1170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1170/encode_arm64.o ./encode_arm64.s
2025-08-20T18:59:09.1332369Z [00:02:45.881]➜  go tool pack r $WORK/b1170/_pkg_.a $WORK/b1170/decode_arm64.o $WORK/b1170/encode_arm64.o # internal
2025-08-20T18:59:09.1333986Z [00:02:45.881]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T18:59:09.1334883Z [00:02:45.881]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T18:59:09.1341865Z [00:02:45.882]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/db/dbdda6f08177c23837f2d51cc46411c055a272eef0036e5b76129df566903e5e-d # internal
2025-08-20T18:59:09.1348537Z [00:02:45.882]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/93/9387d86ad2d6cbeacd11c3b05549806f456609a1cc5883242724bc43db227382-d # internal
2025-08-20T18:59:09.1350105Z [00:02:45.883]➜  github.com/fsnotify/fsnotify
2025-08-20T18:59:09.1351926Z [00:02:45.883]➜  mkdir -p $WORK/b1173/
2025-08-20T18:59:09.1352481Z [00:02:45.883]➜  github.com/ipfs/kubo/plugin/plugins/peerlog
2025-08-20T18:59:09.1353080Z [00:02:45.883]➜  mkdir -p $WORK/b1175/
2025-08-20T18:59:09.1356271Z [00:02:45.883]➜  cat >/tmp/go-build693841089/b1175/importcfg << 'EOF' # internal
2025-08-20T18:59:09.1356827Z [00:02:45.883]➜  # import config
2025-08-20T18:59:09.1357315Z [00:02:45.883]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.1359133Z [00:02:45.883]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:09.1359922Z [00:02:45.883]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:09.1360752Z [00:02:45.883]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:09.1361608Z [00:02:45.883]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:09.1362529Z [00:02:45.883]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:09.1363436Z [00:02:45.883]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:09.1364380Z [00:02:45.883]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:09.1365323Z [00:02:45.883]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:09.1366128Z [00:02:45.883]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:09.1367121Z [00:02:45.883]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:09.1367482Z [00:02:45.883]➜  EOF
2025-08-20T18:59:09.1367770Z [00:02:45.883]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:09.1370208Z [00:02:45.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/peerlog=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/peerlog;$WORK/b1175=>" -p github.com/ipfs/kubo/plugin/plugins/peerlog -lang=go1.22 -complete -installsuffix shared -buildid T8NkdKfwziJe1lpk2uP3/T8NkdKfwziJe1lpk2uP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/peerlog/peerlog.go
2025-08-20T18:59:09.1372205Z [00:02:45.884]➜  cat >/tmp/go-build693841089/b1173/importcfg << 'EOF' # internal
2025-08-20T18:59:09.1372552Z [00:02:45.884]➜  # import config
2025-08-20T18:59:09.1372896Z [00:02:45.884]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.1373303Z [00:02:45.884]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.1373759Z [00:02:45.884]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:09.1374217Z [00:02:45.884]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.1377196Z [00:02:45.884]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:09.1377927Z [00:02:45.884]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:09.1385824Z [00:02:45.884]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.1386532Z [00:02:45.884]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.1386848Z [00:02:45.884]➜  EOF
2025-08-20T18:59:09.1389141Z [00:02:45.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fsnotify/fsnotify@v1.7.0=>github.com/fsnotify/fsnotify@v1.7.0;$WORK/b1173=>" -p github.com/fsnotify/fsnotify -lang=go1.17 -complete -installsuffix shared -buildid X9BeINv1CxODJvY1v56p/X9BeINv1CxODJvY1v56p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1173/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-20T18:59:09.1636159Z [00:02:45.910]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T18:59:09.1668766Z [00:02:45.914]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/04/044cc804fb944a74a4e338b92d3a03dd2e01b8950112d2140c0640230c38a691-d # internal
2025-08-20T18:59:09.1669726Z [00:02:45.914]➜  github.com/syndtr/goleveldb/leveldb/errors
2025-08-20T18:59:09.1670366Z [00:02:45.914]➜  mkdir -p $WORK/b1162/
2025-08-20T18:59:09.1671034Z [00:02:45.914]➜  cat >/tmp/go-build693841089/b1162/importcfg << 'EOF' # internal
2025-08-20T18:59:09.1671639Z [00:02:45.914]➜  # import config
2025-08-20T18:59:09.1672563Z [00:02:45.914]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.1673193Z [00:02:45.914]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.1673884Z [00:02:45.914]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build693841089/b1163/_pkg_.a
2025-08-20T18:59:09.1675010Z [00:02:45.914]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:09.1675939Z [00:02:45.914]➜  EOF
2025-08-20T18:59:09.1678388Z [00:02:45.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/errors=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/errors;$WORK/b1162=>" -p github.com/syndtr/goleveldb/leveldb/errors -lang=go1.14 -complete -installsuffix shared -buildid cNXmzFrhq5binkahgx8_/cNXmzFrhq5binkahgx8_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/errors/errors.go
2025-08-20T18:59:09.1929822Z [00:02:45.940]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T18:59:09.1933813Z [00:02:45.941]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/a0/a01a1d5dc6016cda49d79015e7e067b44ad0934907a5394bf5803cbc8cd90fef-d # internal
2025-08-20T18:59:09.1936287Z [00:02:45.941]➜  github.com/syndtr/goleveldb/leveldb/iterator
2025-08-20T18:59:09.1988063Z [00:02:45.946]➜  mkdir -p $WORK/b1165/
2025-08-20T18:59:09.1991506Z [00:02:45.947]➜  cat >/tmp/go-build693841089/b1165/importcfg << 'EOF' # internal
2025-08-20T18:59:09.1991873Z [00:02:45.947]➜  # import config
2025-08-20T18:59:09.1992700Z [00:02:45.947]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.1993348Z [00:02:45.947]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build693841089/b1161/_pkg_.a
2025-08-20T18:59:09.1994192Z [00:02:45.947]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build693841089/b1162/_pkg_.a
2025-08-20T18:59:09.1995084Z [00:02:45.947]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:09.1995659Z [00:02:45.947]➜  EOF
2025-08-20T18:59:09.1999587Z [00:02:45.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator;$WORK/b1165=>" -p github.com/syndtr/goleveldb/leveldb/iterator -lang=go1.14 -complete -installsuffix shared -buildid SLF1nnUBFp3X5n7w1ZWw/SLF1nnUBFp3X5n7w1ZWw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/array_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/indexed_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/iterator/merged_iter.go
2025-08-20T18:59:09.2161264Z [00:02:45.963]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T18:59:09.2179162Z [00:02:45.965]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/3c/3cc3a83a9965d996c156469c07b34f840f9f9d520423c7bb628468a4f0015466-d # internal
2025-08-20T18:59:09.2179819Z [00:02:45.965]➜  github.com/syndtr/goleveldb/leveldb/journal
2025-08-20T18:59:09.2183202Z [00:02:45.965]➜  mkdir -p $WORK/b1166/
2025-08-20T18:59:09.2195804Z [00:02:45.965]➜  cat >/tmp/go-build693841089/b1166/importcfg << 'EOF' # internal
2025-08-20T18:59:09.2196598Z [00:02:45.965]➜  # import config
2025-08-20T18:59:09.2197013Z [00:02:45.965]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:09.2197458Z [00:02:45.965]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.2198368Z [00:02:45.965]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build693841089/b1162/_pkg_.a
2025-08-20T18:59:09.2199051Z [00:02:45.965]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build693841089/b1163/_pkg_.a
2025-08-20T18:59:09.2199731Z [00:02:45.965]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:09.2200247Z [00:02:45.965]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.2200544Z [00:02:45.965]➜  EOF
2025-08-20T18:59:09.2209435Z [00:02:45.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/journal=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/journal;$WORK/b1166=>" -p github.com/syndtr/goleveldb/leveldb/journal -lang=go1.14 -complete -installsuffix shared -buildid szl68mxtlJQKVEoaQn8q/szl68mxtlJQKVEoaQn8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/journal/journal.go
2025-08-20T18:59:09.2753154Z [00:02:46.023]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T18:59:09.2778115Z [00:02:46.025]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/1e/1ed6dc360de4b82535cabfea22fd8fe17a2a08049a2d5fa7cc501ce4cad95f46-d # internal
2025-08-20T18:59:09.2787617Z [00:02:46.026]➜  github.com/ipfs-shipyard/nopfs
2025-08-20T18:59:09.2788100Z [00:02:46.026]➜  mkdir -p $WORK/b1172/
2025-08-20T18:59:09.2802857Z [00:02:46.028]➜  cat >/tmp/go-build693841089/b1172/importcfg << 'EOF' # internal
2025-08-20T18:59:09.2803693Z [00:02:46.028]➜  # import config
2025-08-20T18:59:09.2804239Z [00:02:46.028]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:09.2804928Z [00:02:46.028]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:09.2805531Z [00:02:46.028]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:09.2806086Z [00:02:46.028]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.2806615Z [00:02:46.028]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.2807204Z [00:02:46.028]➜  packagefile github.com/fsnotify/fsnotify=/tmp/go-build693841089/b1173/_pkg_.a
2025-08-20T18:59:09.2807875Z [00:02:46.028]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:09.2808478Z [00:02:46.028]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:09.2809084Z [00:02:46.028]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:09.2809802Z [00:02:46.028]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:59:09.2810725Z [00:02:46.028]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:09.2811529Z [00:02:46.028]➜  packagefile github.com/multiformats/go-multihash/core=/tmp/go-build693841089/b343/_pkg_.a
2025-08-20T18:59:09.2812234Z [00:02:46.028]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:59:09.2813011Z [00:02:46.028]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build693841089/b473/_pkg_.a
2025-08-20T18:59:09.2813567Z [00:02:46.028]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.2814076Z [00:02:46.028]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:59:09.2814697Z [00:02:46.028]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:09.2815258Z [00:02:46.028]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:09.2815784Z [00:02:46.028]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:09.2816326Z [00:02:46.028]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:09.2817101Z [00:02:46.028]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.2817624Z [00:02:46.028]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.2818116Z [00:02:46.028]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:09.2818548Z [00:02:46.028]➜  EOF
2025-08-20T18:59:09.2822181Z [00:02:46.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12=>github.com/ipfs-shipyard/nopfs@v0.0.12;$WORK/b1172=>" -p github.com/ipfs-shipyard/nopfs -lang=go1.18 -complete -installsuffix shared -buildid T6DH5geFCaj-06HUB1xD/T6DH5geFCaj-06HUB1xD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/blocker.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/blocksdb.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/denylist.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/entry.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/nopfs.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/status.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/subscription.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs@v0.0.12/util.go
2025-08-20T18:59:09.3042087Z [00:02:46.051]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T18:59:09.3063273Z [00:02:46.053]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/21/213e7b3db8246dda88ac76b2b4d845d109faf95af8df1440078520417a898316-d # internal
2025-08-20T18:59:09.3063926Z [00:02:46.053]➜  github.com/syndtr/goleveldb/leveldb/memdb
2025-08-20T18:59:09.3067433Z [00:02:46.053]➜  mkdir -p $WORK/b1167/
2025-08-20T18:59:09.3069872Z [00:02:46.054]➜  cat >/tmp/go-build693841089/b1167/importcfg << 'EOF' # internal
2025-08-20T18:59:09.3072433Z [00:02:46.054]➜  # import config
2025-08-20T18:59:09.3074279Z [00:02:46.054]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build693841089/b1161/_pkg_.a
2025-08-20T18:59:09.3075156Z [00:02:46.054]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build693841089/b1162/_pkg_.a
2025-08-20T18:59:09.3075849Z [00:02:46.054]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build693841089/b1165/_pkg_.a
2025-08-20T18:59:09.3076539Z [00:02:46.054]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:09.3077078Z [00:02:46.054]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:09.3077495Z [00:02:46.054]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.3077799Z [00:02:46.054]➜  EOF
2025-08-20T18:59:09.3080419Z [00:02:46.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1167/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/memdb=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/memdb;$WORK/b1167=>" -p github.com/syndtr/goleveldb/leveldb/memdb -lang=go1.14 -complete -installsuffix shared -buildid ekTLYv8UL1tUoo4Sboib/ekTLYv8UL1tUoo4Sboib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/memdb/memdb.go
2025-08-20T18:59:09.3209199Z [00:02:46.068]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T18:59:09.3242810Z [00:02:46.072]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/78/7825378f014cd1652606466d9a19c417f1a39ddc18f06fe5e9098bb46018b923-d # internal
2025-08-20T18:59:09.3251397Z [00:02:46.073]➜  github.com/syndtr/goleveldb/leveldb/table
2025-08-20T18:59:09.3258103Z [00:02:46.073]➜  mkdir -p $WORK/b1169/
2025-08-20T18:59:09.3269325Z [00:02:46.074]➜  cat >/tmp/go-build693841089/b1169/importcfg << 'EOF' # internal
2025-08-20T18:59:09.3271869Z [00:02:46.074]➜  # import config
2025-08-20T18:59:09.3279951Z [00:02:46.074]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:09.3280728Z [00:02:46.074]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.3281132Z [00:02:46.074]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.3281606Z [00:02:46.074]➜  packagefile github.com/golang/snappy=/tmp/go-build693841089/b1170/_pkg_.a
2025-08-20T18:59:09.3282231Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build693841089/b1159/_pkg_.a
2025-08-20T18:59:09.3282911Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build693841089/b1161/_pkg_.a
2025-08-20T18:59:09.3283593Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build693841089/b1162/_pkg_.a
2025-08-20T18:59:09.3284274Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build693841089/b1164/_pkg_.a
2025-08-20T18:59:09.3285179Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build693841089/b1165/_pkg_.a
2025-08-20T18:59:09.3285854Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build693841089/b1168/_pkg_.a
2025-08-20T18:59:09.3286527Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build693841089/b1163/_pkg_.a
2025-08-20T18:59:09.3287194Z [00:02:46.074]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:09.3287714Z [00:02:46.074]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.3288108Z [00:02:46.074]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:09.3288517Z [00:02:46.074]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.3288922Z [00:02:46.074]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.3289220Z [00:02:46.074]➜  EOF
2025-08-20T18:59:09.3302948Z [00:02:46.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1169/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table;$WORK/b1169=>" -p github.com/syndtr/goleveldb/leveldb/table -lang=go1.14 -complete -installsuffix shared -buildid tK-6RRxvRLXmxWHKZU-r/tK-6RRxvRLXmxWHKZU-r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table/reader.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table/writer.go
2025-08-20T18:59:09.3513174Z [00:02:46.098]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T18:59:09.3513924Z [00:02:46.098]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/e7/e71626d405b000039b4516dc809f57ef0adfe14a33d7403d504d8e25aba94430-d # internal
2025-08-20T18:59:09.3514463Z [00:02:46.098]➜  plugin
2025-08-20T18:59:09.3514915Z [00:02:46.098]➜  mkdir -p $WORK/b1176/
2025-08-20T18:59:09.3515286Z [00:02:46.098]➜  echo -n > $WORK/b1176/preferlinkext # internal
2025-08-20T18:59:09.3515603Z [00:02:46.098]➜  cd /root/.go/src/plugin
2025-08-20T18:59:09.3516456Z [00:02:46.098]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b1176/ -importpath plugin "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b1176/ -O2 -flto=auto -fPIE -fpie -static -w -pipe ./plugin_dlopen.go
2025-08-20T18:59:09.4532195Z [00:02:46.200]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T18:59:09.4560241Z [00:02:46.203]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/3b/3bbf2c73ba709272cb66d52ca0ce810c45c2adea2817bc97857d4e4c0d149c78-d # internal
2025-08-20T18:59:09.4581764Z [00:02:46.206]➜  github.com/syndtr/goleveldb/leveldb
2025-08-20T18:59:09.4588642Z [00:02:46.206]➜  mkdir -p $WORK/b1158/
2025-08-20T18:59:09.4602919Z [00:02:46.208]➜  cat >/tmp/go-build693841089/b1158/importcfg << 'EOF' # internal
2025-08-20T18:59:09.4605047Z [00:02:46.208]➜  # import config
2025-08-20T18:59:09.4608357Z [00:02:46.208]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:09.4608794Z [00:02:46.208]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:09.4609240Z [00:02:46.208]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:09.4609729Z [00:02:46.208]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:09.4610170Z [00:02:46.208]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.4610577Z [00:02:46.208]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.4611125Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/cache=/tmp/go-build693841089/b1159/_pkg_.a
2025-08-20T18:59:09.4611817Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/comparer=/tmp/go-build693841089/b1161/_pkg_.a
2025-08-20T18:59:09.4612508Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build693841089/b1162/_pkg_.a
2025-08-20T18:59:09.4613187Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/filter=/tmp/go-build693841089/b1164/_pkg_.a
2025-08-20T18:59:09.4613870Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build693841089/b1165/_pkg_.a
2025-08-20T18:59:09.4614563Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/journal=/tmp/go-build693841089/b1166/_pkg_.a
2025-08-20T18:59:09.4615441Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/memdb=/tmp/go-build693841089/b1167/_pkg_.a
2025-08-20T18:59:09.4616095Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build693841089/b1168/_pkg_.a
2025-08-20T18:59:09.4617007Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build693841089/b1163/_pkg_.a
2025-08-20T18:59:09.4617832Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/table=/tmp/go-build693841089/b1169/_pkg_.a
2025-08-20T18:59:09.4618548Z [00:02:46.208]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:09.4619066Z [00:02:46.208]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.4619475Z [00:02:46.208]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:09.4619889Z [00:02:46.208]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:09.4620290Z [00:02:46.208]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:09.4620697Z [00:02:46.208]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:09.4621102Z [00:02:46.208]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.4621510Z [00:02:46.208]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.4621937Z [00:02:46.208]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:09.4622360Z [00:02:46.208]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:09.4622666Z [00:02:46.208]➜  EOF
2025-08-20T18:59:09.4633826Z [00:02:46.211]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:09.4647870Z [00:02:46.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1158/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb=>github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb;$WORK/b1158=>" -p github.com/syndtr/goleveldb/leveldb -lang=go1.14 -complete -installsuffix shared -buildid M-shHq5wNkqQKsnvnZgS/M-shHq5wNkqQKsnvnZgS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/batch.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/comparer.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_iter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_snapshot.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_state.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_transaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/db_write.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/doc.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/errors.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/filter.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/key.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/options.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_compaction.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_record.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/session_util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/storage.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/table.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/util.go /root/go/pkg/mod/github.com/syndtr/goleveldb@v1.0.1-0.20210819022825-2ae1ddf74ef7/leveldb/version.go
2025-08-20T18:59:09.4986752Z [00:02:46.245]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T18:59:09.5018625Z [00:02:46.249]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/da/da2f99f4cd8bb5117ee340508921937a78847e9550ef52968d18784aaf81d1b2-d # internal
2025-08-20T18:59:09.5025948Z [00:02:46.250]➜  github.com/ipfs-shipyard/nopfs/ipfs
2025-08-20T18:59:09.5026314Z [00:02:46.250]➜  mkdir -p $WORK/b1174/
2025-08-20T18:59:09.5036532Z [00:02:46.251]➜  cat >/tmp/go-build693841089/b1174/importcfg << 'EOF' # internal
2025-08-20T18:59:09.5036912Z [00:02:46.251]➜  # import config
2025-08-20T18:59:09.5037255Z [00:02:46.251]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:09.5037772Z [00:02:46.251]➜  packagefile github.com/ipfs-shipyard/nopfs=/tmp/go-build693841089/b1172/_pkg_.a
2025-08-20T18:59:09.5038379Z [00:02:46.251]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:09.5038977Z [00:02:46.251]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:09.5039549Z [00:02:46.251]➜  packagefile github.com/ipfs/boxo/exchange=/tmp/go-build693841089/b578/_pkg_.a
2025-08-20T18:59:09.5040119Z [00:02:46.251]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:09.5040662Z [00:02:46.251]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:09.5041595Z [00:02:46.251]➜  packagefile github.com/ipfs/boxo/path/resolver=/tmp/go-build693841089/b736/_pkg_.a
2025-08-20T18:59:09.5042188Z [00:02:46.251]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:59:09.5042728Z [00:02:46.251]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:09.5043251Z [00:02:46.251]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:09.5043809Z [00:02:46.251]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:59:09.5044416Z [00:02:46.251]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:09.5056545Z [00:02:46.251]➜  EOF
2025-08-20T18:59:09.5059995Z [00:02:46.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.13.2-0.20231027223058-cde3b5ba964c=>github.com/ipfs-shipyard/nopfs/ipfs@v0.13.2-0.20231027223058-cde3b5ba964c;$WORK/b1174=>" -p github.com/ipfs-shipyard/nopfs/ipfs -lang=go1.20 -complete -installsuffix shared -buildid kTULNz3I5kUXurrzwtrU/kTULNz3I5kUXurrzwtrU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.13.2-0.20231027223058-cde3b5ba964c/blockservice.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.13.2-0.20231027223058-cde3b5ba964c/ipfs.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.13.2-0.20231027223058-cde3b5ba964c/namesys.go /root/go/pkg/mod/github.com/ipfs-shipyard/nopfs/ipfs@v0.13.2-0.20231027223058-cde3b5ba964c/resolver.go
2025-08-20T18:59:09.5419763Z [00:02:46.289]➜  cd $WORK/b1176
2025-08-20T18:59:09.5424256Z [00:02:46.290]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1176=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1176/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=tmhntDfyJp_3QJvlpNN- -o $WORK/b1176/_x001.o -c _cgo_export.c
2025-08-20T18:59:09.5597243Z [00:02:46.307]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1176=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1176/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=tmhntDfyJp_3QJvlpNN- -o $WORK/b1176/_x002.o -c plugin_dlopen.cgo2.c
2025-08-20T18:59:09.5884326Z [00:02:46.336]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T18:59:09.5897167Z [00:02:46.337]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1176=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1176/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=tmhntDfyJp_3QJvlpNN- -o $WORK/b1176/_cgo_main.o -c _cgo_main.c
2025-08-20T18:59:09.5959294Z [00:02:46.343]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T18:59:09.6016468Z [00:02:46.349]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/17/17b9dc1edb50ca2dcf4fc6b1b78fbfb1a219eb49cf4e7d142746f72c94fc9bac-d # internal
2025-08-20T18:59:09.6020027Z [00:02:46.349]➜  github.com/ipfs/kubo/plugin/plugins/nopfs
2025-08-20T18:59:09.6029423Z [00:02:46.349]➜  mkdir -p $WORK/b1171/
2025-08-20T18:59:09.6029834Z [00:02:46.349]➜  cat >/tmp/go-build693841089/b1171/importcfg << 'EOF' # internal
2025-08-20T18:59:09.6030185Z [00:02:46.349]➜  # import config
2025-08-20T18:59:09.6030613Z [00:02:46.349]➜  packagefile github.com/ipfs-shipyard/nopfs=/tmp/go-build693841089/b1172/_pkg_.a
2025-08-20T18:59:09.6031522Z [00:02:46.349]➜  packagefile github.com/ipfs-shipyard/nopfs/ipfs=/tmp/go-build693841089/b1174/_pkg_.a
2025-08-20T18:59:09.6032108Z [00:02:46.349]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:09.6032833Z [00:02:46.349]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:09.6033395Z [00:02:46.349]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build693841089/b745/_pkg_.a
2025-08-20T18:59:09.6033959Z [00:02:46.349]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:09.6034464Z [00:02:46.349]➜  packagefile go.uber.org/fx=/tmp/go-build693841089/b851/_pkg_.a
2025-08-20T18:59:09.6035093Z [00:02:46.349]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:09.6035538Z [00:02:46.349]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:09.6035868Z [00:02:46.349]➜  EOF
2025-08-20T18:59:09.6036138Z [00:02:46.349]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:09.6038202Z [00:02:46.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/nopfs=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/nopfs;$WORK/b1171=>" -p github.com/ipfs/kubo/plugin/plugins/nopfs -lang=go1.22 -complete -installsuffix shared -buildid Jin68_r7oaCR4ulGqP-5/Jin68_r7oaCR4ulGqP-5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/nopfs/nopfs.go
2025-08-20T18:59:09.6051251Z [00:02:46.353]➜  TERM='dumb' gcc -I /root/.go/src/plugin -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1176=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1176/_cgo_.o $WORK/b1176/_cgo_main.o $WORK/b1176/preferlinkext $WORK/b1176/_x001.o $WORK/b1176/_x002.o -O2 -g -ldl
2025-08-20T18:59:09.6407842Z [00:02:46.385]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/db/db7a326fe2bf5e43feb2a9973c463d8acc18e4e3015c0b1bcc51d195cf8cee75-d # internal
2025-08-20T18:59:09.6409835Z [00:02:46.388]➜  github.com/ipfs/kubo/plugin/plugins/dagjose
2025-08-20T18:59:09.6410377Z [00:02:46.388]➜  mkdir -p $WORK/b1149/
2025-08-20T18:59:09.6411154Z [00:02:46.388]➜  cat >/tmp/go-build693841089/b1149/importcfg << 'EOF' # internal
2025-08-20T18:59:09.6411981Z [00:02:46.388]➜  # import config
2025-08-20T18:59:09.6412527Z [00:02:46.388]➜  packagefile github.com/ceramicnetwork/go-dag-jose/dagjose=/tmp/go-build693841089/b1150/_pkg_.a
2025-08-20T18:59:09.6413168Z [00:02:46.388]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:09.6413783Z [00:02:46.388]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:09.6414946Z [00:02:46.388]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:59:09.6415444Z [00:02:46.388]➜  EOF
2025-08-20T18:59:09.6417518Z [00:02:46.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/dagjose=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/dagjose;$WORK/b1149=>" -p github.com/ipfs/kubo/plugin/plugins/dagjose -lang=go1.22 -complete -installsuffix shared -buildid fj6CqUk2UaXqS0EI2PHS/fj6CqUk2UaXqS0EI2PHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/dagjose/dagjose.go
2025-08-20T18:59:09.6710829Z [00:02:46.419]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T18:59:09.6726395Z [00:02:46.420]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/89/890d8f7a019093bedc555e96171338d4968d3810a056316bf655445a9fee1f76-d # internal
2025-08-20T18:59:09.6746363Z [00:02:46.422]➜  github.com/prometheus/client_golang/prometheus/promhttp
2025-08-20T18:59:09.6747439Z [00:02:46.422]➜  mkdir -p $WORK/b1179/
2025-08-20T18:59:09.6748419Z [00:02:46.422]➜  cat >/tmp/go-build693841089/b1179/importcfg << 'EOF' # internal
2025-08-20T18:59:09.6749123Z [00:02:46.422]➜  # import config
2025-08-20T18:59:09.6749463Z [00:02:46.422]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:09.6749907Z [00:02:46.422]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:09.6750542Z [00:02:46.422]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:09.6750973Z [00:02:46.422]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:09.6751395Z [00:02:46.422]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.6751801Z [00:02:46.422]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.6752358Z [00:02:46.422]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:09.6753018Z [00:02:46.422]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build693841089/b686/_pkg_.a
2025-08-20T18:59:09.6753638Z [00:02:46.422]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build693841089/b689/_pkg_.a
2025-08-20T18:59:09.6754181Z [00:02:46.422]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.6754569Z [00:02:46.422]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:09.6755560Z [00:02:46.422]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:09.6756024Z [00:02:46.422]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:59:09.6756500Z [00:02:46.422]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:09.6756913Z [00:02:46.422]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.6757509Z [00:02:46.422]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.6757991Z [00:02:46.422]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:09.6758296Z [00:02:46.422]➜  EOF
2025-08-20T18:59:09.6762095Z [00:02:46.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/promhttp=>github.com/prometheus/client_golang@v1.19.1/prometheus/promhttp;$WORK/b1179=>" -p github.com/prometheus/client_golang/prometheus/promhttp -lang=go1.20 -complete -installsuffix shared -buildid SHfMl1aNB4rg5AvL5xEN/SHfMl1aNB4rg5AvL5xEN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/promhttp/delegator.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/promhttp/http.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/promhttp/instrument_client.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/promhttp/instrument_server.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/promhttp/option.go
2025-08-20T18:59:09.7203032Z [00:02:46.468]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T18:59:09.7232299Z [00:02:46.471]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/23/23a8a195e3cacaf54fb47cd79eeaa79ef2d8ac8bf4245dc36ce76269da0c6273-d # internal
2025-08-20T18:59:09.7233829Z [00:02:46.471]➜  github.com/go-logfmt/logfmt
2025-08-20T18:59:09.7243810Z [00:02:46.472]➜  mkdir -p $WORK/b1182/
2025-08-20T18:59:09.7253621Z [00:02:46.473]➜  cat >/tmp/go-build693841089/b1182/importcfg << 'EOF' # internal
2025-08-20T18:59:09.7254836Z [00:02:46.473]➜  # import config
2025-08-20T18:59:09.7256499Z [00:02:46.473]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:09.7257482Z [00:02:46.473]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:09.7258798Z [00:02:46.473]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:59:09.7259260Z [00:02:46.473]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.7259674Z [00:02:46.473]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.7260358Z [00:02:46.473]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.7260761Z [00:02:46.473]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:09.7261174Z [00:02:46.473]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:09.7261598Z [00:02:46.473]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.7262003Z [00:02:46.473]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.7262406Z [00:02:46.473]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:09.7262843Z [00:02:46.473]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:59:09.7263296Z [00:02:46.473]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:09.7263626Z [00:02:46.473]➜  EOF
2025-08-20T18:59:09.7266241Z [00:02:46.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.5.1=>github.com/go-logfmt/logfmt@v0.5.1;$WORK/b1182=>" -p github.com/go-logfmt/logfmt -lang=go1.17 -complete -installsuffix shared -buildid f1LaQ0qrr8rmmfTKU7ZB/f1LaQ0qrr8rmmfTKU7ZB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/importcfg -pack /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.5.1/decode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.5.1/doc.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.5.1/encode.go /root/go/pkg/mod/github.com/go-logfmt/logfmt@v0.5.1/jsonstring.go
2025-08-20T18:59:09.7615911Z [00:02:46.509]➜  gcc -I /root/.go/src/plugin -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1176=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1176/_cgo_.o $WORK/b1176/_cgo_main.o $WORK/b1176/preferlinkext $WORK/b1176/_x001.o $WORK/b1176/_x002.o -O2 -g -ldl # test for internal linking errors (succeeded)
2025-08-20T18:59:09.7620161Z [00:02:46.509]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage plugin -dynimport $WORK/b1176/_cgo_.o -dynout $WORK/b1176/_cgo_import.go
2025-08-20T18:59:09.7807154Z [00:02:46.528]➜  cat >/tmp/go-build693841089/b1176/importcfg << 'EOF' # internal
2025-08-20T18:59:09.7811562Z [00:02:46.529]➜  # import config
2025-08-20T18:59:09.7813045Z [00:02:46.529]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.7813511Z [00:02:46.529]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.7813937Z [00:02:46.529]➜  packagefile runtime/cgo=/tmp/go-build693841089/b092/_pkg_.a
2025-08-20T18:59:09.7814374Z [00:02:46.529]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:09.7814892Z [00:02:46.529]➜  EOF
2025-08-20T18:59:09.7816745Z [00:02:46.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1176/_pkg_.a -trimpath "/root/.go/src/plugin=>plugin;$WORK/b1176=>" -p plugin -lang=go1.25 -std -installsuffix shared -buildid tmhntDfyJp_3QJvlpNN-/tmhntDfyJp_3QJvlpNN- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack /root/.go/src/plugin/plugin.go $WORK/b1176/_cgo_gotypes.go $WORK/b1176/plugin_dlopen.cgo1.go $WORK/b1176/_cgo_import.go
2025-08-20T18:59:09.8021515Z [00:02:46.549]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T18:59:09.8030210Z [00:02:46.550]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/e9/e941b77595245812dee162139dfc7b60a75b5cb84b9ddfadaeab82334511ede8-d # internal
2025-08-20T18:59:09.8031719Z [00:02:46.551]➜  github.com/go-kit/log
2025-08-20T18:59:09.8032328Z [00:02:46.551]➜  mkdir -p $WORK/b1181/
2025-08-20T18:59:09.8035445Z [00:02:46.551]➜  cat >/tmp/go-build693841089/b1181/importcfg << 'EOF' # internal
2025-08-20T18:59:09.8036046Z [00:02:46.551]➜  # import config
2025-08-20T18:59:09.8036634Z [00:02:46.551]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:09.8038804Z [00:02:46.551]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:59:09.8039458Z [00:02:46.551]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:09.8042667Z [00:02:46.551]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.8043300Z [00:02:46.551]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.8043957Z [00:02:46.551]➜  packagefile github.com/go-logfmt/logfmt=/tmp/go-build693841089/b1182/_pkg_.a
2025-08-20T18:59:09.8044829Z [00:02:46.551]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.8045421Z [00:02:46.551]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:09.8047301Z [00:02:46.551]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:09.8047855Z [00:02:46.551]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:09.8048458Z [00:02:46.551]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:09.8049012Z [00:02:46.551]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:09.8049728Z [00:02:46.551]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.8050730Z [00:02:46.551]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.8051222Z [00:02:46.551]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:09.8051788Z [00:02:46.551]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:09.8052114Z [00:02:46.551]➜  EOF
2025-08-20T18:59:09.8055520Z [00:02:46.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-kit/log@v0.2.1=>github.com/go-kit/log@v0.2.1;$WORK/b1181=>" -p github.com/go-kit/log -lang=go1.17 -complete -installsuffix shared -buildid 3ULsdV0rv9yifIXODhtu/3ULsdV0rv9yifIXODhtu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/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-20T18:59:09.8317652Z [00:02:46.579]➜  cd /root/.go/src/plugin
2025-08-20T18:59:09.8318615Z [00:02:46.579]➜  go tool pack r $WORK/b1176/_pkg_.a $WORK/b1176/preferlinkext $WORK/b1176/_x001.o $WORK/b1176/_x002.o # internal
2025-08-20T18:59:09.8330143Z [00:02:46.581]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T18:59:09.8341980Z [00:02:46.582]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/53/539f494618bbbcf3573b432e075fd95925aaebca54a2289d39b4a400367653a0-d # internal
2025-08-20T18:59:09.8371434Z [00:02:46.585]➜  gopkg.in/yaml.v2
2025-08-20T18:59:09.8378799Z [00:02:46.585]➜  mkdir -p $WORK/b1186/
2025-08-20T18:59:09.8389449Z [00:02:46.586]➜  cat >/tmp/go-build693841089/b1186/importcfg << 'EOF' # internal
2025-08-20T18:59:09.8390117Z [00:02:46.586]➜  # import config
2025-08-20T18:59:09.8390731Z [00:02:46.586]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:09.8391426Z [00:02:46.586]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:59:09.8392115Z [00:02:46.586]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:09.8393029Z [00:02:46.586]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.8395093Z [00:02:46.586]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.8395519Z [00:02:46.586]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.8395920Z [00:02:46.586]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:09.8396330Z [00:02:46.586]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:09.8396755Z [00:02:46.586]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:09.8397164Z [00:02:46.586]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:09.8397569Z [00:02:46.586]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:09.8398251Z [00:02:46.586]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.8398659Z [00:02:46.586]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:09.8399064Z [00:02:46.586]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:09.8399469Z [00:02:46.586]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:09.8399901Z [00:02:46.586]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:09.8400226Z [00:02:46.586]➜  EOF
2025-08-20T18:59:09.8406945Z [00:02:46.588]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:09.8418679Z [00:02:46.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1186/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b1186=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid 0JCccAdUspTRLcka8EZ4/0JCccAdUspTRLcka8EZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/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-20T18:59:09.9040072Z [00:02:46.651]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T18:59:09.9062401Z [00:02:46.654]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/a0/a0da202f1712265032b518811ef73eebaf5c627d3727bcbeea5d0fb65ce5f3e2-d # internal
2025-08-20T18:59:09.9068037Z [00:02:46.654]➜  github.com/go-kit/log/level
2025-08-20T18:59:09.9077036Z [00:02:46.655]➜  mkdir -p $WORK/b1184/
2025-08-20T18:59:09.9080759Z [00:02:46.656]➜  cat >/tmp/go-build693841089/b1184/importcfg << 'EOF' # internal
2025-08-20T18:59:09.9081158Z [00:02:46.656]➜  # import config
2025-08-20T18:59:09.9081496Z [00:02:46.656]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:09.9081973Z [00:02:46.656]➜  packagefile github.com/go-kit/log=/tmp/go-build693841089/b1181/_pkg_.a
2025-08-20T18:59:09.9082441Z [00:02:46.656]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.9082750Z [00:02:46.656]➜  EOF
2025-08-20T18:59:09.9085808Z [00:02:46.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1184/_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/b1184=>" -p github.com/go-kit/log/level -lang=go1.17 -complete -installsuffix shared -buildid 2G2CBl2V6rJckgk9yVI9/2G2CBl2V6rJckgk9yVI9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/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-20T18:59:09.9408093Z [00:02:46.688]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T18:59:09.9414798Z [00:02:46.689]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/f5/f5476fdd5a1f96223114271dc13620e33011765b6dfe5e9daff989edb9ee22c7-d # internal
2025-08-20T18:59:09.9418540Z [00:02:46.689]➜  github.com/prometheus/statsd_exporter/pkg/level
2025-08-20T18:59:09.9423829Z [00:02:46.690]➜  mkdir -p $WORK/b1183/
2025-08-20T18:59:09.9424235Z [00:02:46.690]➜  cat >/tmp/go-build693841089/b1183/importcfg << 'EOF' # internal
2025-08-20T18:59:09.9424694Z [00:02:46.690]➜  # import config
2025-08-20T18:59:09.9439360Z [00:02:46.690]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.9439958Z [00:02:46.690]➜  packagefile github.com/go-kit/log=/tmp/go-build693841089/b1181/_pkg_.a
2025-08-20T18:59:09.9440827Z [00:02:46.690]➜  packagefile github.com/go-kit/log/level=/tmp/go-build693841089/b1184/_pkg_.a
2025-08-20T18:59:09.9441210Z [00:02:46.690]➜  EOF
2025-08-20T18:59:09.9443312Z [00:02:46.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/level=>github.com/prometheus/statsd_exporter@v0.22.7/pkg/level;$WORK/b1183=>" -p github.com/prometheus/statsd_exporter/pkg/level -lang=go1.17 -complete -installsuffix shared -buildid WwAJvMuiFKC5OuwIC4KL/WwAJvMuiFKC5OuwIC4KL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/level/level.go
2025-08-20T18:59:09.9769240Z [00:02:46.724]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T18:59:09.9776406Z [00:02:46.724]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/3f/3f5d8b57aad20e250be1b56d05427015bfa35a4b29ca2766d7dae5c7fe886964-d # internal
2025-08-20T18:59:09.9777086Z [00:02:46.724]➜  github.com/prometheus/statsd_exporter/pkg/mapper/fsm
2025-08-20T18:59:09.9777435Z [00:02:46.724]➜  mkdir -p $WORK/b1185/
2025-08-20T18:59:09.9777809Z [00:02:46.724]➜  cat >/tmp/go-build693841089/b1185/importcfg << 'EOF' # internal
2025-08-20T18:59:09.9778166Z [00:02:46.724]➜  # import config
2025-08-20T18:59:09.9778483Z [00:02:46.724]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:09.9778945Z [00:02:46.724]➜  packagefile github.com/go-kit/log=/tmp/go-build693841089/b1181/_pkg_.a
2025-08-20T18:59:09.9779561Z [00:02:46.724]➜  packagefile github.com/prometheus/statsd_exporter/pkg/level=/tmp/go-build693841089/b1183/_pkg_.a
2025-08-20T18:59:09.9780097Z [00:02:46.724]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:09.9780695Z [00:02:46.724]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:09.9781207Z [00:02:46.724]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:09.9781630Z [00:02:46.724]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:09.9781940Z [00:02:46.724]➜  EOF
2025-08-20T18:59:09.9785331Z [00:02:46.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/fsm=>github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/fsm;$WORK/b1185=>" -p github.com/prometheus/statsd_exporter/pkg/mapper/fsm -lang=go1.17 -complete -installsuffix shared -buildid kVUqR50_oQSIqxyzEWKV/kVUqR50_oQSIqxyzEWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/importcfg -pack /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/fsm/dump.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/fsm/formatter.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/fsm/fsm.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/fsm/minmax.go
2025-08-20T18:59:10.0102778Z [00:02:46.757]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T18:59:10.0105825Z [00:02:46.758]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T18:59:10.0110578Z [00:02:46.758]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/67/67f1d8f64bb977018b52a07293339502f5ab97389450a642706c0944e7797c20-d # internal
2025-08-20T18:59:10.0134523Z [00:02:46.759]➜  go.opencensus.io/internal
2025-08-20T18:59:10.0135041Z [00:02:46.759]➜  mkdir -p $WORK/b1190/
2025-08-20T18:59:10.0135421Z [00:02:46.759]➜  cat >/tmp/go-build693841089/b1190/importcfg << 'EOF' # internal
2025-08-20T18:59:10.0135764Z [00:02:46.759]➜  # import config
2025-08-20T18:59:10.0136090Z [00:02:46.759]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.0136562Z [00:02:46.759]➜  packagefile go.opencensus.io=/tmp/go-build693841089/b1191/_pkg_.a
2025-08-20T18:59:10.0137028Z [00:02:46.759]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.0137437Z [00:02:46.759]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.0138147Z [00:02:46.759]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:10.0138457Z [00:02:46.759]➜  EOF
2025-08-20T18:59:10.0140633Z [00:02:46.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1190/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal=>go.opencensus.io@v0.24.0/internal;$WORK/b1190=>" -p go.opencensus.io/internal -lang=go1.13 -complete -installsuffix shared -buildid S4qvE2AJTOxDTouw_pC5/S4qvE2AJTOxDTouw_pC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/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-20T18:59:10.0182492Z [00:02:46.766]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/c9/c994f01c217b353adccb92d39c8257a6e7545250a38e28917bd501fd454fd310-d # internal
2025-08-20T18:59:10.0193249Z [00:02:46.766]➜  go.opencensus.io/trace/tracestate
2025-08-20T18:59:10.0193583Z [00:02:46.766]➜  mkdir -p $WORK/b1193/
2025-08-20T18:59:10.0193960Z [00:02:46.766]➜  cat >/tmp/go-build693841089/b1193/importcfg << 'EOF' # internal
2025-08-20T18:59:10.0194304Z [00:02:46.766]➜  # import config
2025-08-20T18:59:10.0194776Z [00:02:46.766]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.0195273Z [00:02:46.766]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:10.0195587Z [00:02:46.766]➜  EOF
2025-08-20T18:59:10.0200661Z [00:02:46.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1193/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate=>go.opencensus.io@v0.24.0/trace/tracestate;$WORK/b1193=>" -p go.opencensus.io/trace/tracestate -lang=go1.13 -complete -installsuffix shared -buildid QTxXB6SJtNrpun_bWZ_D/QTxXB6SJtNrpun_bWZ_D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate/tracestate.go
2025-08-20T18:59:10.0267867Z [00:02:46.774]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T18:59:10.0305219Z [00:02:46.778]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T18:59:10.0310751Z [00:02:46.779]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/20/2061bc3d2610f581fadc96901c0679be3712df0093539e0a0fc1f36a9768fb47-d # internal
2025-08-20T18:59:10.0337227Z [00:02:46.781]➜  github.com/gorilla/mux
2025-08-20T18:59:10.0337673Z [00:02:46.781]➜  mkdir -p $WORK/b1195/
2025-08-20T18:59:10.0338060Z [00:02:46.781]➜  cat >/tmp/go-build693841089/b1195/importcfg << 'EOF' # internal
2025-08-20T18:59:10.0338410Z [00:02:46.781]➜  # import config
2025-08-20T18:59:10.0338746Z [00:02:46.781]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.0339171Z [00:02:46.781]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.0339767Z [00:02:46.781]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.0340239Z [00:02:46.781]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.0340655Z [00:02:46.781]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.0341073Z [00:02:46.781]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:10.0341661Z [00:02:46.781]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:10.0342069Z [00:02:46.781]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:10.0342482Z [00:02:46.781]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:10.0342894Z [00:02:46.781]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.0343200Z [00:02:46.781]➜  EOF
2025-08-20T18:59:10.0346055Z [00:02:46.781]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/mux@v1.8.1=>github.com/gorilla/mux@v1.8.1;$WORK/b1195=>" -p github.com/gorilla/mux -lang=go1.20 -complete -installsuffix shared -buildid KNGU3JejavwZweSdrI9q/KNGU3JejavwZweSdrI9q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/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-20T18:59:10.0377071Z [00:02:46.785]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T18:59:10.0381174Z [00:02:46.785]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/c1/c1415179bd4b7b2e893a32f95be1f55db006962c9638db83c746fdb4f18ffb2f-d # internal
2025-08-20T18:59:10.0388475Z [00:02:46.786]➜  go.opencensus.io/trace
2025-08-20T18:59:10.0388767Z [00:02:46.786]➜  mkdir -p $WORK/b1188/
2025-08-20T18:59:10.0390866Z [00:02:46.787]➜  cat >/tmp/go-build693841089/b1188/importcfg << 'EOF' # internal
2025-08-20T18:59:10.0393035Z [00:02:46.787]➜  # import config
2025-08-20T18:59:10.0393392Z [00:02:46.787]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.0393831Z [00:02:46.787]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:10.0394300Z [00:02:46.787]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:10.0394876Z [00:02:46.787]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.0395398Z [00:02:46.787]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build693841089/b1189/_pkg_.a
2025-08-20T18:59:10.0395975Z [00:02:46.787]➜  packagefile go.opencensus.io/internal=/tmp/go-build693841089/b1190/_pkg_.a
2025-08-20T18:59:10.0396747Z [00:02:46.787]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build693841089/b1192/_pkg_.a
2025-08-20T18:59:10.0409805Z [00:02:46.787]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build693841089/b1193/_pkg_.a
2025-08-20T18:59:10.0410443Z [00:02:46.787]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:10.0410900Z [00:02:46.787]➜  packagefile runtime/trace=/tmp/go-build693841089/b522/_pkg_.a
2025-08-20T18:59:10.0411332Z [00:02:46.787]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.0411761Z [00:02:46.787]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:10.0412180Z [00:02:46.787]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.0412481Z [00:02:46.787]➜  EOF
2025-08-20T18:59:10.0417000Z [00:02:46.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1188/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace=>go.opencensus.io@v0.24.0/trace;$WORK/b1188=>" -p go.opencensus.io/trace -lang=go1.13 -complete -installsuffix shared -buildid WYaFy-YOwbPFT6GaDsCd/WYaFy-YOwbPFT6GaDsCd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/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-20T18:59:10.0421157Z [00:02:46.787]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/93/93e390071540dffd7f675462844a1a1f74b04db4ac44e87944bb47f33f53d5c9-d # internal
2025-08-20T18:59:10.0421749Z [00:02:46.787]➜  github.com/ipfs/go-ds-leveldb
2025-08-20T18:59:10.0422038Z [00:02:46.787]➜  mkdir -p $WORK/b1157/
2025-08-20T18:59:10.0422559Z [00:02:46.788]➜  cat >/tmp/go-build693841089/b1157/importcfg << 'EOF' # internal
2025-08-20T18:59:10.0422897Z [00:02:46.788]➜  # import config
2025-08-20T18:59:10.0423228Z [00:02:46.788]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.0423727Z [00:02:46.788]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:10.0424302Z [00:02:46.788]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:59:10.0425351Z [00:02:46.788]➜  packagefile github.com/syndtr/goleveldb/leveldb=/tmp/go-build693841089/b1158/_pkg_.a
2025-08-20T18:59:10.0426011Z [00:02:46.788]➜  packagefile github.com/syndtr/goleveldb/leveldb/errors=/tmp/go-build693841089/b1162/_pkg_.a
2025-08-20T18:59:10.0426704Z [00:02:46.788]➜  packagefile github.com/syndtr/goleveldb/leveldb/iterator=/tmp/go-build693841089/b1165/_pkg_.a
2025-08-20T18:59:10.0427377Z [00:02:46.788]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build693841089/b1168/_pkg_.a
2025-08-20T18:59:10.0428046Z [00:02:46.788]➜  packagefile github.com/syndtr/goleveldb/leveldb/storage=/tmp/go-build693841089/b1163/_pkg_.a
2025-08-20T18:59:10.0428712Z [00:02:46.788]➜  packagefile github.com/syndtr/goleveldb/leveldb/util=/tmp/go-build693841089/b1160/_pkg_.a
2025-08-20T18:59:10.0429271Z [00:02:46.788]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.0429695Z [00:02:46.788]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:10.0430126Z [00:02:46.788]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.0430423Z [00:02:46.788]➜  EOF
2025-08-20T18:59:10.0432387Z [00:02:46.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1157/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-leveldb@v0.5.0=>github.com/ipfs/go-ds-leveldb@v0.5.0;$WORK/b1157=>" -p github.com/ipfs/go-ds-leveldb -lang=go1.16 -complete -installsuffix shared -buildid oUttfqYH-YJPDc50Jd9C/oUttfqYH-YJPDc50Jd9C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-leveldb@v0.5.0/datastore.go
2025-08-20T18:59:10.1483735Z [00:02:46.896]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T18:59:10.1502585Z [00:02:46.898]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/88/88a26f765819996161604a8bdf2a8741c2646c6310f6c57caab00fbf920043f6-d # internal
2025-08-20T18:59:10.1505425Z [00:02:46.898]➜  go.opencensus.io/metric/metricexport
2025-08-20T18:59:10.1506645Z [00:02:46.898]➜  mkdir -p $WORK/b1187/
2025-08-20T18:59:10.1511793Z [00:02:46.899]➜  cat >/tmp/go-build693841089/b1187/importcfg << 'EOF' # internal
2025-08-20T18:59:10.1512155Z [00:02:46.899]➜  # import config
2025-08-20T18:59:10.1512517Z [00:02:46.899]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.1513153Z [00:02:46.899]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.1513770Z [00:02:46.899]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build693841089/b659/_pkg_.a
2025-08-20T18:59:10.1514406Z [00:02:46.899]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build693841089/b666/_pkg_.a
2025-08-20T18:59:10.1515167Z [00:02:46.899]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:10.1515846Z [00:02:46.899]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.1516251Z [00:02:46.899]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.1516550Z [00:02:46.899]➜  EOF
2025-08-20T18:59:10.1528266Z [00:02:46.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1187/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricexport=>go.opencensus.io@v0.24.0/metric/metricexport;$WORK/b1187=>" -p go.opencensus.io/metric/metricexport -lang=go1.13 -complete -installsuffix shared -buildid 9iCUIZgy80pVGKukSdJN/9iCUIZgy80pVGKukSdJN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/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-20T18:59:10.1587788Z [00:02:46.906]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T18:59:10.1610606Z [00:02:46.909]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/a3/a31486f0f9d5ab9440ac48274114e1ec1d66a3e2ba5eced68009097bde105b44-d # internal
2025-08-20T18:59:10.1627747Z [00:02:46.910]➜  github.com/ipfs/kubo/plugin/plugins/levelds
2025-08-20T18:59:10.1630250Z [00:02:46.910]➜  mkdir -p $WORK/b1156/
2025-08-20T18:59:10.1637948Z [00:02:46.911]➜  cat >/tmp/go-build693841089/b1156/importcfg << 'EOF' # internal
2025-08-20T18:59:10.1639834Z [00:02:46.911]➜  # import config
2025-08-20T18:59:10.1640198Z [00:02:46.911]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.1640707Z [00:02:46.911]➜  packagefile github.com/ipfs/go-ds-leveldb=/tmp/go-build693841089/b1157/_pkg_.a
2025-08-20T18:59:10.1641280Z [00:02:46.911]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:10.1641825Z [00:02:46.911]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:10.1642397Z [00:02:46.911]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:10.1643022Z [00:02:46.911]➜  packagefile github.com/syndtr/goleveldb/leveldb/opt=/tmp/go-build693841089/b1168/_pkg_.a
2025-08-20T18:59:10.1643574Z [00:02:46.911]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:10.1643908Z [00:02:46.911]➜  EOF
2025-08-20T18:59:10.1650780Z [00:02:46.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/levelds=>github.com/ipfs/kubo@v0.29.0/plugin/plugins/levelds;$WORK/b1156=>" -p github.com/ipfs/kubo/plugin/plugins/levelds -lang=go1.22 -complete -installsuffix shared -buildid tYcfRRMk0xWYYz2P_da_/tYcfRRMk0xWYYz2P_da_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/plugins/levelds/levelds.go
2025-08-20T18:59:10.1728314Z [00:02:46.920]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T18:59:10.1747273Z [00:02:46.922]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/ba/baa1ae8b847bea5384cab1c7bb4e56677a8c1750b6ebe866bdebc4b3726651f2-d # internal
2025-08-20T18:59:10.1756758Z [00:02:46.923]➜  github.com/ipfs/boxo/routing/http/server
2025-08-20T18:59:10.1757154Z [00:02:46.923]➜  mkdir -p $WORK/b1194/
2025-08-20T18:59:10.1768432Z [00:02:46.924]➜  cat >/tmp/go-build693841089/b1194/importcfg << 'EOF' # internal
2025-08-20T18:59:10.1769327Z [00:02:46.924]➜  # import config
2025-08-20T18:59:10.1769839Z [00:02:46.924]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.1772062Z [00:02:46.924]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.1772595Z [00:02:46.924]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.1773034Z [00:02:46.924]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.1773438Z [00:02:46.924]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.1774093Z [00:02:46.924]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build693841089/b684/_pkg_.a
2025-08-20T18:59:10.1774771Z [00:02:46.924]➜  packagefile github.com/gorilla/mux=/tmp/go-build693841089/b1195/_pkg_.a
2025-08-20T18:59:10.1775364Z [00:02:46.924]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:59:10.1776005Z [00:02:46.924]➜  packagefile github.com/ipfs/boxo/routing/http/internal/drjson=/tmp/go-build693841089/b886/_pkg_.a
2025-08-20T18:59:10.1776692Z [00:02:46.924]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build693841089/b885/_pkg_.a
2025-08-20T18:59:10.1777359Z [00:02:46.924]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build693841089/b887/_pkg_.a
2025-08-20T18:59:10.1778254Z [00:02:46.924]➜  packagefile github.com/ipfs/boxo/routing/http/types/json=/tmp/go-build693841089/b888/_pkg_.a
2025-08-20T18:59:10.1778850Z [00:02:46.924]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.1779379Z [00:02:46.924]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:10.1779961Z [00:02:46.924]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:10.1780592Z [00:02:46.924]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:10.1781226Z [00:02:46.924]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:10.1781850Z [00:02:46.924]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:10.1782348Z [00:02:46.924]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.1782747Z [00:02:46.924]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:10.1783158Z [00:02:46.924]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.1783577Z [00:02:46.924]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.1783989Z [00:02:46.924]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.1784288Z [00:02:46.924]➜  EOF
2025-08-20T18:59:10.1786530Z [00:02:46.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/server=>github.com/ipfs/boxo@v0.20.0/routing/http/server;$WORK/b1194=>" -p github.com/ipfs/boxo/routing/http/server -lang=go1.21 -complete -installsuffix shared -buildid LUm5rInWx2dCQR_Q8zYL/LUm5rInWx2dCQR_Q8zYL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/routing/http/server/server.go
2025-08-20T18:59:10.1794986Z [00:02:46.927]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T18:59:10.1802599Z [00:02:46.928]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/90/90d31aea144ff2a580867a68d1d128ffd9ccd700f3fa7e4412bdebb43d8a5236-d # internal
2025-08-20T18:59:10.1805154Z [00:02:46.928]➜  github.com/ipfs/go-ipfs-cmds/http
2025-08-20T18:59:10.1812129Z [00:02:46.929]➜  mkdir -p $WORK/b1196/
2025-08-20T18:59:10.1814415Z [00:02:46.929]➜  cat >/tmp/go-build693841089/b1196/importcfg << 'EOF' # internal
2025-08-20T18:59:10.1816629Z [00:02:46.929]➜  # import config
2025-08-20T18:59:10.1817059Z [00:02:46.929]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.1817615Z [00:02:46.929]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:10.1818244Z [00:02:46.929]➜  packagefile encoding/base32=/tmp/go-build693841089/b485/_pkg_.a
2025-08-20T18:59:10.1818997Z [00:02:46.929]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.1820312Z [00:02:46.929]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.1821012Z [00:02:46.929]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:10.1822072Z [00:02:46.929]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.1823186Z [00:02:46.929]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.1823912Z [00:02:46.929]➜  packagefile github.com/rs/cors=/tmp/go-build693841089/b478/_pkg_.a
2025-08-20T18:59:10.1824765Z [00:02:46.929]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.1825395Z [00:02:46.929]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:10.1825974Z [00:02:46.929]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:10.1826560Z [00:02:46.929]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.1827134Z [00:02:46.929]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:10.1828002Z [00:02:46.929]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:10.1828597Z [00:02:46.929]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:10.1829287Z [00:02:46.929]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:10.1829855Z [00:02:46.929]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.1830412Z [00:02:46.929]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.1830962Z [00:02:46.929]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.1831401Z [00:02:46.929]➜  EOF
2025-08-20T18:59:10.1835555Z [00:02:46.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http=>github.com/ipfs/go-ipfs-cmds@v0.11.0/http;$WORK/b1196=>" -p github.com/ipfs/go-ipfs-cmds/http -lang=go1.21 -complete -installsuffix shared -buildid 6SUhqawWeullJcy19vV4/6SUhqawWeullJcy19vV4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/apiprefix.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/body.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/client.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/config.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/flushfwd.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/handler.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/parse.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/response.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-cmds@v0.11.0/http/responseemitter.go
2025-08-20T18:59:10.2050591Z [00:02:46.952]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T18:59:10.2082482Z [00:02:46.956]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/f3/f36e85ff37914888eced24a666ae8efe8be01fa0c331f65a59e3d548b8f02527-d # internal
2025-08-20T18:59:10.2094829Z [00:02:46.957]➜  github.com/ipfs/kubo/plugin/loader
2025-08-20T18:59:10.2098545Z [00:02:46.957]➜  mkdir -p $WORK/b1135/
2025-08-20T18:59:10.2105974Z [00:02:46.958]➜  cat >/tmp/go-build693841089/b1135/importcfg << 'EOF' # internal
2025-08-20T18:59:10.2106368Z [00:02:46.958]➜  # import config
2025-08-20T18:59:10.2106735Z [00:02:46.958]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.2107202Z [00:02:46.958]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.2107610Z [00:02:46.958]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.2108067Z [00:02:46.958]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.2108612Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:10.2109355Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:10.2109995Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build693841089/b1089/_pkg_.a
2025-08-20T18:59:10.2110584Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin=/tmp/go-build693841089/b1136/_pkg_.a
2025-08-20T18:59:10.2111221Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/badgerds=/tmp/go-build693841089/b1137/_pkg_.a
2025-08-20T18:59:10.2112068Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/dagjose=/tmp/go-build693841089/b1149/_pkg_.a
2025-08-20T18:59:10.2112746Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/flatfs=/tmp/go-build693841089/b1151/_pkg_.a
2025-08-20T18:59:10.2113418Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/fxtest=/tmp/go-build693841089/b1153/_pkg_.a
2025-08-20T18:59:10.2114080Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/git=/tmp/go-build693841089/b1154/_pkg_.a
2025-08-20T18:59:10.2114901Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/levelds=/tmp/go-build693841089/b1156/_pkg_.a
2025-08-20T18:59:10.2115742Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/nopfs=/tmp/go-build693841089/b1171/_pkg_.a
2025-08-20T18:59:10.2116416Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/plugin/plugins/peerlog=/tmp/go-build693841089/b1175/_pkg_.a
2025-08-20T18:59:10.2117053Z [00:02:46.958]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:10.2117665Z [00:02:46.958]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:10.2118294Z [00:02:46.958]➜  packagefile github.com/opentracing/opentracing-go=/tmp/go-build693841089/b535/_pkg_.a
2025-08-20T18:59:10.2118792Z [00:02:46.958]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.2119183Z [00:02:46.958]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.2119613Z [00:02:46.958]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:10.2120055Z [00:02:46.958]➜  packagefile plugin=/tmp/go-build693841089/b1176/_pkg_.a
2025-08-20T18:59:10.2120470Z [00:02:46.958]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:10.2120883Z [00:02:46.958]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.2126793Z [00:02:46.958]➜  EOF
2025-08-20T18:59:10.2129433Z [00:02:46.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/loader=>github.com/ipfs/kubo@v0.29.0/plugin/loader;$WORK/b1135=>" -p github.com/ipfs/kubo/plugin/loader -lang=go1.22 -complete -installsuffix shared -buildid 4gOQ9i-oQ-lYQTvaKNeS/4gOQ9i-oQ-lYQTvaKNeS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/loader/load_unix.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/loader/loader.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/plugin/loader/preload.go
2025-08-20T18:59:10.3049047Z [00:02:47.049]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T18:59:10.3065142Z [00:02:47.053]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/96/9650621f5180e68ff176a737fc544eabf4d1308816e8ca8bac21b8374b7da4ff-d # internal
2025-08-20T18:59:10.3065806Z [00:02:47.053]➜  github.com/cheggaaa/pb
2025-08-20T18:59:10.3066083Z [00:02:47.053]➜  mkdir -p $WORK/b1198/
2025-08-20T18:59:10.3066464Z [00:02:47.053]➜  cat >/tmp/go-build693841089/b1198/importcfg << 'EOF' # internal
2025-08-20T18:59:10.3066803Z [00:02:47.053]➜  # import config
2025-08-20T18:59:10.3067135Z [00:02:47.053]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.3067540Z [00:02:47.053]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.3068039Z [00:02:47.053]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build693841089/b459/_pkg_.a
2025-08-20T18:59:10.3068860Z [00:02:47.053]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:10.3069378Z [00:02:47.053]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.3069773Z [00:02:47.053]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:10.3070159Z [00:02:47.053]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.3070758Z [00:02:47.053]➜  packagefile os/signal=/tmp/go-build693841089/b397/_pkg_.a
2025-08-20T18:59:10.3071186Z [00:02:47.053]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:10.3071605Z [00:02:47.053]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.3072008Z [00:02:47.053]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.3072430Z [00:02:47.053]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:10.3072864Z [00:02:47.053]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:10.3073271Z [00:02:47.053]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.3073695Z [00:02:47.053]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:10.3074224Z [00:02:47.053]➜  EOF
2025-08-20T18:59:10.3077735Z [00:02:47.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cheggaaa/pb@v1.0.29=>github.com/cheggaaa/pb@v1.0.29;$WORK/b1198=>" -p github.com/cheggaaa/pb -lang=go1.12 -complete -installsuffix shared -buildid qO9d-RbfT40Y73IiQMQH/qO9d-RbfT40Y73IiQMQH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/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-20T18:59:10.3301562Z [00:02:47.078]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T18:59:10.3321575Z [00:02:47.080]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/88/889519c93c6027b585baee7d70e24178465a194321a79ef999e35dc959d03197-d # internal
2025-08-20T18:59:10.3359641Z [00:02:47.083]➜  github.com/mattn/go-colorable
2025-08-20T18:59:10.3361512Z [00:02:47.084]➜  mkdir -p $WORK/b1201/
2025-08-20T18:59:10.3363713Z [00:02:47.084]➜  cat >/tmp/go-build693841089/b1201/importcfg << 'EOF' # internal
2025-08-20T18:59:10.3364388Z [00:02:47.084]➜  # import config
2025-08-20T18:59:10.3364996Z [00:02:47.084]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.3365884Z [00:02:47.084]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build693841089/b394/_pkg_.a
2025-08-20T18:59:10.3366604Z [00:02:47.084]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.3367171Z [00:02:47.084]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.3367605Z [00:02:47.084]➜  EOF
2025-08-20T18:59:10.3369817Z [00:02:47.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13=>github.com/mattn/go-colorable@v0.1.13;$WORK/b1201=>" -p github.com/mattn/go-colorable -lang=go1.15 -complete -installsuffix shared -buildid HkhMkKjqn5ulfWksoVJo/HkhMkKjqn5ulfWksoVJo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/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-20T18:59:10.3597213Z [00:02:47.107]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T18:59:10.3598905Z [00:02:47.107]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/f5/f57f7475977867f5b290b8fe958fdf3c2f98307dd3ffe8a691596d6827ce772d-d # internal
2025-08-20T18:59:10.3600668Z [00:02:47.107]➜  github.com/mgutz/ansi
2025-08-20T18:59:10.3601200Z [00:02:47.108]➜  mkdir -p $WORK/b1200/
2025-08-20T18:59:10.3603747Z [00:02:47.108]➜  cat >/tmp/go-build693841089/b1200/importcfg << 'EOF' # internal
2025-08-20T18:59:10.3604129Z [00:02:47.108]➜  # import config
2025-08-20T18:59:10.3604468Z [00:02:47.108]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.3605218Z [00:02:47.108]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.3605715Z [00:02:47.108]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build693841089/b1201/_pkg_.a
2025-08-20T18:59:10.3606195Z [00:02:47.108]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:10.3606604Z [00:02:47.108]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:10.3607013Z [00:02:47.108]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.3607323Z [00:02:47.108]➜  EOF
2025-08-20T18:59:10.3611035Z [00:02:47.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d=>github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d;$WORK/b1200=>" -p github.com/mgutz/ansi -lang=go1.16 -complete -installsuffix shared -buildid KLnOX5BSdhoJMANDrX_z/KLnOX5BSdhoJMANDrX_z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/importcfg -pack /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/ansi.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/doc.go /root/go/pkg/mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/print.go
2025-08-20T18:59:10.3648187Z [00:02:47.112]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T18:59:10.3769968Z [00:02:47.124]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/2b/2b63a45456985d8031572791a4dd5223bd46dbe227e06e00a5ed94c61af24ddd-d # internal
2025-08-20T18:59:10.3787563Z [00:02:47.126]➜  github.com/prometheus/statsd_exporter/pkg/mapper
2025-08-20T18:59:10.3788620Z [00:02:47.126]➜  mkdir -p $WORK/b1180/
2025-08-20T18:59:10.3793941Z [00:02:47.127]➜  cat >/tmp/go-build693841089/b1180/importcfg << 'EOF' # internal
2025-08-20T18:59:10.3794304Z [00:02:47.127]➜  # import config
2025-08-20T18:59:10.3794812Z [00:02:47.127]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.3795360Z [00:02:47.127]➜  packagefile github.com/go-kit/log=/tmp/go-build693841089/b1181/_pkg_.a
2025-08-20T18:59:10.3795974Z [00:02:47.127]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:10.3796675Z [00:02:47.127]➜  packagefile github.com/prometheus/statsd_exporter/pkg/level=/tmp/go-build693841089/b1183/_pkg_.a
2025-08-20T18:59:10.3797400Z [00:02:47.127]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper/fsm=/tmp/go-build693841089/b1185/_pkg_.a
2025-08-20T18:59:10.3798189Z [00:02:47.127]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build693841089/b1186/_pkg_.a
2025-08-20T18:59:10.3798846Z [00:02:47.127]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:10.3799336Z [00:02:47.127]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:10.3799752Z [00:02:47.127]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.3800161Z [00:02:47.127]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.3800567Z [00:02:47.127]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.3800994Z [00:02:47.127]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:10.3801319Z [00:02:47.127]➜  EOF
2025-08-20T18:59:10.3806139Z [00:02:47.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper=>github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper;$WORK/b1180=>" -p github.com/prometheus/statsd_exporter/pkg/mapper -lang=go1.17 -complete -installsuffix shared -buildid -7PJ6R2zrXQmNY3iVLYs/-7PJ6R2zrXQmNY3iVLYs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/action.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/escape.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/mapper.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/mapper_cache.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/mapper_defaults.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/mapping.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/match.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/metric_type.go /root/go/pkg/mod/github.com/prometheus/statsd_exporter@v0.22.7/pkg/mapper/observer.go
2025-08-20T18:59:10.3920340Z [00:02:47.139]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T18:59:10.3958166Z [00:02:47.141]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/16/16019ecb5050bf472844328cd23d0bbcdeaee3bc2be36069e06d48cc34645076-d # internal
2025-08-20T18:59:10.3961860Z [00:02:47.144]➜  github.com/ipfs/boxo/tar
2025-08-20T18:59:10.3972418Z [00:02:47.144]➜  mkdir -p $WORK/b1202/
2025-08-20T18:59:10.3972826Z [00:02:47.144]➜  cat >/tmp/go-build693841089/b1202/importcfg << 'EOF' # internal
2025-08-20T18:59:10.3973190Z [00:02:47.144]➜  # import config
2025-08-20T18:59:10.3973542Z [00:02:47.144]➜  packagefile archive/tar=/tmp/go-build693841089/b529/_pkg_.a
2025-08-20T18:59:10.3973973Z [00:02:47.144]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.3974377Z [00:02:47.144]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.3975055Z [00:02:47.144]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.3975458Z [00:02:47.144]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.3975890Z [00:02:47.144]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:10.3976329Z [00:02:47.144]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.3976644Z [00:02:47.144]➜  EOF
2025-08-20T18:59:10.3978581Z [00:02:47.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/tar=>github.com/ipfs/boxo@v0.20.0/tar;$WORK/b1202=>" -p github.com/ipfs/boxo/tar -lang=go1.21 -complete -installsuffix shared -buildid 6cEcCmgseBNkRnG2ROee/6cEcCmgseBNkRnG2ROee -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/tar/extractor.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/tar/sanitize.go
2025-08-20T18:59:10.4116315Z [00:02:47.159]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T18:59:10.4123073Z [00:02:47.160]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/a9/a9eab901a8d104d1be79938dcd0b390160767bf4a9417f3f8a79d0253b27f134-d # internal
2025-08-20T18:59:10.4124978Z [00:02:47.160]➜  github.com/elgris/jsondiff
2025-08-20T18:59:10.4127418Z [00:02:47.160]➜  mkdir -p $WORK/b1199/
2025-08-20T18:59:10.4129165Z [00:02:47.160]➜  cat >/tmp/go-build693841089/b1199/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4132004Z [00:02:47.160]➜  # import config
2025-08-20T18:59:10.4133228Z [00:02:47.160]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.4133692Z [00:02:47.160]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.4134120Z [00:02:47.160]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.4134584Z [00:02:47.160]➜  packagefile github.com/mgutz/ansi=/tmp/go-build693841089/b1200/_pkg_.a
2025-08-20T18:59:10.4135245Z [00:02:47.160]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.4135658Z [00:02:47.160]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:10.4136072Z [00:02:47.160]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:10.4136380Z [00:02:47.160]➜  EOF
2025-08-20T18:59:10.4138428Z [00:02:47.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1199/_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/b1199=>" -p github.com/elgris/jsondiff -lang=go1.16 -complete -installsuffix shared -buildid vmxU9piRSTAZDFN9oVDh/vmxU9piRSTAZDFN9oVDh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/importcfg -pack /root/go/pkg/mod/github.com/elgris/jsondiff@v0.0.0-20160530203242-765b5c24c302/diff.go
2025-08-20T18:59:10.4413635Z [00:02:47.189]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T18:59:10.4426860Z [00:02:47.190]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/8b/8b42da107b688cc5955ad053962e1440984b3510b9d42611fd070079a0812efc-d # internal
2025-08-20T18:59:10.4439393Z [00:02:47.191]➜  github.com/ipfs/go-cidutil/cidenc
2025-08-20T18:59:10.4446147Z [00:02:47.192]➜  mkdir -p $WORK/b1203/
2025-08-20T18:59:10.4456811Z [00:02:47.193]➜  cat >/tmp/go-build693841089/b1203/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4457901Z [00:02:47.193]➜  # import config
2025-08-20T18:59:10.4459273Z [00:02:47.193]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.4459997Z [00:02:47.193]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:10.4460550Z [00:02:47.193]➜  EOF
2025-08-20T18:59:10.4462495Z [00:02:47.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1203/_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/b1203=>" -p github.com/ipfs/go-cidutil/cidenc -lang=go1.17 -complete -installsuffix shared -buildid Hk3R8a1hcxfEOr7ccvQ-/Hk3R8a1hcxfEOr7ccvQ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-cidutil@v0.1.0/cidenc/encoder.go
2025-08-20T18:59:10.4470415Z [00:02:47.195]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T18:59:10.4482633Z [00:02:47.195]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T18:59:10.4485367Z [00:02:47.196]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/06/06a6742a4af1acf677f21745e589ac55aa022d383bee798bb0abf50ed4764db8-d # internal
2025-08-20T18:59:10.4486013Z [00:02:47.196]➜  contrib.go.opencensus.io/exporter/prometheus
2025-08-20T18:59:10.4486336Z [00:02:47.196]➜  mkdir -p $WORK/b1178/
2025-08-20T18:59:10.4486943Z [00:02:47.196]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/00/0079727cd4c33044e5ce1b0b7de859ec4ee9837eef129fba8375ec1c4b0417fe-d # internal
2025-08-20T18:59:10.4487588Z [00:02:47.196]➜  cat >/tmp/go-build693841089/b1178/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4487934Z [00:02:47.196]➜  # import config
2025-08-20T18:59:10.4488474Z [00:02:47.196]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.4489036Z [00:02:47.196]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.4489658Z [00:02:47.196]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:10.4490402Z [00:02:47.196]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build693841089/b1179/_pkg_.a
2025-08-20T18:59:10.4491393Z [00:02:47.196]➜  packagefile github.com/prometheus/statsd_exporter/pkg/mapper=/tmp/go-build693841089/b1180/_pkg_.a
2025-08-20T18:59:10.4492194Z [00:02:47.196]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build693841089/b659/_pkg_.a
2025-08-20T18:59:10.4492934Z [00:02:47.196]➜  packagefile go.opencensus.io/metric/metricexport=/tmp/go-build693841089/b1187/_pkg_.a
2025-08-20T18:59:10.4493608Z [00:02:47.196]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:59:10.4494205Z [00:02:47.196]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:10.4494808Z [00:02:47.196]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.4495364Z [00:02:47.196]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.4495764Z [00:02:47.196]➜  EOF
2025-08-20T18:59:10.4509424Z [00:02:47.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1178/_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/b1178=>" -p contrib.go.opencensus.io/exporter/prometheus -lang=go1.13 -complete -installsuffix shared -buildid s69P4sIsV8aXJJHQIPMP/s69P4sIsV8aXJJHQIPMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/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-20T18:59:10.4511782Z [00:02:47.198]➜  github.com/ipfs/kubo/core/commands/cmdutils
2025-08-20T18:59:10.4512111Z [00:02:47.198]➜  mkdir -p $WORK/b1205/
2025-08-20T18:59:10.4512489Z [00:02:47.198]➜  cat >/tmp/go-build693841089/b1205/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4512981Z [00:02:47.198]➜  # import config
2025-08-20T18:59:10.4513303Z [00:02:47.198]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.4513773Z [00:02:47.198]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:10.4514304Z [00:02:47.198]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.4515025Z [00:02:47.198]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.4515624Z [00:02:47.198]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:10.4516025Z [00:02:47.198]➜  EOF
2025-08-20T18:59:10.4518038Z [00:02:47.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cmdutils=>github.com/ipfs/kubo@v0.29.0/core/commands/cmdutils;$WORK/b1205=>" -p github.com/ipfs/kubo/core/commands/cmdutils -lang=go1.22 -complete -installsuffix shared -buildid xKXRzotPDTtICh9NxWHJ/xKXRzotPDTtICh9NxWHJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cmdutils/utils.go
2025-08-20T18:59:10.4652392Z [00:02:47.212]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T18:59:10.4689346Z [00:02:47.215]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T18:59:10.4707522Z [00:02:47.218]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/f6/f603bffd75c9aea0cee04604e6ac679e56ee67057dd23917afada038269e7174-d # internal
2025-08-20T18:59:10.4710479Z [00:02:47.218]➜  github.com/ipfs/boxo/ipld/merkledag/traverse
2025-08-20T18:59:10.4710823Z [00:02:47.218]➜  mkdir -p $WORK/b1207/
2025-08-20T18:59:10.4713891Z [00:02:47.218]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T18:59:10.4715041Z [00:02:47.218]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/1d/1d242bc9dff85d377410b7ae0b900b92fbeef0f1c3e13dd57e3594e8a594849f-d # internal
2025-08-20T18:59:10.4715802Z [00:02:47.219]➜  github.com/ipfs/kubo/core/commands/e
2025-08-20T18:59:10.4716239Z [00:02:47.219]➜  mkdir -p $WORK/b1208/
2025-08-20T18:59:10.4727149Z [00:02:47.220]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/aa/aa5f48002490a5ba0f6180b9bf60bad191606b0261e76f25689a0f57d3d01924-d # internal
2025-08-20T18:59:10.4731047Z [00:02:47.220]➜  cat >/tmp/go-build693841089/b1207/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4732405Z [00:02:47.220]➜  # import config
2025-08-20T18:59:10.4733048Z [00:02:47.220]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.4735872Z [00:02:47.220]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.4736439Z [00:02:47.220]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:10.4737237Z [00:02:47.220]➜  EOF
2025-08-20T18:59:10.4739433Z [00:02:47.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/traverse=>github.com/ipfs/boxo@v0.20.0/ipld/merkledag/traverse;$WORK/b1207=>" -p github.com/ipfs/boxo/ipld/merkledag/traverse -lang=go1.21 -complete -installsuffix shared -buildid VQrkcgXZQjH5k5_ivvMN/VQrkcgXZQjH5k5_ivvMN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/ipld/merkledag/traverse/traverse.go
2025-08-20T18:59:10.4742071Z [00:02:47.221]➜  cat >/tmp/go-build693841089/b1208/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4742562Z [00:02:47.221]➜  # import config
2025-08-20T18:59:10.4742924Z [00:02:47.221]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.4744903Z [00:02:47.221]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:10.4745273Z [00:02:47.221]➜  EOF
2025-08-20T18:59:10.4747596Z [00:02:47.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/e=>github.com/ipfs/kubo@v0.29.0/core/commands/e;$WORK/b1208=>" -p github.com/ipfs/kubo/core/commands/e -lang=go1.22 -complete -installsuffix shared -buildid GI3E5S93A0OzvPsc2fsV/GI3E5S93A0OzvPsc2fsV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/e/error.go
2025-08-20T18:59:10.4754097Z [00:02:47.221]➜  github.com/ipfs/kubo/commands
2025-08-20T18:59:10.4754390Z [00:02:47.221]➜  mkdir -p $WORK/b525/
2025-08-20T18:59:10.4754966Z [00:02:47.222]➜  cat >/tmp/go-build693841089/b525/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4755319Z [00:02:47.222]➜  # import config
2025-08-20T18:59:10.4755654Z [00:02:47.222]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.4756078Z [00:02:47.222]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.4756574Z [00:02:47.222]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.4757106Z [00:02:47.222]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.4757644Z [00:02:47.222]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:10.4758184Z [00:02:47.222]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:10.4758763Z [00:02:47.222]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build693841089/b1089/_pkg_.a
2025-08-20T18:59:10.4759374Z [00:02:47.222]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:10.4760021Z [00:02:47.222]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:10.4760968Z [00:02:47.222]➜  packagefile github.com/ipfs/kubo/plugin/loader=/tmp/go-build693841089/b1135/_pkg_.a
2025-08-20T18:59:10.4761642Z [00:02:47.222]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.4762108Z [00:02:47.222]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.4762514Z [00:02:47.222]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.4762814Z [00:02:47.222]➜  EOF
2025-08-20T18:59:10.4767821Z [00:02:47.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/commands=>github.com/ipfs/kubo@v0.29.0/commands;$WORK/b525=>" -p github.com/ipfs/kubo/commands -lang=go1.22 -complete -installsuffix shared -buildid zivsU3WioVgA3Fqk0tS5/zivsU3WioVgA3Fqk0tS5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/commands/context.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/commands/reqlog.go
2025-08-20T18:59:10.4885091Z [00:02:47.235]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T18:59:10.4924833Z [00:02:47.236]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/81/81ac82f8d0f3b787157fce25999be25ac3158c91399c570ca26c439a46ffd78d-d # internal
2025-08-20T18:59:10.4925916Z [00:02:47.236]➜  github.com/ipfs/kubo/core/commands/keyencode
2025-08-20T18:59:10.4926254Z [00:02:47.236]➜  mkdir -p $WORK/b1209/
2025-08-20T18:59:10.4926634Z [00:02:47.237]➜  cat >/tmp/go-build693841089/b1209/importcfg << 'EOF' # internal
2025-08-20T18:59:10.4926991Z [00:02:47.237]➜  # import config
2025-08-20T18:59:10.4927403Z [00:02:47.237]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.4928002Z [00:02:47.237]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:10.4928622Z [00:02:47.237]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:10.4929025Z [00:02:47.237]➜  EOF
2025-08-20T18:59:10.4931070Z [00:02:47.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/keyencode=>github.com/ipfs/kubo@v0.29.0/core/commands/keyencode;$WORK/b1209=>" -p github.com/ipfs/kubo/core/commands/keyencode -lang=go1.22 -complete -installsuffix shared -buildid qtnvf1jt-L4_VmSAPEbi/qtnvf1jt-L4_VmSAPEbi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/keyencode/keyencode.go
2025-08-20T18:59:10.5043878Z [00:02:47.252]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T18:59:10.5049306Z [00:02:47.252]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/36/3612f9d111b447f5e259cde4acec537ae99a7dc30e54381d4350245549e1642a-d # internal
2025-08-20T18:59:10.5053295Z [00:02:47.253]➜  golang.org/x/oauth2/internal
2025-08-20T18:59:10.5054516Z [00:02:47.253]➜  mkdir -p $WORK/b1216/
2025-08-20T18:59:10.5058443Z [00:02:47.253]➜  cat >/tmp/go-build693841089/b1216/importcfg << 'EOF' # internal
2025-08-20T18:59:10.5060527Z [00:02:47.253]➜  # import config
2025-08-20T18:59:10.5061029Z [00:02:47.253]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.5061482Z [00:02:47.254]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:10.5061932Z [00:02:47.254]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:10.5062388Z [00:02:47.254]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.5062856Z [00:02:47.254]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:10.5063290Z [00:02:47.254]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.5063696Z [00:02:47.254]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.5064082Z [00:02:47.254]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.5064490Z [00:02:47.254]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:10.5067038Z [00:02:47.254]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:10.5067682Z [00:02:47.254]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:10.5068183Z [00:02:47.254]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.5068603Z [00:02:47.254]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:10.5069016Z [00:02:47.254]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:10.5069658Z [00:02:47.254]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.5070068Z [00:02:47.254]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.5070489Z [00:02:47.254]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:10.5070908Z [00:02:47.254]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.5071206Z [00:02:47.254]➜  EOF
2025-08-20T18:59:10.5073698Z [00:02:47.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1216/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/internal=>golang.org/x/oauth2@v0.20.0/internal;$WORK/b1216=>" -p golang.org/x/oauth2/internal -lang=go1.18 -complete -installsuffix shared -buildid zmIF-Sw1e8E-sX5NHkpr/zmIF-Sw1e8E-sX5NHkpr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/internal/transport.go
2025-08-20T18:59:10.5078605Z [00:02:47.255]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T18:59:10.5107288Z [00:02:47.256]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/f5/f560828c67fffd8f4e8cf6c3228163bba6c3cb553da689e8ea7df537d888be4d-d # internal
2025-08-20T18:59:10.5107982Z [00:02:47.256]➜  github.com/ipfs/kubo/gc
2025-08-20T18:59:10.5108257Z [00:02:47.256]➜  mkdir -p $WORK/b1218/
2025-08-20T18:59:10.5108651Z [00:02:47.258]➜  cat >/tmp/go-build693841089/b1218/importcfg << 'EOF' # internal
2025-08-20T18:59:10.5108999Z [00:02:47.258]➜  # import config
2025-08-20T18:59:10.5109335Z [00:02:47.258]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.5109755Z [00:02:47.258]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.5110161Z [00:02:47.258]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.5110670Z [00:02:47.258]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:10.5111256Z [00:02:47.258]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:10.5111864Z [00:02:47.258]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:59:10.5112482Z [00:02:47.258]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:10.5113450Z [00:02:47.258]➜  packagefile github.com/ipfs/boxo/pinning/pinner=/tmp/go-build693841089/b741/_pkg_.a
2025-08-20T18:59:10.5114112Z [00:02:47.258]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build693841089/b579/_pkg_.a
2025-08-20T18:59:10.5114930Z [00:02:47.258]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.5115528Z [00:02:47.258]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:10.5116096Z [00:02:47.258]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:10.5116631Z [00:02:47.258]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.5117092Z [00:02:47.258]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.5117401Z [00:02:47.258]➜  EOF
2025-08-20T18:59:10.5119219Z [00:02:47.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/gc=>github.com/ipfs/kubo@v0.29.0/gc;$WORK/b1218=>" -p github.com/ipfs/kubo/gc -lang=go1.22 -complete -installsuffix shared -buildid cqkHNqDVSYP31bZQoqs2/cqkHNqDVSYP31bZQoqs2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/gc/gc.go
2025-08-20T18:59:10.5127304Z [00:02:47.260]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T18:59:10.5148268Z [00:02:47.262]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/73/73df45e2a4f0292d9d708698505ada9609e0826a8d84d33b6a905282996a5cd2-d # internal
2025-08-20T18:59:10.5176201Z [00:02:47.265]➜  github.com/ipfs/kubo/fuse/ipns
2025-08-20T18:59:10.5177679Z [00:02:47.265]➜  mkdir -p $WORK/b1220/
2025-08-20T18:59:10.5179804Z [00:02:47.266]➜  cat >/tmp/go-build693841089/b1220/importcfg << 'EOF' # internal
2025-08-20T18:59:10.5182587Z [00:02:47.266]➜  # import config
2025-08-20T18:59:10.5182997Z [00:02:47.266]➜  packagefile bazil.org/fuse=/tmp/go-build693841089/b1086/_pkg_.a
2025-08-20T18:59:10.5183510Z [00:02:47.266]➜  packagefile bazil.org/fuse/fs=/tmp/go-build693841089/b1087/_pkg_.a
2025-08-20T18:59:10.5183977Z [00:02:47.266]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.5185046Z [00:02:47.266]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.5185472Z [00:02:47.266]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.5185985Z [00:02:47.266]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:10.5186593Z [00:02:47.266]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:59:10.5187151Z [00:02:47.266]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build693841089/b719/_pkg_.a
2025-08-20T18:59:10.5187696Z [00:02:47.266]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:10.5188241Z [00:02:47.266]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:10.5188770Z [00:02:47.266]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.5189286Z [00:02:47.266]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.5189813Z [00:02:47.266]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:10.5190390Z [00:02:47.266]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build693841089/b1089/_pkg_.a
2025-08-20T18:59:10.5191004Z [00:02:47.266]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:10.5191656Z [00:02:47.266]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:10.5192285Z [00:02:47.266]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build693841089/b1085/_pkg_.a
2025-08-20T18:59:10.5192900Z [00:02:47.266]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:10.5193634Z [00:02:47.266]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.5194155Z [00:02:47.266]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.5194558Z [00:02:47.266]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.5195131Z [00:02:47.266]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:10.5195485Z [00:02:47.266]➜  EOF
2025-08-20T18:59:10.5198179Z [00:02:47.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1220/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/ipns=>github.com/ipfs/kubo@v0.29.0/fuse/ipns;$WORK/b1220=>" -p github.com/ipfs/kubo/fuse/ipns -lang=go1.22 -complete -installsuffix shared -buildid eAg2aKce6b5rdjt3SEqB/eAg2aKce6b5rdjt3SEqB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/ipns/common.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/ipns/ipns_unix.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/ipns/link_unix.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/ipns/mount_unix.go
2025-08-20T18:59:10.5508233Z [00:02:47.298]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T18:59:10.5517603Z [00:02:47.299]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/92/92a176eb5315acd8eb725033ac29cf4bd99002f692735335becbd250e62d4396-d # internal
2025-08-20T18:59:10.5526057Z [00:02:47.300]➜  github.com/ipfs/kubo/core/corerepo
2025-08-20T18:59:10.5527121Z [00:02:47.300]➜  mkdir -p $WORK/b1217/
2025-08-20T18:59:10.5537167Z [00:02:47.301]➜  cat >/tmp/go-build693841089/b1217/importcfg << 'EOF' # internal
2025-08-20T18:59:10.5537552Z [00:02:47.301]➜  # import config
2025-08-20T18:59:10.5537888Z [00:02:47.301]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.5538305Z [00:02:47.301]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.5538718Z [00:02:47.301]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.5539137Z [00:02:47.301]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.5539638Z [00:02:47.301]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:10.5540526Z [00:02:47.301]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build693841089/b719/_pkg_.a
2025-08-20T18:59:10.5541049Z [00:02:47.301]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.5541570Z [00:02:47.301]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.5542090Z [00:02:47.301]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:10.5542619Z [00:02:47.301]➜  packagefile github.com/ipfs/kubo/gc=/tmp/go-build693841089/b1218/_pkg_.a
2025-08-20T18:59:10.5543151Z [00:02:47.301]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:10.5543721Z [00:02:47.301]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:10.5544214Z [00:02:47.301]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:10.5544772Z [00:02:47.301]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.5545133Z [00:02:47.301]➜  EOF
2025-08-20T18:59:10.5590803Z [00:02:47.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corerepo=>github.com/ipfs/kubo@v0.29.0/core/corerepo;$WORK/b1217=>" -p github.com/ipfs/kubo/core/corerepo -lang=go1.22 -complete -installsuffix shared -buildid 0g9vsYSJa_EG19j1Jj4J/0g9vsYSJa_EG19j1Jj4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corerepo/gc.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corerepo/stat.go
2025-08-20T18:59:10.5669532Z [00:02:47.314]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T18:59:10.5718144Z [00:02:47.319]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/7c/7ccff82b20d036b8c79f523aaadfc1fa8440f1cf236c77078c7a3e1819d28095-d # internal
2025-08-20T18:59:10.5721414Z [00:02:47.319]➜  golang.org/x/oauth2
2025-08-20T18:59:10.5721910Z [00:02:47.319]➜  mkdir -p $WORK/b1215/
2025-08-20T18:59:10.5733004Z [00:02:47.320]➜  cat >/tmp/go-build693841089/b1215/importcfg << 'EOF' # internal
2025-08-20T18:59:10.5733901Z [00:02:47.320]➜  # import config
2025-08-20T18:59:10.5736331Z [00:02:47.320]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.5736828Z [00:02:47.320]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.5737268Z [00:02:47.320]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:10.5737731Z [00:02:47.320]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:10.5738197Z [00:02:47.320]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:10.5738668Z [00:02:47.320]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.5739350Z [00:02:47.320]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.5739821Z [00:02:47.320]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.5740322Z [00:02:47.320]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build693841089/b1216/_pkg_.a
2025-08-20T18:59:10.5740798Z [00:02:47.320]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.5741402Z [00:02:47.320]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:10.5741815Z [00:02:47.320]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.5742234Z [00:02:47.320]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:10.5742650Z [00:02:47.320]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:10.5743064Z [00:02:47.320]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.5743472Z [00:02:47.320]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.5743882Z [00:02:47.320]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.5744181Z [00:02:47.320]➜  EOF
2025-08-20T18:59:10.5747022Z [00:02:47.320]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1215/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0=>golang.org/x/oauth2@v0.20.0;$WORK/b1215=>" -p golang.org/x/oauth2 -lang=go1.18 -complete -installsuffix shared -buildid n6RQOXLEssGrL8DbyHEV/n6RQOXLEssGrL8DbyHEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/transport.go
2025-08-20T18:59:10.6299801Z [00:02:47.377]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T18:59:10.6339690Z [00:02:47.381]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/e6/e661dd7f1d5b09c93ac57453ee856c246a59335b323cd6c94304e1d072413c92-d # internal
2025-08-20T18:59:10.6347322Z [00:02:47.382]➜  github.com/ipfs/kubo/core/commands/cmdenv
2025-08-20T18:59:10.6348510Z [00:02:47.382]➜  mkdir -p $WORK/b1204/
2025-08-20T18:59:10.6351601Z [00:02:47.383]➜  cat >/tmp/go-build693841089/b1204/importcfg << 'EOF' # internal
2025-08-20T18:59:10.6353485Z [00:02:47.383]➜  # import config
2025-08-20T18:59:10.6355926Z [00:02:47.383]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.6356454Z [00:02:47.383]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:10.6356991Z [00:02:47.383]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.6357549Z [00:02:47.383]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build693841089/b1203/_pkg_.a
2025-08-20T18:59:10.6358123Z [00:02:47.383]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.6358865Z [00:02:47.383]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.6359482Z [00:02:47.383]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build693841089/b525/_pkg_.a
2025-08-20T18:59:10.6360042Z [00:02:47.383]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:10.6360622Z [00:02:47.383]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:10.6361279Z [00:02:47.383]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:10.6361915Z [00:02:47.383]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:10.6362427Z [00:02:47.383]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:10.6362843Z [00:02:47.383]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.6363150Z [00:02:47.383]➜  EOF
2025-08-20T18:59:10.6365952Z [00:02:47.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cmdenv=>github.com/ipfs/kubo@v0.29.0/core/commands/cmdenv;$WORK/b1204=>" -p github.com/ipfs/kubo/core/commands/cmdenv -lang=go1.22 -complete -installsuffix shared -buildid 3CGKAUvFXlulLdlKwSKl/3CGKAUvFXlulLdlKwSKl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cmdenv/cidbase.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cmdenv/env.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cmdenv/file.go
2025-08-20T18:59:10.6654414Z [00:02:47.413]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T18:59:10.6673442Z [00:02:47.415]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/55/5530d9d8a7008bb326e94f1490bb639d7bca34db6c793ebeea2cd2d1045bbdca-d # internal
2025-08-20T18:59:10.6682941Z [00:02:47.416]➜  github.com/ipfs/boxo/pinning/remote/client/openapi
2025-08-20T18:59:10.6686199Z [00:02:47.416]➜  mkdir -p $WORK/b1214/
2025-08-20T18:59:10.6694361Z [00:02:47.417]➜  cat >/tmp/go-build693841089/b1214/importcfg << 'EOF' # internal
2025-08-20T18:59:10.6695377Z [00:02:47.417]➜  # import config
2025-08-20T18:59:10.6699753Z [00:02:47.417]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.6700900Z [00:02:47.417]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.6701370Z [00:02:47.417]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.6701828Z [00:02:47.417]➜  packagefile encoding/xml=/tmp/go-build693841089/b527/_pkg_.a
2025-08-20T18:59:10.6702258Z [00:02:47.417]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.6702666Z [00:02:47.417]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.6703120Z [00:02:47.417]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:10.6703574Z [00:02:47.417]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.6703971Z [00:02:47.417]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:10.6704408Z [00:02:47.417]➜  packagefile mime/multipart=/tmp/go-build693841089/b251/_pkg_.a
2025-08-20T18:59:10.6717024Z [00:02:47.417]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.6717503Z [00:02:47.417]➜  packagefile net/http/httputil=/tmp/go-build693841089/b310/_pkg_.a
2025-08-20T18:59:10.6717970Z [00:02:47.417]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:10.6718372Z [00:02:47.417]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.6718796Z [00:02:47.417]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:10.6719237Z [00:02:47.417]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:10.6719653Z [00:02:47.417]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:10.6720290Z [00:02:47.417]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:10.6720777Z [00:02:47.417]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.6721190Z [00:02:47.417]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.6721492Z [00:02:47.417]➜  EOF
2025-08-20T18:59:10.6727390Z [00:02:47.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi=>github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi;$WORK/b1214=>" -p github.com/ipfs/boxo/pinning/remote/client/openapi -lang=go1.21 -complete -installsuffix shared -buildid 5274rhom_Ad3Zgv1BSMo/5274rhom_Ad3Zgv1BSMo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/api_pins.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/configuration.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/model_failure.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/model_failure_error.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/model_pin.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/model_pin_results.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/model_pin_status.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/model_status.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/response.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/openapi/utils.go
2025-08-20T18:59:10.7530972Z [00:02:47.501]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T18:59:10.7607675Z [00:02:47.508]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/24/24576b749afae74d3892533e5945e3b1228605db63237ffd49229c0e967fbbd3-d # internal
2025-08-20T18:59:10.7648028Z [00:02:47.512]➜  github.com/ipfs/kubo/fuse/readonly
2025-08-20T18:59:10.7648542Z [00:02:47.512]➜  mkdir -p $WORK/b1221/
2025-08-20T18:59:10.7649225Z [00:02:47.512]➜  cat >/tmp/go-build693841089/b1221/importcfg << 'EOF' # internal
2025-08-20T18:59:10.7649582Z [00:02:47.512]➜  # import config
2025-08-20T18:59:10.7649947Z [00:02:47.512]➜  packagefile bazil.org/fuse=/tmp/go-build693841089/b1086/_pkg_.a
2025-08-20T18:59:10.7650453Z [00:02:47.512]➜  packagefile bazil.org/fuse/fs=/tmp/go-build693841089/b1087/_pkg_.a
2025-08-20T18:59:10.7650909Z [00:02:47.512]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.7651316Z [00:02:47.512]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.7651829Z [00:02:47.512]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:10.7652436Z [00:02:47.512]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:59:10.7653038Z [00:02:47.512]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/io=/tmp/go-build693841089/b724/_pkg_.a
2025-08-20T18:59:10.7653616Z [00:02:47.512]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:10.7654140Z [00:02:47.512]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.7654861Z [00:02:47.512]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:10.7655476Z [00:02:47.512]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.7655998Z [00:02:47.512]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:10.7656560Z [00:02:47.512]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build693841089/b1085/_pkg_.a
2025-08-20T18:59:10.7657304Z [00:02:47.512]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:59:10.7657984Z [00:02:47.512]➜  packagefile github.com/ipld/go-ipld-prime/linking/cid=/tmp/go-build693841089/b594/_pkg_.a
2025-08-20T18:59:10.7658491Z [00:02:47.512]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.7658879Z [00:02:47.512]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.7659281Z [00:02:47.512]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:10.7659592Z [00:02:47.512]➜  EOF
2025-08-20T18:59:10.7662121Z [00:02:47.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/readonly=>github.com/ipfs/kubo@v0.29.0/fuse/readonly;$WORK/b1221=>" -p github.com/ipfs/kubo/fuse/readonly -lang=go1.22 -complete -installsuffix shared -buildid 8N1xVYH67cpJw9PGvlXG/8N1xVYH67cpJw9PGvlXG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/readonly/doc.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/readonly/mount_unix.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/readonly/readonly_unix.go
2025-08-20T18:59:10.7719962Z [00:02:47.519]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T18:59:10.7822829Z [00:02:47.530]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/fe/fe013a4d268bdcc250a8f22039abe5d170c137d019aa9a6283f30a8304ec7a2f-d # internal
2025-08-20T18:59:10.7847777Z [00:02:47.532]➜  github.com/ipfs/kubo/profile
2025-08-20T18:59:10.7882068Z [00:02:47.532]➜  mkdir -p $WORK/b1222/
2025-08-20T18:59:10.7882485Z [00:02:47.533]➜  cat >/tmp/go-build693841089/b1222/importcfg << 'EOF' # internal
2025-08-20T18:59:10.7882840Z [00:02:47.533]➜  # import config
2025-08-20T18:59:10.7883190Z [00:02:47.533]➜  packagefile archive/zip=/tmp/go-build693841089/b396/_pkg_.a
2025-08-20T18:59:10.7883616Z [00:02:47.533]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.7884040Z [00:02:47.533]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.7884483Z [00:02:47.533]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.7886198Z [00:02:47.533]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.7886975Z [00:02:47.533]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.7887488Z [00:02:47.533]➜  packagefile github.com/ipfs/kubo=/tmp/go-build693841089/b865/_pkg_.a
2025-08-20T18:59:10.7887940Z [00:02:47.533]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.7888324Z [00:02:47.533]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.7888722Z [00:02:47.533]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:10.7889157Z [00:02:47.533]➜  packagefile runtime/pprof=/tmp/go-build693841089/b663/_pkg_.a
2025-08-20T18:59:10.7889610Z [00:02:47.533]➜  packagefile runtime/trace=/tmp/go-build693841089/b522/_pkg_.a
2025-08-20T18:59:10.7890045Z [00:02:47.533]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:10.7890447Z [00:02:47.533]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.7890748Z [00:02:47.533]➜  EOF
2025-08-20T18:59:10.7892785Z [00:02:47.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/profile=>github.com/ipfs/kubo@v0.29.0/profile;$WORK/b1222=>" -p github.com/ipfs/kubo/profile -lang=go1.22 -complete -installsuffix shared -buildid XH94uhejD2UbTTW5zNv0/XH94uhejD2UbTTW5zNv0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/profile/goroutines.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/profile/profile.go
2025-08-20T18:59:10.7897774Z [00:02:47.537]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T18:59:10.7976387Z [00:02:47.545]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/2e/2ed5d88edee9c85009108e78394904bc034e78450d3c0dddd2878e34cb5ab2c1-d # internal
2025-08-20T18:59:10.8016095Z [00:02:47.549]➜  github.com/ipfs/kubo/core/commands/dag
2025-08-20T18:59:10.8019294Z [00:02:47.549]➜  mkdir -p $WORK/b1206/
2025-08-20T18:59:10.8020635Z [00:02:47.550]➜  cat >/tmp/go-build693841089/b1206/importcfg << 'EOF' # internal
2025-08-20T18:59:10.8024169Z [00:02:47.550]➜  # import config
2025-08-20T18:59:10.8024527Z [00:02:47.550]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.8025178Z [00:02:47.550]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.8025635Z [00:02:47.550]➜  packagefile encoding/csv=/tmp/go-build693841089/b792/_pkg_.a
2025-08-20T18:59:10.8026097Z [00:02:47.550]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.8026533Z [00:02:47.550]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.8026935Z [00:02:47.550]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.8027409Z [00:02:47.550]➜  packagefile github.com/cheggaaa/pb=/tmp/go-build693841089/b1198/_pkg_.a
2025-08-20T18:59:10.8028133Z [00:02:47.550]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:10.8028780Z [00:02:47.550]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:10.8029445Z [00:02:47.550]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/traverse=/tmp/go-build693841089/b1207/_pkg_.a
2025-08-20T18:59:10.8030053Z [00:02:47.550]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:10.8030813Z [00:02:47.550]➜  packagefile github.com/ipfs/go-block-format=/tmp/go-build693841089/b572/_pkg_.a
2025-08-20T18:59:10.8031357Z [00:02:47.550]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.8031961Z [00:02:47.550]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build693841089/b1203/_pkg_.a
2025-08-20T18:59:10.8032541Z [00:02:47.550]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.8033108Z [00:02:47.550]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:10.8033671Z [00:02:47.550]➜  packagefile github.com/ipfs/go-ipld-legacy=/tmp/go-build693841089/b584/_pkg_.a
2025-08-20T18:59:10.8034382Z [00:02:47.550]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:10.8035157Z [00:02:47.550]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build693841089/b1204/_pkg_.a
2025-08-20T18:59:10.8035840Z [00:02:47.550]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build693841089/b1205/_pkg_.a
2025-08-20T18:59:10.8036488Z [00:02:47.550]➜  packagefile github.com/ipfs/kubo/core/commands/e=/tmp/go-build693841089/b1208/_pkg_.a
2025-08-20T18:59:10.8037105Z [00:02:47.550]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:10.8037757Z [00:02:47.550]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:10.8038346Z [00:02:47.550]➜  packagefile github.com/ipld/go-car=/tmp/go-build693841089/b805/_pkg_.a
2025-08-20T18:59:10.8038870Z [00:02:47.550]➜  packagefile github.com/ipld/go-car/v2=/tmp/go-build693841089/b822/_pkg_.a
2025-08-20T18:59:10.8039423Z [00:02:47.550]➜  packagefile github.com/ipld/go-codec-dagpb=/tmp/go-build693841089/b616/_pkg_.a
2025-08-20T18:59:10.8039988Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime=/tmp/go-build693841089/b585/_pkg_.a
2025-08-20T18:59:10.8040591Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/codec/cbor=/tmp/go-build693841089/b833/_pkg_.a
2025-08-20T18:59:10.8041233Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagcbor=/tmp/go-build693841089/b623/_pkg_.a
2025-08-20T18:59:10.8041886Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/codec/dagjson=/tmp/go-build693841089/b606/_pkg_.a
2025-08-20T18:59:10.8042655Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/codec/json=/tmp/go-build693841089/b834/_pkg_.a
2025-08-20T18:59:10.8043364Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/codec/raw=/tmp/go-build693841089/b617/_pkg_.a
2025-08-20T18:59:10.8043999Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:10.8051885Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/node/basic=/tmp/go-build693841089/b612/_pkg_.a
2025-08-20T18:59:10.8052603Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/traversal=/tmp/go-build693841089/b613/_pkg_.a
2025-08-20T18:59:10.8053305Z [00:02:47.550]➜  packagefile github.com/ipld/go-ipld-prime/traversal/selector/parse=/tmp/go-build693841089/b835/_pkg_.a
2025-08-20T18:59:10.8053984Z [00:02:47.550]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:59:10.8054480Z [00:02:47.550]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.8054997Z [00:02:47.550]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.8055538Z [00:02:47.550]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:10.8056003Z [00:02:47.550]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.8056344Z [00:02:47.550]➜  EOF
2025-08-20T18:59:10.8059892Z [00:02:47.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag=>github.com/ipfs/kubo@v0.29.0/core/commands/dag;$WORK/b1206=>" -p github.com/ipfs/kubo/core/commands/dag -lang=go1.22 -complete -installsuffix shared -buildid WRWZc4UbjnYZ5rVaLmkh/WRWZc4UbjnYZ5rVaLmkh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag/dag.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag/export.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag/get.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag/import.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag/put.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag/resolve.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dag/stat.go
2025-08-20T18:59:10.8272034Z [00:02:47.574]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T18:59:10.8315900Z [00:02:47.579]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/30/3000eb661c6c6698c354f5fdf96c868d75015861f482dbe7998b44939f68f98f-d # internal
2025-08-20T18:59:10.8336844Z [00:02:47.581]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T18:59:10.8343300Z [00:02:47.582]➜  github.com/ipfs/kubo/core/commands/name
2025-08-20T18:59:10.8357538Z [00:02:47.582]➜  mkdir -p $WORK/b1210/
2025-08-20T18:59:10.8358208Z [00:02:47.582]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/a0/a04edf770b1dfba655454b58e98fbd7b8a649b87e97b5d8542f6a301f637920d-d # internal
2025-08-20T18:59:10.8358803Z [00:02:47.582]➜  github.com/ipfs/kubo/core/commands/object
2025-08-20T18:59:10.8359129Z [00:02:47.583]➜  mkdir -p $WORK/b1211/
2025-08-20T18:59:10.8381575Z [00:02:47.585]➜  cat >/tmp/go-build693841089/b1210/importcfg << 'EOF' # internal
2025-08-20T18:59:10.8382442Z [00:02:47.585]➜  # import config
2025-08-20T18:59:10.8385256Z [00:02:47.585]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:10.8385996Z [00:02:47.585]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:10.8388418Z [00:02:47.585]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.8388838Z [00:02:47.585]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.8389312Z [00:02:47.585]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:59:10.8389866Z [00:02:47.585]➜  packagefile github.com/ipfs/boxo/ipns/pb=/tmp/go-build693841089/b621/_pkg_.a
2025-08-20T18:59:10.8390428Z [00:02:47.586]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:10.8391266Z [00:02:47.586]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:10.8391886Z [00:02:47.586]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.8392425Z [00:02:47.586]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.8393032Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build693841089/b1204/_pkg_.a
2025-08-20T18:59:10.8393716Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build693841089/b1205/_pkg_.a
2025-08-20T18:59:10.8394400Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/commands/keyencode=/tmp/go-build693841089/b1209/_pkg_.a
2025-08-20T18:59:10.8399623Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:10.8400290Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:10.8401116Z [00:02:47.586]➜  packagefile github.com/libp2p/go-libp2p-record=/tmp/go-build693841089/b625/_pkg_.a
2025-08-20T18:59:10.8401808Z [00:02:47.586]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:10.8402419Z [00:02:47.586]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:10.8402904Z [00:02:47.586]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.8403451Z [00:02:47.586]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.8403897Z [00:02:47.586]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:59:10.8404325Z [00:02:47.586]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.8405320Z [00:02:47.586]➜  EOF
2025-08-20T18:59:10.8408219Z [00:02:47.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/name=>github.com/ipfs/kubo@v0.29.0/core/commands/name;$WORK/b1210=>" -p github.com/ipfs/kubo/core/commands/name -lang=go1.22 -complete -installsuffix shared -buildid 3JhZvmx1E6I-Z42Hx_Pz/3JhZvmx1E6I-Z42Hx_Pz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/name/ipns.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/name/ipnsps.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/name/name.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/name/publish.go
2025-08-20T18:59:10.8410987Z [00:02:47.586]➜  cat >/tmp/go-build693841089/b1211/importcfg << 'EOF' # internal
2025-08-20T18:59:10.8411334Z [00:02:47.586]➜  # import config
2025-08-20T18:59:10.8411666Z [00:02:47.586]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:10.8412068Z [00:02:47.586]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.8412623Z [00:02:47.586]➜  packagefile github.com/ipfs/boxo/ipld/merkledag/dagutils=/tmp/go-build693841089/b848/_pkg_.a
2025-08-20T18:59:10.8413233Z [00:02:47.586]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:10.8413789Z [00:02:47.586]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.8414400Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build693841089/b1204/_pkg_.a
2025-08-20T18:59:10.8415234Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build693841089/b1205/_pkg_.a
2025-08-20T18:59:10.8415913Z [00:02:47.586]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:10.8416431Z [00:02:47.586]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.8416726Z [00:02:47.586]➜  EOF
2025-08-20T18:59:10.8419417Z [00:02:47.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/object=>github.com/ipfs/kubo@v0.29.0/core/commands/object;$WORK/b1211=>" -p github.com/ipfs/kubo/core/commands/object -lang=go1.22 -complete -installsuffix shared -buildid Ng0otZ5d01EAcsvB43ab/Ng0otZ5d01EAcsvB43ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/object/diff.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/object/object.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/object/patch.go
2025-08-20T18:59:10.8815908Z [00:02:47.629]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T18:59:10.8828688Z [00:02:47.630]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/4c/4ca46d82280004f52b4fe4f8b1bb1d690e17200227f0ed695135b5c6bd8af598-d # internal
2025-08-20T18:59:10.8829386Z [00:02:47.630]➜  github.com/ipfs/boxo/pinning/remote/client
2025-08-20T18:59:10.8834878Z [00:02:47.630]➜  mkdir -p $WORK/b1213/
2025-08-20T18:59:10.8835392Z [00:02:47.631]➜  cat >/tmp/go-build693841089/b1213/importcfg << 'EOF' # internal
2025-08-20T18:59:10.8835937Z [00:02:47.631]➜  # import config
2025-08-20T18:59:10.8836335Z [00:02:47.631]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.8836783Z [00:02:47.631]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.8837205Z [00:02:47.631]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.8837967Z [00:02:47.631]➜  packagefile github.com/ipfs/boxo/pinning/remote/client/openapi=/tmp/go-build693841089/b1214/_pkg_.a
2025-08-20T18:59:10.8838592Z [00:02:47.631]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.8839114Z [00:02:47.631]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:10.8839693Z [00:02:47.631]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:10.8840316Z [00:02:47.631]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:10.8840881Z [00:02:47.631]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:10.8841510Z [00:02:47.631]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:10.8841926Z [00:02:47.631]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.8842227Z [00:02:47.631]➜  EOF
2025-08-20T18:59:10.8844709Z [00:02:47.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client=>github.com/ipfs/boxo@v0.20.0/pinning/remote/client;$WORK/b1213=>" -p github.com/ipfs/boxo/pinning/remote/client -lang=go1.21 -complete -installsuffix shared -buildid 4YE7sL1WHTI4jeUZ5AdZ/4YE7sL1WHTI4jeUZ5AdZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/importcfg -pack /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/client.go /root/go/pkg/mod/github.com/ipfs/boxo@v0.20.0/pinning/remote/client/model.go
2025-08-20T18:59:10.9851699Z [00:02:47.732]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T18:59:10.9876859Z [00:02:47.735]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/46/462505b2006a0515d81c9b3ecfa924a15a9ae02b18bf1e65435b70a2d2b2e860-d # internal
2025-08-20T18:59:10.9900326Z [00:02:47.737]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T18:59:10.9914899Z [00:02:47.739]➜  github.com/ipfs/kubo/core/commands/pin
2025-08-20T18:59:10.9947610Z [00:02:47.742]➜  mkdir -p $WORK/b1212/
2025-08-20T18:59:10.9959443Z [00:02:47.743]➜  cat >/tmp/go-build693841089/b1212/importcfg << 'EOF' # internal
2025-08-20T18:59:10.9962169Z [00:02:47.743]➜  # import config
2025-08-20T18:59:10.9967208Z [00:02:47.743]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:10.9967681Z [00:02:47.743]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:10.9968318Z [00:02:47.743]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:10.9968903Z [00:02:47.743]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:10.9969520Z [00:02:47.743]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:59:10.9970149Z [00:02:47.743]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:10.9970792Z [00:02:47.743]➜  packagefile github.com/ipfs/boxo/pinning/remote/client=/tmp/go-build693841089/b1213/_pkg_.a
2025-08-20T18:59:10.9971419Z [00:02:47.743]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build693841089/b579/_pkg_.a
2025-08-20T18:59:10.9971960Z [00:02:47.743]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:10.9972513Z [00:02:47.743]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build693841089/b1203/_pkg_.a
2025-08-20T18:59:10.9973087Z [00:02:47.743]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:10.9973764Z [00:02:47.743]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:10.9974361Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:10.9975134Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:10.9975743Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build693841089/b1204/_pkg_.a
2025-08-20T18:59:10.9976616Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build693841089/b1205/_pkg_.a
2025-08-20T18:59:10.9977263Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/core/commands/e=/tmp/go-build693841089/b1208/_pkg_.a
2025-08-20T18:59:10.9977883Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:10.9978533Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:10.9979161Z [00:02:47.743]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:10.9979935Z [00:02:47.743]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:10.9980549Z [00:02:47.743]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:10.9981126Z [00:02:47.743]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build693841089/b729/_pkg_.a
2025-08-20T18:59:10.9981587Z [00:02:47.743]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:10.9981987Z [00:02:47.743]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:10.9982383Z [00:02:47.743]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:10.9982779Z [00:02:47.743]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:10.9983180Z [00:02:47.743]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:10.9983588Z [00:02:47.743]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:10.9984027Z [00:02:47.743]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:59:10.9984459Z [00:02:47.743]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:10.9989069Z [00:02:47.744]➜  EOF
2025-08-20T18:59:10.9998507Z [00:02:47.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/pin=>github.com/ipfs/kubo@v0.29.0/core/commands/pin;$WORK/b1212=>" -p github.com/ipfs/kubo/core/commands/pin -lang=go1.22 -complete -installsuffix shared -buildid pt472teuQQ7VTNyGbS2A/pt472teuQQ7VTNyGbS2A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/pin/pin.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/pin/remotepin.go
2025-08-20T18:59:11.0007516Z [00:02:47.748]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/2b/2bfb25dc2d035808cd08acce563c563a620bf4065c703683777e408265f241e0-d # internal
2025-08-20T18:59:11.0030476Z [00:02:47.750]➜  github.com/ipfs/kubo/fuse/node
2025-08-20T18:59:11.0036797Z [00:02:47.751]➜  mkdir -p $WORK/b1219/
2025-08-20T18:59:11.0046666Z [00:02:47.752]➜  cat >/tmp/go-build693841089/b1219/importcfg << 'EOF' # internal
2025-08-20T18:59:11.0054273Z [00:02:47.752]➜  # import config
2025-08-20T18:59:11.0054716Z [00:02:47.752]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.0055177Z [00:02:47.752]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.0055639Z [00:02:47.752]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:11.0056167Z [00:02:47.752]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:11.0056732Z [00:02:47.752]➜  packagefile github.com/ipfs/kubo/fuse/ipns=/tmp/go-build693841089/b1220/_pkg_.a
2025-08-20T18:59:11.0057321Z [00:02:47.752]➜  packagefile github.com/ipfs/kubo/fuse/mount=/tmp/go-build693841089/b1085/_pkg_.a
2025-08-20T18:59:11.0057915Z [00:02:47.752]➜  packagefile github.com/ipfs/kubo/fuse/readonly=/tmp/go-build693841089/b1221/_pkg_.a
2025-08-20T18:59:11.0058426Z [00:02:47.752]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.0058834Z [00:02:47.752]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.0059440Z [00:02:47.752]➜  EOF
2025-08-20T18:59:11.0069632Z [00:02:47.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/node=>github.com/ipfs/kubo@v0.29.0/fuse/node;$WORK/b1219=>" -p github.com/ipfs/kubo/fuse/node -lang=go1.22 -complete -installsuffix shared -buildid 5f3eHvh9ep9jOWq2WgQ2/5f3eHvh9ep9jOWq2WgQ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/fuse/node/mount_unix.go
2025-08-20T18:59:11.0329387Z [00:02:47.780]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T18:59:11.0337491Z [00:02:47.781]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T18:59:11.0363429Z [00:02:47.784]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/0d/0d0f60004eff3c09a09f63b3c6c3a74c11c7eee8ff713e0d1962e9f70d8c10c6-d # internal
2025-08-20T18:59:11.0397109Z [00:02:47.787]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/e6/e62667305264a839539b2466cb50aa4bbb15eb755556aff3b8a53c1939208620-d # internal
2025-08-20T18:59:11.0398006Z [00:02:47.787]➜  github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher
2025-08-20T18:59:11.0398458Z [00:02:47.787]➜  mkdir -p $WORK/b1223/
2025-08-20T18:59:11.0399502Z [00:02:47.787]➜  cat >/tmp/go-build693841089/b1223/importcfg << 'EOF' # internal
2025-08-20T18:59:11.0399855Z [00:02:47.787]➜  # import config
2025-08-20T18:59:11.0400197Z [00:02:47.787]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.0400653Z [00:02:47.787]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:11.0401090Z [00:02:47.787]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.0401572Z [00:02:47.787]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:11.0402113Z [00:02:47.787]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:11.0402659Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:11.0403207Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:11.0403777Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/core/coreapi=/tmp/go-build693841089/b1089/_pkg_.a
2025-08-20T18:59:11.0404388Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:11.0405539Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:11.0406402Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build693841089/b862/_pkg_.a
2025-08-20T18:59:11.0407070Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:11.0407712Z [00:02:47.787]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build693841089/b877/_pkg_.a
2025-08-20T18:59:11.0408354Z [00:02:47.787]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.0408853Z [00:02:47.787]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.0409252Z [00:02:47.787]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:11.0409647Z [00:02:47.787]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:11.0410038Z [00:02:47.787]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:11.0410449Z [00:02:47.787]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.0410857Z [00:02:47.787]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.0411155Z [00:02:47.787]➜  EOF
2025-08-20T18:59:11.0438733Z [00:02:47.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/ipfsfetcher=>github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/ipfsfetcher;$WORK/b1223=>" -p github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher -lang=go1.22 -complete -installsuffix shared -buildid tb-kmb2SB9pkBeDc6oZW/tb-kmb2SB9pkBeDc6oZW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/repo/fsrepo/migrations/ipfsfetcher/ipfsfetcher.go
2025-08-20T18:59:11.0441156Z [00:02:47.787]➜  github.com/whyrusleeping/go-sysinfo
2025-08-20T18:59:11.0441465Z [00:02:47.787]➜  mkdir -p $WORK/b1224/
2025-08-20T18:59:11.0441842Z [00:02:47.787]➜  cat >/tmp/go-build693841089/b1224/importcfg << 'EOF' # internal
2025-08-20T18:59:11.0442182Z [00:02:47.787]➜  # import config
2025-08-20T18:59:11.0442520Z [00:02:47.787]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:11.0443122Z [00:02:47.787]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.0443523Z [00:02:47.787]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.0444004Z [00:02:47.787]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:11.0444498Z [00:02:47.787]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:11.0445115Z [00:02:47.787]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.0445535Z [00:02:47.787]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:11.0445845Z [00:02:47.787]➜  EOF
2025-08-20T18:59:11.0448425Z [00:02:47.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1224/_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/b1224=>" -p github.com/whyrusleeping/go-sysinfo -lang=go1.16 -complete -installsuffix shared -buildid GKzbP_3FviHvyslZu5MK/GKzbP_3FviHvyslZu5MK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/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-20T18:59:11.0820389Z [00:02:47.828]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T18:59:11.0852935Z [00:02:47.833]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/2a/2a37ce440ab2b71b96dc9b8dbf08a27260f5d695c197386044ce06cddd383ba3-d # internal
2025-08-20T18:59:11.0858513Z [00:02:47.833]➜  github.com/libp2p/go-libp2p-gostream
2025-08-20T18:59:11.0858855Z [00:02:47.833]➜  mkdir -p $WORK/b1226/
2025-08-20T18:59:11.0859506Z [00:02:47.833]➜  cat >/tmp/go-build693841089/b1226/importcfg << 'EOF' # internal
2025-08-20T18:59:11.0859985Z [00:02:47.833]➜  # import config
2025-08-20T18:59:11.0860386Z [00:02:47.833]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.0860934Z [00:02:47.833]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:11.0861568Z [00:02:47.833]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:11.0862241Z [00:02:47.833]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.0862873Z [00:02:47.833]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:11.0863386Z [00:02:47.833]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:11.0863685Z [00:02:47.833]➜  EOF
2025-08-20T18:59:11.0866498Z [00:02:47.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1226/_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/b1226=>" -p github.com/libp2p/go-libp2p-gostream -lang=go1.19 -complete -installsuffix shared -buildid cVNBJsqlmz4lQalLAnL6/cVNBJsqlmz4lQalLAnL6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/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-20T18:59:11.1320498Z [00:02:47.879]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T18:59:11.1351928Z [00:02:47.882]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/2a/2a36201b4d324370a98096208f46584233c76c7bb597bbb33ec564f89e85b40b-d # internal
2025-08-20T18:59:11.1358079Z [00:02:47.882]➜  github.com/libp2p/go-libp2p-http
2025-08-20T18:59:11.1358424Z [00:02:47.882]➜  mkdir -p $WORK/b1225/
2025-08-20T18:59:11.1358814Z [00:02:47.882]➜  cat >/tmp/go-build693841089/b1225/importcfg << 'EOF' # internal
2025-08-20T18:59:11.1359164Z [00:02:47.882]➜  # import config
2025-08-20T18:59:11.1359852Z [00:02:47.882]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:11.1360389Z [00:02:47.883]➜  packagefile github.com/libp2p/go-libp2p-gostream=/tmp/go-build693841089/b1226/_pkg_.a
2025-08-20T18:59:11.1361021Z [00:02:47.883]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:11.1361636Z [00:02:47.883]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.1362269Z [00:02:47.883]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:11.1362780Z [00:02:47.883]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.1363175Z [00:02:47.883]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:11.1363591Z [00:02:47.883]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:11.1363903Z [00:02:47.883]➜  EOF
2025-08-20T18:59:11.1386355Z [00:02:47.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1225/_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/b1225=>" -p github.com/libp2p/go-libp2p-http -lang=go1.19 -complete -installsuffix shared -buildid V_CJ3RfcjBE9mk64GPxv/V_CJ3RfcjBE9mk64GPxv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p-http@v0.5.0/p2phttp.go
2025-08-20T18:59:11.1711435Z [00:02:47.918]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T18:59:11.1793001Z [00:02:47.927]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T18:59:11.1801885Z [00:02:47.927]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/82/8228614052313b3fbdc104d5c1cdc531e1837c9ee292555d18bba57a9649600a-d # internal
2025-08-20T18:59:11.1803553Z [00:02:47.928]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/65/6536b5568625f1a03b94ddd4ddc939eeee160b6e2dc916f13918e9a35a173231-d # internal
2025-08-20T18:59:11.1804901Z [00:02:47.928]➜  go.opencensus.io/zpages/internal
2025-08-20T18:59:11.1806271Z [00:02:47.928]➜  mkdir -p $WORK/b1230/
2025-08-20T18:59:11.1811361Z [00:02:47.929]➜  cat >/tmp/go-build693841089/b1230/importcfg << 'EOF' # internal
2025-08-20T18:59:11.1811834Z [00:02:47.929]➜  # import config
2025-08-20T18:59:11.1812175Z [00:02:47.929]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:11.1812619Z [00:02:47.929]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:11.1813088Z [00:02:47.929]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:11.1813535Z [00:02:47.929]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:11.1813967Z [00:02:47.929]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:11.1814402Z [00:02:47.929]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:11.1814944Z [00:02:47.929]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:11.1815624Z [00:02:47.929]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.1816028Z [00:02:47.929]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.1816327Z [00:02:47.929]➜  EOF
2025-08-20T18:59:11.1828394Z [00:02:47.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1230/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages/internal=>go.opencensus.io@v0.24.0/zpages/internal;$WORK/b1230=>" -p go.opencensus.io/zpages/internal -lang=go1.13 -complete -installsuffix shared -buildid wpurK13Q6yH3u9aNjWgu/wpurK13Q6yH3u9aNjWgu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/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-20T18:59:11.1831730Z [00:02:47.930]➜  go.opencensus.io/trace/propagation
2025-08-20T18:59:11.1832054Z [00:02:47.930]➜  mkdir -p $WORK/b1229/
2025-08-20T18:59:11.1832437Z [00:02:47.931]➜  cat >/tmp/go-build693841089/b1229/importcfg << 'EOF' # internal
2025-08-20T18:59:11.1832780Z [00:02:47.931]➜  # import config
2025-08-20T18:59:11.1833169Z [00:02:47.931]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:11.1833649Z [00:02:47.931]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:11.1833963Z [00:02:47.931]➜  EOF
2025-08-20T18:59:11.1835978Z [00:02:47.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1229/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation=>go.opencensus.io@v0.24.0/trace/propagation;$WORK/b1229=>" -p go.opencensus.io/trace/propagation -lang=go1.13 -complete -installsuffix shared -buildid 9BBZCCxxDhVnyXRWNLKE/9BBZCCxxDhVnyXRWNLKE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation/propagation.go
2025-08-20T18:59:11.2110012Z [00:02:47.958]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T18:59:11.2116266Z [00:02:47.959]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/da/da28afd91a06f2b5953cae482b1675c2b3800ebf725fb5cc3c9f719e904c6ae9-d # internal
2025-08-20T18:59:11.2120002Z [00:02:47.960]➜  go.opencensus.io/plugin/ocgrpc
2025-08-20T18:59:11.2121638Z [00:02:47.960]➜  mkdir -p $WORK/b1228/
2025-08-20T18:59:11.2125201Z [00:02:47.960]➜  cat >/tmp/go-build693841089/b1228/importcfg << 'EOF' # internal
2025-08-20T18:59:11.2125917Z [00:02:47.960]➜  # import config
2025-08-20T18:59:11.2128232Z [00:02:47.960]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.2130037Z [00:02:47.960]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build693841089/b659/_pkg_.a
2025-08-20T18:59:11.2131138Z [00:02:47.960]➜  packagefile go.opencensus.io/stats=/tmp/go-build693841089/b658/_pkg_.a
2025-08-20T18:59:11.2131981Z [00:02:47.960]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:59:11.2132922Z [00:02:47.960]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:59:11.2133995Z [00:02:47.960]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:11.2134745Z [00:02:47.960]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build693841089/b1229/_pkg_.a
2025-08-20T18:59:11.2135704Z [00:02:47.960]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:11.2136279Z [00:02:47.960]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:11.2136856Z [00:02:47.960]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:11.2137422Z [00:02:47.960]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build693841089/b308/_pkg_.a
2025-08-20T18:59:11.2137997Z [00:02:47.960]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:11.2138491Z [00:02:47.960]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.2139139Z [00:02:47.960]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.2139578Z [00:02:47.960]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:11.2140005Z [00:02:47.960]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.2145770Z [00:02:47.960]➜  EOF
2025-08-20T18:59:11.2149984Z [00:02:47.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1228/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc=>go.opencensus.io@v0.24.0/plugin/ocgrpc;$WORK/b1228=>" -p go.opencensus.io/plugin/ocgrpc -lang=go1.13 -complete -installsuffix shared -buildid eAeQvI0r5TbOnao3xkp3/eAeQvI0r5TbOnao3xkp3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/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-20T18:59:11.2519408Z [00:02:47.999]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T18:59:11.2535499Z [00:02:48.001]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T18:59:11.2547078Z [00:02:48.002]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/3d/3d373f525a314726816628069b4ed0d0d57b5a5a92086e73ab3ead056e253b0a-d # internal
2025-08-20T18:59:11.2564773Z [00:02:48.004]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/77/77f6cf539f58aedc55724b36b72aef5e231623fc3173781eb7fc3992f05ff64c-d # internal
2025-08-20T18:59:11.2573584Z [00:02:48.005]➜  berty.tech/weshnet/v2/pkg/protoio
2025-08-20T18:59:11.2574471Z [00:02:48.005]➜  mkdir -p $WORK/b1237/
2025-08-20T18:59:11.2575310Z [00:02:48.005]➜  cat >/tmp/go-build693841089/b1237/importcfg << 'EOF' # internal
2025-08-20T18:59:11.2578069Z [00:02:48.005]➜  # import config
2025-08-20T18:59:11.2578439Z [00:02:48.005]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:11.2578885Z [00:02:48.005]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:11.2579445Z [00:02:48.005]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:11.2579931Z [00:02:48.005]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.2580227Z [00:02:48.005]➜  EOF
2025-08-20T18:59:11.2592875Z [00:02:48.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1237/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protoio=>berty.tech/weshnet/v2@v2.0.4/pkg/protoio;$WORK/b1237=>" -p berty.tech/weshnet/v2/pkg/protoio -lang=go1.22 -complete -installsuffix shared -buildid 4n-FifqwycrtDrywRtBL/4n-FifqwycrtDrywRtBL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protoio/full.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protoio/io.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protoio/uint32.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/protoio/varint.go
2025-08-20T18:59:11.2595605Z [00:02:48.007]➜  berty.tech/weshnet/v2/pkg/proximitytransport
2025-08-20T18:59:11.2596058Z [00:02:48.007]➜  mkdir -p $WORK/b1232/
2025-08-20T18:59:11.2596527Z [00:02:48.007]➜  cat >/tmp/go-build693841089/b1232/importcfg << 'EOF' # internal
2025-08-20T18:59:11.2596964Z [00:02:48.007]➜  # import config
2025-08-20T18:59:11.2597514Z [00:02:48.007]➜  packagefile berty.tech/weshnet/v2/pkg/logutil=/tmp/go-build693841089/b376/_pkg_.a
2025-08-20T18:59:11.2604039Z [00:02:48.007]➜  packagefile container/ring=/tmp/go-build693841089/b1233/_pkg_.a
2025-08-20T18:59:11.2604999Z [00:02:48.007]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.2605429Z [00:02:48.007]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.2605834Z [00:02:48.007]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.2606572Z [00:02:48.007]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:11.2607633Z [00:02:48.007]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.2608458Z [00:02:48.007]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:11.2609451Z [00:02:48.007]➜  packagefile github.com/libp2p/go-libp2p/core/transport=/tmp/go-build693841089/b900/_pkg_.a
2025-08-20T18:59:11.2610243Z [00:02:48.007]➜  packagefile github.com/libp2p/go-libp2p/p2p/net/swarm=/tmp/go-build693841089/b896/_pkg_.a
2025-08-20T18:59:11.2610889Z [00:02:48.007]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.2611528Z [00:02:48.007]➜  packagefile github.com/multiformats/go-multiaddr-fmt=/tmp/go-build693841089/b901/_pkg_.a
2025-08-20T18:59:11.2612172Z [00:02:48.007]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:11.2612753Z [00:02:48.007]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:11.2613243Z [00:02:48.007]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:11.2613670Z [00:02:48.007]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.2614061Z [00:02:48.007]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:11.2614925Z [00:02:48.007]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.2615456Z [00:02:48.007]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.2615951Z [00:02:48.007]➜  EOF
2025-08-20T18:59:11.2620571Z [00:02:48.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1232/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport=>berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport;$WORK/b1232=>" -p berty.tech/weshnet/v2/pkg/proximitytransport -lang=go1.22 -complete -installsuffix shared -buildid LDHWMWpT-bAACd_x1LIj/LDHWMWpT-bAACd_x1LIj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport/addr.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport/conn.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport/listener.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport/mplex.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport/proximitydriver.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport/ringBuffer_map.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/proximitytransport/transport.go
2025-08-20T18:59:11.2841193Z [00:02:48.031]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T18:59:11.2942958Z [00:02:48.042]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/8f/8ffde9728208f2edb8532b7cdb339ab8dc2c483126ee27a1f6025a272cbab65a-d # internal
2025-08-20T18:59:11.2980777Z [00:02:48.045]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T18:59:11.2997793Z [00:02:48.047]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/2d/2d86feb620146d3b479839777dd62824dd2d93d5ca81e44698bb7f9b312784aa-d # internal
2025-08-20T18:59:11.2998625Z [00:02:48.047]➜  go.opencensus.io/zpages
2025-08-20T18:59:11.2999060Z [00:02:48.047]➜  mkdir -p $WORK/b1227/
2025-08-20T18:59:11.3009768Z [00:02:48.048]➜  cat >/tmp/go-build693841089/b1227/importcfg << 'EOF' # internal
2025-08-20T18:59:11.3010289Z [00:02:48.048]➜  # import config
2025-08-20T18:59:11.3010737Z [00:02:48.048]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.3011336Z [00:02:48.048]➜  packagefile go.opencensus.io/internal=/tmp/go-build693841089/b1190/_pkg_.a
2025-08-20T18:59:11.3012309Z [00:02:48.048]➜  packagefile go.opencensus.io/plugin/ocgrpc=/tmp/go-build693841089/b1228/_pkg_.a
2025-08-20T18:59:11.3012955Z [00:02:48.048]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:59:11.3013639Z [00:02:48.048]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:11.3014273Z [00:02:48.048]➜  packagefile go.opencensus.io/zpages/internal=/tmp/go-build693841089/b1230/_pkg_.a
2025-08-20T18:59:11.3014965Z [00:02:48.048]➜  packagefile html/template=/tmp/go-build693841089/b260/_pkg_.a
2025-08-20T18:59:11.3015950Z [00:02:48.048]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.3016436Z [00:02:48.048]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:11.3016963Z [00:02:48.048]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:11.3017722Z [00:02:48.048]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:11.3018433Z [00:02:48.048]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:11.3019348Z [00:02:48.048]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:11.3019969Z [00:02:48.048]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:11.3020553Z [00:02:48.048]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.3021093Z [00:02:48.048]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.3021680Z [00:02:48.048]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.3022856Z [00:02:48.048]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:59:11.3023952Z [00:02:48.048]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.3024696Z [00:02:48.048]➜  EOF
2025-08-20T18:59:11.3027096Z [00:02:48.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1227/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/zpages=>go.opencensus.io@v0.24.0/zpages;$WORK/b1227=>" -p go.opencensus.io/zpages -lang=go1.13 -complete -installsuffix shared -buildid g2-UduZ-4Q9ss08V0Hro/g2-UduZ-4Q9ss08V0Hro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/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-20T18:59:11.3029509Z [00:02:48.049]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T18:59:11.3030547Z [00:02:48.050]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/86/86ee1e35dd2682af97df904481ca6e682d527889c4874d463fb5be94944cb024-d # internal
2025-08-20T18:59:11.3031489Z [00:02:48.051]➜  github.com/berty/go-libp2p-rendezvous/db
2025-08-20T18:59:11.3032852Z [00:02:48.051]➜  mkdir -p $WORK/b1239/
2025-08-20T18:59:11.3036932Z [00:02:48.051]➜  cat >/tmp/go-build693841089/b1239/importcfg << 'EOF' # internal
2025-08-20T18:59:11.3037315Z [00:02:48.051]➜  # import config
2025-08-20T18:59:11.3037767Z [00:02:48.051]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.3038648Z [00:02:48.051]➜  EOF
2025-08-20T18:59:11.3040902Z [00:02:48.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/db=>github.com/berty/go-libp2p-rendezvous@v0.5.1/db;$WORK/b1239=>" -p github.com/berty/go-libp2p-rendezvous/db -lang=go1.22 -complete -installsuffix shared -buildid 4ex5hDa9yo0cKSJ2Cas8/4ex5hDa9yo0cKSJ2Cas8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/db/dbi.go
2025-08-20T18:59:11.3127516Z [00:02:48.060]➜  github.com/ipfs/kubo/core/commands
2025-08-20T18:59:11.3128058Z [00:02:48.060]➜  mkdir -p $WORK/b1197/
2025-08-20T18:59:11.3145612Z [00:02:48.061]➜  cat >/tmp/go-build693841089/b1197/importcfg << 'EOF' # internal
2025-08-20T18:59:11.3146038Z [00:02:48.061]➜  # import config
2025-08-20T18:59:11.3157543Z [00:02:48.061]➜  packagefile archive/zip=/tmp/go-build693841089/b396/_pkg_.a
2025-08-20T18:59:11.3158196Z [00:02:48.061]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:11.3158721Z [00:02:48.061]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:11.3159245Z [00:02:48.061]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:11.3159813Z [00:02:48.061]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.3160333Z [00:02:48.061]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:11.3160894Z [00:02:48.061]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:11.3161454Z [00:02:48.061]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:11.3162020Z [00:02:48.061]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:11.3162555Z [00:02:48.061]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:11.3163097Z [00:02:48.061]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.3163604Z [00:02:48.061]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.3164167Z [00:02:48.061]➜  packagefile github.com/cheggaaa/pb=/tmp/go-build693841089/b1198/_pkg_.a
2025-08-20T18:59:11.3165030Z [00:02:48.061]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:11.3165731Z [00:02:48.061]➜  packagefile github.com/elgris/jsondiff=/tmp/go-build693841089/b1199/_pkg_.a
2025-08-20T18:59:11.3166692Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/bitswap=/tmp/go-build693841089/b747/_pkg_.a
2025-08-20T18:59:11.3167449Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/bitswap/server=/tmp/go-build693841089/b774/_pkg_.a
2025-08-20T18:59:11.3168159Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:11.3168837Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/blockstore=/tmp/go-build693841089/b562/_pkg_.a
2025-08-20T18:59:11.3169569Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:59:11.3170241Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:11.3170878Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/filestore=/tmp/go-build693841089/b716/_pkg_.a
2025-08-20T18:59:11.3171554Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/ipld/merkledag=/tmp/go-build693841089/b540/_pkg_.a
2025-08-20T18:59:11.3172282Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/ipld/unixfs=/tmp/go-build693841089/b722/_pkg_.a
2025-08-20T18:59:11.3173117Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/ipld/unixfs/pb=/tmp/go-build693841089/b723/_pkg_.a
2025-08-20T18:59:11.3173902Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:59:11.3174534Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/keystore=/tmp/go-build693841089/b735/_pkg_.a
2025-08-20T18:59:11.3175411Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/mfs=/tmp/go-build693841089/b719/_pkg_.a
2025-08-20T18:59:11.3176283Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:11.3176909Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:11.3177546Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/provider=/tmp/go-build693841089/b742/_pkg_.a
2025-08-20T18:59:11.3178179Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/tar=/tmp/go-build693841089/b1202/_pkg_.a
2025-08-20T18:59:11.3178841Z [00:02:48.061]➜  packagefile github.com/ipfs/boxo/verifcid=/tmp/go-build693841089/b579/_pkg_.a
2025-08-20T18:59:11.3179459Z [00:02:48.061]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:11.3180256Z [00:02:48.061]➜  packagefile github.com/ipfs/go-cidutil=/tmp/go-build693841089/b744/_pkg_.a
2025-08-20T18:59:11.3180950Z [00:02:48.061]➜  packagefile github.com/ipfs/go-cidutil/cidenc=/tmp/go-build693841089/b1203/_pkg_.a
2025-08-20T18:59:11.3181610Z [00:02:48.061]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:11.3182260Z [00:02:48.061]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:11.3182924Z [00:02:48.061]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:11.3183547Z [00:02:48.061]➜  packagefile github.com/ipfs/go-log/writer=/tmp/go-build693841089/b534/_pkg_.a
2025-08-20T18:59:11.3184205Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo=/tmp/go-build693841089/b865/_pkg_.a
2025-08-20T18:59:11.3190518Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build693841089/b525/_pkg_.a
2025-08-20T18:59:11.3191127Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:11.3191668Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:11.3192284Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/cmdenv=/tmp/go-build693841089/b1204/_pkg_.a
2025-08-20T18:59:11.3192956Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/cmdutils=/tmp/go-build693841089/b1205/_pkg_.a
2025-08-20T18:59:11.3193608Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/dag=/tmp/go-build693841089/b1206/_pkg_.a
2025-08-20T18:59:11.3194233Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/e=/tmp/go-build693841089/b1208/_pkg_.a
2025-08-20T18:59:11.3195212Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/keyencode=/tmp/go-build693841089/b1209/_pkg_.a
2025-08-20T18:59:11.3195953Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/name=/tmp/go-build693841089/b1210/_pkg_.a
2025-08-20T18:59:11.3196612Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/object=/tmp/go-build693841089/b1211/_pkg_.a
2025-08-20T18:59:11.3197261Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/commands/pin=/tmp/go-build693841089/b1212/_pkg_.a
2025-08-20T18:59:11.3197888Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:11.3198531Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:11.3199201Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/corerepo=/tmp/go-build693841089/b1217/_pkg_.a
2025-08-20T18:59:11.3199819Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build693841089/b862/_pkg_.a
2025-08-20T18:59:11.3200521Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/fuse/node=/tmp/go-build693841089/b1219/_pkg_.a
2025-08-20T18:59:11.3201138Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/p2p=/tmp/go-build693841089/b1083/_pkg_.a
2025-08-20T18:59:11.3201698Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/profile=/tmp/go-build693841089/b1222/_pkg_.a
2025-08-20T18:59:11.3202243Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:11.3203003Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/repo/fsrepo=/tmp/go-build693841089/b866/_pkg_.a
2025-08-20T18:59:11.3203639Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations=/tmp/go-build693841089/b877/_pkg_.a
2025-08-20T18:59:11.3204376Z [00:02:48.061]➜  packagefile github.com/ipfs/kubo/repo/fsrepo/migrations/ipfsfetcher=/tmp/go-build693841089/b1223/_pkg_.a
2025-08-20T18:59:11.3205298Z [00:02:48.061]➜  packagefile github.com/ipld/go-ipld-prime/multicodec=/tmp/go-build693841089/b595/_pkg_.a
2025-08-20T18:59:11.3205922Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p-kad-dht=/tmp/go-build693841089/b637/_pkg_.a
2025-08-20T18:59:11.3206549Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p-kad-dht/fullrt=/tmp/go-build693841089/b891/_pkg_.a
2025-08-20T18:59:11.3207355Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p-kbucket=/tmp/go-build693841089/b670/_pkg_.a
2025-08-20T18:59:11.3207971Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:11.3208596Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:11.3209218Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/metrics=/tmp/go-build693841089/b898/_pkg_.a
2025-08-20T18:59:11.3209851Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:11.3210476Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.3211115Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:11.3211773Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:11.3212414Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:11.3213105Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/resource-manager=/tmp/go-build693841089/b874/_pkg_.a
2025-08-20T18:59:11.3213816Z [00:02:48.061]➜  packagefile github.com/libp2p/go-libp2p/p2p/protocol/ping=/tmp/go-build693841089/b762/_pkg_.a
2025-08-20T18:59:11.3214464Z [00:02:48.061]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.3236158Z [00:02:48.061]➜  packagefile github.com/multiformats/go-multiaddr-dns=/tmp/go-build693841089/b707/_pkg_.a
2025-08-20T18:59:11.3236929Z [00:02:48.061]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:11.3237571Z [00:02:48.061]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:11.3238201Z [00:02:48.061]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:59:11.3238820Z [00:02:48.061]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:11.3239448Z [00:02:48.061]➜  packagefile github.com/whyrusleeping/go-sysinfo=/tmp/go-build693841089/b1224/_pkg_.a
2025-08-20T18:59:11.3240095Z [00:02:48.061]➜  packagefile github.com/whyrusleeping/multiaddr-filter=/tmp/go-build693841089/b1081/_pkg_.a
2025-08-20T18:59:11.3240716Z [00:02:48.061]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build693841089/b487/_pkg_.a
2025-08-20T18:59:11.3241194Z [00:02:48.061]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.3241712Z [00:02:48.061]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:11.3242198Z [00:02:48.061]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:11.3242606Z [00:02:48.061]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:11.3243014Z [00:02:48.061]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:11.3243447Z [00:02:48.061]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:11.3244021Z [00:02:48.061]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:11.3244463Z [00:02:48.061]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:11.3245051Z [00:02:48.061]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:11.3245469Z [00:02:48.061]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.3245884Z [00:02:48.061]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.3246299Z [00:02:48.061]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.3246735Z [00:02:48.061]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:59:11.3247381Z [00:02:48.061]➜  packagefile text/template=/tmp/go-build693841089/b262/_pkg_.a
2025-08-20T18:59:11.3247817Z [00:02:48.061]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.3248226Z [00:02:48.061]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:11.3248542Z [00:02:48.061]➜  EOF
2025-08-20T18:59:11.3260424Z [00:02:48.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands=>github.com/ipfs/kubo@v0.29.0/core/commands;$WORK/b1197=>" -p github.com/ipfs/kubo/core/commands -lang=go1.22 -complete -installsuffix shared -buildid VT9ozVdvdxY1LA4aABAo/VT9ozVdvdxY1LA4aABAo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/active.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/add.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/bitswap.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/block.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/bootstrap.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cat.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/cid.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/commands.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/completion.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/config.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/dht.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/diag.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/external.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/extra.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/files.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/filestore.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/get.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/id.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/keystore.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/log.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/ls.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/mount_unix.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/multibase.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/p2p.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/ping.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/profile.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/pubsub.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/refs.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/repo.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/resolve.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/root.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/routing.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/shutdown.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/stat.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/stat_dht.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/stat_provide.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/swarm.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/sysdiag.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/commands/version.go
2025-08-20T18:59:11.3323159Z [00:02:48.078]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T18:59:11.3323906Z [00:02:48.079]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/23/239b0fec7d6dac486fa238733f322e6c0e4eb6e3fb4c728401f24abf9bed953e-d # internal
2025-08-20T18:59:11.3324530Z [00:02:48.080]➜  github.com/berty/go-libp2p-rendezvous/pb
2025-08-20T18:59:11.3324991Z [00:02:48.080]➜  mkdir -p $WORK/b1240/
2025-08-20T18:59:11.3330535Z [00:02:48.080]➜  cat >/tmp/go-build693841089/b1240/importcfg << 'EOF' # internal
2025-08-20T18:59:11.3342094Z [00:02:48.080]➜  # import config
2025-08-20T18:59:11.3342616Z [00:02:48.080]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:11.3343317Z [00:02:48.080]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:11.3343870Z [00:02:48.080]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:11.3344284Z [00:02:48.080]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.3344581Z [00:02:48.080]➜  EOF
2025-08-20T18:59:11.3346751Z [00:02:48.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/pb=>github.com/berty/go-libp2p-rendezvous@v0.5.1/pb;$WORK/b1240=>" -p github.com/berty/go-libp2p-rendezvous/pb -lang=go1.22 -complete -installsuffix shared -buildid qUhMjsI12B5ebSjjiiqP/qUhMjsI12B5ebSjjiiqP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/pb/rendezvous.pb.go
2025-08-20T18:59:11.3491905Z [00:02:48.097]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T18:59:11.3510906Z [00:02:48.099]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/fe/fe11d23be9469bfeba48e01d3c439ec208a7bff52144e551384e08ac4de664ba-d # internal
2025-08-20T18:59:11.3521591Z [00:02:48.100]➜  berty.tech/weshnet/v2/pkg/multipeer-connectivity-driver
2025-08-20T18:59:11.3523894Z [00:02:48.100]➜  mkdir -p $WORK/b1231/
2025-08-20T18:59:11.3534577Z [00:02:48.101]➜  cat >/tmp/go-build693841089/b1231/importcfg << 'EOF' # internal
2025-08-20T18:59:11.3535381Z [00:02:48.101]➜  # import config
2025-08-20T18:59:11.3536158Z [00:02:48.101]➜  packagefile berty.tech/weshnet/v2/pkg/proximitytransport=/tmp/go-build693841089/b1232/_pkg_.a
2025-08-20T18:59:11.3536923Z [00:02:48.101]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.3537844Z [00:02:48.101]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.3538395Z [00:02:48.101]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:11.3538728Z [00:02:48.101]➜  EOF
2025-08-20T18:59:11.3542141Z [00:02:48.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1231/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/multipeer-connectivity-driver=>berty.tech/weshnet/v2@v2.0.4/pkg/multipeer-connectivity-driver;$WORK/b1231=>" -p berty.tech/weshnet/v2/pkg/multipeer-connectivity-driver -lang=go1.22 -complete -installsuffix shared -buildid qQExZ_Ek_awj03PcLdvb/qQExZ_Ek_awj03PcLdvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/multipeer-connectivity-driver/bridge_unsupported.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/multipeer-connectivity-driver/const.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/multipeer-connectivity-driver/init.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/multipeer-connectivity-driver/multiaddr.go
2025-08-20T18:59:11.3769701Z [00:02:48.124]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T18:59:11.3770424Z [00:02:48.124]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/9a/9a856d5543f6f5c66f8a3ab14816ebc6c814169e4f8e3f875f7676c0e1beb9ec-d # internal
2025-08-20T18:59:11.3856483Z [00:02:48.133]➜  berty.tech/weshnet/v2/pkg/androidnearby
2025-08-20T18:59:11.3865055Z [00:02:48.133]➜  mkdir -p $WORK/b1235/
2025-08-20T18:59:11.3865472Z [00:02:48.133]➜  cat >/tmp/go-build693841089/b1235/importcfg << 'EOF' # internal
2025-08-20T18:59:11.3865832Z [00:02:48.133]➜  # import config
2025-08-20T18:59:11.3866354Z [00:02:48.133]➜  packagefile berty.tech/weshnet/v2/pkg/proximitytransport=/tmp/go-build693841089/b1232/_pkg_.a
2025-08-20T18:59:11.3867033Z [00:02:48.133]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.3867989Z [00:02:48.133]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.3868529Z [00:02:48.133]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:11.3868864Z [00:02:48.133]➜  EOF
2025-08-20T18:59:11.3871682Z [00:02:48.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1235/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/androidnearby=>berty.tech/weshnet/v2@v2.0.4/pkg/androidnearby;$WORK/b1235=>" -p berty.tech/weshnet/v2/pkg/androidnearby -lang=go1.22 -complete -installsuffix shared -buildid -TipVDU-_fdH6MYM5h-e/-TipVDU-_fdH6MYM5h-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/androidnearby/bridge_unsupported.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/androidnearby/const.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/androidnearby/init.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/androidnearby/multiaddr.go
2025-08-20T18:59:11.4017845Z [00:02:48.147]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T18:59:11.4021457Z [00:02:48.149]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/4f/4f730fda86ffbc529391d5f01e5a6b237ce990ce54f9d7a779e02949a37a4e32-d # internal
2025-08-20T18:59:11.4045997Z [00:02:48.152]➜  berty.tech/weshnet/v2/pkg/ble-driver
2025-08-20T18:59:11.4046360Z [00:02:48.152]➜  mkdir -p $WORK/b1236/
2025-08-20T18:59:11.4046737Z [00:02:48.152]➜  cat >/tmp/go-build693841089/b1236/importcfg << 'EOF' # internal
2025-08-20T18:59:11.4047084Z [00:02:48.152]➜  # import config
2025-08-20T18:59:11.4047572Z [00:02:48.152]➜  packagefile berty.tech/weshnet/v2/pkg/proximitytransport=/tmp/go-build693841089/b1232/_pkg_.a
2025-08-20T18:59:11.4048573Z [00:02:48.152]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.4049275Z [00:02:48.152]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.4049822Z [00:02:48.152]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:11.4050153Z [00:02:48.152]➜  EOF
2025-08-20T18:59:11.4052846Z [00:02:48.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1236/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ble-driver=>berty.tech/weshnet/v2@v2.0.4/pkg/ble-driver;$WORK/b1236=>" -p berty.tech/weshnet/v2/pkg/ble-driver -lang=go1.22 -complete -installsuffix shared -buildid mU8ce0dHgGrt5GlP4SL4/mU8ce0dHgGrt5GlP4SL4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ble-driver/bridge_unsupported.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ble-driver/const.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ble-driver/init.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ble-driver/multiaddr.go
2025-08-20T18:59:11.4070773Z [00:02:48.154]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T18:59:11.4087085Z [00:02:48.156]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/39/39bafb2c2b542b5e810f95886b847854f49ab4d224cd6dd1b86c6ce0429e28bb-d # internal
2025-08-20T18:59:11.4097108Z [00:02:48.157]➜  github.com/berty/go-libp2p-rendezvous/protoio
2025-08-20T18:59:11.4100116Z [00:02:48.157]➜  mkdir -p $WORK/b1241/
2025-08-20T18:59:11.4100523Z [00:02:48.157]➜  cat >/tmp/go-build693841089/b1241/importcfg << 'EOF' # internal
2025-08-20T18:59:11.4100874Z [00:02:48.157]➜  # import config
2025-08-20T18:59:11.4101199Z [00:02:48.157]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:11.4101642Z [00:02:48.157]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:11.4102188Z [00:02:48.157]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:11.4102668Z [00:02:48.157]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.4103001Z [00:02:48.157]➜  EOF
2025-08-20T18:59:11.4116955Z [00:02:48.157]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/protoio=>github.com/berty/go-libp2p-rendezvous@v0.5.1/protoio;$WORK/b1241=>" -p github.com/berty/go-libp2p-rendezvous/protoio -lang=go1.22 -complete -installsuffix shared -buildid 0DWDx1B0WRGelVEWQxy1/0DWDx1B0WRGelVEWQxy1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/protoio/full.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/protoio/io.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/protoio/uint32.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/protoio/varint.go
2025-08-20T18:59:11.4162236Z [00:02:48.164]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T18:59:11.4168701Z [00:02:48.164]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/fd/fda2e712319cfc3e4e7ead645a6cd4789228b17c2cb8fa9580527869cd2f12e6-d # internal
2025-08-20T18:59:11.4230887Z [00:02:48.171]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T18:59:11.4234033Z [00:02:48.171]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/1b/1b7058d6618ce26498bf6648db8a248ce503e887079f28d72aed8e1ca3add1af-d # internal
2025-08-20T18:59:11.4241718Z [00:02:48.172]➜  github.com/ipfs/go-ipfs-keystore
2025-08-20T18:59:11.4245198Z [00:02:48.172]➜  mkdir -p $WORK/b1244/
2025-08-20T18:59:11.4246542Z [00:02:48.172]➜  cat >/tmp/go-build693841089/b1244/importcfg << 'EOF' # internal
2025-08-20T18:59:11.4246904Z [00:02:48.172]➜  # import config
2025-08-20T18:59:11.4247271Z [00:02:48.172]➜  packagefile encoding/base32=/tmp/go-build693841089/b485/_pkg_.a
2025-08-20T18:59:11.4247710Z [00:02:48.172]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.4248396Z [00:02:48.172]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.4248945Z [00:02:48.172]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:11.4249539Z [00:02:48.172]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:11.4250043Z [00:02:48.172]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:11.4250473Z [00:02:48.172]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:11.4250919Z [00:02:48.172]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.4251228Z [00:02:48.172]➜  EOF
2025-08-20T18:59:11.4253436Z [00:02:48.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ipfs-keystore@v0.1.0=>github.com/ipfs/go-ipfs-keystore@v0.1.0;$WORK/b1244=>" -p github.com/ipfs/go-ipfs-keystore -lang=go1.18 -complete -installsuffix shared -buildid 8yz6LPyruv-S2trDtiqg/8yz6LPyruv-S2trDtiqg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ipfs-keystore@v0.1.0/keystore.go /root/go/pkg/mod/github.com/ipfs/go-ipfs-keystore@v0.1.0/memkeystore.go
2025-08-20T18:59:11.4398938Z [00:02:48.187]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T18:59:11.4401482Z [00:02:48.187]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/8a/8af7d0b41872563a414004816c2149ad3b975c75959888b1909fbefe0fb37746-d # internal
2025-08-20T18:59:11.4453963Z [00:02:48.190]➜  github.com/berty/go-libp2p-rendezvous
2025-08-20T18:59:11.4456396Z [00:02:48.190]➜  mkdir -p $WORK/b1238/
2025-08-20T18:59:11.4458463Z [00:02:48.193]➜  cat >/tmp/go-build693841089/b1238/importcfg << 'EOF' # internal
2025-08-20T18:59:11.4486551Z [00:02:48.193]➜  # import config
2025-08-20T18:59:11.4487114Z [00:02:48.193]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.4487766Z [00:02:48.193]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:11.4488370Z [00:02:48.193]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.4488917Z [00:02:48.193]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.4489972Z [00:02:48.193]➜  packagefile github.com/berty/go-libp2p-rendezvous/db=/tmp/go-build693841089/b1239/_pkg_.a
2025-08-20T18:59:11.4490761Z [00:02:48.193]➜  packagefile github.com/berty/go-libp2p-rendezvous/pb=/tmp/go-build693841089/b1240/_pkg_.a
2025-08-20T18:59:11.4491557Z [00:02:48.193]➜  packagefile github.com/berty/go-libp2p-rendezvous/protoio=/tmp/go-build693841089/b1241/_pkg_.a
2025-08-20T18:59:11.4492240Z [00:02:48.193]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:11.4492866Z [00:02:48.193]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:11.4493576Z [00:02:48.193]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build693841089/b1074/_pkg_.a
2025-08-20T18:59:11.4494313Z [00:02:48.193]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:11.4495183Z [00:02:48.193]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:11.4495954Z [00:02:48.193]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.4496677Z [00:02:48.193]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:11.4497430Z [00:02:48.193]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.4498040Z [00:02:48.193]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:11.4498589Z [00:02:48.193]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:11.4499109Z [00:02:48.193]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.4499829Z [00:02:48.193]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.4500329Z [00:02:48.193]➜  EOF
2025-08-20T18:59:11.4504821Z [00:02:48.193]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1=>github.com/berty/go-libp2p-rendezvous@v0.5.1;$WORK/b1238=>" -p github.com/berty/go-libp2p-rendezvous -lang=go1.22 -complete -installsuffix shared -buildid sauvTnea_0EnChpAss3f/sauvTnea_0EnChpAss3f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/client.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/discovery.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/generate.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/options.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/proto.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/svc.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/sync_iface.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/sync_inmem_client.go /root/go/pkg/mod/github.com/berty/go-libp2p-rendezvous@v0.5.1/sync_inmem_provider.go
2025-08-20T18:59:11.4584959Z [00:02:48.206]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T18:59:11.4591855Z [00:02:48.206]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/95/954f21a0d463dbbbacd1cecfad68c7fcddd7fbde54fb541f733516d15fbe7ad3-d # internal
2025-08-20T18:59:11.4626608Z [00:02:48.210]➜  github.com/libp2p/go-libp2p/p2p/net/mock
2025-08-20T18:59:11.4627108Z [00:02:48.210]➜  mkdir -p $WORK/b1245/
2025-08-20T18:59:11.4629919Z [00:02:48.210]➜  cat >/tmp/go-build693841089/b1245/importcfg << 'EOF' # internal
2025-08-20T18:59:11.4631571Z [00:02:48.210]➜  # import config
2025-08-20T18:59:11.4636562Z [00:02:48.210]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:11.4639238Z [00:02:48.210]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:11.4640672Z [00:02:48.210]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.4641143Z [00:02:48.210]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:11.4641868Z [00:02:48.210]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.4642271Z [00:02:48.210]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.4642742Z [00:02:48.210]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:11.4643345Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/connmgr=/tmp/go-build693841089/b650/_pkg_.a
2025-08-20T18:59:11.4643979Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:11.4644755Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:11.4645464Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:11.4646096Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:11.4646717Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.4647354Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:11.4648003Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:11.4648656Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build693841089/b912/_pkg_.a
2025-08-20T18:59:11.4649319Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:11.4650052Z [00:02:48.210]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoremem=/tmp/go-build693841089/b1048/_pkg_.a
2025-08-20T18:59:11.4650897Z [00:02:48.210]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.4651643Z [00:02:48.210]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:11.4652152Z [00:02:48.211]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.4652560Z [00:02:48.211]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:11.4652968Z [00:02:48.211]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:11.4653362Z [00:02:48.211]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:11.4653767Z [00:02:48.211]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.4654172Z [00:02:48.211]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.4654696Z [00:02:48.211]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:11.4655167Z [00:02:48.211]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.4655469Z [00:02:48.211]➜  EOF
2025-08-20T18:59:11.4660252Z [00:02:48.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock=>github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock;$WORK/b1245=>" -p github.com/libp2p/go-libp2p/p2p/net/mock -lang=go1.21 -complete -installsuffix shared -buildid UUhjJ1dhHiPxxmhlfIU7/UUhjJ1dhHiPxxmhlfIU7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/complement.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/interface.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/mock.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/mock_conn.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/mock_link.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/mock_net.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/mock_peernet.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/mock_printer.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/mock_stream.go /root/go/pkg/mod/github.com/libp2p/go-libp2p@v0.34.1/p2p/net/mock/ratelimiter.go
2025-08-20T18:59:11.4702215Z [00:02:48.218]➜  github.com/mutecomm/go-sqlcipher/v4
2025-08-20T18:59:11.4702617Z [00:02:48.218]➜  mkdir -p $WORK/b1243/
2025-08-20T18:59:11.4710914Z [00:02:48.219]➜  echo -n > $WORK/b1243/preferlinkext # internal
2025-08-20T18:59:11.4716498Z [00:02:48.219]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:11.4720457Z [00:02:48.219]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b1243/ -importpath github.com/mutecomm/go-sqlcipher/v4 "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 ./backup.go ./callback.go ./error.go ./flags.go ./sqlite3.go ./sqlite3_context.go ./sqlite3_load_extension.go ./sqlite3_opt_userauth_omit.go ./sqlite3_other.go ./sqlite3_type.go
2025-08-20T18:59:11.5873678Z [00:02:48.335]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T18:59:11.5898742Z [00:02:48.337]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/b5/b5585f1e279a01c37029737ae422afe652eb7260df954f91a566267d7553cbfe-d # internal
2025-08-20T18:59:11.5954300Z [00:02:48.343]➜  berty.tech/weshnet/v2/pkg/tinder
2025-08-20T18:59:11.5961176Z [00:02:48.344]➜  mkdir -p $WORK/b1234/
2025-08-20T18:59:11.5973355Z [00:02:48.345]➜  cat >/tmp/go-build693841089/b1234/importcfg << 'EOF' # internal
2025-08-20T18:59:11.5974236Z [00:02:48.345]➜  # import config
2025-08-20T18:59:11.5975067Z [00:02:48.345]➜  packagefile berty.tech/weshnet/v2/internal/notify=/tmp/go-build693841089/b375/_pkg_.a
2025-08-20T18:59:11.5976215Z [00:02:48.345]➜  packagefile berty.tech/weshnet/v2/pkg/androidnearby=/tmp/go-build693841089/b1235/_pkg_.a
2025-08-20T18:59:11.5976968Z [00:02:48.345]➜  packagefile berty.tech/weshnet/v2/pkg/ble-driver=/tmp/go-build693841089/b1236/_pkg_.a
2025-08-20T18:59:11.5977585Z [00:02:48.345]➜  packagefile berty.tech/weshnet/v2/pkg/logutil=/tmp/go-build693841089/b376/_pkg_.a
2025-08-20T18:59:11.5978307Z [00:02:48.345]➜  packagefile berty.tech/weshnet/v2/pkg/multipeer-connectivity-driver=/tmp/go-build693841089/b1231/_pkg_.a
2025-08-20T18:59:11.5978997Z [00:02:48.345]➜  packagefile berty.tech/weshnet/v2/pkg/protoio=/tmp/go-build693841089/b1237/_pkg_.a
2025-08-20T18:59:11.5979780Z [00:02:48.345]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:11.5980343Z [00:02:48.345]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.5980784Z [00:02:48.345]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:11.5981211Z [00:02:48.345]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.5981956Z [00:02:48.345]➜  packagefile github.com/berty/go-libp2p-rendezvous=/tmp/go-build693841089/b1238/_pkg_.a
2025-08-20T18:59:11.5982606Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/core/discovery=/tmp/go-build693841089/b1074/_pkg_.a
2025-08-20T18:59:11.5983244Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:11.5983858Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:11.5984491Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:11.5985320Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:11.5986149Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:11.5986789Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:11.5987473Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/routing=/tmp/go-build693841089/b1080/_pkg_.a
2025-08-20T18:59:11.5988153Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/basic=/tmp/go-build693841089/b912/_pkg_.a
2025-08-20T18:59:11.5988814Z [00:02:48.345]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:11.5989460Z [00:02:48.345]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:11.5990091Z [00:02:48.345]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:11.5990642Z [00:02:48.345]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:11.5991235Z [00:02:48.345]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:11.5991928Z [00:02:48.345]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:11.5992458Z [00:02:48.345]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:11.5992871Z [00:02:48.345]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:11.5993296Z [00:02:48.345]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:11.5993702Z [00:02:48.345]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.5994260Z [00:02:48.345]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:11.5995056Z [00:02:48.345]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.5995467Z [00:02:48.345]➜  EOF
2025-08-20T18:59:11.6005606Z [00:02:48.347]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:11.6011086Z [00:02:48.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1234/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder=>berty.tech/weshnet/v2@v2.0.4/pkg/tinder;$WORK/b1234=>" -p berty.tech/weshnet/v2/pkg/tinder -lang=go1.22 -complete -installsuffix shared -buildid WaTmrT0EfFEEfHt5ppYE/WaTmrT0EfFEEfHt5ppYE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/driver.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/driver_discovery.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/driver_localdiscovery.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/driver_mock.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/driver_rdvp.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/filter.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/notify_network.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/options.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/peer_cache.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/records.pb.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/service.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/service_adaptater.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/service_advertises.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tinder/service_subscription.go
2025-08-20T18:59:11.6526226Z [00:02:48.400]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T18:59:11.6566394Z [00:02:48.404]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/05/050bfd43f696b668950962b5c0485286f7dc03253275c1bd7935b871d93d56ac-d # internal
2025-08-20T18:59:11.6584246Z [00:02:48.406]➜  github.com/grpc-ecosystem/go-grpc-middleware/recovery
2025-08-20T18:59:11.6590886Z [00:02:48.407]➜  mkdir -p $WORK/b1246/
2025-08-20T18:59:11.6601203Z [00:02:48.408]➜  cat >/tmp/go-build693841089/b1246/importcfg << 'EOF' # internal
2025-08-20T18:59:11.6601951Z [00:02:48.408]➜  # import config
2025-08-20T18:59:11.6602832Z [00:02:48.408]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.6603391Z [00:02:48.408]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:11.6603940Z [00:02:48.408]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:11.6604504Z [00:02:48.408]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:11.6605064Z [00:02:48.408]➜  EOF
2025-08-20T18:59:11.6612691Z [00:02:48.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/recovery=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/recovery;$WORK/b1246=>" -p github.com/grpc-ecosystem/go-grpc-middleware/recovery -lang=go1.14 -complete -installsuffix shared -buildid _d3qkQwTqPYU8zNEi9U8/_d3qkQwTqPYU8zNEi9U8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/recovery/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/recovery/interceptors.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/recovery/options.go
2025-08-20T18:59:11.6896156Z [00:02:48.437]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T18:59:11.6903304Z [00:02:48.438]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/60/60ff54b906b2880adbea0f21a311d6ebd10336601436f86c916b08517730d8c6-d # internal
2025-08-20T18:59:11.6919663Z [00:02:48.439]➜  github.com/oklog/run
2025-08-20T18:59:11.6924233Z [00:02:48.440]➜  mkdir -p $WORK/b1247/
2025-08-20T18:59:11.6932119Z [00:02:48.441]➜  cat >/tmp/go-build693841089/b1247/importcfg << 'EOF' # internal
2025-08-20T18:59:11.6933196Z [00:02:48.441]➜  # import config
2025-08-20T18:59:11.6933606Z [00:02:48.441]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.6934025Z [00:02:48.441]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.6934457Z [00:02:48.441]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:11.6935147Z [00:02:48.441]➜  packagefile os/signal=/tmp/go-build693841089/b397/_pkg_.a
2025-08-20T18:59:11.6935481Z [00:02:48.441]➜  EOF
2025-08-20T18:59:11.6939448Z [00:02:48.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/oklog/run@v1.1.0=>github.com/oklog/run@v1.1.0;$WORK/b1247=>" -p github.com/oklog/run -lang=go1.13 -complete -installsuffix shared -buildid WwExgsr5ckt7hpJkksCM/WwExgsr5ckt7hpJkksCM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /root/go/pkg/mod/github.com/oklog/run@v1.1.0/actors.go /root/go/pkg/mod/github.com/oklog/run@v1.1.0/group.go
2025-08-20T18:59:11.7073545Z [00:02:48.455]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T18:59:11.7081407Z [00:02:48.456]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/98/983409b8ca65b00f9df45733f5b29023596717ffa6b7b4af3195d32474c52924-d # internal
2025-08-20T18:59:11.7100597Z [00:02:48.458]➜  github.com/jinzhu/now
2025-08-20T18:59:11.7101302Z [00:02:48.458]➜  mkdir -p $WORK/b1252/
2025-08-20T18:59:11.7108669Z [00:02:48.458]➜  cat >/tmp/go-build693841089/b1252/importcfg << 'EOF' # internal
2025-08-20T18:59:11.7109145Z [00:02:48.458]➜  # import config
2025-08-20T18:59:11.7109498Z [00:02:48.458]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.7109919Z [00:02:48.458]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:11.7110326Z [00:02:48.458]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.7110651Z [00:02:48.458]➜  EOF
2025-08-20T18:59:11.7118346Z [00:02:48.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1252/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/now@v1.1.5=>github.com/jinzhu/now@v1.1.5;$WORK/b1252=>" -p github.com/jinzhu/now -lang=go1.12 -complete -installsuffix shared -buildid t5tstv1PdhniWlJBsCED/t5tstv1PdhniWlJBsCED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/main.go /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/now.go /root/go/pkg/mod/github.com/jinzhu/now@v1.1.5/time.go
2025-08-20T18:59:11.7678226Z [00:02:48.515]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T18:59:11.7706245Z [00:02:48.518]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/10/107af6bb495827406ada89ddce0b46107d5b7d657e3160c31f9d78032d453e85-d # internal
2025-08-20T18:59:11.7817140Z [00:02:48.529]➜  gorm.io/gorm/clause
2025-08-20T18:59:11.7817922Z [00:02:48.529]➜  mkdir -p $WORK/b1253/
2025-08-20T18:59:11.7826192Z [00:02:48.530]➜  cat >/tmp/go-build693841089/b1253/importcfg << 'EOF' # internal
2025-08-20T18:59:11.7827136Z [00:02:48.530]➜  # import config
2025-08-20T18:59:11.7827818Z [00:02:48.530]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:11.7828665Z [00:02:48.530]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:59:11.7829727Z [00:02:48.530]➜  packagefile go/ast=/tmp/go-build693841089/b598/_pkg_.a
2025-08-20T18:59:11.7830253Z [00:02:48.530]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:11.7830675Z [00:02:48.530]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:11.7831089Z [00:02:48.530]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.7831508Z [00:02:48.530]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.7831817Z [00:02:48.530]➜  EOF
2025-08-20T18:59:11.7837296Z [00:02:48.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1253/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause=>gorm.io/gorm@v1.25.0/clause;$WORK/b1253=>" -p gorm.io/gorm/clause -lang=go1.16 -complete -installsuffix shared -buildid cRr8bvwqyyYTa8ehmvRt/cRr8bvwqyyYTa8ehmvRt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/clause.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/expression.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/from.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/group_by.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/insert.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/joins.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/limit.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/locking.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/on_conflict.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/order_by.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/returning.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/select.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/set.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/update.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/values.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/where.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/clause/with.go
2025-08-20T18:59:11.7922988Z [00:02:48.540]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T18:59:11.7939736Z [00:02:48.541]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/ba/bafa11e2f83a132515d570342aff7a55713d14a4251e925768ddcc0bbfce5754-d # internal
2025-08-20T18:59:11.7944818Z [00:02:48.542]➜  gorm.io/gorm/utils
2025-08-20T18:59:11.7949380Z [00:02:48.542]➜  mkdir -p $WORK/b1255/
2025-08-20T18:59:11.7949810Z [00:02:48.542]➜  cat >/tmp/go-build693841089/b1255/importcfg << 'EOF' # internal
2025-08-20T18:59:11.7950159Z [00:02:48.542]➜  # import config
2025-08-20T18:59:11.7950540Z [00:02:48.542]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:59:11.7951006Z [00:02:48.542]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.7951449Z [00:02:48.542]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:11.7952195Z [00:02:48.542]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:11.7952655Z [00:02:48.542]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:11.7953068Z [00:02:48.542]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.7953488Z [00:02:48.542]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.7953901Z [00:02:48.542]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:11.7954208Z [00:02:48.542]➜  EOF
2025-08-20T18:59:11.7956052Z [00:02:48.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1255/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.0/utils=>gorm.io/gorm@v1.25.0/utils;$WORK/b1255=>" -p gorm.io/gorm/utils -lang=go1.16 -complete -installsuffix shared -buildid f9kYrPPsHZJlNikCDfx1/f9kYrPPsHZJlNikCDfx1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.0/utils/utils.go
2025-08-20T18:59:11.8232159Z [00:02:48.571]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T18:59:11.8238529Z [00:02:48.571]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/6b/6b25ff6ff05c795b50c1f6659e6cf51c2e37958876f13e05def28c5fbfa61ef4-d # internal
2025-08-20T18:59:11.8267543Z [00:02:48.574]➜  gorm.io/gorm/logger
2025-08-20T18:59:11.8267861Z [00:02:48.574]➜  mkdir -p $WORK/b1254/
2025-08-20T18:59:11.8278362Z [00:02:48.575]➜  cat >/tmp/go-build693841089/b1254/importcfg << 'EOF' # internal
2025-08-20T18:59:11.8278893Z [00:02:48.575]➜  # import config
2025-08-20T18:59:11.8279350Z [00:02:48.575]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.8279920Z [00:02:48.575]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:59:11.8280860Z [00:02:48.575]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.8281545Z [00:02:48.575]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.8282141Z [00:02:48.575]➜  packagefile gorm.io/gorm/utils=/tmp/go-build693841089/b1255/_pkg_.a
2025-08-20T18:59:11.8282714Z [00:02:48.575]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.8283192Z [00:02:48.575]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:11.8283688Z [00:02:48.575]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:11.8284176Z [00:02:48.575]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:11.8289237Z [00:02:48.575]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:11.8289761Z [00:02:48.575]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.8290180Z [00:02:48.575]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.8290595Z [00:02:48.575]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.8291006Z [00:02:48.575]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:11.8291312Z [00:02:48.575]➜  EOF
2025-08-20T18:59:11.8361957Z [00:02:48.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1254/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.0/logger=>gorm.io/gorm@v1.25.0/logger;$WORK/b1254=>" -p gorm.io/gorm/logger -lang=go1.16 -complete -installsuffix shared -buildid 0l1BIH40vUR3DAa1E2mh/0l1BIH40vUR3DAa1E2mh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.0/logger/logger.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/logger/sql.go
2025-08-20T18:59:11.9013766Z [00:02:48.649]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T18:59:11.9084508Z [00:02:48.656]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/19/197f3adcb704729a9b2eaa6a30ce32906addd89c371d5dabc655289dc6e7645c-d # internal
2025-08-20T18:59:11.9108904Z [00:02:48.658]➜  github.com/jinzhu/inflection
2025-08-20T18:59:11.9115644Z [00:02:48.659]➜  mkdir -p $WORK/b1257/
2025-08-20T18:59:11.9119229Z [00:02:48.659]➜  cat >/tmp/go-build693841089/b1257/importcfg << 'EOF' # internal
2025-08-20T18:59:11.9120888Z [00:02:48.659]➜  # import config
2025-08-20T18:59:11.9121566Z [00:02:48.659]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:11.9122227Z [00:02:48.659]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.9122691Z [00:02:48.660]➜  EOF
2025-08-20T18:59:11.9124850Z [00:02:48.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0=>github.com/jinzhu/inflection@v1.0.0;$WORK/b1257=>" -p github.com/jinzhu/inflection -lang=go1.16 -complete -installsuffix shared -buildid KHUqT-CAuKBfI2hLHIKW/KHUqT-CAuKBfI2hLHIKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0/inflections.go
2025-08-20T18:59:11.9445225Z [00:02:48.692]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T18:59:11.9452698Z [00:02:48.693]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/06/0622a3e1184a27e8e79dc6f76baf361323c579b068926bb8a0dddca49975a880-d # internal
2025-08-20T18:59:11.9455255Z [00:02:48.693]➜  berty.tech/berty/v2/go/pkg/accounttypes
2025-08-20T18:59:11.9455578Z [00:02:48.693]➜  mkdir -p $WORK/b1260/
2025-08-20T18:59:11.9460762Z [00:02:48.694]➜  cat >/tmp/go-build693841089/b1260/importcfg << 'EOF' # internal
2025-08-20T18:59:11.9463272Z [00:02:48.694]➜  # import config
2025-08-20T18:59:11.9463736Z [00:02:48.694]➜  packagefile berty.tech/berty/v2/go/pkg/pushtypes=/tmp/go-build693841089/b133/_pkg_.a
2025-08-20T18:59:11.9464381Z [00:02:48.694]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:11.9465030Z [00:02:48.694]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.9465778Z [00:02:48.694]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:59:11.9466551Z [00:02:48.694]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:11.9467264Z [00:02:48.694]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:59:11.9467959Z [00:02:48.694]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:59:11.9468570Z [00:02:48.694]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:11.9469103Z [00:02:48.694]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:11.9469664Z [00:02:48.694]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:11.9470240Z [00:02:48.694]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:11.9470811Z [00:02:48.694]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:11.9471449Z [00:02:48.694]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:11.9472342Z [00:02:48.694]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:11.9472869Z [00:02:48.694]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:11.9473440Z [00:02:48.694]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:11.9473859Z [00:02:48.694]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:11.9474264Z [00:02:48.694]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.9474564Z [00:02:48.694]➜  EOF
2025-08-20T18:59:11.9478906Z [00:02:48.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1260/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/accounttypes=>berty.tech/berty/v2/go/pkg/accounttypes;$WORK/b1260=>" -p berty.tech/berty/v2/go/pkg/accounttypes -lang=go1.22 -complete -installsuffix shared -buildid t0GyELkJI7GDCrrGgvV3/t0GyELkJI7GDCrrGgvV3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/accounttypes/accounttypes.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/accounttypes/accounttypes.pb.gw.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/accounttypes/accounttypes_grpc.pb.go
2025-08-20T18:59:11.9527717Z [00:02:48.698]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T18:59:11.9530734Z [00:02:48.699]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/4e/4e770d23b481c9598a04798e69c89148040b6502e49490d10371887eafdc39b6-d # internal
2025-08-20T18:59:11.9606093Z [00:02:48.708]➜  gorm.io/gorm/schema
2025-08-20T18:59:11.9606946Z [00:02:48.708]➜  mkdir -p $WORK/b1256/
2025-08-20T18:59:11.9616994Z [00:02:48.709]➜  cat >/tmp/go-build693841089/b1256/importcfg << 'EOF' # internal
2025-08-20T18:59:11.9619829Z [00:02:48.709]➜  # import config
2025-08-20T18:59:11.9627148Z [00:02:48.709]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:11.9627656Z [00:02:48.709]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:11.9628100Z [00:02:48.709]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:11.9628556Z [00:02:48.709]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:11.9629037Z [00:02:48.709]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:59:11.9629518Z [00:02:48.709]➜  packagefile encoding/gob=/tmp/go-build693841089/b951/_pkg_.a
2025-08-20T18:59:11.9629968Z [00:02:48.709]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:11.9630419Z [00:02:48.709]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:11.9630849Z [00:02:48.709]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:11.9631258Z [00:02:48.709]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:11.9631908Z [00:02:48.709]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build693841089/b1257/_pkg_.a
2025-08-20T18:59:11.9632553Z [00:02:48.709]➜  packagefile github.com/jinzhu/now=/tmp/go-build693841089/b1252/_pkg_.a
2025-08-20T18:59:11.9633020Z [00:02:48.709]➜  packagefile go/ast=/tmp/go-build693841089/b598/_pkg_.a
2025-08-20T18:59:11.9633477Z [00:02:48.709]➜  packagefile gorm.io/gorm/clause=/tmp/go-build693841089/b1253/_pkg_.a
2025-08-20T18:59:11.9634191Z [00:02:48.709]➜  packagefile gorm.io/gorm/logger=/tmp/go-build693841089/b1254/_pkg_.a
2025-08-20T18:59:11.9634866Z [00:02:48.709]➜  packagefile gorm.io/gorm/utils=/tmp/go-build693841089/b1255/_pkg_.a
2025-08-20T18:59:11.9635358Z [00:02:48.709]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:11.9635775Z [00:02:48.709]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:11.9636181Z [00:02:48.709]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:11.9636597Z [00:02:48.709]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:11.9637016Z [00:02:48.709]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:11.9637644Z [00:02:48.709]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:11.9658498Z [00:02:48.709]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:11.9658963Z [00:02:48.709]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:11.9659316Z [00:02:48.709]➜  EOF
2025-08-20T18:59:11.9662734Z [00:02:48.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1256/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema=>gorm.io/gorm@v1.25.0/schema;$WORK/b1256=>" -p gorm.io/gorm/schema -lang=go1.16 -complete -installsuffix shared -buildid y7nxNZnvdl2cPdqIvjVI/y7nxNZnvdl2cPdqIvjVI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/check.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/field.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/index.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/naming.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/pool.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/relationship.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/schema.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/serializer.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/schema/utils.go
2025-08-20T18:59:12.3007005Z [00:02:49.048]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T18:59:12.3050167Z [00:02:49.052]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/0e/0eee4b34b4adc668c6fa5ee63eb4ebdb05c8c75126b19c638beb44bd56385e5a-d # internal
2025-08-20T18:59:12.3118100Z [00:02:49.059]➜  gorm.io/gorm
2025-08-20T18:59:12.3118995Z [00:02:49.059]➜  mkdir -p $WORK/b1251/
2025-08-20T18:59:12.3121557Z [00:02:49.059]➜  cat >/tmp/go-build693841089/b1251/importcfg << 'EOF' # internal
2025-08-20T18:59:12.3122428Z [00:02:49.059]➜  # import config
2025-08-20T18:59:12.3126973Z [00:02:49.059]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:12.3127453Z [00:02:49.059]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:12.3127957Z [00:02:49.059]➜  packagefile database/sql/driver=/tmp/go-build693841089/b335/_pkg_.a
2025-08-20T18:59:12.3128441Z [00:02:49.059]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:12.3128892Z [00:02:49.059]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:12.3129302Z [00:02:49.059]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:12.3129765Z [00:02:49.059]➜  packagefile github.com/jinzhu/now=/tmp/go-build693841089/b1252/_pkg_.a
2025-08-20T18:59:12.3130273Z [00:02:49.059]➜  packagefile gorm.io/gorm/clause=/tmp/go-build693841089/b1253/_pkg_.a
2025-08-20T18:59:12.3130774Z [00:02:49.059]➜  packagefile gorm.io/gorm/logger=/tmp/go-build693841089/b1254/_pkg_.a
2025-08-20T18:59:12.3131277Z [00:02:49.059]➜  packagefile gorm.io/gorm/schema=/tmp/go-build693841089/b1256/_pkg_.a
2025-08-20T18:59:12.3139978Z [00:02:49.059]➜  packagefile gorm.io/gorm/utils=/tmp/go-build693841089/b1255/_pkg_.a
2025-08-20T18:59:12.3140682Z [00:02:49.059]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:12.3141102Z [00:02:49.059]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:12.3141509Z [00:02:49.059]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:12.3142208Z [00:02:49.059]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:12.3142625Z [00:02:49.059]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:12.3143033Z [00:02:49.059]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:12.3143458Z [00:02:49.059]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:12.3143879Z [00:02:49.059]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:12.3144185Z [00:02:49.059]➜  EOF
2025-08-20T18:59:12.3147999Z [00:02:49.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1251/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.0=>gorm.io/gorm@v1.25.0;$WORK/b1251=>" -p gorm.io/gorm -lang=go1.16 -complete -installsuffix shared -buildid zv3aQ4qVoaN95u0x2EsO/zv3aQ4qVoaN95u0x2EsO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.0/association.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/chainable_api.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/errors.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/finisher_api.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/gorm.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/migrator.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/model.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/prepare_stmt.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/scan.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/soft_delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/statement.go
2025-08-20T18:59:12.3186668Z [00:02:49.066]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T18:59:12.3379192Z [00:02:49.085]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/37/37c53237cc3e2808019018e630038f4bc167a3bb4b0773274ece96d9b32f0f9c-d # internal
2025-08-20T18:59:12.3419175Z [00:02:49.089]➜  github.com/ipfs/kubo/core/corehttp
2025-08-20T18:59:12.3420418Z [00:02:49.090]➜  mkdir -p $WORK/b1177/
2025-08-20T18:59:12.3425916Z [00:02:49.090]➜  cat >/tmp/go-build693841089/b1177/importcfg << 'EOF' # internal
2025-08-20T18:59:12.3426901Z [00:02:49.090]➜  # import config
2025-08-20T18:59:12.3427668Z [00:02:49.090]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:12.3428432Z [00:02:49.090]➜  packagefile contrib.go.opencensus.io/exporter/prometheus=/tmp/go-build693841089/b1178/_pkg_.a
2025-08-20T18:59:12.3429101Z [00:02:49.090]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:12.3430634Z [00:02:49.090]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:12.3431225Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/blockservice=/tmp/go-build693841089/b541/_pkg_.a
2025-08-20T18:59:12.3431856Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/exchange/offline=/tmp/go-build693841089/b781/_pkg_.a
2025-08-20T18:59:12.3432441Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/files=/tmp/go-build693841089/b528/_pkg_.a
2025-08-20T18:59:12.3433000Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/gateway=/tmp/go-build693841089/b783/_pkg_.a
2025-08-20T18:59:12.3433547Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/ipns=/tmp/go-build693841089/b620/_pkg_.a
2025-08-20T18:59:12.3434092Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/namesys=/tmp/go-build693841089/b619/_pkg_.a
2025-08-20T18:59:12.3434810Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:12.3435479Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/routing/http/server=/tmp/go-build693841089/b1194/_pkg_.a
2025-08-20T18:59:12.3436274Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/routing/http/types=/tmp/go-build693841089/b885/_pkg_.a
2025-08-20T18:59:12.3437004Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/routing/http/types/iter=/tmp/go-build693841089/b887/_pkg_.a
2025-08-20T18:59:12.3437647Z [00:02:49.090]➜  packagefile github.com/ipfs/boxo/routing/offline=/tmp/go-build693841089/b864/_pkg_.a
2025-08-20T18:59:12.3438366Z [00:02:49.090]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:12.3438905Z [00:02:49.090]➜  packagefile github.com/ipfs/go-ipfs-cmds=/tmp/go-build693841089/b526/_pkg_.a
2025-08-20T18:59:12.3439478Z [00:02:49.090]➜  packagefile github.com/ipfs/go-ipfs-cmds/http=/tmp/go-build693841089/b1196/_pkg_.a
2025-08-20T18:59:12.3440028Z [00:02:49.090]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:12.3440570Z [00:02:49.090]➜  packagefile github.com/ipfs/go-log/writer=/tmp/go-build693841089/b534/_pkg_.a
2025-08-20T18:59:12.3441106Z [00:02:49.090]➜  packagefile github.com/ipfs/kubo=/tmp/go-build693841089/b865/_pkg_.a
2025-08-20T18:59:12.3441644Z [00:02:49.090]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build693841089/b525/_pkg_.a
2025-08-20T18:59:12.3442380Z [00:02:49.090]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:12.3442922Z [00:02:49.090]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:12.3443506Z [00:02:49.090]➜  packagefile github.com/ipfs/kubo/core/commands=/tmp/go-build693841089/b1197/_pkg_.a
2025-08-20T18:59:12.3444116Z [00:02:49.090]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:12.3472843Z [00:02:49.090]➜  packagefile github.com/ipfs/kubo/core/node=/tmp/go-build693841089/b745/_pkg_.a
2025-08-20T18:59:12.3473467Z [00:02:49.090]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:59:12.3474074Z [00:02:49.090]➜  packagefile github.com/jbenet/goprocess/periodic=/tmp/go-build693841089/b714/_pkg_.a
2025-08-20T18:59:12.3474872Z [00:02:49.090]➜  packagefile github.com/libp2p/go-libp2p-http=/tmp/go-build693841089/b1225/_pkg_.a
2025-08-20T18:59:12.3475548Z [00:02:49.090]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:12.3476217Z [00:02:49.090]➜  packagefile github.com/libp2p/go-libp2p/core/protocol=/tmp/go-build693841089/b634/_pkg_.a
2025-08-20T18:59:12.3476866Z [00:02:49.090]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:12.3477493Z [00:02:49.090]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:12.3478126Z [00:02:49.090]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:12.3479078Z [00:02:49.090]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:12.3479881Z [00:02:49.090]➜  packagefile github.com/prometheus/client_golang/prometheus/promhttp=/tmp/go-build693841089/b1179/_pkg_.a
2025-08-20T18:59:12.3480538Z [00:02:49.090]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:59:12.3481076Z [00:02:49.090]➜  packagefile go.opencensus.io/zpages=/tmp/go-build693841089/b1227/_pkg_.a
2025-08-20T18:59:12.3481771Z [00:02:49.090]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build693841089/b839/_pkg_.a
2025-08-20T18:59:12.3482358Z [00:02:49.090]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:12.3482750Z [00:02:49.090]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:12.3483156Z [00:02:49.090]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:12.3483613Z [00:02:49.090]➜  packagefile net/http/httputil=/tmp/go-build693841089/b310/_pkg_.a
2025-08-20T18:59:12.3484065Z [00:02:49.090]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:12.3484578Z [00:02:49.090]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:12.3485205Z [00:02:49.090]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:12.3485622Z [00:02:49.090]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:12.3486034Z [00:02:49.090]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:12.3486655Z [00:02:49.090]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:12.3486974Z [00:02:49.090]➜  EOF
2025-08-20T18:59:12.3491244Z [00:02:49.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1177/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp=>github.com/ipfs/kubo@v0.29.0/core/corehttp;$WORK/b1177=>" -p github.com/ipfs/kubo/core/corehttp -lang=go1.22 -complete -installsuffix shared -buildid hs6wb9f5t0NdFbr4cdPL/hs6wb9f5t0NdFbr4cdPL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/commands.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/corehttp.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/gateway.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/logs.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/metrics.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/mutex_profile.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/p2p_proxy.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/redirect.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/routing.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/core/corehttp/webui.go
2025-08-20T18:59:12.6208545Z [00:02:49.368]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T18:59:12.6471288Z [00:02:49.394]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/4d/4d27d6c4c3be007797463931339f94e8b4f412c896ffa3a7fa7e1b69affbc409-d # internal
2025-08-20T18:59:12.6493918Z [00:02:49.397]➜  github.com/ipfs/go-ds-sql
2025-08-20T18:59:12.6500479Z [00:02:49.397]➜  mkdir -p $WORK/b1262/
2025-08-20T18:59:12.6510366Z [00:02:49.399]➜  cat >/tmp/go-build693841089/b1262/importcfg << 'EOF' # internal
2025-08-20T18:59:12.6515145Z [00:02:49.399]➜  # import config
2025-08-20T18:59:12.6520892Z [00:02:49.399]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:12.6521384Z [00:02:49.399]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:12.6521817Z [00:02:49.399]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:12.6522307Z [00:02:49.399]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:12.6522885Z [00:02:49.399]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:59:12.6523275Z [00:02:49.399]➜  EOF
2025-08-20T18:59:12.6532371Z [00:02:49.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-sql@v0.3.0=>github.com/ipfs/go-ds-sql@v0.3.0;$WORK/b1262=>" -p github.com/ipfs/go-ds-sql -lang=go1.16 -complete -installsuffix shared -buildid uJW27TmTqBGN6dCRfKc8/uJW27TmTqBGN6dCRfKc8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-sql@v0.3.0/batching.go /root/go/pkg/mod/github.com/ipfs/go-ds-sql@v0.3.0/dstore.go /root/go/pkg/mod/github.com/ipfs/go-ds-sql@v0.3.0/txn.go
2025-08-20T18:59:12.7073152Z [00:02:49.455]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T18:59:12.7082546Z [00:02:49.456]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/ac/ac08282323cf4bb86995d13b1ea17ec09b72957935316c4d57b913f194759c9d-d # internal
2025-08-20T18:59:12.7084812Z [00:02:49.456]➜  github.com/ipfs/go-ds-sql/sqlite
2025-08-20T18:59:12.7086116Z [00:02:49.456]➜  mkdir -p $WORK/b1263/
2025-08-20T18:59:12.7091428Z [00:02:49.457]➜  cat >/tmp/go-build693841089/b1263/importcfg << 'EOF' # internal
2025-08-20T18:59:12.7095599Z [00:02:49.457]➜  # import config
2025-08-20T18:59:12.7096680Z [00:02:49.457]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:12.7097705Z [00:02:49.457]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:12.7098857Z [00:02:49.457]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:12.7100021Z [00:02:49.457]➜  packagefile github.com/ipfs/go-ds-sql=/tmp/go-build693841089/b1262/_pkg_.a
2025-08-20T18:59:12.7101409Z [00:02:49.458]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:12.7102337Z [00:02:49.458]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:12.7102944Z [00:02:49.458]➜  EOF
2025-08-20T18:59:12.7105196Z [00:02:49.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-sql@v0.3.0/sqlite=>github.com/ipfs/go-ds-sql@v0.3.0/sqlite;$WORK/b1263=>" -p github.com/ipfs/go-ds-sql/sqlite -lang=go1.16 -complete -installsuffix shared -buildid h1tgSTi1ZTdh09rrxsWc/h1tgSTi1ZTdh09rrxsWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-sql@v0.3.0/sqlite/sqlite.go
2025-08-20T18:59:12.7343790Z [00:02:49.482]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T18:59:12.7438070Z [00:02:49.491]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T18:59:12.7447221Z [00:02:49.492]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/10/10cb0d393e79e762cbaf52bce3e5d128d4efb4bc9fc9c4dbd6fb756a68a424df-d # internal
2025-08-20T18:59:12.7449892Z [00:02:49.493]➜  golang.org/x/crypto/nacl/box
2025-08-20T18:59:12.7451086Z [00:02:49.493]➜  mkdir -p $WORK/b1264/
2025-08-20T18:59:12.7454491Z [00:02:49.493]➜  cat >/tmp/go-build693841089/b1264/importcfg << 'EOF' # internal
2025-08-20T18:59:12.7455540Z [00:02:49.493]➜  # import config
2025-08-20T18:59:12.7456165Z [00:02:49.493]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:12.7457377Z [00:02:49.493]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build693841089/b346/_pkg_.a
2025-08-20T18:59:12.7458437Z [00:02:49.493]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:12.7459327Z [00:02:49.493]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build693841089/b513/_pkg_.a
2025-08-20T18:59:12.7460359Z [00:02:49.493]➜  packagefile golang.org/x/crypto/salsa20/salsa=/tmp/go-build693841089/b516/_pkg_.a
2025-08-20T18:59:12.7461149Z [00:02:49.493]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:12.7461685Z [00:02:49.493]➜  EOF
2025-08-20T18:59:12.7463818Z [00:02:49.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1264/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/nacl/box=>golang.org/x/crypto@v0.31.0/nacl/box;$WORK/b1264=>" -p golang.org/x/crypto/nacl/box -lang=go1.20 -complete -installsuffix shared -buildid fm5JvhYG4_DsPtEGAWo4/fm5JvhYG4_DsPtEGAWo4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/nacl/box/box.go
2025-08-20T18:59:12.7533680Z [00:02:49.501]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/2c/2c6e5ae5b94baea319ada1911606ef68884d7d5592072eff87707bad57853809-d # internal
2025-08-20T18:59:12.7554332Z [00:02:49.503]➜  berty.tech/weshnet/v2/pkg/ipfsutil/mobile
2025-08-20T18:59:12.7555506Z [00:02:49.503]➜  mkdir -p $WORK/b524/
2025-08-20T18:59:12.7556228Z [00:02:49.503]➜  cat >/tmp/go-build693841089/b524/importcfg << 'EOF' # internal
2025-08-20T18:59:12.7556771Z [00:02:49.503]➜  # import config
2025-08-20T18:59:12.7557304Z [00:02:49.503]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:12.7557997Z [00:02:49.503]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:12.7559159Z [00:02:49.503]➜  packagefile github.com/ipfs/kubo/commands=/tmp/go-build693841089/b525/_pkg_.a
2025-08-20T18:59:12.7560084Z [00:02:49.503]➜  packagefile github.com/ipfs/kubo/config=/tmp/go-build693841089/b538/_pkg_.a
2025-08-20T18:59:12.7560708Z [00:02:49.503]➜  packagefile github.com/ipfs/kubo/core=/tmp/go-build693841089/b711/_pkg_.a
2025-08-20T18:59:12.7561303Z [00:02:49.503]➜  packagefile github.com/ipfs/kubo/core/corehttp=/tmp/go-build693841089/b1177/_pkg_.a
2025-08-20T18:59:12.7561931Z [00:02:49.503]➜  packagefile github.com/ipfs/kubo/core/node/libp2p=/tmp/go-build693841089/b862/_pkg_.a
2025-08-20T18:59:12.7562723Z [00:02:49.503]➜  packagefile github.com/ipfs/kubo/repo=/tmp/go-build693841089/b873/_pkg_.a
2025-08-20T18:59:12.7563274Z [00:02:49.503]➜  packagefile github.com/libp2p/go-libp2p=/tmp/go-build693841089/b902/_pkg_.a
2025-08-20T18:59:12.7563858Z [00:02:49.503]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:12.7564475Z [00:02:49.503]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:12.7565314Z [00:02:49.503]➜  packagefile github.com/libp2p/go-libp2p/core/peerstore=/tmp/go-build693841089/b633/_pkg_.a
2025-08-20T18:59:12.7565968Z [00:02:49.503]➜  packagefile github.com/libp2p/go-libp2p/core/routing=/tmp/go-build693841089/b654/_pkg_.a
2025-08-20T18:59:12.7566664Z [00:02:49.503]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:12.7567053Z [00:02:49.503]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:12.7567352Z [00:02:49.503]➜  EOF
2025-08-20T18:59:12.7570161Z [00:02:49.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ipfsutil/mobile=>berty.tech/weshnet/v2@v2.0.4/pkg/ipfsutil/mobile;$WORK/b524=>" -p berty.tech/weshnet/v2/pkg/ipfsutil/mobile -lang=go1.22 -complete -installsuffix shared -buildid TZULDDT5nReMTcxrF260/TZULDDT5nReMTcxrF260 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ipfsutil/mobile/host.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ipfsutil/mobile/node.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ipfsutil/mobile/repo.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/ipfsutil/mobile/routing.go
2025-08-20T18:59:12.7676943Z [00:02:49.515]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T18:59:12.7680336Z [00:02:49.516]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/bb/bbd044f1ff0c23353c783c5bf914aacb13fb9a7cb9e9fa0cd5162b7d0915e83b-d # internal
2025-08-20T18:59:12.7682465Z [00:02:49.516]➜  berty.tech/berty/v2/go/internal/datastoreutil
2025-08-20T18:59:12.7683166Z [00:02:49.516]➜  mkdir -p $WORK/b1266/
2025-08-20T18:59:12.7685761Z [00:02:49.516]➜  cat >/tmp/go-build693841089/b1266/importcfg << 'EOF' # internal
2025-08-20T18:59:12.7686194Z [00:02:49.516]➜  # import config
2025-08-20T18:59:12.7686623Z [00:02:49.516]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:12.7687528Z [00:02:49.516]➜  packagefile github.com/ipfs/go-datastore/keytransform=/tmp/go-build693841089/b575/_pkg_.a
2025-08-20T18:59:12.7688061Z [00:02:49.516]➜  EOF
2025-08-20T18:59:12.7718667Z [00:02:49.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1266/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/datastoreutil=>berty.tech/berty/v2/go/internal/datastoreutil;$WORK/b1266=>" -p berty.tech/berty/v2/go/internal/datastoreutil -lang=go1.22 -complete -installsuffix shared -buildid 6t_TgOy4XlUc3IHV8AzH/6t_TgOy4XlUc3IHV8AzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/datastoreutil/consts.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/datastoreutil/datastore_namespaced.go
2025-08-20T18:59:12.7949704Z [00:02:49.542]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T18:59:12.7964815Z [00:02:49.544]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/a1/a1fb48df7570ed49549de0554d83b1f448efe91b027d9da5dcc208acf683cb9b-d # internal
2025-08-20T18:59:12.7971014Z [00:02:49.545]➜  github.com/fabiokung/shm
2025-08-20T18:59:12.7972987Z [00:02:49.545]➜  mkdir -p $WORK/b1270/
2025-08-20T18:59:12.7979231Z [00:02:49.545]➜  cat >/tmp/go-build693841089/b1270/importcfg << 'EOF' # internal
2025-08-20T18:59:12.7980056Z [00:02:49.545]➜  # import config
2025-08-20T18:59:12.7980682Z [00:02:49.545]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:12.7981875Z [00:02:49.545]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:12.7982660Z [00:02:49.545]➜  EOF
2025-08-20T18:59:12.7985585Z [00:02:49.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fabiokung/shm@v0.0.0-20150728212823-2852b0d79bae=>github.com/fabiokung/shm@v0.0.0-20150728212823-2852b0d79bae;$WORK/b1270=>" -p github.com/fabiokung/shm -lang=go1.16 -complete -installsuffix shared -buildid GUIXi44f6swtTNjqnOYK/GUIXi44f6swtTNjqnOYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack /root/go/pkg/mod/github.com/fabiokung/shm@v0.0.0-20150728212823-2852b0d79bae/shm_linux.go
2025-08-20T18:59:12.8174263Z [00:02:49.565]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T18:59:12.8178577Z [00:02:49.565]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/a1/a187ae85b7967ce1acf1208910f713fdcd6a875d926820f320c261310f293ca5-d # internal
2025-08-20T18:59:12.8197789Z [00:02:49.567]➜  moul.io/srand
2025-08-20T18:59:12.8198153Z [00:02:49.567]➜  mkdir -p $WORK/b1271/
2025-08-20T18:59:12.8198490Z [00:02:49.567]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T18:59:12.8198914Z [00:02:49.567]➜  cat >/tmp/go-build693841089/b1271/importcfg << 'EOF' # internal
2025-08-20T18:59:12.8199256Z [00:02:49.567]➜  # import config
2025-08-20T18:59:12.8199606Z [00:02:49.567]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:12.8200066Z [00:02:49.567]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:12.8200514Z [00:02:49.567]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:12.8200921Z [00:02:49.567]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:12.8201326Z [00:02:49.567]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:12.8201750Z [00:02:49.567]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:12.8202161Z [00:02:49.567]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:12.8202571Z [00:02:49.567]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:12.8202872Z [00:02:49.567]➜  EOF
2025-08-20T18:59:12.8215154Z [00:02:49.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1271/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/srand@v1.6.1=>moul.io/srand@v1.6.1;$WORK/b1271=>" -p moul.io/srand -lang=go1.13 -complete -installsuffix shared -buildid iJjs1CwjiEgBFShT8mAY/iJjs1CwjiEgBFShT8mAY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /root/go/pkg/mod/moul.io/srand@v1.6.1/doc.go /root/go/pkg/mod/moul.io/srand@v1.6.1/srand.go
2025-08-20T18:59:12.8263728Z [00:02:49.574]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/38/38bc2f7ea0a54161f8f7d6557a881c206e4951b625a546cd4923f17973255bcc-d # internal
2025-08-20T18:59:12.8303324Z [00:02:49.578]➜  gorm.io/gorm/callbacks
2025-08-20T18:59:12.8304167Z [00:02:49.578]➜  mkdir -p $WORK/b1258/
2025-08-20T18:59:12.8308245Z [00:02:49.578]➜  cat >/tmp/go-build693841089/b1258/importcfg << 'EOF' # internal
2025-08-20T18:59:12.8317914Z [00:02:49.578]➜  # import config
2025-08-20T18:59:12.8318436Z [00:02:49.578]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:12.8318995Z [00:02:49.579]➜  packagefile gorm.io/gorm=/tmp/go-build693841089/b1251/_pkg_.a
2025-08-20T18:59:12.8321435Z [00:02:49.579]➜  packagefile gorm.io/gorm/clause=/tmp/go-build693841089/b1253/_pkg_.a
2025-08-20T18:59:12.8326271Z [00:02:49.579]➜  packagefile gorm.io/gorm/schema=/tmp/go-build693841089/b1256/_pkg_.a
2025-08-20T18:59:12.8326830Z [00:02:49.579]➜  packagefile gorm.io/gorm/utils=/tmp/go-build693841089/b1255/_pkg_.a
2025-08-20T18:59:12.8327554Z [00:02:49.579]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:12.8328044Z [00:02:49.579]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:12.8328457Z [00:02:49.579]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:12.8328764Z [00:02:49.579]➜  EOF
2025-08-20T18:59:12.8333166Z [00:02:49.579]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks=>gorm.io/gorm@v1.25.0/callbacks;$WORK/b1258=>" -p gorm.io/gorm/callbacks -lang=go1.16 -complete -installsuffix shared -buildid Lpa6Ib-F7MJwpizyIbRA/Lpa6Ib-F7MJwpizyIbRA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/associations.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/callmethod.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/create.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/helper.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/preload.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/query.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/raw.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/row.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/transaction.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/callbacks/update.go
2025-08-20T18:59:12.8373493Z [00:02:49.585]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T18:59:12.8376652Z [00:02:49.585]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/23/23686c32a7559d45f25c8145d85a90f1897dc25a242be97485b6828924a4c717-d # internal
2025-08-20T18:59:12.8386307Z [00:02:49.586]➜  gorm.io/gorm/migrator
2025-08-20T18:59:12.8387998Z [00:02:49.586]➜  mkdir -p $WORK/b1259/
2025-08-20T18:59:12.8393267Z [00:02:49.587]➜  cat >/tmp/go-build693841089/b1259/importcfg << 'EOF' # internal
2025-08-20T18:59:12.8394973Z [00:02:49.587]➜  # import config
2025-08-20T18:59:12.8395379Z [00:02:49.587]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:12.8395839Z [00:02:49.587]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:12.8396280Z [00:02:49.587]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:12.8396691Z [00:02:49.587]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:12.8397139Z [00:02:49.587]➜  packagefile gorm.io/gorm=/tmp/go-build693841089/b1251/_pkg_.a
2025-08-20T18:59:12.8397617Z [00:02:49.587]➜  packagefile gorm.io/gorm/clause=/tmp/go-build693841089/b1253/_pkg_.a
2025-08-20T18:59:12.8398120Z [00:02:49.587]➜  packagefile gorm.io/gorm/logger=/tmp/go-build693841089/b1254/_pkg_.a
2025-08-20T18:59:12.8398618Z [00:02:49.587]➜  packagefile gorm.io/gorm/schema=/tmp/go-build693841089/b1256/_pkg_.a
2025-08-20T18:59:12.8399305Z [00:02:49.587]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:12.8399839Z [00:02:49.587]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:12.8400265Z [00:02:49.587]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:12.8400675Z [00:02:49.587]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:12.8400973Z [00:02:49.587]➜  EOF
2025-08-20T18:59:12.8403075Z [00:02:49.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.0/migrator=>gorm.io/gorm@v1.25.0/migrator;$WORK/b1259=>" -p gorm.io/gorm/migrator -lang=go1.16 -complete -installsuffix shared -buildid niUa8uX0eXsE7zvddYPA/niUa8uX0eXsE7zvddYPA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.0/migrator/column_type.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/migrator/index.go /root/go/pkg/mod/gorm.io/gorm@v1.25.0/migrator/migrator.go
2025-08-20T18:59:13.0890490Z [00:02:49.836]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T18:59:13.0993683Z [00:02:49.847]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/d8/d8361f7005d4e53587aebe7f00f96594c8538a21217e210895f28cd0f70b2142-d # internal
2025-08-20T18:59:13.1009723Z [00:02:49.849]➜  moul.io/zapgorm2
2025-08-20T18:59:13.1010380Z [00:02:49.849]➜  mkdir -p $WORK/b1265/
2025-08-20T18:59:13.1015649Z [00:02:49.849]➜  cat >/tmp/go-build693841089/b1265/importcfg << 'EOF' # internal
2025-08-20T18:59:13.1016437Z [00:02:49.849]➜  # import config
2025-08-20T18:59:13.1016787Z [00:02:49.849]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.1017208Z [00:02:49.849]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.1017645Z [00:02:49.849]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.1018128Z [00:02:49.849]➜  packagefile gorm.io/gorm=/tmp/go-build693841089/b1251/_pkg_.a
2025-08-20T18:59:13.1018627Z [00:02:49.849]➜  packagefile gorm.io/gorm/logger=/tmp/go-build693841089/b1254/_pkg_.a
2025-08-20T18:59:13.1019109Z [00:02:49.849]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:13.1019760Z [00:02:49.849]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:13.1020182Z [00:02:49.849]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.1020588Z [00:02:49.849]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.1020904Z [00:02:49.849]➜  EOF
2025-08-20T18:59:13.1040056Z [00:02:49.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1265/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/zapgorm2@v1.1.1=>moul.io/zapgorm2@v1.1.1;$WORK/b1265=>" -p moul.io/zapgorm2 -lang=go1.15 -complete -installsuffix shared -buildid KUPAzojm2XsDv1zNlMm5/KUPAzojm2XsDv1zNlMm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /root/go/pkg/mod/moul.io/zapgorm2@v1.1.1/doc.go /root/go/pkg/mod/moul.io/zapgorm2@v1.1.1/zapgorm2.go
2025-08-20T18:59:13.1274998Z [00:02:49.875]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T18:59:13.1282437Z [00:02:49.876]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/26/263a240c283372648496b7c854b730e83d1990525a63c9827c31056216f68db9-d # internal
2025-08-20T18:59:13.1283080Z [00:02:49.876]➜  berty.tech/berty/v2/go/internal/packingutil
2025-08-20T18:59:13.1283402Z [00:02:49.876]➜  mkdir -p $WORK/b1269/
2025-08-20T18:59:13.1284073Z [00:02:49.876]➜  cat >/tmp/go-build693841089/b1269/importcfg << 'EOF' # internal
2025-08-20T18:59:13.1284780Z [00:02:49.876]➜  # import config
2025-08-20T18:59:13.1285440Z [00:02:49.876]➜  packagefile github.com/fabiokung/shm=/tmp/go-build693841089/b1270/_pkg_.a
2025-08-20T18:59:13.1286222Z [00:02:49.876]➜  packagefile github.com/markbates/pkger=/tmp/go-build693841089/b361/_pkg_.a
2025-08-20T18:59:13.1286920Z [00:02:49.876]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.1287942Z [00:02:49.876]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:13.1288743Z [00:02:49.876]➜  packagefile moul.io/srand=/tmp/go-build693841089/b1271/_pkg_.a
2025-08-20T18:59:13.1289813Z [00:02:49.876]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.1290272Z [00:02:49.876]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:13.1290703Z [00:02:49.876]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:13.1291133Z [00:02:49.876]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.1291438Z [00:02:49.876]➜  EOF
2025-08-20T18:59:13.1293565Z [00:02:49.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1269/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/packingutil=>berty.tech/berty/v2/go/internal/packingutil;$WORK/b1269=>" -p berty.tech/berty/v2/go/internal/packingutil -lang=go1.22 -complete -installsuffix shared -buildid kYcw1G1oEkrfc7co1iTx/kYcw1G1oEkrfc7co1iTx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/packingutil/packing.go
2025-08-20T18:59:13.1356517Z [00:02:49.883]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T18:59:13.1455296Z [00:02:49.893]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/bd/bdad892b253d7b021e75a929e4e3d93a07b35e919b2b63a9e859fd88d07aa02c-d # internal
2025-08-20T18:59:13.1480268Z [00:02:49.895]➜  github.com/gen2brain/beeep
2025-08-20T18:59:13.1481274Z [00:02:49.895]➜  mkdir -p $WORK/b1272/
2025-08-20T18:59:13.1481949Z [00:02:49.895]➜  cat >/tmp/go-build693841089/b1272/importcfg << 'EOF' # internal
2025-08-20T18:59:13.1482563Z [00:02:49.895]➜  # import config
2025-08-20T18:59:13.1483128Z [00:02:49.895]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.1483885Z [00:02:49.895]➜  packagefile github.com/godbus/dbus/v5=/tmp/go-build693841089/b1057/_pkg_.a
2025-08-20T18:59:13.1484825Z [00:02:49.895]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.1485559Z [00:02:49.895]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:13.1486216Z [00:02:49.895]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:13.1487063Z [00:02:49.895]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:13.1487729Z [00:02:49.895]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:13.1489221Z [00:02:49.895]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.1489543Z [00:02:49.895]➜  EOF
2025-08-20T18:59:13.1492646Z [00:02:49.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gen2brain/beeep@v0.0.0-20200526185328-e9c15c258e28=>github.com/gen2brain/beeep@v0.0.0-20200526185328-e9c15c258e28;$WORK/b1272=>" -p github.com/gen2brain/beeep -lang=go1.14 -complete -installsuffix shared -buildid bqTdGSVfpJ5Uczr-5oYk/bqTdGSVfpJ5Uczr-5oYk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack /root/go/pkg/mod/github.com/gen2brain/beeep@v0.0.0-20200526185328-e9c15c258e28/alert_unix.go /root/go/pkg/mod/github.com/gen2brain/beeep@v0.0.0-20200526185328-e9c15c258e28/beeep.go /root/go/pkg/mod/github.com/gen2brain/beeep@v0.0.0-20200526185328-e9c15c258e28/beep_unix.go /root/go/pkg/mod/github.com/gen2brain/beeep@v0.0.0-20200526185328-e9c15c258e28/notify_unix.go
2025-08-20T18:59:13.1504856Z [00:02:49.897]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T18:59:13.1505646Z [00:02:49.898]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/6d/6db1357298b7a64643c4ce1a273ca7623b06fa0e613d748f796c4d7150ea3559-d # internal
2025-08-20T18:59:13.1512680Z [00:02:49.899]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T18:59:13.1525738Z [00:02:49.900]➜  berty.tech/weshnet/v2/pkg/testutil
2025-08-20T18:59:13.1526505Z [00:02:49.900]➜  mkdir -p $WORK/b1276/
2025-08-20T18:59:13.1548841Z [00:02:49.902]➜  cat >/tmp/go-build693841089/b1276/importcfg << 'EOF' # internal
2025-08-20T18:59:13.1550364Z [00:02:49.902]➜  # import config
2025-08-20T18:59:13.1551170Z [00:02:49.902]➜  packagefile berty.tech/weshnet/v2/pkg/logutil=/tmp/go-build693841089/b376/_pkg_.a
2025-08-20T18:59:13.1552113Z [00:02:49.902]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:13.1553178Z [00:02:49.902]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:59:13.1553640Z [00:02:49.902]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.1554175Z [00:02:49.902]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build693841089/b508/_pkg_.a
2025-08-20T18:59:13.1555043Z [00:02:49.902]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build693841089/b507/_pkg_.a
2025-08-20T18:59:13.1555644Z [00:02:49.902]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.1556178Z [00:02:49.903]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:13.1556667Z [00:02:49.903]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.1557358Z [00:02:49.903]➜  packagefile moul.io/zapring=/tmp/go-build693841089/b400/_pkg_.a
2025-08-20T18:59:13.1558883Z [00:02:49.903]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.1559872Z [00:02:49.903]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.1560300Z [00:02:49.903]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.1560953Z [00:02:49.903]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:59:13.1561263Z [00:02:49.903]➜  EOF
2025-08-20T18:59:13.1565958Z [00:02:49.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1276/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/testutil=>berty.tech/weshnet/v2@v2.0.4/pkg/testutil;$WORK/b1276=>" -p berty.tech/weshnet/v2/pkg/testutil -lang=go1.22 -complete -installsuffix shared -buildid JoG-7WIx43E4_LHzsJ9z/JoG-7WIx43E4_LHzsJ9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/testutil/doc.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/testutil/filters.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/testutil/logging.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/testutil/require.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/testutil/skip.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/testutil/skip_norace.go
2025-08-20T18:59:13.1577156Z [00:02:49.905]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/cc/cc4173ef6d2c38b361d1cd51ffbe9daa84994249d183acbbaf17531d0cccb745-d # internal
2025-08-20T18:59:13.1599742Z [00:02:49.907]➜  berty.tech/weshnet/v2/pkg/tyber
2025-08-20T18:59:13.1600226Z [00:02:49.907]➜  mkdir -p $WORK/b1277/
2025-08-20T18:59:13.1603016Z [00:02:49.908]➜  cat >/tmp/go-build693841089/b1277/importcfg << 'EOF' # internal
2025-08-20T18:59:13.1604132Z [00:02:49.908]➜  # import config
2025-08-20T18:59:13.1604922Z [00:02:49.908]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.1605803Z [00:02:49.908]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:13.1636125Z [00:02:49.908]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.1637123Z [00:02:49.908]➜  packagefile github.com/gofrs/uuid=/tmp/go-build693841089/b334/_pkg_.a
2025-08-20T18:59:13.1637693Z [00:02:49.908]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.1638214Z [00:02:49.908]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.1638707Z [00:02:49.908]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build693841089/b386/_pkg_.a
2025-08-20T18:59:13.1639258Z [00:02:49.908]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:13.1639777Z [00:02:49.908]➜  packagefile runtime/debug=/tmp/go-build693841089/b327/_pkg_.a
2025-08-20T18:59:13.1640488Z [00:02:49.908]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:13.1640995Z [00:02:49.908]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.1641312Z [00:02:49.908]➜  EOF
2025-08-20T18:59:13.1644804Z [00:02:49.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1277/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber=>berty.tech/weshnet/v2@v2.0.4/pkg/tyber;$WORK/b1277=>" -p berty.tech/weshnet/v2/pkg/tyber -lang=go1.22 -complete -installsuffix shared -buildid sKrR-PUGXU-3KQ56FlTV/sKrR-PUGXU-3KQ56FlTV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber/context.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber/format.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber/ipfs.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber/log.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber/section.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber/step.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/tyber/subscribe.go
2025-08-20T18:59:13.1916648Z [00:02:49.938]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T18:59:13.1918287Z [00:02:49.939]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/ff/ff5099bf65a1a384097f6fb6dcddcbad5e4268bca59feb0bfde4a8743b75ba81-d # internal
2025-08-20T18:59:13.1922330Z [00:02:49.940]➜  berty.tech/berty/v2/go/internal/notification
2025-08-20T18:59:13.1922935Z [00:02:49.940]➜  mkdir -p $WORK/b1268/
2025-08-20T18:59:13.1927569Z [00:02:49.940]➜  cat >/tmp/go-build693841089/b1268/importcfg << 'EOF' # internal
2025-08-20T18:59:13.1928430Z [00:02:49.940]➜  # import config
2025-08-20T18:59:13.1930291Z [00:02:49.940]➜  packagefile berty.tech/berty/v2/go/internal/packingutil=/tmp/go-build693841089/b1269/_pkg_.a
2025-08-20T18:59:13.1931053Z [00:02:49.940]➜  packagefile berty.tech/weshnet/v2/pkg/logutil=/tmp/go-build693841089/b376/_pkg_.a
2025-08-20T18:59:13.1931653Z [00:02:49.940]➜  packagefile github.com/gen2brain/beeep=/tmp/go-build693841089/b1272/_pkg_.a
2025-08-20T18:59:13.1932171Z [00:02:49.940]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.1932604Z [00:02:49.940]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.1933185Z [00:02:49.940]➜  EOF
2025-08-20T18:59:13.1936147Z [00:02:49.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1268/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/notification=>berty.tech/berty/v2/go/internal/notification;$WORK/b1268=>" -p berty.tech/berty/v2/go/internal/notification -lang=go1.22 -complete -installsuffix shared -buildid Vjaf8hIcB-HW7TAbY0lK/Vjaf8hIcB-HW7TAbY0lK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/notification/manager.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/notification/manager_desktop.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/notification/manager_logger.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/notification/manager_noop.go
2025-08-20T18:59:13.2063031Z [00:02:49.954]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T18:59:13.2063933Z [00:02:49.954]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/3b/3bd859bd9aebcd2479f2bcb73a271a8371df197c6f1d55601886813ae2dec4f4-d # internal
2025-08-20T18:59:13.2089547Z [00:02:49.956]➜  github.com/itsTurnip/dishooks
2025-08-20T18:59:13.2090064Z [00:02:49.956]➜  mkdir -p $WORK/b1279/
2025-08-20T18:59:13.2094181Z [00:02:49.957]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T18:59:13.2099814Z [00:02:49.958]➜  cat >/tmp/go-build693841089/b1279/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2100418Z [00:02:49.958]➜  # import config
2025-08-20T18:59:13.2100880Z [00:02:49.958]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.2101458Z [00:02:49.958]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:13.2102016Z [00:02:49.958]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:13.2102778Z [00:02:49.958]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.2103362Z [00:02:49.958]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:13.2103913Z [00:02:49.958]➜  packagefile mime/multipart=/tmp/go-build693841089/b251/_pkg_.a
2025-08-20T18:59:13.2105442Z [00:02:49.958]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:13.2106574Z [00:02:49.958]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:13.2108256Z [00:02:49.958]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:13.2109945Z [00:02:49.958]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.2110384Z [00:02:49.958]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.2110692Z [00:02:49.958]➜  EOF
2025-08-20T18:59:13.2127327Z [00:02:49.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/its!turnip/dishooks@v0.0.0-20200206125049-b4fc7c7b042e=>github.com/itsTurnip/dishooks@v0.0.0-20200206125049-b4fc7c7b042e;$WORK/b1279=>" -p github.com/itsTurnip/dishooks -lang=go1.13 -complete -installsuffix shared -buildid 6lq4mjkuZx4JsJPP257_/6lq4mjkuZx4JsJPP257_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack /root/go/pkg/mod/github.com/its!turnip/dishooks@v0.0.0-20200206125049-b4fc7c7b042e/embed.go /root/go/pkg/mod/github.com/its!turnip/dishooks@v0.0.0-20200206125049-b4fc7c7b042e/error.go /root/go/pkg/mod/github.com/its!turnip/dishooks@v0.0.0-20200206125049-b4fc7c7b042e/webhook.go
2025-08-20T18:59:13.2130271Z [00:02:49.958]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/b4/b46193c72c458d7bce0fe8a61e1df9e7d366bddf5e1a2a09ca3a264fd54f04b1-d # internal
2025-08-20T18:59:13.2130862Z [00:02:49.958]➜  github.com/skip2/go-qrcode/bitset
2025-08-20T18:59:13.2131161Z [00:02:49.958]➜  mkdir -p $WORK/b1281/
2025-08-20T18:59:13.2131557Z [00:02:49.959]➜  cat >/tmp/go-build693841089/b1281/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2131902Z [00:02:49.959]➜  # import config
2025-08-20T18:59:13.2132236Z [00:02:49.959]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.2132860Z [00:02:49.959]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.2133258Z [00:02:49.959]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:13.2133556Z [00:02:49.959]➜  EOF
2025-08-20T18:59:13.2135858Z [00:02:49.959]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/bitset=>github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/bitset;$WORK/b1281=>" -p github.com/skip2/go-qrcode/bitset -lang=go1.13 -complete -installsuffix shared -buildid dMG-cymxsjx4yzLYa88v/dMG-cymxsjx4yzLYa88v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/bitset/bitset.go
2025-08-20T18:59:13.2208490Z [00:02:49.968]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T18:59:13.2214345Z [00:02:49.969]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/f5/f5f267be85bf8514e86ffc84954732ca3ef5c9380488844f1a583eff1626e08f-d # internal
2025-08-20T18:59:13.2235745Z [00:02:49.969]➜  image/png
2025-08-20T18:59:13.2236024Z [00:02:49.969]➜  mkdir -p $WORK/b1283/
2025-08-20T18:59:13.2236410Z [00:02:49.969]➜  cat >/tmp/go-build693841089/b1283/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2236775Z [00:02:49.969]➜  # import config
2025-08-20T18:59:13.2237109Z [00:02:49.969]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:13.2237550Z [00:02:49.969]➜  packagefile compress/zlib=/tmp/go-build693841089/b322/_pkg_.a
2025-08-20T18:59:13.2238023Z [00:02:49.969]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:13.2238453Z [00:02:49.969]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.2239098Z [00:02:49.969]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:13.2239721Z [00:02:49.969]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:13.2240219Z [00:02:49.969]➜  packagefile image=/tmp/go-build693841089/b462/_pkg_.a
2025-08-20T18:59:13.2240644Z [00:02:49.969]➜  packagefile image/color=/tmp/go-build693841089/b458/_pkg_.a
2025-08-20T18:59:13.2241056Z [00:02:49.969]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.2241464Z [00:02:49.969]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:13.2241771Z [00:02:49.969]➜  EOF
2025-08-20T18:59:13.2243403Z [00:02:49.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1283/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b1283=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid AJI4NJgu4NnTulnjgrZE/AJI4NJgu4NnTulnjgrZE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack /root/.go/src/image/png/paeth.go /root/.go/src/image/png/reader.go /root/.go/src/image/png/writer.go
2025-08-20T18:59:13.2412179Z [00:02:49.988]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T18:59:13.2416600Z [00:02:49.989]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/1a/1ad44e1c61cd3e54fefe7e516f68595bb1c7d361ff7e4956457dbd68dc3f6cff-d # internal
2025-08-20T18:59:13.2425583Z [00:02:49.990]➜  github.com/skip2/go-qrcode/reedsolomon
2025-08-20T18:59:13.2430899Z [00:02:49.990]➜  mkdir -p $WORK/b1282/
2025-08-20T18:59:13.2431447Z [00:02:49.990]➜  cat >/tmp/go-build693841089/b1282/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2431846Z [00:02:49.990]➜  # import config
2025-08-20T18:59:13.2432175Z [00:02:49.990]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.2432689Z [00:02:49.990]➜  packagefile github.com/skip2/go-qrcode/bitset=/tmp/go-build693841089/b1281/_pkg_.a
2025-08-20T18:59:13.2433177Z [00:02:49.990]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:13.2433489Z [00:02:49.990]➜  EOF
2025-08-20T18:59:13.2436599Z [00:02:49.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon=>github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon;$WORK/b1282=>" -p github.com/skip2/go-qrcode/reedsolomon -lang=go1.13 -complete -installsuffix shared -buildid xVKbUdvzclgt85US50In/xVKbUdvzclgt85US50In -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon/gf2_8.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon/gf_poly.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/reedsolomon/reed_solomon.go
2025-08-20T18:59:13.2487408Z [00:02:49.996]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T18:59:13.2488192Z [00:02:49.996]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/45/45e4c76c7eda146f4b84e7cac3c6c28046ddea8846f146ee9e7312e1c24cbc2e-d # internal
2025-08-20T18:59:13.2496326Z [00:02:49.997]➜  berty.tech/weshnet/v2/pkg/username
2025-08-20T18:59:13.2497167Z [00:02:49.997]➜  mkdir -p $WORK/b1287/
2025-08-20T18:59:13.2507093Z [00:02:49.998]➜  cat >/tmp/go-build693841089/b1287/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2507927Z [00:02:49.998]➜  # import config
2025-08-20T18:59:13.2508338Z [00:02:49.998]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:59:13.2508790Z [00:02:49.998]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.2509104Z [00:02:49.998]➜  EOF
2025-08-20T18:59:13.2511517Z [00:02:49.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1287/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/username=>berty.tech/weshnet/v2@v2.0.4/pkg/username;$WORK/b1287=>" -p berty.tech/weshnet/v2/pkg/username -lang=go1.22 -complete -installsuffix shared -buildid RiGLroQeWoUL5R7_Rtm2/RiGLroQeWoUL5R7_Rtm2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/username/others.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/username/username.go
2025-08-20T18:59:13.2659132Z [00:02:50.013]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T18:59:13.2664040Z [00:02:50.014]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/53/533447f6ca482739785d7d57a6fb4aaedd4915963c9183ec262e08368a5f6a2e-d # internal
2025-08-20T18:59:13.2691156Z [00:02:50.017]➜  moul.io/openfiles
2025-08-20T18:59:13.2692911Z [00:02:50.017]➜  mkdir -p $WORK/b1288/
2025-08-20T18:59:13.2700146Z [00:02:50.017]➜  cat >/tmp/go-build693841089/b1288/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2700532Z [00:02:50.018]➜  # import config
2025-08-20T18:59:13.2700871Z [00:02:50.018]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.2701293Z [00:02:50.018]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.2701684Z [00:02:50.018]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.2702092Z [00:02:50.018]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:13.2702411Z [00:02:50.018]➜  EOF
2025-08-20T18:59:13.2704410Z [00:02:50.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1288/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/openfiles@v1.2.0=>moul.io/openfiles@v1.2.0;$WORK/b1288=>" -p moul.io/openfiles -lang=go1.13 -complete -installsuffix shared -buildid BqDvvX7mkWHwo2DDSDu2/BqDvvX7mkWHwo2DDSDu2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack /root/go/pkg/mod/moul.io/openfiles@v1.2.0/doc.go /root/go/pkg/mod/moul.io/openfiles@v1.2.0/openfiles.go /root/go/pkg/mod/moul.io/openfiles@v1.2.0/openfiles_linux.go
2025-08-20T18:59:13.2775154Z [00:02:50.025]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T18:59:13.2784256Z [00:02:50.026]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/dd/dd82cd5ff56189de3ed308011315cd30e414d6311a3dfbe293ee0362008cf2ac-d # internal
2025-08-20T18:59:13.2786807Z [00:02:50.026]➜  berty.tech/go-ipfs-log/errmsg
2025-08-20T18:59:13.2787116Z [00:02:50.026]➜  mkdir -p $WORK/b1294/
2025-08-20T18:59:13.2788740Z [00:02:50.026]➜  cat >/tmp/go-build693841089/b1294/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2789094Z [00:02:50.026]➜  # import config
2025-08-20T18:59:13.2789559Z [00:02:50.026]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.2789873Z [00:02:50.026]➜  EOF
2025-08-20T18:59:13.2791965Z [00:02:50.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1294/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/errmsg=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/errmsg;$WORK/b1294=>" -p berty.tech/go-ipfs-log/errmsg -lang=go1.22 -complete -installsuffix shared -buildid zHF2lTDNODL6aZw-X-JF/zHF2lTDNODL6aZw-X-JF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/errmsg/errmsg.go
2025-08-20T18:59:13.2911860Z [00:02:50.039]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T18:59:13.2916469Z [00:02:50.039]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/e3/e3be6665e19f1fc29b50e7e39dfeda958ae7db21ceb995e09eefcff53da171a5-d # internal
2025-08-20T18:59:13.2918837Z [00:02:50.039]➜  berty.tech/go-ipfs-log/keystore
2025-08-20T18:59:13.2919160Z [00:02:50.039]➜  mkdir -p $WORK/b1295/
2025-08-20T18:59:13.2924728Z [00:02:50.040]➜  cat >/tmp/go-build693841089/b1295/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2925136Z [00:02:50.040]➜  # import config
2025-08-20T18:59:13.2925695Z [00:02:50.040]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.2926655Z [00:02:50.040]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.2928031Z [00:02:50.040]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:13.2928706Z [00:02:50.040]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:13.2929354Z [00:02:50.040]➜  packagefile github.com/hashicorp/golang-lru=/tmp/go-build693841089/b815/_pkg_.a
2025-08-20T18:59:13.2929944Z [00:02:50.040]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:13.2930563Z [00:02:50.040]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:13.2930978Z [00:02:50.040]➜  EOF
2025-08-20T18:59:13.2937897Z [00:02:50.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1295/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/keystore=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/keystore;$WORK/b1295=>" -p berty.tech/go-ipfs-log/keystore -lang=go1.22 -complete -installsuffix shared -buildid QWTzrLyQ581hMkKr8dVu/QWTzrLyQ581hMkKr8dVu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/keystore/interface.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/keystore/keystore.go
2025-08-20T18:59:13.2942595Z [00:02:50.040]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T18:59:13.2944448Z [00:02:50.041]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/42/42adad7bb8fa8290bf2379190020df6c00c0568777cd11245e62abbf9438c1fe-d # internal
2025-08-20T18:59:13.2945372Z [00:02:50.041]➜  berty.tech/berty/v2/go/internal/sysutil
2025-08-20T18:59:13.2945681Z [00:02:50.041]➜  mkdir -p $WORK/b1285/
2025-08-20T18:59:13.2946054Z [00:02:50.042]➜  cat >/tmp/go-build693841089/b1285/importcfg << 'EOF' # internal
2025-08-20T18:59:13.2946395Z [00:02:50.042]➜  # import config
2025-08-20T18:59:13.2946854Z [00:02:50.042]➜  packagefile berty.tech/berty/v2/go/pkg/bertyversion=/tmp/go-build693841089/b1286/_pkg_.a
2025-08-20T18:59:13.2947506Z [00:02:50.042]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:13.2948141Z [00:02:50.042]➜  packagefile berty.tech/weshnet/v2/pkg/username=/tmp/go-build693841089/b1287/_pkg_.a
2025-08-20T18:59:13.2948698Z [00:02:50.042]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:59:13.2949192Z [00:02:50.042]➜  packagefile moul.io/openfiles=/tmp/go-build693841089/b1288/_pkg_.a
2025-08-20T18:59:13.2949624Z [00:02:50.042]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.2950035Z [00:02:50.042]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:13.2950450Z [00:02:50.042]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:13.2950759Z [00:02:50.042]➜  EOF
2025-08-20T18:59:13.2952872Z [00:02:50.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1285/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/sysutil=>berty.tech/berty/v2/go/internal/sysutil;$WORK/b1285=>" -p berty.tech/berty/v2/go/internal/sysutil -lang=go1.22 -complete -installsuffix shared -buildid i5AVwUVggAv38FHZQMrR/i5AVwUVggAv38FHZQMrR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/sysutil/sysutil.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/sysutil/sysutil_unix.go
2025-08-20T18:59:13.3255625Z [00:02:50.073]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T18:59:13.3263082Z [00:02:50.074]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/df/dfbdab2a7ef9e713df1b44d85be476f427496d85a93c2325e30146f097576ad9-d # internal
2025-08-20T18:59:13.3278104Z [00:02:50.075]➜  github.com/btcsuite/btcd/btcec
2025-08-20T18:59:13.3278916Z [00:02:50.075]➜  mkdir -p $WORK/b1296/
2025-08-20T18:59:13.3279631Z [00:02:50.075]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T18:59:13.3280544Z [00:02:50.076]➜  cat >/tmp/go-build693841089/b1296/importcfg << 'EOF' # internal
2025-08-20T18:59:13.3281524Z [00:02:50.076]➜  # import config
2025-08-20T18:59:13.3284822Z [00:02:50.076]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.3286246Z [00:02:50.076]➜  packagefile compress/zlib=/tmp/go-build693841089/b322/_pkg_.a
2025-08-20T18:59:13.3286789Z [00:02:50.076]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:13.3289945Z [00:02:50.076]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:13.3290510Z [00:02:50.076]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:13.3290987Z [00:02:50.076]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:13.3291448Z [00:02:50.076]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:13.3291893Z [00:02:50.076]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:13.3292340Z [00:02:50.076]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:13.3292827Z [00:02:50.076]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:13.3293299Z [00:02:50.076]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:13.3293767Z [00:02:50.076]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:13.3294464Z [00:02:50.076]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:13.3303202Z [00:02:50.076]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.3303833Z [00:02:50.076]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.3304236Z [00:02:50.076]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:13.3305266Z [00:02:50.076]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.3305700Z [00:02:50.076]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:13.3306124Z [00:02:50.076]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:13.3306852Z [00:02:50.076]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.3307706Z [00:02:50.076]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.3308094Z [00:02:50.076]➜  EOF
2025-08-20T18:59:13.3318834Z [00:02:50.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec=>github.com/btcsuite/btcd@v0.22.1/btcec;$WORK/b1296=>" -p github.com/btcsuite/btcd/btcec -lang=go1.17 -complete -installsuffix shared -buildid qYuhOhzn6mQleqE-U3o6/qYuhOhzn6mQleqE-U3o6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/btcec.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/ciphering.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/doc.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/field.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/precompute.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/privkey.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/pubkey.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/secp256k1.go /root/go/pkg/mod/github.com/btcsuite/btcd@v0.22.1/btcec/signature.go
2025-08-20T18:59:13.3329517Z [00:02:50.077]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/44/44b2697d682a3489f255a147871c118a2d9b7bca17939ce5e19b88b76ca7a710-d # internal
2025-08-20T18:59:13.3330096Z [00:02:50.079]➜  berty.tech/go-ipfs-log/enc
2025-08-20T18:59:13.3330392Z [00:02:50.079]➜  mkdir -p $WORK/b1300/
2025-08-20T18:59:13.3330765Z [00:02:50.079]➜  cat >/tmp/go-build693841089/b1300/importcfg << 'EOF' # internal
2025-08-20T18:59:13.3331104Z [00:02:50.079]➜  # import config
2025-08-20T18:59:13.3331521Z [00:02:50.080]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.3332028Z [00:02:50.080]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:13.3332694Z [00:02:50.080]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.3333359Z [00:02:50.080]➜  packagefile golang.org/x/crypto/nacl/secretbox=/tmp/go-build693841089/b513/_pkg_.a
2025-08-20T18:59:13.3334007Z [00:02:50.080]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build693841089/b332/_pkg_.a
2025-08-20T18:59:13.3334387Z [00:02:50.080]➜  EOF
2025-08-20T18:59:13.3341935Z [00:02:50.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1300/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/enc=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/enc;$WORK/b1300=>" -p berty.tech/go-ipfs-log/enc -lang=go1.22 -complete -installsuffix shared -buildid AaiDw8OGR3FuwcDpfwH2/AaiDw8OGR3FuwcDpfwH2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/enc/box.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/enc/iface.go
2025-08-20T18:59:13.3403511Z [00:02:50.087]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T18:59:13.3411898Z [00:02:50.088]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/64/641736c8581aaf4f651a436e38811b1f702aa961e9eb7195f09e030ec0e4acdc-d # internal
2025-08-20T18:59:13.3464738Z [00:02:50.093]➜  github.com/skip2/go-qrcode
2025-08-20T18:59:13.3465129Z [00:02:50.093]➜  mkdir -p $WORK/b1280/
2025-08-20T18:59:13.3465509Z [00:02:50.094]➜  cat >/tmp/go-build693841089/b1280/importcfg << 'EOF' # internal
2025-08-20T18:59:13.3465881Z [00:02:50.094]➜  # import config
2025-08-20T18:59:13.3466215Z [00:02:50.094]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.3466626Z [00:02:50.094]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.3467029Z [00:02:50.094]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.3467527Z [00:02:50.094]➜  packagefile github.com/skip2/go-qrcode/bitset=/tmp/go-build693841089/b1281/_pkg_.a
2025-08-20T18:59:13.3468152Z [00:02:50.094]➜  packagefile github.com/skip2/go-qrcode/reedsolomon=/tmp/go-build693841089/b1282/_pkg_.a
2025-08-20T18:59:13.3468668Z [00:02:50.094]➜  packagefile image=/tmp/go-build693841089/b462/_pkg_.a
2025-08-20T18:59:13.3469104Z [00:02:50.094]➜  packagefile image/color=/tmp/go-build693841089/b458/_pkg_.a
2025-08-20T18:59:13.3469548Z [00:02:50.094]➜  packagefile image/png=/tmp/go-build693841089/b1283/_pkg_.a
2025-08-20T18:59:13.3469962Z [00:02:50.094]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.3470373Z [00:02:50.094]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:13.3470780Z [00:02:50.094]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:13.3471169Z [00:02:50.094]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.3471462Z [00:02:50.094]➜  EOF
2025-08-20T18:59:13.3475225Z [00:02:50.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e=>github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e;$WORK/b1280=>" -p github.com/skip2/go-qrcode -lang=go1.13 -complete -installsuffix shared -buildid pNIabPAwFrZBtceKgHOY/pNIabPAwFrZBtceKgHOY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/importcfg -pack /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/encoder.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/qrcode.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/regular_symbol.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/symbol.go /root/go/pkg/mod/github.com/skip2/go-qrcode@v0.0.0-20200617195104-da1b6568686e/version.go
2025-08-20T18:59:13.3537665Z [00:02:50.100]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T18:59:13.3550238Z [00:02:50.102]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/24/248f914c0aa9f9de7ed1d846cf0d6f30e8c1e4ebeab82b57317c733fbcee508d-d # internal
2025-08-20T18:59:13.3550861Z [00:02:50.102]➜  golang.org/x/sync/semaphore
2025-08-20T18:59:13.3556048Z [00:02:50.102]➜  mkdir -p $WORK/b1302/
2025-08-20T18:59:13.3560831Z [00:02:50.102]➜  cat >/tmp/go-build693841089/b1302/importcfg << 'EOF' # internal
2025-08-20T18:59:13.3564549Z [00:02:50.102]➜  # import config
2025-08-20T18:59:13.3565209Z [00:02:50.102]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:13.3565673Z [00:02:50.102]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.3566372Z [00:02:50.102]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.3566675Z [00:02:50.102]➜  EOF
2025-08-20T18:59:13.3568454Z [00:02:50.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1302/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.10.0/semaphore=>golang.org/x/sync@v0.10.0/semaphore;$WORK/b1302=>" -p golang.org/x/sync/semaphore -lang=go1.18 -complete -installsuffix shared -buildid ct5mhF9J87B4juTGrMUZ/ct5mhF9J87B4juTGrMUZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.10.0/semaphore/semaphore.go
2025-08-20T18:59:13.3837176Z [00:02:50.131]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T18:59:13.3846040Z [00:02:50.132]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/1a/1a91a04706ade1668e2ae79ed16d85123cc2dd8f67c6a12934e4d6a71a45fa6d-d # internal
2025-08-20T18:59:13.3872082Z [00:02:50.135]➜  berty.tech/go-orbit-db/address
2025-08-20T18:59:13.3875642Z [00:02:50.135]➜  mkdir -p $WORK/b1308/
2025-08-20T18:59:13.3876716Z [00:02:50.135]➜  cat >/tmp/go-build693841089/b1308/importcfg << 'EOF' # internal
2025-08-20T18:59:13.3877073Z [00:02:50.135]➜  # import config
2025-08-20T18:59:13.3877396Z [00:02:50.135]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.3877861Z [00:02:50.135]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.3878390Z [00:02:50.135]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:13.3878854Z [00:02:50.135]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:13.3879266Z [00:02:50.135]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.3879576Z [00:02:50.135]➜  EOF
2025-08-20T18:59:13.3882440Z [00:02:50.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1308/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/address=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/address;$WORK/b1308=>" -p berty.tech/go-orbit-db/address -lang=go1.22 -complete -installsuffix shared -buildid 4hZUnXomqLga4dbvx_dl/4hZUnXomqLga4dbvx_dl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/address/address.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/address/doc.go
2025-08-20T18:59:13.4117633Z [00:02:50.159]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T18:59:13.4120486Z [00:02:50.160]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/44/440b2f22beb64a5d07923a59733d18d29945b57738c526adf8fd6e8b36dcf231-d # internal
2025-08-20T18:59:13.4130511Z [00:02:50.161]➜  berty.tech/go-orbit-db/events
2025-08-20T18:59:13.4130856Z [00:02:50.161]➜  mkdir -p $WORK/b1310/
2025-08-20T18:59:13.4134081Z [00:02:50.161]➜  cat >/tmp/go-build693841089/b1310/importcfg << 'EOF' # internal
2025-08-20T18:59:13.4135341Z [00:02:50.161]➜  # import config
2025-08-20T18:59:13.4135733Z [00:02:50.161]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:13.4136191Z [00:02:50.161]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.4136607Z [00:02:50.161]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.4137126Z [00:02:50.161]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:13.4138087Z [00:02:50.161]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:13.4138868Z [00:02:50.161]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.4139551Z [00:02:50.161]➜  EOF
2025-08-20T18:59:13.4142500Z [00:02:50.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1310/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/events=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/events;$WORK/b1310=>" -p berty.tech/go-orbit-db/events -lang=go1.22 -complete -installsuffix shared -buildid sKVlZTgk-3Q4VtWFYZ_c/sKVlZTgk-3Q4VtWFYZ_c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/events/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/events/events.go
2025-08-20T18:59:13.4359965Z [00:02:50.183]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T18:59:13.4361277Z [00:02:50.183]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/27/2723c786e110f308feefa56699281e553d13c241d4da385908c5df9d079b3e05-d # internal
2025-08-20T18:59:13.4363091Z [00:02:50.183]➜  berty.tech/berty/v2/go/internal/discordlog
2025-08-20T18:59:13.4363426Z [00:02:50.183]➜  mkdir -p $WORK/b1278/
2025-08-20T18:59:13.4363811Z [00:02:50.183]➜  cat >/tmp/go-build693841089/b1278/importcfg << 'EOF' # internal
2025-08-20T18:59:13.4364177Z [00:02:50.183]➜  # import config
2025-08-20T18:59:13.4364748Z [00:02:50.183]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:59:13.4365337Z [00:02:50.183]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:13.4365866Z [00:02:50.183]➜  packagefile github.com/itsTurnip/dishooks=/tmp/go-build693841089/b1279/_pkg_.a
2025-08-20T18:59:13.4366430Z [00:02:50.183]➜  packagefile github.com/skip2/go-qrcode=/tmp/go-build693841089/b1280/_pkg_.a
2025-08-20T18:59:13.4366920Z [00:02:50.183]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.4367234Z [00:02:50.183]➜  EOF
2025-08-20T18:59:13.4369377Z [00:02:50.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1278/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/discordlog=>berty.tech/berty/v2/go/internal/discordlog;$WORK/b1278=>" -p berty.tech/berty/v2/go/internal/discordlog -lang=go1.22 -complete -installsuffix shared -buildid p-U-8wDU4FnpWzkoDKvc/p-U-8wDU4FnpWzkoDKvc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/discordlog/discord.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/discordlog/doc.go
2025-08-20T18:59:13.4622802Z [00:02:50.210]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T18:59:13.4634734Z [00:02:50.211]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/df/df16e8c954a8a5a9e10b76a702bb911f20ed280a1d1e87446bc8637f24df466c-d # internal
2025-08-20T18:59:13.4642176Z [00:02:50.212]➜  berty.tech/go-orbit-db/cache
2025-08-20T18:59:13.4642975Z [00:02:50.212]➜  mkdir -p $WORK/b1318/
2025-08-20T18:59:13.4644256Z [00:02:50.212]➜  cat >/tmp/go-build693841089/b1318/importcfg << 'EOF' # internal
2025-08-20T18:59:13.4644789Z [00:02:50.212]➜  # import config
2025-08-20T18:59:13.4645281Z [00:02:50.212]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:13.4649844Z [00:02:50.212]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:13.4650433Z [00:02:50.212]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.4650764Z [00:02:50.212]➜  EOF
2025-08-20T18:59:13.4653396Z [00:02:50.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1318/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache;$WORK/b1318=>" -p berty.tech/go-orbit-db/cache -lang=go1.22 -complete -installsuffix shared -buildid 944RopqiJI4_zQF23xRj/944RopqiJI4_zQF23xRj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache/interface.go
2025-08-20T18:59:13.4727661Z [00:02:50.220]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T18:59:13.4735164Z [00:02:50.221]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/b9/b9c34dafdb2374b372ba9ee285480fd389fbf68f01fd33bc19afaed90eb2a51b-d # internal
2025-08-20T18:59:13.4739311Z [00:02:50.221]➜  github.com/ipfs/go-libipfs/files
2025-08-20T18:59:13.4739735Z [00:02:50.221]➜  mkdir -p $WORK/b1328/
2025-08-20T18:59:13.4795585Z [00:02:50.225]➜  cat >/tmp/go-build693841089/b1328/importcfg << 'EOF' # internal
2025-08-20T18:59:13.4796315Z [00:02:50.225]➜  # import config
2025-08-20T18:59:13.4799012Z [00:02:50.225]➜  packagefile archive/tar=/tmp/go-build693841089/b529/_pkg_.a
2025-08-20T18:59:13.4799472Z [00:02:50.225]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.4799887Z [00:02:50.225]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.4800622Z [00:02:50.225]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.4801128Z [00:02:50.225]➜  packagefile github.com/crackcomm/go-gitignore=/tmp/go-build693841089/b530/_pkg_.a
2025-08-20T18:59:13.4801621Z [00:02:50.225]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.4802020Z [00:02:50.225]➜  packagefile io/fs=/tmp/go-build693841089/b054/_pkg_.a
2025-08-20T18:59:13.4802425Z [00:02:50.225]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:13.4802878Z [00:02:50.225]➜  packagefile mime/multipart=/tmp/go-build693841089/b251/_pkg_.a
2025-08-20T18:59:13.4803320Z [00:02:50.225]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:13.4803770Z [00:02:50.225]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:59:13.4804212Z [00:02:50.225]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:13.4804876Z [00:02:50.225]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.4805352Z [00:02:50.225]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:13.4805787Z [00:02:50.225]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:13.4806223Z [00:02:50.225]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:13.4806631Z [00:02:50.225]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.4807038Z [00:02:50.225]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.4807450Z [00:02:50.225]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:13.4807850Z [00:02:50.225]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.4808154Z [00:02:50.225]➜  EOF
2025-08-20T18:59:13.4813842Z [00:02:50.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files=>github.com/ipfs/go-libipfs@v0.6.2/files;$WORK/b1328=>" -p github.com/ipfs/go-libipfs/files -lang=go1.19 -complete -installsuffix shared -buildid tCXYRij48YXHIZDb0192/tCXYRij48YXHIZDb0192 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/file.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/filewriter.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/filewriter_unix.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/filter.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/is_hidden.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/linkfile.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/multifilereader.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/multipartfile.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/readerfile.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/serialfile.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/slicedirectory.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/tarwriter.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/util.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/walk.go /root/go/pkg/mod/github.com/ipfs/go-libipfs@v0.6.2/files/webfile.go
2025-08-20T18:59:13.4864174Z [00:02:50.234]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T18:59:13.4868037Z [00:02:50.234]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/5b/5b57eb88f45ba514c8d1896207dfa5a1e8dd7562f8aa3aabca58f78e50de6fd2-d # internal
2025-08-20T18:59:13.4902519Z [00:02:50.238]➜  berty.tech/go-orbit-db/cache/cacheleveldown
2025-08-20T18:59:13.4903520Z [00:02:50.238]➜  mkdir -p $WORK/b1319/
2025-08-20T18:59:13.4905078Z [00:02:50.238]➜  cat >/tmp/go-build693841089/b1319/importcfg << 'EOF' # internal
2025-08-20T18:59:13.4905523Z [00:02:50.238]➜  # import config
2025-08-20T18:59:13.4905959Z [00:02:50.238]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:13.4906528Z [00:02:50.238]➜  packagefile berty.tech/go-orbit-db/cache=/tmp/go-build693841089/b1318/_pkg_.a
2025-08-20T18:59:13.4907329Z [00:02:50.238]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.4907742Z [00:02:50.238]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.4908234Z [00:02:50.238]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:13.4908810Z [00:02:50.238]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:59:13.4909386Z [00:02:50.238]➜  packagefile github.com/ipfs/go-ds-leveldb=/tmp/go-build693841089/b1157/_pkg_.a
2025-08-20T18:59:13.4909897Z [00:02:50.238]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.4910324Z [00:02:50.238]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.4910723Z [00:02:50.238]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:13.4911120Z [00:02:50.238]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.4911422Z [00:02:50.238]➜  EOF
2025-08-20T18:59:13.4914305Z [00:02:50.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1319/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache/cacheleveldown=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache/cacheleveldown;$WORK/b1319=>" -p berty.tech/go-orbit-db/cache/cacheleveldown -lang=go1.22 -complete -installsuffix shared -buildid 42hLB2HfSB6qssl8c57K/42hLB2HfSB6qssl8c57K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache/cacheleveldown/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/cache/cacheleveldown/leveldown.go
2025-08-20T18:59:13.4920900Z [00:02:50.239]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T18:59:13.5010420Z [00:02:50.248]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/7b/7bb9b66e3fc6663ac2fb60f5b01e372d358264f4876a134e2f7d4ace811cbfb4-d # internal
2025-08-20T18:59:13.5040401Z [00:02:50.251]➜  berty.tech/go-ipfs-log/identityprovider
2025-08-20T18:59:13.5043954Z [00:02:50.251]➜  mkdir -p $WORK/b1293/
2025-08-20T18:59:13.5045280Z [00:02:50.252]➜  cat >/tmp/go-build693841089/b1293/importcfg << 'EOF' # internal
2025-08-20T18:59:13.5045836Z [00:02:50.252]➜  # import config
2025-08-20T18:59:13.5046494Z [00:02:50.252]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.5047542Z [00:02:50.252]➜  packagefile berty.tech/go-ipfs-log/keystore=/tmp/go-build693841089/b1295/_pkg_.a
2025-08-20T18:59:13.5048080Z [00:02:50.252]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.5048547Z [00:02:50.252]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:13.5049346Z [00:02:50.252]➜  packagefile github.com/btcsuite/btcd/btcec=/tmp/go-build693841089/b1296/_pkg_.a
2025-08-20T18:59:13.5050062Z [00:02:50.252]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:13.5050467Z [00:02:50.252]➜  EOF
2025-08-20T18:59:13.5053968Z [00:02:50.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1293/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/identityprovider=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/identityprovider;$WORK/b1293=>" -p berty.tech/go-ipfs-log/identityprovider -lang=go1.22 -complete -installsuffix shared -buildid FyNT3cjtB8kZvsRRWNtv/FyNT3cjtB8kZvsRRWNtv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/identityprovider/identities.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/identityprovider/identity.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/identityprovider/interface.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/identityprovider/orbitdb.go
2025-08-20T18:59:13.5251314Z [00:02:50.273]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T18:59:13.5257998Z [00:02:50.273]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/1f/1f63b643314953845276338aeda59cc83c70c14987381fff12451f04d555d6bc-d # internal
2025-08-20T18:59:13.5303940Z [00:02:50.278]➜  berty.tech/weshnet/v2/internal/datastoreutil
2025-08-20T18:59:13.5304310Z [00:02:50.278]➜  mkdir -p $WORK/b1334/
2025-08-20T18:59:13.5304884Z [00:02:50.278]➜  cat >/tmp/go-build693841089/b1334/importcfg << 'EOF' # internal
2025-08-20T18:59:13.5305287Z [00:02:50.278]➜  # import config
2025-08-20T18:59:13.5305729Z [00:02:50.278]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:13.5306358Z [00:02:50.278]➜  packagefile github.com/ipfs/go-datastore/keytransform=/tmp/go-build693841089/b575/_pkg_.a
2025-08-20T18:59:13.5306779Z [00:02:50.278]➜  EOF
2025-08-20T18:59:13.5309169Z [00:02:50.278]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1334/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/datastoreutil=>berty.tech/weshnet/v2@v2.0.4/internal/datastoreutil;$WORK/b1334=>" -p berty.tech/weshnet/v2/internal/datastoreutil -lang=go1.22 -complete -installsuffix shared -buildid v4DRDJy2-p25AIIKC7Fm/v4DRDJy2-p25AIIKC7Fm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/datastoreutil/consts.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/datastoreutil/datastore_namespaced.go
2025-08-20T18:59:13.5510422Z [00:02:50.298]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T18:59:13.5513822Z [00:02:50.299]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/83/834b415f7ffdcb5a1cffc3e8cc563941e2000437bce2a09025be378e96845483-d # internal
2025-08-20T18:59:13.5541454Z [00:02:50.301]➜  berty.tech/weshnet/v2/internal/handshake
2025-08-20T18:59:13.5543546Z [00:02:50.301]➜  mkdir -p $WORK/b1335/
2025-08-20T18:59:13.5543938Z [00:02:50.302]➜  cat >/tmp/go-build693841089/b1335/importcfg << 'EOF' # internal
2025-08-20T18:59:13.5544292Z [00:02:50.302]➜  # import config
2025-08-20T18:59:13.5547717Z [00:02:50.302]➜  packagefile berty.tech/weshnet/v2/pkg/cryptoutil=/tmp/go-build693841089/b316/_pkg_.a
2025-08-20T18:59:13.5548421Z [00:02:50.302]➜  packagefile berty.tech/weshnet/v2/pkg/errcode=/tmp/go-build693841089/b317/_pkg_.a
2025-08-20T18:59:13.5549020Z [00:02:50.302]➜  packagefile berty.tech/weshnet/v2/pkg/protoio=/tmp/go-build693841089/b1237/_pkg_.a
2025-08-20T18:59:13.5549611Z [00:02:50.302]➜  packagefile berty.tech/weshnet/v2/pkg/tyber=/tmp/go-build693841089/b1277/_pkg_.a
2025-08-20T18:59:13.5550116Z [00:02:50.302]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.5550758Z [00:02:50.302]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:13.5551327Z [00:02:50.302]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:13.5551775Z [00:02:50.302]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.5552304Z [00:02:50.302]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:13.5553060Z [00:02:50.302]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.5553590Z [00:02:50.302]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build693841089/b1264/_pkg_.a
2025-08-20T18:59:13.5554165Z [00:02:50.302]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:13.5554962Z [00:02:50.302]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:13.5555736Z [00:02:50.302]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:13.5556278Z [00:02:50.302]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:13.5556873Z [00:02:50.302]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.5557178Z [00:02:50.302]➜  EOF
2025-08-20T18:59:13.5560301Z [00:02:50.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1335/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/handshake=>berty.tech/weshnet/v2@v2.0.4/internal/handshake;$WORK/b1335=>" -p berty.tech/weshnet/v2/internal/handshake -lang=go1.22 -complete -installsuffix shared -buildid H0gIn7QqhKouI0IIwenV/H0gIn7QqhKouI0IIwenV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/handshake/doc.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/handshake/handshake.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/handshake/handshake.pb.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/handshake/request.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/handshake/response.go
2025-08-20T18:59:13.5628632Z [00:02:50.310]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T18:59:13.5635403Z [00:02:50.311]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/2a/2a20a19d1fdd18d8573b73d5c9a2bd5a623f27582e3601c859b5f84916a05a4a-d # internal
2025-08-20T18:59:13.5638356Z [00:02:50.311]➜  berty.tech/go-ipfs-log/accesscontroller
2025-08-20T18:59:13.5638693Z [00:02:50.311]➜  mkdir -p $WORK/b1292/
2025-08-20T18:59:13.5644210Z [00:02:50.311]➜  cat >/tmp/go-build693841089/b1292/importcfg << 'EOF' # internal
2025-08-20T18:59:13.5650738Z [00:02:50.311]➜  # import config
2025-08-20T18:59:13.5655709Z [00:02:50.311]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:13.5658273Z [00:02:50.311]➜  EOF
2025-08-20T18:59:13.5661282Z [00:02:50.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1292/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/accesscontroller=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/accesscontroller;$WORK/b1292=>" -p berty.tech/go-ipfs-log/accesscontroller -lang=go1.22 -complete -installsuffix shared -buildid Ptl0ueChpCJpW7MvLd2Q/Ptl0ueChpCJpW7MvLd2Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/accesscontroller/default.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/accesscontroller/interface.go
2025-08-20T18:59:13.5822948Z [00:02:50.329]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T18:59:13.5823805Z [00:02:50.329]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/12/1215070f75d210b86b59fe8d9e67f5e1fa41a44f3e60563ba214967bf2ae713f-d # internal
2025-08-20T18:59:13.5824388Z [00:02:50.330]➜  berty.tech/go-ipfs-log/iface
2025-08-20T18:59:13.5824895Z [00:02:50.330]➜  mkdir -p $WORK/b1298/
2025-08-20T18:59:13.5825536Z [00:02:50.330]➜  cat >/tmp/go-build693841089/b1298/importcfg << 'EOF' # internal
2025-08-20T18:59:13.5825991Z [00:02:50.330]➜  # import config
2025-08-20T18:59:13.5826454Z [00:02:50.330]➜  packagefile berty.tech/go-ipfs-log/accesscontroller=/tmp/go-build693841089/b1292/_pkg_.a
2025-08-20T18:59:13.5827109Z [00:02:50.330]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:13.5827860Z [00:02:50.330]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.5828337Z [00:02:50.330]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.5828886Z [00:02:50.330]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:13.5829507Z [00:02:50.330]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:13.5830022Z [00:02:50.330]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.5830331Z [00:02:50.330]➜  EOF
2025-08-20T18:59:13.5832739Z [00:02:50.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1298/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/iface=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/iface;$WORK/b1298=>" -p berty.tech/go-ipfs-log/iface -lang=go1.22 -complete -installsuffix shared -buildid bORRgTZUVbU4QemTiilQ/bORRgTZUVbU4QemTiilQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/iface/doc.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/iface/iface.go
2025-08-20T18:59:13.5908424Z [00:02:50.337]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T18:59:13.5920368Z [00:02:50.339]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/52/52b7a585b948673e13f65fd2f31bd61fbae25a50b493d36649e20387c87ad6bb-d # internal
2025-08-20T18:59:13.5930729Z [00:02:50.340]➜  berty.tech/weshnet/v2/internal/queue
2025-08-20T18:59:13.5943741Z [00:02:50.341]➜  mkdir -p $WORK/b1336/
2025-08-20T18:59:13.5944188Z [00:02:50.341]➜  cat >/tmp/go-build693841089/b1336/importcfg << 'EOF' # internal
2025-08-20T18:59:13.5944545Z [00:02:50.341]➜  # import config
2025-08-20T18:59:13.5945108Z [00:02:50.341]➜  packagefile container/heap=/tmp/go-build693841089/b778/_pkg_.a
2025-08-20T18:59:13.5945589Z [00:02:50.341]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:13.5946038Z [00:02:50.341]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.5946448Z [00:02:50.341]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.5946749Z [00:02:50.341]➜  EOF
2025-08-20T18:59:13.5949450Z [00:02:50.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1336/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/queue=>berty.tech/weshnet/v2@v2.0.4/internal/queue;$WORK/b1336=>" -p berty.tech/weshnet/v2/internal/queue -lang=go1.22 -complete -installsuffix shared -buildid O0L6MVCV01dYBk9J0qBp/O0L6MVCV01dYBk9J0qBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/queue/metrics.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/queue/priority.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/queue/simple.go
2025-08-20T18:59:13.6097062Z [00:02:50.357]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T18:59:13.6102291Z [00:02:50.358]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/8c/8ce8060b52777f6ce6ca5bbf7e4e991ba0a979a4c84df84db1e546678ea74534-d # internal
2025-08-20T18:59:13.6145925Z [00:02:50.361]➜  berty.tech/weshnet/v2/internal/sysutil
2025-08-20T18:59:13.6178072Z [00:02:50.365]➜  mkdir -p $WORK/b1337/
2025-08-20T18:59:13.6182537Z [00:02:50.366]➜  cat >/tmp/go-build693841089/b1337/importcfg << 'EOF' # internal
2025-08-20T18:59:13.6183081Z [00:02:50.366]➜  # import config
2025-08-20T18:59:13.6183772Z [00:02:50.366]➜  packagefile berty.tech/weshnet/v2/internal/bertyversion=/tmp/go-build693841089/b1333/_pkg_.a
2025-08-20T18:59:13.6184536Z [00:02:50.366]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:13.6185437Z [00:02:50.366]➜  packagefile berty.tech/weshnet/v2/pkg/username=/tmp/go-build693841089/b1287/_pkg_.a
2025-08-20T18:59:13.6186199Z [00:02:50.366]➜  packagefile go.uber.org/multierr=/tmp/go-build693841089/b384/_pkg_.a
2025-08-20T18:59:13.6186702Z [00:02:50.366]➜  packagefile moul.io/openfiles=/tmp/go-build693841089/b1288/_pkg_.a
2025-08-20T18:59:13.6187138Z [00:02:50.366]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:13.6187544Z [00:02:50.366]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:13.6187959Z [00:02:50.366]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:13.6188274Z [00:02:50.366]➜  EOF
2025-08-20T18:59:13.6190507Z [00:02:50.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1337/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/sysutil=>berty.tech/weshnet/v2@v2.0.4/internal/sysutil;$WORK/b1337=>" -p berty.tech/weshnet/v2/internal/sysutil -lang=go1.22 -complete -installsuffix shared -buildid AhPkQk2Ew-HrYF14IvLK/AhPkQk2Ew-HrYF14IvLK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/sysutil/sysutil.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/internal/sysutil/sysutil_unix.go
2025-08-20T18:59:13.6280686Z [00:02:50.375]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T18:59:13.6291437Z [00:02:50.376]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/e8/e8a1bf2dc0c68224771d54221988cb50fe397e0104e6785f380332c7aecf0eb9-d # internal
2025-08-20T18:59:13.6296398Z [00:02:50.376]➜  berty.tech/go-ipfs-log/io/jsonable
2025-08-20T18:59:13.6296752Z [00:02:50.376]➜  mkdir -p $WORK/b1301/
2025-08-20T18:59:13.6297138Z [00:02:50.377]➜  cat >/tmp/go-build693841089/b1301/importcfg << 'EOF' # internal
2025-08-20T18:59:13.6297489Z [00:02:50.377]➜  # import config
2025-08-20T18:59:13.6297908Z [00:02:50.377]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.6298520Z [00:02:50.377]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:13.6299126Z [00:02:50.377]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:13.6299630Z [00:02:50.377]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:13.6300121Z [00:02:50.377]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.6300475Z [00:02:50.377]➜  EOF
2025-08-20T18:59:13.6302876Z [00:02:50.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1301/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/jsonable=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/jsonable;$WORK/b1301=>" -p berty.tech/go-ipfs-log/io/jsonable -lang=go1.22 -complete -installsuffix shared -buildid -UoYegJ_wCHG7-JF_ArR/-UoYegJ_wCHG7-JF_ArR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/jsonable/types.go
2025-08-20T18:59:13.6423929Z [00:02:50.390]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T18:59:13.6445083Z [00:02:50.392]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/5f/5f9e22243e978732c8ef4f5d442fc0d22644d0392fe1f2fccd198873e466c3d4-d # internal
2025-08-20T18:59:13.6450779Z [00:02:50.393]➜  berty.tech/go-ipfs-log/entry/sorting
2025-08-20T18:59:13.6452402Z [00:02:50.393]➜  mkdir -p $WORK/b1303/
2025-08-20T18:59:13.6461807Z [00:02:50.394]➜  cat >/tmp/go-build693841089/b1303/importcfg << 'EOF' # internal
2025-08-20T18:59:13.6463281Z [00:02:50.394]➜  # import config
2025-08-20T18:59:13.6464361Z [00:02:50.394]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.6466092Z [00:02:50.394]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:13.6466938Z [00:02:50.394]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.6467635Z [00:02:50.394]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.6468931Z [00:02:50.394]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:13.6469937Z [00:02:50.394]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.6470300Z [00:02:50.394]➜  EOF
2025-08-20T18:59:13.6472569Z [00:02:50.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1303/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/sorting=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/sorting;$WORK/b1303=>" -p berty.tech/go-ipfs-log/entry/sorting -lang=go1.22 -complete -installsuffix shared -buildid MysZXC2ez1VE6lVVQ0pt/MysZXC2ez1VE6lVVQ0pt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/sorting/sorting.go
2025-08-20T18:59:13.6734909Z [00:02:50.421]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T18:59:13.6735788Z [00:02:50.421]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/dc/dc33f01314d36bf5b8384f3f99fbe202ecbd5ddf018725940e2fce4dca74f1e7-d # internal
2025-08-20T18:59:13.6736447Z [00:02:50.421]➜  berty.tech/weshnet/v2/pkg/verifiablecredstypes
2025-08-20T18:59:13.6742527Z [00:02:50.421]➜  mkdir -p $WORK/b1339/
2025-08-20T18:59:13.6742925Z [00:02:50.421]➜  cat >/tmp/go-build693841089/b1339/importcfg << 'EOF' # internal
2025-08-20T18:59:13.6743275Z [00:02:50.421]➜  # import config
2025-08-20T18:59:13.6743790Z [00:02:50.422]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:13.6744504Z [00:02:50.422]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:13.6745250Z [00:02:50.422]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:13.6745671Z [00:02:50.422]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.6745973Z [00:02:50.422]➜  EOF
2025-08-20T18:59:13.6748141Z [00:02:50.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1339/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/verifiablecredstypes=>berty.tech/weshnet/v2@v2.0.4/pkg/verifiablecredstypes;$WORK/b1339=>" -p berty.tech/weshnet/v2/pkg/verifiablecredstypes -lang=go1.22 -complete -installsuffix shared -buildid lrYWSckfV3Jeyae6-lCo/lrYWSckfV3Jeyae6-lCo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/verifiablecredstypes/bertyverifiablecreds.pb.go
2025-08-20T18:59:13.6763472Z [00:02:50.424]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T18:59:13.6775038Z [00:02:50.425]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/f9/f95f903eabf971eea983fa185178d103dc22ef2585a9baa045acb621fb380bc7-d # internal
2025-08-20T18:59:13.6778361Z [00:02:50.425]➜  github.com/go-jose/go-jose/v3/cipher
2025-08-20T18:59:13.6778691Z [00:02:50.425]➜  mkdir -p $WORK/b1344/
2025-08-20T18:59:13.6784979Z [00:02:50.425]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T18:59:13.6785578Z [00:02:50.426]➜  cat >/tmp/go-build693841089/b1344/importcfg << 'EOF' # internal
2025-08-20T18:59:13.6785929Z [00:02:50.426]➜  # import config
2025-08-20T18:59:13.6791379Z [00:02:50.426]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.6791906Z [00:02:50.426]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:13.6792353Z [00:02:50.426]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:13.6792826Z [00:02:50.426]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:13.6793468Z [00:02:50.426]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:13.6794014Z [00:02:50.426]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:13.6794468Z [00:02:50.426]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:13.6800723Z [00:02:50.426]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:13.6801516Z [00:02:50.426]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:13.6801988Z [00:02:50.426]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:13.6802424Z [00:02:50.426]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.6802830Z [00:02:50.426]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:13.6803221Z [00:02:50.426]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.6803525Z [00:02:50.426]➜  EOF
2025-08-20T18:59:13.6806265Z [00:02:50.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher=>github.com/go-jose/go-jose/v3@v3.0.4/cipher;$WORK/b1344=>" -p github.com/go-jose/go-jose/v3/cipher -lang=go1.12 -complete -installsuffix shared -buildid 7lhJA3EwrurKhWLnABoc/7lhJA3EwrurKhWLnABoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/cbc_hmac.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/concat_kdf.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/ecdh_es.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/key_wrap.go
2025-08-20T18:59:13.6809171Z [00:02:50.426]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/ec/ec21e1fc31878f0c95b51706e8f61fdefb10e33753e6d108f1be246f71fc30ef-d # internal
2025-08-20T18:59:13.6809747Z [00:02:50.426]➜  berty.tech/go-ipfs-log/io/cbor
2025-08-20T18:59:13.6810033Z [00:02:50.426]➜  mkdir -p $WORK/b1299/
2025-08-20T18:59:13.6810402Z [00:02:50.426]➜  cat >/tmp/go-build693841089/b1299/importcfg << 'EOF' # internal
2025-08-20T18:59:13.6810747Z [00:02:50.426]➜  # import config
2025-08-20T18:59:13.6811149Z [00:02:50.427]➜  packagefile berty.tech/go-ipfs-log/enc=/tmp/go-build693841089/b1300/_pkg_.a
2025-08-20T18:59:13.6811703Z [00:02:50.427]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.6812313Z [00:02:50.427]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:13.6812906Z [00:02:50.427]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:13.6813486Z [00:02:50.427]➜  packagefile berty.tech/go-ipfs-log/io/jsonable=/tmp/go-build693841089/b1301/_pkg_.a
2025-08-20T18:59:13.6813987Z [00:02:50.427]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.6814739Z [00:02:50.427]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:13.6815266Z [00:02:50.427]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.6815740Z [00:02:50.427]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:13.6816268Z [00:02:50.427]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.6816811Z [00:02:50.427]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build693841089/b806/_pkg_.a
2025-08-20T18:59:13.6817399Z [00:02:50.427]➜  packagefile github.com/ipfs/go-ipld-cbor/encoding=/tmp/go-build693841089/b807/_pkg_.a
2025-08-20T18:59:13.6817989Z [00:02:50.427]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:13.6818581Z [00:02:50.427]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:13.6819213Z [00:02:50.427]➜  packagefile github.com/libp2p/go-libp2p/core/crypto=/tmp/go-build693841089/b320/_pkg_.a
2025-08-20T18:59:13.6819968Z [00:02:50.427]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:59:13.6820540Z [00:02:50.427]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:13.6820841Z [00:02:50.427]➜  EOF
2025-08-20T18:59:13.6823269Z [00:02:50.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1299/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/cbor=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/cbor;$WORK/b1299=>" -p berty.tech/go-ipfs-log/io/cbor -lang=go1.22 -complete -installsuffix shared -buildid HlfliLyGkdglq2tQ0Zl6/HlfliLyGkdglq2tQ0Zl6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/cbor/cbor.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/cbor/cid.go
2025-08-20T18:59:13.7159541Z [00:02:50.463]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T18:59:13.7160325Z [00:02:50.463]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/fa/fab636d96c012313ad2ffb7154b307d966efcc486192b8994ef83747b39aac16-d # internal
2025-08-20T18:59:13.7161224Z [00:02:50.463]➜  github.com/go-jose/go-jose/v3/json
2025-08-20T18:59:13.7161532Z [00:02:50.463]➜  mkdir -p $WORK/b1345/
2025-08-20T18:59:13.7161910Z [00:02:50.463]➜  cat >/tmp/go-build693841089/b1345/importcfg << 'EOF' # internal
2025-08-20T18:59:13.7162272Z [00:02:50.463]➜  # import config
2025-08-20T18:59:13.7162608Z [00:02:50.463]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.7163032Z [00:02:50.463]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:59:13.7163483Z [00:02:50.463]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:13.7163923Z [00:02:50.463]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.7164334Z [00:02:50.463]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.7169901Z [00:02:50.463]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.7170371Z [00:02:50.463]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:13.7170791Z [00:02:50.463]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:13.7171207Z [00:02:50.463]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:13.7171626Z [00:02:50.463]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:13.7172028Z [00:02:50.463]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:13.7172443Z [00:02:50.463]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.7172850Z [00:02:50.463]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.7173259Z [00:02:50.463]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:13.7173881Z [00:02:50.463]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:59:13.7174411Z [00:02:50.463]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:13.7174922Z [00:02:50.463]➜  EOF
2025-08-20T18:59:13.7177956Z [00:02:50.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json=>github.com/go-jose/go-jose/v3@v3.0.4/json;$WORK/b1345=>" -p github.com/go-jose/go-jose/v3/json -lang=go1.12 -complete -installsuffix shared -buildid Wmr-LAXu3BcDGbpiOIEI/Wmr-LAXu3BcDGbpiOIEI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/tags.go
2025-08-20T18:59:13.7291416Z [00:02:50.476]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T18:59:13.7301923Z [00:02:50.478]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/2c/2c88ebe274343b592330365dcdd8545d9ff5ae26819a4bb79c0f65f6f43ed6f7-d # internal
2025-08-20T18:59:13.7313216Z [00:02:50.479]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/third_party/kilic/bls12-381
2025-08-20T18:59:13.7315079Z [00:02:50.479]➜  mkdir -p $WORK/b1347/
2025-08-20T18:59:13.7316443Z [00:02:50.479]➜  cat >/tmp/go-build693841089/b1347/importcfg << 'EOF' # internal
2025-08-20T18:59:13.7317240Z [00:02:50.479]➜  # import config
2025-08-20T18:59:13.7318866Z [00:02:50.479]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:13.7319916Z [00:02:50.479]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:13.7320767Z [00:02:50.479]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:13.7321697Z [00:02:50.479]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:13.7322293Z [00:02:50.479]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.7323316Z [00:02:50.479]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:13.7323916Z [00:02:50.479]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:13.7324398Z [00:02:50.479]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:13.7325149Z [00:02:50.479]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:13.7326270Z [00:02:50.479]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:13.7326597Z [00:02:50.479]➜  EOF
2025-08-20T18:59:13.7344402Z [00:02:50.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381;$WORK/b1347=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/third_party/kilic/bls12-381 -lang=go1.19 -complete -installsuffix shared -buildid 9YXxVvUe-6h9WUXI5bUd/9YXxVvUe-6h9WUXI5bUd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/arithmetic_fallback.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/bls12_381.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/field_element.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/fp.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/fp12.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/fp2.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/fp6.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/fp_fallback.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/fr.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/fr_fallback.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/g1.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/g1_custom.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/g2.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/glv.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/gt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/hash_to_field.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/hash_to_field_custom.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/isogeny.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/pairing.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/swu.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/swu_custom.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/swu_mod.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/utils.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/third_party/kilic/bls12-381/wnaf.go
2025-08-20T18:59:13.7426600Z [00:02:50.490]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T18:59:13.7431024Z [00:02:50.491]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/7c/7c1c613e2ad1a5b7d169c0355fba5fce3f77bdc2cc637006544519cbdfec7aaa-d # internal
2025-08-20T18:59:13.7431985Z [00:02:50.491]➜  berty.tech/go-ipfs-log/entry
2025-08-20T18:59:13.7435269Z [00:02:50.491]➜  mkdir -p $WORK/b1297/
2025-08-20T18:59:13.7435668Z [00:02:50.491]➜  cat >/tmp/go-build693841089/b1297/importcfg << 'EOF' # internal
2025-08-20T18:59:13.7436015Z [00:02:50.491]➜  # import config
2025-08-20T18:59:13.7436433Z [00:02:50.491]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.7437339Z [00:02:50.491]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:13.7438010Z [00:02:50.491]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:13.7438580Z [00:02:50.491]➜  packagefile berty.tech/go-ipfs-log/io/cbor=/tmp/go-build693841089/b1299/_pkg_.a
2025-08-20T18:59:13.7439065Z [00:02:50.491]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:13.7439506Z [00:02:50.491]➜  packagefile container/heap=/tmp/go-build693841089/b778/_pkg_.a
2025-08-20T18:59:13.7439954Z [00:02:50.491]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.7440389Z [00:02:50.491]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:13.7440844Z [00:02:50.491]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:13.7441337Z [00:02:50.491]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.7441917Z [00:02:50.491]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:13.7442665Z [00:02:50.491]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:13.7443343Z [00:02:50.491]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build693841089/b1302/_pkg_.a
2025-08-20T18:59:13.7443824Z [00:02:50.491]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:13.7444224Z [00:02:50.491]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:13.7445014Z [00:02:50.491]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.7445439Z [00:02:50.491]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.7445740Z [00:02:50.491]➜  EOF
2025-08-20T18:59:13.7449874Z [00:02:50.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1297/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry;$WORK/b1297=>" -p berty.tech/go-ipfs-log/entry -lang=go1.22 -complete -installsuffix shared -buildid S1pCmT97POHO10JAr_R_/S1pCmT97POHO10JAr_R_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/entry.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/entry_io.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/entry_map.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/fetcher.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/lamportclock.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/queue.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/entry/utils.go
2025-08-20T18:59:13.8485507Z [00:02:50.596]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T18:59:13.8504804Z [00:02:50.598]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/b2/b2a84bfe5641464647af1994fdfd47d049ceb444740b16124cf791ccfbf1c98d-d # internal
2025-08-20T18:59:13.8506850Z [00:02:50.598]➜  berty.tech/go-ipfs-log
2025-08-20T18:59:13.8508166Z [00:02:50.598]➜  mkdir -p $WORK/b1291/
2025-08-20T18:59:13.8514416Z [00:02:50.599]➜  cat >/tmp/go-build693841089/b1291/importcfg << 'EOF' # internal
2025-08-20T18:59:13.8516578Z [00:02:50.599]➜  # import config
2025-08-20T18:59:13.8517076Z [00:02:50.599]➜  packagefile berty.tech/go-ipfs-log/accesscontroller=/tmp/go-build693841089/b1292/_pkg_.a
2025-08-20T18:59:13.8517680Z [00:02:50.599]➜  packagefile berty.tech/go-ipfs-log/entry=/tmp/go-build693841089/b1297/_pkg_.a
2025-08-20T18:59:13.8518268Z [00:02:50.599]➜  packagefile berty.tech/go-ipfs-log/entry/sorting=/tmp/go-build693841089/b1303/_pkg_.a
2025-08-20T18:59:13.8518849Z [00:02:50.599]➜  packagefile berty.tech/go-ipfs-log/errmsg=/tmp/go-build693841089/b1294/_pkg_.a
2025-08-20T18:59:13.8519708Z [00:02:50.599]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:13.8520521Z [00:02:50.599]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:13.8521159Z [00:02:50.599]➜  packagefile berty.tech/go-ipfs-log/io/cbor=/tmp/go-build693841089/b1299/_pkg_.a
2025-08-20T18:59:13.8521648Z [00:02:50.599]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.8522062Z [00:02:50.599]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.8522524Z [00:02:50.599]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.8523096Z [00:02:50.599]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:13.8523607Z [00:02:50.599]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:13.8524021Z [00:02:50.599]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.8524432Z [00:02:50.599]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.8524993Z [00:02:50.599]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:13.8525301Z [00:02:50.599]➜  EOF
2025-08-20T18:59:13.8527600Z [00:02:50.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1291/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb;$WORK/b1291=>" -p berty.tech/go-ipfs-log -lang=go1.22 -complete -installsuffix shared -buildid HbIxqTyZQtFJfpPzG3Yf/HbIxqTyZQtFJfpPzG3Yf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/log.go /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/log_io.go
2025-08-20T18:59:13.9566107Z [00:02:50.704]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T18:59:13.9598359Z [00:02:50.707]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/30/302c8b4e8e6f7ea924c9f0e4a95c8cfd9dd3b4d4609c8d48f95ed1a30bd93e6f-d # internal
2025-08-20T18:59:13.9607819Z [00:02:50.707]➜  berty.tech/go-ipfs-log/io
2025-08-20T18:59:13.9610892Z [00:02:50.707]➜  mkdir -p $WORK/b1304/
2025-08-20T18:59:13.9611293Z [00:02:50.708]➜  cat >/tmp/go-build693841089/b1304/importcfg << 'EOF' # internal
2025-08-20T18:59:13.9611649Z [00:02:50.708]➜  # import config
2025-08-20T18:59:13.9612075Z [00:02:50.708]➜  packagefile berty.tech/go-ipfs-log/entry=/tmp/go-build693841089/b1297/_pkg_.a
2025-08-20T18:59:13.9612636Z [00:02:50.708]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:13.9613200Z [00:02:50.708]➜  packagefile berty.tech/go-ipfs-log/io/cbor=/tmp/go-build693841089/b1299/_pkg_.a
2025-08-20T18:59:13.9613699Z [00:02:50.708]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.9614181Z [00:02:50.708]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.9614860Z [00:02:50.708]➜  packagefile github.com/ipfs/go-ipld-format=/tmp/go-build693841089/b576/_pkg_.a
2025-08-20T18:59:13.9615521Z [00:02:50.708]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:13.9615932Z [00:02:50.708]➜  EOF
2025-08-20T18:59:13.9617984Z [00:02:50.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1304/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io=>berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io;$WORK/b1304=>" -p berty.tech/go-ipfs-log/io -lang=go1.22 -complete -installsuffix shared -buildid im2LllRVoKR1GNH6Lbbr/im2LllRVoKR1GNH6Lbbr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack /root/go/pkg/mod/berty.tech/go-ipfs-log@v1.10.3-0.20240719141234-29e2d26e2aeb/io/compatibility.go
2025-08-20T18:59:13.9907019Z [00:02:50.738]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T18:59:13.9910227Z [00:02:50.738]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T18:59:13.9935522Z [00:02:50.741]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/63/63add601a64b225396c236481827bec4c1260cf1e4d2b401611f0d2142db160d-d # internal
2025-08-20T18:59:13.9937762Z [00:02:50.741]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/f8/f8f35342c17af5978fa061ad0e32cd8704d4522a195f2c397e8d30d35dadcbbf-d # internal
2025-08-20T18:59:13.9946822Z [00:02:50.742]➜  berty.tech/go-orbit-db/stores/operation
2025-08-20T18:59:13.9958393Z [00:02:50.743]➜  berty.tech/go-orbit-db/accesscontroller
2025-08-20T18:59:13.9959548Z [00:02:50.743]➜  mkdir -p $WORK/b1307/
2025-08-20T18:59:13.9960308Z [00:02:50.743]➜  cat >/tmp/go-build693841089/b1307/importcfg << 'EOF' # internal
2025-08-20T18:59:13.9960736Z [00:02:50.743]➜  # import config
2025-08-20T18:59:13.9961211Z [00:02:50.743]➜  packagefile berty.tech/go-ipfs-log/accesscontroller=/tmp/go-build693841089/b1292/_pkg_.a
2025-08-20T18:59:13.9961830Z [00:02:50.743]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:13.9962549Z [00:02:50.743]➜  packagefile berty.tech/go-ipfs-log/io=/tmp/go-build693841089/b1304/_pkg_.a
2025-08-20T18:59:13.9963216Z [00:02:50.743]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:13.9963692Z [00:02:50.743]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.9964329Z [00:02:50.743]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:13.9965352Z [00:02:50.743]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build693841089/b806/_pkg_.a
2025-08-20T18:59:13.9965951Z [00:02:50.743]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:13.9966569Z [00:02:50.743]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:59:13.9967105Z [00:02:50.743]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:13.9967555Z [00:02:50.743]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:13.9967968Z [00:02:50.743]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:13.9968471Z [00:02:50.743]➜  EOF
2025-08-20T18:59:13.9971572Z [00:02:50.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1307/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller;$WORK/b1307=>" -p berty.tech/go-orbit-db/accesscontroller -lang=go1.22 -complete -installsuffix shared -buildid kezsMy7Ps6KNY4m8smBz/kezsMy7Ps6KNY4m8smBz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/interface.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/manifest.go
2025-08-20T18:59:13.9974216Z [00:02:50.743]➜  mkdir -p $WORK/b1311/
2025-08-20T18:59:13.9974717Z [00:02:50.744]➜  cat >/tmp/go-build693841089/b1311/importcfg << 'EOF' # internal
2025-08-20T18:59:13.9975124Z [00:02:50.744]➜  # import config
2025-08-20T18:59:13.9975525Z [00:02:50.744]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:13.9976016Z [00:02:50.744]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:13.9976446Z [00:02:50.744]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:13.9976744Z [00:02:50.744]➜  EOF
2025-08-20T18:59:13.9979978Z [00:02:50.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1311/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/operation=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/operation;$WORK/b1311=>" -p berty.tech/go-orbit-db/stores/operation -lang=go1.22 -complete -installsuffix shared -buildid liRXeMw8SoAzsXeqzmI7/liRXeMw8SoAzsXeqzmI7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/operation/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/operation/interface.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/operation/operation.go
2025-08-20T18:59:14.0269561Z [00:02:50.774]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T18:59:14.0277644Z [00:02:50.775]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/2d/2dcf9815f3ffc5fdaa83228a3c2bce13f966b9fd5dee39ba802bd8b398028f65-d # internal
2025-08-20T18:59:14.0287162Z [00:02:50.776]➜  berty.tech/go-orbit-db/utils
2025-08-20T18:59:14.0292495Z [00:02:50.777]➜  mkdir -p $WORK/b1324/
2025-08-20T18:59:14.0293421Z [00:02:50.777]➜  cat >/tmp/go-build693841089/b1324/importcfg << 'EOF' # internal
2025-08-20T18:59:14.0293842Z [00:02:50.777]➜  # import config
2025-08-20T18:59:14.0294263Z [00:02:50.777]➜  packagefile berty.tech/go-ipfs-log/io=/tmp/go-build693841089/b1304/_pkg_.a
2025-08-20T18:59:14.0295177Z [00:02:50.777]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.0295612Z [00:02:50.777]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.0296073Z [00:02:50.777]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.0296820Z [00:02:50.777]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build693841089/b806/_pkg_.a
2025-08-20T18:59:14.0297414Z [00:02:50.777]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.0298033Z [00:02:50.777]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:59:14.0298536Z [00:02:50.777]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:14.0298838Z [00:02:50.777]➜  EOF
2025-08-20T18:59:14.0301285Z [00:02:50.777]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1324/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/utils=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/utils;$WORK/b1324=>" -p berty.tech/go-orbit-db/utils -lang=go1.22 -complete -installsuffix shared -buildid AWRJTXEkzu_HAB8e_NhZ/AWRJTXEkzu_HAB8e_NhZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/utils/create_db_manifest.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/utils/doc.go
2025-08-20T18:59:14.0582098Z [00:02:50.805]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T18:59:14.0613930Z [00:02:50.807]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/0a/0a0c05d4ad7f74573bab7af2366e8b1b0a71de7b70ddaaf62830d442b1e18b39-d # internal
2025-08-20T18:59:14.0621096Z [00:02:50.809]➜  berty.tech/go-orbit-db/stores/replicator
2025-08-20T18:59:14.0621460Z [00:02:50.810]➜  mkdir -p $WORK/b1312/
2025-08-20T18:59:14.0630083Z [00:02:50.810]➜  cat >/tmp/go-build693841089/b1312/importcfg << 'EOF' # internal
2025-08-20T18:59:14.0630948Z [00:02:50.810]➜  # import config
2025-08-20T18:59:14.0632401Z [00:02:50.810]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.0633651Z [00:02:50.810]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.0634286Z [00:02:50.810]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:14.0636731Z [00:02:50.810]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.0637280Z [00:02:50.810]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.0637694Z [00:02:50.810]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.0638426Z [00:02:50.810]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.0639159Z [00:02:50.810]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.0639862Z [00:02:50.810]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:14.0640519Z [00:02:50.810]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:14.0641163Z [00:02:50.810]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:14.0641752Z [00:02:50.810]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:14.0642348Z [00:02:50.810]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build693841089/b1106/_pkg_.a
2025-08-20T18:59:14.0642884Z [00:02:50.810]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.0643409Z [00:02:50.810]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build693841089/b1302/_pkg_.a
2025-08-20T18:59:14.0643898Z [00:02:50.810]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.0644533Z [00:02:50.810]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.0645017Z [00:02:50.810]➜  EOF
2025-08-20T18:59:14.0649950Z [00:02:50.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1312/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator;$WORK/b1312=>" -p berty.tech/go-orbit-db/stores/replicator -lang=go1.22 -complete -installsuffix shared -buildid Z1TvSnlLx1fNAmkjgexq/Z1TvSnlLx1fNAmkjgexq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator/events.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator/interface.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator/queue.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator/replication_info.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/replicator/replicator.go
2025-08-20T18:59:14.0654077Z [00:02:50.812]➜  cd $WORK/b1243
2025-08-20T18:59:14.0658642Z [00:02:50.813]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x001.o -c _cgo_export.c
2025-08-20T18:59:14.0860323Z [00:02:50.834]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T18:59:14.0867038Z [00:02:50.834]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/2e/2ebed81fb4c95f66a507e492537d5e2f958cf7cb5ee675848fe76ea085fe4af8-d # internal
2025-08-20T18:59:14.0869727Z [00:02:50.834]➜  github.com/go-jose/go-jose/v3
2025-08-20T18:59:14.0870432Z [00:02:50.835]➜  mkdir -p $WORK/b1343/
2025-08-20T18:59:14.0900250Z [00:02:50.837]➜  cat >/tmp/go-build693841089/b1343/importcfg << 'EOF' # internal
2025-08-20T18:59:14.0900753Z [00:02:50.837]➜  # import config
2025-08-20T18:59:14.0901103Z [00:02:50.837]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:14.0901550Z [00:02:50.837]➜  packagefile compress/flate=/tmp/go-build693841089/b123/_pkg_.a
2025-08-20T18:59:14.0902005Z [00:02:50.837]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:14.0902437Z [00:02:50.837]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:14.0902890Z [00:02:50.837]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:14.0903345Z [00:02:50.837]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:14.0903805Z [00:02:50.837]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:14.0904281Z [00:02:50.837]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:14.0904899Z [00:02:50.837]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:14.0905361Z [00:02:50.837]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:14.0906015Z [00:02:50.837]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:14.0906472Z [00:02:50.837]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:14.0907115Z [00:02:50.837]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:14.0907604Z [00:02:50.837]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:14.0908059Z [00:02:50.838]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:14.0908508Z [00:02:50.838]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:14.0908968Z [00:02:50.838]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:14.0909449Z [00:02:50.838]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:14.0909911Z [00:02:50.838]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:14.0910348Z [00:02:50.838]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.0910751Z [00:02:50.838]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.0911260Z [00:02:50.838]➜  packagefile github.com/go-jose/go-jose/v3/cipher=/tmp/go-build693841089/b1344/_pkg_.a
2025-08-20T18:59:14.0911862Z [00:02:50.838]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build693841089/b1345/_pkg_.a
2025-08-20T18:59:14.0912435Z [00:02:50.838]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build693841089/b330/_pkg_.a
2025-08-20T18:59:14.0912908Z [00:02:50.838]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:14.0913304Z [00:02:50.838]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:14.0913837Z [00:02:50.838]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:14.0914347Z [00:02:50.838]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:14.0914915Z [00:02:50.838]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:14.0915331Z [00:02:50.838]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.0915745Z [00:02:50.838]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:14.0916064Z [00:02:50.838]➜  EOF
2025-08-20T18:59:14.0935006Z [00:02:50.838]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.0939613Z [00:02:50.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4=>github.com/go-jose/go-jose/v3@v3.0.4;$WORK/b1343=>" -p github.com/go-jose/go-jose/v3 -lang=go1.12 -complete -installsuffix shared -buildid Dl_C1_NUd10o1RGvritV/Dl_C1_NUd10o1RGvritV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/asymmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/crypter.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/encoding.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwe.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwk.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jws.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/opaque.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/shared.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/signing.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/symmetric.go
2025-08-20T18:59:14.1218007Z [00:02:50.866]➜  cd $WORK/b1243
2025-08-20T18:59:14.1224926Z [00:02:50.866]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x002.o -c backup.cgo2.c
2025-08-20T18:59:14.1250609Z [00:02:50.872]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T18:59:14.1373251Z [00:02:50.885]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/37/37f61eb0ca3366ec86898e92e2abdaf0e1715e82989098a4fa9bfbafe4d7813c-d # internal
2025-08-20T18:59:14.1416265Z [00:02:50.888]➜  github.com/kilic/bls12-381
2025-08-20T18:59:14.1416757Z [00:02:50.888]➜  mkdir -p $WORK/b1348/
2025-08-20T18:59:14.1417166Z [00:02:50.888]➜  cat >/tmp/go-build693841089/b1348/importcfg << 'EOF' # internal
2025-08-20T18:59:14.1417517Z [00:02:50.888]➜  # import config
2025-08-20T18:59:14.1417890Z [00:02:50.888]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:14.1418347Z [00:02:50.888]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:14.1418800Z [00:02:50.888]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:14.1419234Z [00:02:50.888]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.1419641Z [00:02:50.888]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.1420278Z [00:02:50.888]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:14.1420761Z [00:02:50.888]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:14.1421181Z [00:02:50.888]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:14.1431595Z [00:02:50.888]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:14.1431911Z [00:02:50.888]➜  EOF
2025-08-20T18:59:14.1432194Z [00:02:50.888]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.1582999Z [00:02:50.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69=>github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69;$WORK/b1348=>" -p github.com/kilic/bls12-381 -lang=go1.13 -complete -installsuffix shared -buildid SRiA24gB4WbAyH2VaN3E/SRiA24gB4WbAyH2VaN3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/arithmetic_fallback.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/bls12_381.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/field_element.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/fp.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/fp12.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/fp2.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/fp6.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/fp_fallback.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/fr.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/fr_fallback.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/g1.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/g2.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/glv.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/gt.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/hash_to_field.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/isogeny.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/pairing.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/swu.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/utils.go /root/go/pkg/mod/github.com/kilic/bls12-381@v0.1.1-0.20210503002446-7b7597926c69/wnaf.go
2025-08-20T18:59:14.1590436Z [00:02:50.905]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T18:59:14.1606107Z [00:02:50.907]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/34/34d4ff4c630414011c061080553c757593344368fa4fb75645602650dcf26275-d # internal
2025-08-20T18:59:14.1606727Z [00:02:50.907]➜  berty.tech/go-orbit-db/iface
2025-08-20T18:59:14.1607019Z [00:02:50.908]➜  mkdir -p $WORK/b1309/
2025-08-20T18:59:14.1607436Z [00:02:50.908]➜  cat >/tmp/go-build693841089/b1309/importcfg << 'EOF' # internal
2025-08-20T18:59:14.1607777Z [00:02:50.908]➜  # import config
2025-08-20T18:59:14.1608170Z [00:02:50.908]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.1608718Z [00:02:50.908]➜  packagefile berty.tech/go-ipfs-log/entry=/tmp/go-build693841089/b1297/_pkg_.a
2025-08-20T18:59:14.1609326Z [00:02:50.908]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.1609919Z [00:02:50.908]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:14.1610485Z [00:02:50.908]➜  packagefile berty.tech/go-ipfs-log/keystore=/tmp/go-build693841089/b1295/_pkg_.a
2025-08-20T18:59:14.1611286Z [00:02:50.908]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.1613185Z [00:02:50.908]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.1613864Z [00:02:50.908]➜  packagefile berty.tech/go-orbit-db/events=/tmp/go-build693841089/b1310/_pkg_.a
2025-08-20T18:59:14.1614470Z [00:02:50.908]➜  packagefile berty.tech/go-orbit-db/stores/operation=/tmp/go-build693841089/b1311/_pkg_.a
2025-08-20T18:59:14.1615277Z [00:02:50.908]➜  packagefile berty.tech/go-orbit-db/stores/replicator=/tmp/go-build693841089/b1312/_pkg_.a
2025-08-20T18:59:14.1615801Z [00:02:50.908]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.1616271Z [00:02:50.908]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.1616810Z [00:02:50.908]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:14.1617406Z [00:02:50.908]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.1618187Z [00:02:50.908]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:14.1618871Z [00:02:50.908]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.1619460Z [00:02:50.908]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:14.1620110Z [00:02:50.908]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.1620542Z [00:02:50.908]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.1620841Z [00:02:50.908]➜  EOF
2025-08-20T18:59:14.1623262Z [00:02:50.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1309/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/iface=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/iface;$WORK/b1309=>" -p berty.tech/go-orbit-db/iface -lang=go1.22 -complete -installsuffix shared -buildid XOwtsg2D5rMUac5k6qFl/XOwtsg2D5rMUac5k6qFl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/iface/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/iface/interface.go
2025-08-20T18:59:14.1625578Z [00:02:50.909]➜  cd $WORK/b1243
2025-08-20T18:59:14.1629585Z [00:02:50.909]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x003.o -c callback.cgo2.c
2025-08-20T18:59:14.1954329Z [00:02:50.942]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x004.o -c error.cgo2.c
2025-08-20T18:59:14.2399777Z [00:02:50.987]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T18:59:14.2427073Z [00:02:50.990]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x005.o -c flags.cgo2.c
2025-08-20T18:59:14.2449561Z [00:02:50.992]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/28/2896dc55f921dcf491c8848a12a7decea90a1c21e085cc761d9afad1a78fa430-d # internal
2025-08-20T18:59:14.2469921Z [00:02:50.995]➜  berty.tech/go-orbit-db/accesscontroller/ipfs
2025-08-20T18:59:14.2471045Z [00:02:50.995]➜  mkdir -p $WORK/b1306/
2025-08-20T18:59:14.2476729Z [00:02:50.995]➜  cat >/tmp/go-build693841089/b1306/importcfg << 'EOF' # internal
2025-08-20T18:59:14.2477124Z [00:02:50.995]➜  # import config
2025-08-20T18:59:14.2477595Z [00:02:50.995]➜  packagefile berty.tech/go-ipfs-log/accesscontroller=/tmp/go-build693841089/b1292/_pkg_.a
2025-08-20T18:59:14.2478609Z [00:02:50.995]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.2479266Z [00:02:50.995]➜  packagefile berty.tech/go-ipfs-log/io=/tmp/go-build693841089/b1304/_pkg_.a
2025-08-20T18:59:14.2479864Z [00:02:50.995]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.2480478Z [00:02:50.995]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.2481044Z [00:02:50.995]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.2481542Z [00:02:50.995]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.2481989Z [00:02:50.995]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.2482419Z [00:02:50.995]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.2482879Z [00:02:50.995]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.2483417Z [00:02:50.995]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build693841089/b806/_pkg_.a
2025-08-20T18:59:14.2484012Z [00:02:50.995]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.2484739Z [00:02:50.995]➜  packagefile github.com/polydawn/refmt/obj/atlas=/tmp/go-build693841089/b609/_pkg_.a
2025-08-20T18:59:14.2485617Z [00:02:50.995]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.2486141Z [00:02:50.995]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.2486446Z [00:02:50.995]➜  EOF
2025-08-20T18:59:14.2497114Z [00:02:50.996]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.2500263Z [00:02:50.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1306/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/ipfs=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/ipfs;$WORK/b1306=>" -p berty.tech/go-orbit-db/accesscontroller/ipfs -lang=go1.22 -complete -installsuffix shared -buildid NKy6O0DOYO0MVkbtG5dw/NKy6O0DOYO0MVkbtG5dw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/ipfs/accesscontroller_ipfs.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/ipfs/doc.go
2025-08-20T18:59:14.2745772Z [00:02:51.021]➜  cd $WORK/b1243
2025-08-20T18:59:14.2750002Z [00:02:51.021]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x006.o -c sqlite3.cgo2.c
2025-08-20T18:59:14.2966160Z [00:02:51.043]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T18:59:14.2971687Z [00:02:51.045]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/2e/2e57b0aab8cde6bd73a72f744267cb1223a8286a2e722e5343eec68d1e86a8a1-d # internal
2025-08-20T18:59:14.2983201Z [00:02:51.046]➜  berty.tech/go-orbit-db/accesscontroller/utils
2025-08-20T18:59:14.2985934Z [00:02:51.046]➜  mkdir -p $WORK/b1314/
2025-08-20T18:59:14.2988524Z [00:02:51.046]➜  cat >/tmp/go-build693841089/b1314/importcfg << 'EOF' # internal
2025-08-20T18:59:14.2989038Z [00:02:51.046]➜  # import config
2025-08-20T18:59:14.2990875Z [00:02:51.046]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.2991877Z [00:02:51.046]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.2994508Z [00:02:51.046]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.2995088Z [00:02:51.046]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.2995558Z [00:02:51.046]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.2996019Z [00:02:51.046]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:14.2996437Z [00:02:51.046]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.2996744Z [00:02:51.046]➜  EOF
2025-08-20T18:59:14.2997018Z [00:02:51.047]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.3000643Z [00:02:51.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1314/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/utils=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/utils;$WORK/b1314=>" -p berty.tech/go-orbit-db/accesscontroller/utils -lang=go1.22 -complete -installsuffix shared -buildid 9CiJeOg62K4spfrAVzGB/9CiJeOg62K4spfrAVzGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/utils/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/utils/ensure_ac_address.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/utils/utils.go
2025-08-20T18:59:14.3335793Z [00:02:51.081]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T18:59:14.3368203Z [00:02:51.084]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/61/6197b1dc7fe9183dec731ef5e69f6eddb7978d7b146f26d1a1501a0032ed4ee6-d # internal
2025-08-20T18:59:14.3423531Z [00:02:51.090]➜  berty.tech/go-orbit-db/stores
2025-08-20T18:59:14.3425186Z [00:02:51.090]➜  mkdir -p $WORK/b1315/
2025-08-20T18:59:14.3425893Z [00:02:51.090]➜  cat >/tmp/go-build693841089/b1315/importcfg << 'EOF' # internal
2025-08-20T18:59:14.3426364Z [00:02:51.090]➜  # import config
2025-08-20T18:59:14.3426785Z [00:02:51.090]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.3427344Z [00:02:51.090]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.3427962Z [00:02:51.090]➜  packagefile berty.tech/go-orbit-db/stores/replicator=/tmp/go-build693841089/b1312/_pkg_.a
2025-08-20T18:59:14.3428729Z [00:02:51.090]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.3429307Z [00:02:51.090]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.3429709Z [00:02:51.090]➜  EOF
2025-08-20T18:59:14.3432164Z [00:02:51.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1315/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores;$WORK/b1315=>" -p berty.tech/go-orbit-db/stores -lang=go1.22 -complete -installsuffix shared -buildid Ea8cDa8YRphUnWw38fOR/Ea8cDa8YRphUnWw38fOR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/events.go
2025-08-20T18:59:14.3756972Z [00:02:51.123]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T18:59:14.3765429Z [00:02:51.124]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/c8/c8ea1b05fccb92031a12c28a0958ed250d0bf76d6d39c7e0e435459de9d1b860-d # internal
2025-08-20T18:59:14.3780398Z [00:02:51.125]➜  berty.tech/go-orbit-db/accesscontroller/orbitdb
2025-08-20T18:59:14.3780850Z [00:02:51.125]➜  mkdir -p $WORK/b1313/
2025-08-20T18:59:14.3781265Z [00:02:51.125]➜  cat >/tmp/go-build693841089/b1313/importcfg << 'EOF' # internal
2025-08-20T18:59:14.3781613Z [00:02:51.125]➜  # import config
2025-08-20T18:59:14.3782085Z [00:02:51.125]➜  packagefile berty.tech/go-ipfs-log/accesscontroller=/tmp/go-build693841089/b1292/_pkg_.a
2025-08-20T18:59:14.3782737Z [00:02:51.125]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.3783376Z [00:02:51.125]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.3784053Z [00:02:51.125]➜  packagefile berty.tech/go-orbit-db/accesscontroller/utils=/tmp/go-build693841089/b1314/_pkg_.a
2025-08-20T18:59:14.3784804Z [00:02:51.125]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.3785421Z [00:02:51.125]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.3785975Z [00:02:51.125]➜  packagefile berty.tech/go-orbit-db/stores=/tmp/go-build693841089/b1315/_pkg_.a
2025-08-20T18:59:14.3786740Z [00:02:51.125]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.3787273Z [00:02:51.125]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.3787708Z [00:02:51.125]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.3788168Z [00:02:51.125]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.3788744Z [00:02:51.125]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:14.3789401Z [00:02:51.125]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:14.3789961Z [00:02:51.125]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.3790389Z [00:02:51.125]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.3790689Z [00:02:51.125]➜  EOF
2025-08-20T18:59:14.3803997Z [00:02:51.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1313/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/orbitdb=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/orbitdb;$WORK/b1313=>" -p berty.tech/go-orbit-db/accesscontroller/orbitdb -lang=go1.22 -complete -installsuffix shared -buildid QZhjISXTEG4Dy17rHoOB/QZhjISXTEG4Dy17rHoOB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/orbitdb/accesscontroller_orbitdb.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/orbitdb/doc.go
2025-08-20T18:59:14.3896101Z [00:02:51.136]➜  cd $WORK/b1243
2025-08-20T18:59:14.3900311Z [00:02:51.136]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x007.o -c sqlite3_context.cgo2.c
2025-08-20T18:59:14.4100069Z [00:02:51.157]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T18:59:14.4142376Z [00:02:51.162]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/f2/f2d51bfa10d3b5797cfc54d1cd53210b20c8134b5e07ece08a5d943b5031dffc-d # internal
2025-08-20T18:59:14.4189189Z [00:02:51.166]➜  berty.tech/go-orbit-db/accesscontroller/simple
2025-08-20T18:59:14.4191008Z [00:02:51.166]➜  mkdir -p $WORK/b1316/
2025-08-20T18:59:14.4191669Z [00:02:51.166]➜  cat >/tmp/go-build693841089/b1316/importcfg << 'EOF' # internal
2025-08-20T18:59:14.4192471Z [00:02:51.166]➜  # import config
2025-08-20T18:59:14.4193508Z [00:02:51.166]➜  packagefile berty.tech/go-ipfs-log/accesscontroller=/tmp/go-build693841089/b1292/_pkg_.a
2025-08-20T18:59:14.4194206Z [00:02:51.166]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.4199247Z [00:02:51.166]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.4200214Z [00:02:51.166]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.4200856Z [00:02:51.166]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.4201346Z [00:02:51.166]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.4201762Z [00:02:51.166]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.4202227Z [00:02:51.166]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.4202727Z [00:02:51.166]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.4203154Z [00:02:51.166]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.4203455Z [00:02:51.166]➜  EOF
2025-08-20T18:59:14.4203727Z [00:02:51.166]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.4206974Z [00:02:51.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1316/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/simple=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/simple;$WORK/b1316=>" -p berty.tech/go-orbit-db/accesscontroller/simple -lang=go1.22 -complete -installsuffix shared -buildid roYIhLK_cA-Fl5tkOy0a/roYIhLK_cA-Fl5tkOy0a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/simple/accesscontroller_simple.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/accesscontroller/simple/doc.go
2025-08-20T18:59:14.4482886Z [00:02:51.196]➜  cd $WORK/b1243
2025-08-20T18:59:14.4487740Z [00:02:51.196]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x008.o -c sqlite3_load_extension.cgo2.c
2025-08-20T18:59:14.4564531Z [00:02:51.204]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T18:59:14.4577458Z [00:02:51.205]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/ac/acee7a98c0c98fdfcf6ed022a95da947b0b4db283c2d8c9ace9dafa4a24ef297-d # internal
2025-08-20T18:59:14.4606690Z [00:02:51.208]➜  berty.tech/go-orbit-db/messagemarshaler
2025-08-20T18:59:14.4607544Z [00:02:51.208]➜  mkdir -p $WORK/b1321/
2025-08-20T18:59:14.4610222Z [00:02:51.209]➜  cat >/tmp/go-build693841089/b1321/importcfg << 'EOF' # internal
2025-08-20T18:59:14.4610605Z [00:02:51.209]➜  # import config
2025-08-20T18:59:14.4611025Z [00:02:51.209]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.4611545Z [00:02:51.209]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.4611875Z [00:02:51.209]➜  EOF
2025-08-20T18:59:14.4618184Z [00:02:51.209]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.4621972Z [00:02:51.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1321/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/messagemarshaler=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/messagemarshaler;$WORK/b1321=>" -p berty.tech/go-orbit-db/messagemarshaler -lang=go1.22 -complete -installsuffix shared -buildid IjwfrxD3v9odHc0lZAPw/IjwfrxD3v9odHc0lZAPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/messagemarshaler/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/messagemarshaler/json_marshaler.go
2025-08-20T18:59:14.4672309Z [00:02:51.214]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T18:59:14.4691807Z [00:02:51.216]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/5b/5b0ab42d1f75b8416bb35235f94fdd0f046999f46803b384f494b0630af744e0-d # internal
2025-08-20T18:59:14.4707248Z [00:02:51.218]➜  berty.tech/go-orbit-db/pubsub
2025-08-20T18:59:14.4708501Z [00:02:51.218]➜  mkdir -p $WORK/b1322/
2025-08-20T18:59:14.4720571Z [00:02:51.220]➜  cat >/tmp/go-build693841089/b1322/importcfg << 'EOF' # internal
2025-08-20T18:59:14.4726131Z [00:02:51.220]➜  # import config
2025-08-20T18:59:14.4727381Z [00:02:51.220]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.4728090Z [00:02:51.220]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:14.4728733Z [00:02:51.220]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.4729388Z [00:02:51.220]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:14.4730035Z [00:02:51.220]➜  EOF
2025-08-20T18:59:14.4741257Z [00:02:51.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1322/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub;$WORK/b1322=>" -p berty.tech/go-orbit-db/pubsub -lang=go1.22 -complete -installsuffix shared -buildid snqWHZYwvZ47zecH1z5A/snqWHZYwvZ47zecH1z5A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/event.go
2025-08-20T18:59:14.4806830Z [00:02:51.228]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T18:59:14.4813677Z [00:02:51.229]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/12/12b94699ec1c5d16aecd88c437effa7a9932974690b3ba10f7d16d0963ee2ab2-d # internal
2025-08-20T18:59:14.4814358Z [00:02:51.229]➜  github.com/teserakt-io/golang-ed25519/edwards25519
2025-08-20T18:59:14.4814885Z [00:02:51.229]➜  mkdir -p $WORK/b1351/
2025-08-20T18:59:14.4819919Z [00:02:51.229]➜  cat >/tmp/go-build693841089/b1351/importcfg << 'EOF' # internal
2025-08-20T18:59:14.4821614Z [00:02:51.229]➜  # import config
2025-08-20T18:59:14.4822046Z [00:02:51.229]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:14.4822398Z [00:02:51.229]➜  EOF
2025-08-20T18:59:14.4825441Z [00:02:51.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/teserakt-io/golang-ed25519@v0.0.0-20210104091850-3888c087a4c8/edwards25519=>github.com/teserakt-io/golang-ed25519@v0.0.0-20210104091850-3888c087a4c8/edwards25519;$WORK/b1351=>" -p github.com/teserakt-io/golang-ed25519/edwards25519 -lang=go1.13 -complete -installsuffix shared -buildid CmsGunnqgV4Nwtazf38Z/CmsGunnqgV4Nwtazf38Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack /root/go/pkg/mod/github.com/teserakt-io/golang-ed25519@v0.0.0-20210104091850-3888c087a4c8/edwards25519/const.go /root/go/pkg/mod/github.com/teserakt-io/golang-ed25519@v0.0.0-20210104091850-3888c087a4c8/edwards25519/edwards25519.go
2025-08-20T18:59:14.4912074Z [00:02:51.239]➜  cd $WORK/b1243
2025-08-20T18:59:14.4916674Z [00:02:51.239]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x009.o -c sqlite3_opt_userauth_omit.cgo2.c
2025-08-20T18:59:14.5029721Z [00:02:51.250]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T18:59:14.5045420Z [00:02:51.252]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T18:59:14.5071789Z [00:02:51.255]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/a6/a6e7be064d95c902e8f0b794e7efaa9a7ba721281e01d0f7ba041ef31b9146d6-d # internal
2025-08-20T18:59:14.5077740Z [00:02:51.255]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub
2025-08-20T18:59:14.5078606Z [00:02:51.255]➜  mkdir -p $WORK/b1346/
2025-08-20T18:59:14.5079795Z [00:02:51.255]➜  cat >/tmp/go-build693841089/b1346/importcfg << 'EOF' # internal
2025-08-20T18:59:14.5080151Z [00:02:51.255]➜  # import config
2025-08-20T18:59:14.5080509Z [00:02:51.255]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:14.5080973Z [00:02:51.255]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:14.5081410Z [00:02:51.255]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.5081822Z [00:02:51.255]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.5082616Z [00:02:51.255]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/third_party/kilic/bls12-381=/tmp/go-build693841089/b1347/_pkg_.a
2025-08-20T18:59:14.5083639Z [00:02:51.255]➜  packagefile github.com/kilic/bls12-381=/tmp/go-build693841089/b1348/_pkg_.a
2025-08-20T18:59:14.5085523Z [00:02:51.255]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build693841089/b346/_pkg_.a
2025-08-20T18:59:14.5086224Z [00:02:51.256]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:59:14.5086691Z [00:02:51.256]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:14.5087370Z [00:02:51.256]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:14.5087770Z [00:02:51.256]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:14.5088075Z [00:02:51.256]➜  EOF
2025-08-20T18:59:14.5088656Z [00:02:51.256]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/41/411e799ed9960287160fec2ac43e7b0c172aceb8f1e13df046215fd555fae53a-d # internal
2025-08-20T18:59:14.5089256Z [00:02:51.256]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.5097502Z [00:02:51.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub;$WORK/b1346=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub -lang=go1.19 -complete -installsuffix shared -buildid VPZIHiXqLWyRq8A6l3EQ/VPZIHiXqLWyRq8A6l3EQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/bbs12381g2pub.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/fr.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/keys.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/proof_of_knowledge.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/signature.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/signature_message.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/signature_proof.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/primitive/bbs12381g2pub/utils.go
2025-08-20T18:59:14.5104305Z [00:02:51.257]➜  berty.tech/go-orbit-db/pubsub/oneonone
2025-08-20T18:59:14.5114156Z [00:02:51.257]➜  mkdir -p $WORK/b1323/
2025-08-20T18:59:14.5114922Z [00:02:51.257]➜  cat >/tmp/go-build693841089/b1323/importcfg << 'EOF' # internal
2025-08-20T18:59:14.5115284Z [00:02:51.257]➜  # import config
2025-08-20T18:59:14.5116048Z [00:02:51.257]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.5116613Z [00:02:51.257]➜  packagefile berty.tech/go-orbit-db/pubsub=/tmp/go-build693841089/b1322/_pkg_.a
2025-08-20T18:59:14.5117098Z [00:02:51.257]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.5117506Z [00:02:51.257]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.5118026Z [00:02:51.257]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.5118686Z [00:02:51.257]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:14.5119508Z [00:02:51.257]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.5120049Z [00:02:51.257]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.5120481Z [00:02:51.257]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:14.5120896Z [00:02:51.257]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.5121298Z [00:02:51.257]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.5121694Z [00:02:51.257]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.5121993Z [00:02:51.257]➜  EOF
2025-08-20T18:59:14.5124764Z [00:02:51.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1323/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/oneonone=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/oneonone;$WORK/b1323=>" -p berty.tech/go-orbit-db/pubsub/oneonone -lang=go1.22 -complete -installsuffix shared -buildid tlB-KeCn2vV5rheII2jC/tlB-KeCn2vV5rheII2jC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/oneonone/channel.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/oneonone/doc.go
2025-08-20T18:59:14.5145634Z [00:02:51.262]➜  cd $WORK/b1243
2025-08-20T18:59:14.5160447Z [00:02:51.262]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x010.o -c sqlite3_other.cgo2.c
2025-08-20T18:59:14.5351020Z [00:02:51.282]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x011.o -c sqlite3_type.cgo2.c
2025-08-20T18:59:14.5598905Z [00:02:51.307]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T18:59:14.5612164Z [00:02:51.309]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/8d/8d2ab8c2db5ac7dc16a8bd13726ec3757fa8a18f7b8cccde843aba17587e102d-d # internal
2025-08-20T18:59:14.5691313Z [00:02:51.317]➜  berty.tech/go-orbit-db/baseorbitdb
2025-08-20T18:59:14.5692451Z [00:02:51.317]➜  mkdir -p $WORK/b1317/
2025-08-20T18:59:14.5693501Z [00:02:51.317]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.5697612Z [00:02:51.317]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x012.o -c aes.c
2025-08-20T18:59:14.5709809Z [00:02:51.318]➜  cat >/tmp/go-build693841089/b1317/importcfg << 'EOF' # internal
2025-08-20T18:59:14.5710938Z [00:02:51.318]➜  # import config
2025-08-20T18:59:14.5711365Z [00:02:51.318]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.5711959Z [00:02:51.318]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.5712550Z [00:02:51.318]➜  packagefile berty.tech/go-ipfs-log/io=/tmp/go-build693841089/b1304/_pkg_.a
2025-08-20T18:59:14.5713358Z [00:02:51.318]➜  packagefile berty.tech/go-ipfs-log/keystore=/tmp/go-build693841089/b1295/_pkg_.a
2025-08-20T18:59:14.5714092Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.5714899Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/accesscontroller/utils=/tmp/go-build693841089/b1314/_pkg_.a
2025-08-20T18:59:14.5715566Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.5716137Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/cache=/tmp/go-build693841089/b1318/_pkg_.a
2025-08-20T18:59:14.5716750Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/cache/cacheleveldown=/tmp/go-build693841089/b1319/_pkg_.a
2025-08-20T18:59:14.5718317Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.5719221Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/internal/buildconstraints=/tmp/go-build693841089/b1320/_pkg_.a
2025-08-20T18:59:14.5720156Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/messagemarshaler=/tmp/go-build693841089/b1321/_pkg_.a
2025-08-20T18:59:14.5720829Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/pubsub=/tmp/go-build693841089/b1322/_pkg_.a
2025-08-20T18:59:14.5721427Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/pubsub/oneonone=/tmp/go-build693841089/b1323/_pkg_.a
2025-08-20T18:59:14.5722819Z [00:02:51.318]➜  packagefile berty.tech/go-orbit-db/utils=/tmp/go-build693841089/b1324/_pkg_.a
2025-08-20T18:59:14.5723539Z [00:02:51.318]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.5723954Z [00:02:51.318]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.5724762Z [00:02:51.318]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.5731790Z [00:02:51.318]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:14.5732385Z [00:02:51.318]➜  packagefile github.com/ipfs/go-ds-leveldb=/tmp/go-build693841089/b1157/_pkg_.a
2025-08-20T18:59:14.5732956Z [00:02:51.318]➜  packagefile github.com/ipfs/go-ipld-cbor=/tmp/go-build693841089/b806/_pkg_.a
2025-08-20T18:59:14.5733879Z [00:02:51.318]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.5734504Z [00:02:51.318]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:14.5740024Z [00:02:51.318]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.5740679Z [00:02:51.318]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:14.5741297Z [00:02:51.318]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:14.5741891Z [00:02:51.318]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build693841089/b1106/_pkg_.a
2025-08-20T18:59:14.5742431Z [00:02:51.318]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.5742869Z [00:02:51.318]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:14.5743284Z [00:02:51.318]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.5743685Z [00:02:51.318]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.5744087Z [00:02:51.318]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.5744392Z [00:02:51.318]➜  EOF
2025-08-20T18:59:14.5744777Z [00:02:51.318]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T18:59:14.5745839Z [00:02:51.319]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.5752383Z [00:02:51.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1317/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/baseorbitdb=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/baseorbitdb;$WORK/b1317=>" -p berty.tech/go-orbit-db/baseorbitdb -lang=go1.22 -complete -installsuffix shared -buildid MkO31a_v3FNR9ki7WWmv/MkO31a_v3FNR9ki7WWmv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/baseorbitdb/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/baseorbitdb/events.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/baseorbitdb/events_handler.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/baseorbitdb/orbitdb.go
2025-08-20T18:59:14.5755803Z [00:02:51.320]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/9f/9fe1e360fcc45a385ba852e6c38487a4b8f1d852853b20786ec841142dd00e32-d # internal
2025-08-20T18:59:14.5756405Z [00:02:51.320]➜  berty.tech/go-orbit-db/pubsub/pubsubcoreapi
2025-08-20T18:59:14.5756727Z [00:02:51.320]➜  mkdir -p $WORK/b1327/
2025-08-20T18:59:14.5757101Z [00:02:51.321]➜  cat >/tmp/go-build693841089/b1327/importcfg << 'EOF' # internal
2025-08-20T18:59:14.5757559Z [00:02:51.321]➜  # import config
2025-08-20T18:59:14.5758078Z [00:02:51.321]➜  packagefile berty.tech/go-orbit-db/events=/tmp/go-build693841089/b1310/_pkg_.a
2025-08-20T18:59:14.5758641Z [00:02:51.321]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.5759192Z [00:02:51.321]➜  packagefile berty.tech/go-orbit-db/pubsub=/tmp/go-build693841089/b1322/_pkg_.a
2025-08-20T18:59:14.5759858Z [00:02:51.321]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.5760382Z [00:02:51.321]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.5761028Z [00:02:51.321]➜  packagefile github.com/ipfs/kubo/core/coreiface/options=/tmp/go-build693841089/b539/_pkg_.a
2025-08-20T18:59:14.5761670Z [00:02:51.321]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.5762265Z [00:02:51.321]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:14.5762867Z [00:02:51.321]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build693841089/b1106/_pkg_.a
2025-08-20T18:59:14.5763617Z [00:02:51.321]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.5764056Z [00:02:51.321]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.5764456Z [00:02:51.321]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.5772936Z [00:02:51.321]➜  EOF
2025-08-20T18:59:14.5775912Z [00:02:51.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1327/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubcoreapi=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubcoreapi;$WORK/b1327=>" -p berty.tech/go-orbit-db/pubsub/pubsubcoreapi -lang=go1.22 -complete -installsuffix shared -buildid w9lAScELazTygP2naVkY/w9lAScELazTygP2naVkY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubcoreapi/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubcoreapi/pubsub.go
2025-08-20T18:59:14.5861891Z [00:02:51.334]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T18:59:14.5874568Z [00:02:51.335]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/2b/2ba47441d9e272571e5ef454249309dfe819d1a9ea79abfb37c2b438e0f8c701-d # internal
2025-08-20T18:59:14.5901659Z [00:02:51.338]➜  berty.tech/go-orbit-db/pubsub/directchannel
2025-08-20T18:59:14.5902476Z [00:02:51.338]➜  mkdir -p $WORK/b1331/
2025-08-20T18:59:14.5905130Z [00:02:51.338]➜  cat >/tmp/go-build693841089/b1331/importcfg << 'EOF' # internal
2025-08-20T18:59:14.5906120Z [00:02:51.338]➜  # import config
2025-08-20T18:59:14.5906965Z [00:02:51.338]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.5907617Z [00:02:51.338]➜  packagefile berty.tech/go-orbit-db/pubsub=/tmp/go-build693841089/b1322/_pkg_.a
2025-08-20T18:59:14.5908113Z [00:02:51.338]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:14.5908532Z [00:02:51.338]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.5908982Z [00:02:51.338]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:14.5909423Z [00:02:51.338]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.5909943Z [00:02:51.338]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:14.5910568Z [00:02:51.338]➜  packagefile github.com/libp2p/go-libp2p/core/network=/tmp/go-build693841089/b652/_pkg_.a
2025-08-20T18:59:14.5911194Z [00:02:51.338]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.5911728Z [00:02:51.338]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.5912279Z [00:02:51.338]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:14.5912657Z [00:02:51.338]➜  EOF
2025-08-20T18:59:14.5917293Z [00:02:51.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1331/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/directchannel=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/directchannel;$WORK/b1331=>" -p berty.tech/go-orbit-db/pubsub/directchannel -lang=go1.22 -complete -installsuffix shared -buildid DuIwUSMPWZl9G2PyB1Hs/DuIwUSMPWZl9G2PyB1Hs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/directchannel/channel.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/directchannel/doc.go
2025-08-20T18:59:14.6269509Z [00:02:51.374]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T18:59:14.6276130Z [00:02:51.375]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/54/5407049484d5b7395c67df4408cddef1adf1a56f373408a3afc86ceb3e4ea119-d # internal
2025-08-20T18:59:14.6282460Z [00:02:51.376]➜  berty.tech/go-orbit-db/pubsub/pubsubraw
2025-08-20T18:59:14.6282871Z [00:02:51.376]➜  mkdir -p $WORK/b1332/
2025-08-20T18:59:14.6287098Z [00:02:51.376]➜  cat >/tmp/go-build693841089/b1332/importcfg << 'EOF' # internal
2025-08-20T18:59:14.6287593Z [00:02:51.376]➜  # import config
2025-08-20T18:59:14.6288015Z [00:02:51.376]➜  packagefile berty.tech/go-orbit-db/events=/tmp/go-build693841089/b1310/_pkg_.a
2025-08-20T18:59:14.6293708Z [00:02:51.376]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.6294384Z [00:02:51.376]➜  packagefile berty.tech/go-orbit-db/pubsub=/tmp/go-build693841089/b1322/_pkg_.a
2025-08-20T18:59:14.6297630Z [00:02:51.376]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.6298181Z [00:02:51.376]➜  packagefile github.com/libp2p/go-libp2p-pubsub=/tmp/go-build693841089/b1071/_pkg_.a
2025-08-20T18:59:14.6298808Z [00:02:51.376]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.6299409Z [00:02:51.376]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:14.6300002Z [00:02:51.376]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build693841089/b1106/_pkg_.a
2025-08-20T18:59:14.6300546Z [00:02:51.376]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.6300980Z [00:02:51.376]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.6301282Z [00:02:51.376]➜  EOF
2025-08-20T18:59:14.6304189Z [00:02:51.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1332/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubraw=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubraw;$WORK/b1332=>" -p berty.tech/go-orbit-db/pubsub/pubsubraw -lang=go1.22 -complete -installsuffix shared -buildid ilRVuF_vDb-zGnK5OzBu/ilRVuF_vDb-zGnK5OzBu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubraw/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/pubsub/pubsubraw/pubsub.go
2025-08-20T18:59:14.6351073Z [00:02:51.382]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T18:59:14.6366877Z [00:02:51.384]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/8d/8d4623add8981d325f0e9b7bcddf593078e195d93f9c4560f5e5398a800b3a3f-d # internal
2025-08-20T18:59:14.6409718Z [00:02:51.388]➜  berty.tech/go-orbit-db/stores/basestore
2025-08-20T18:59:14.6410132Z [00:02:51.388]➜  mkdir -p $WORK/b1326/
2025-08-20T18:59:14.6423984Z [00:02:51.390]➜  cat >/tmp/go-build693841089/b1326/importcfg << 'EOF' # internal
2025-08-20T18:59:14.6424521Z [00:02:51.390]➜  # import config
2025-08-20T18:59:14.6425402Z [00:02:51.390]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.6426198Z [00:02:51.390]➜  packagefile berty.tech/go-ipfs-log/accesscontroller=/tmp/go-build693841089/b1292/_pkg_.a
2025-08-20T18:59:14.6426922Z [00:02:51.390]➜  packagefile berty.tech/go-ipfs-log/entry=/tmp/go-build693841089/b1297/_pkg_.a
2025-08-20T18:59:14.6427640Z [00:02:51.390]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.6428580Z [00:02:51.390]➜  packagefile berty.tech/go-ipfs-log/iface=/tmp/go-build693841089/b1298/_pkg_.a
2025-08-20T18:59:14.6429289Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/accesscontroller=/tmp/go-build693841089/b1307/_pkg_.a
2025-08-20T18:59:14.6430053Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/accesscontroller/simple=/tmp/go-build693841089/b1316/_pkg_.a
2025-08-20T18:59:14.6430798Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.6431475Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/events=/tmp/go-build693841089/b1310/_pkg_.a
2025-08-20T18:59:14.6432321Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.6433054Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/messagemarshaler=/tmp/go-build693841089/b1321/_pkg_.a
2025-08-20T18:59:14.6433837Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/pubsub/pubsubcoreapi=/tmp/go-build693841089/b1327/_pkg_.a
2025-08-20T18:59:14.6434553Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/stores=/tmp/go-build693841089/b1315/_pkg_.a
2025-08-20T18:59:14.6435370Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/stores/operation=/tmp/go-build693841089/b1311/_pkg_.a
2025-08-20T18:59:14.6436102Z [00:02:51.390]➜  packagefile berty.tech/go-orbit-db/stores/replicator=/tmp/go-build693841089/b1312/_pkg_.a
2025-08-20T18:59:14.6436730Z [00:02:51.390]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.6437281Z [00:02:51.390]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:14.6437840Z [00:02:51.390]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.6438367Z [00:02:51.390]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.6438854Z [00:02:51.390]➜  packagefile github.com/ipfs/boxo/path=/tmp/go-build693841089/b622/_pkg_.a
2025-08-20T18:59:14.6445800Z [00:02:51.390]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.6447851Z [00:02:51.390]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:14.6448497Z [00:02:51.390]➜  packagefile github.com/ipfs/go-libipfs/files=/tmp/go-build693841089/b1328/_pkg_.a
2025-08-20T18:59:14.6449110Z [00:02:51.390]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.6449985Z [00:02:51.390]➜  packagefile github.com/libp2p/go-libp2p/core/event=/tmp/go-build693841089/b653/_pkg_.a
2025-08-20T18:59:14.6450745Z [00:02:51.390]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:14.6451473Z [00:02:51.390]➜  packagefile github.com/libp2p/go-libp2p/p2p/host/eventbus=/tmp/go-build693841089/b679/_pkg_.a
2025-08-20T18:59:14.6452067Z [00:02:51.390]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:14.6452634Z [00:02:51.390]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:14.6453217Z [00:02:51.390]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:14.6453809Z [00:02:51.390]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build693841089/b1106/_pkg_.a
2025-08-20T18:59:14.6456319Z [00:02:51.390]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:14.6456768Z [00:02:51.390]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.6457173Z [00:02:51.390]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.6457478Z [00:02:51.390]➜  EOF
2025-08-20T18:59:14.6461309Z [00:02:51.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1326/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/basestore=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/basestore;$WORK/b1326=>" -p berty.tech/go-orbit-db/stores/basestore -lang=go1.22 -complete -installsuffix shared -buildid gl0fbr7Mj-FiR9tMu8JD/gl0fbr7Mj-FiR9tMu8JD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/basestore/base_index.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/basestore/base_store.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/basestore/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/basestore/noop_index.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/basestore/utils.go
2025-08-20T18:59:14.6567790Z [00:02:51.404]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.6572721Z [00:02:51.404]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x013.o -c burn_stack.c
2025-08-20T18:59:14.6779417Z [00:02:51.425]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T18:59:14.6808347Z [00:02:51.428]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/fe/fece1e563eb36c6de6bc8e4101c4f341b5a6ef2798357772d96395a953c3de35-d # internal
2025-08-20T18:59:14.6809350Z [00:02:51.428]➜  github.com/teserakt-io/golang-ed25519/extra25519
2025-08-20T18:59:14.6809698Z [00:02:51.428]➜  mkdir -p $WORK/b1350/
2025-08-20T18:59:14.6810074Z [00:02:51.428]➜  cat >/tmp/go-build693841089/b1350/importcfg << 'EOF' # internal
2025-08-20T18:59:14.6810417Z [00:02:51.428]➜  # import config
2025-08-20T18:59:14.6811030Z [00:02:51.428]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:14.6811791Z [00:02:51.428]➜  packagefile github.com/teserakt-io/golang-ed25519/edwards25519=/tmp/go-build693841089/b1351/_pkg_.a
2025-08-20T18:59:14.6812289Z [00:02:51.428]➜  EOF
2025-08-20T18:59:14.6812567Z [00:02:51.428]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.6815184Z [00:02:51.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/teserakt-io/golang-ed25519@v0.0.0-20210104091850-3888c087a4c8/extra25519=>github.com/teserakt-io/golang-ed25519@v0.0.0-20210104091850-3888c087a4c8/extra25519;$WORK/b1350=>" -p github.com/teserakt-io/golang-ed25519/extra25519 -lang=go1.13 -complete -installsuffix shared -buildid HOzgkQT5kcJH9LlGS-Ks/HOzgkQT5kcJH9LlGS-Ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /root/go/pkg/mod/github.com/teserakt-io/golang-ed25519@v0.0.0-20210104091850-3888c087a4c8/extra25519/extra25519.go
2025-08-20T18:59:14.6927033Z [00:02:51.438]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T18:59:14.6927847Z [00:02:51.438]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/bb/bbcd0150c8786d922fb445bebb7e13b328fd186f4ba63feef7115a7fb6aa15a1-d # internal
2025-08-20T18:59:14.6928605Z [00:02:51.438]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/cryptoutil
2025-08-20T18:59:14.6929050Z [00:02:51.438]➜  mkdir -p $WORK/b1349/
2025-08-20T18:59:14.6929716Z [00:02:51.438]➜  cat >/tmp/go-build693841089/b1349/importcfg << 'EOF' # internal
2025-08-20T18:59:14.6930061Z [00:02:51.438]➜  # import config
2025-08-20T18:59:14.6930421Z [00:02:51.438]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:14.6930889Z [00:02:51.438]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:14.6931333Z [00:02:51.438]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.6931744Z [00:02:51.438]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.6932314Z [00:02:51.438]➜  packagefile github.com/teserakt-io/golang-ed25519/extra25519=/tmp/go-build693841089/b1350/_pkg_.a
2025-08-20T18:59:14.6933127Z [00:02:51.438]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build693841089/b346/_pkg_.a
2025-08-20T18:59:14.6933721Z [00:02:51.438]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:14.6934327Z [00:02:51.438]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:14.6934908Z [00:02:51.438]➜  EOF
2025-08-20T18:59:14.6938486Z [00:02:51.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/cryptoutil=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/cryptoutil;$WORK/b1349=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/cryptoutil -lang=go1.19 -complete -installsuffix shared -buildid 9gxAS18770QowMwkuRi1/9gxAS18770QowMwkuRi1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/cryptoutil/legacy_utils.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/internal/cryptoutil/utils.go
2025-08-20T18:59:14.7013046Z [00:02:51.448]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.7017406Z [00:02:51.448]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x014.o -c cbc_decrypt.c
2025-08-20T18:59:14.7047464Z [00:02:51.452]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T18:59:14.7071167Z [00:02:51.454]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/ee/eedd751c6c61fb69377b6b86509dbc01d84733842404175d41c2230fb857abb1-d # internal
2025-08-20T18:59:14.7071934Z [00:02:51.454]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk
2025-08-20T18:59:14.7073431Z [00:02:51.454]➜  mkdir -p $WORK/b1342/
2025-08-20T18:59:14.7075475Z [00:02:51.455]➜  cat >/tmp/go-build693841089/b1342/importcfg << 'EOF' # internal
2025-08-20T18:59:14.7075937Z [00:02:51.455]➜  # import config
2025-08-20T18:59:14.7076306Z [00:02:51.455]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:14.7077122Z [00:02:51.455]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:14.7077584Z [00:02:51.455]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:14.7078030Z [00:02:51.455]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:14.7078487Z [00:02:51.455]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:14.7078953Z [00:02:51.455]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.7079395Z [00:02:51.455]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.7079806Z [00:02:51.455]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.7080491Z [00:02:51.455]➜  packagefile github.com/btcsuite/btcd/btcec=/tmp/go-build693841089/b1296/_pkg_.a
2025-08-20T18:59:14.7081070Z [00:02:51.455]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build693841089/b1343/_pkg_.a
2025-08-20T18:59:14.7081906Z [00:02:51.455]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub=/tmp/go-build693841089/b1346/_pkg_.a
2025-08-20T18:59:14.7082941Z [00:02:51.455]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/cryptoutil=/tmp/go-build693841089/b1349/_pkg_.a
2025-08-20T18:59:14.7083781Z [00:02:51.455]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:14.7084418Z [00:02:51.455]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build693841089/b328/_pkg_.a
2025-08-20T18:59:14.7085122Z [00:02:51.455]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:14.7085548Z [00:02:51.455]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.7085857Z [00:02:51.455]➜  EOF
2025-08-20T18:59:14.7086132Z [00:02:51.455]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.7089237Z [00:02:51.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/jose/jwk=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/jose/jwk;$WORK/b1342=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk -lang=go1.19 -complete -installsuffix shared -buildid 6EbExT_-y4Dw4xyjQzhP/6EbExT_-y4Dw4xyjQzhP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/jose/jwk/jwk.go
2025-08-20T18:59:14.7093050Z [00:02:51.457]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T18:59:14.7112613Z [00:02:51.459]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/ee/ee757c48437df3c2511c0868c694af2fffdcfbcd478e983eaf90725b74c2a6d0-d # internal
2025-08-20T18:59:14.7150649Z [00:02:51.462]➜  github.com/hyperledger/aries-framework-go/component/log/internal/metadata
2025-08-20T18:59:14.7152310Z [00:02:51.462]➜  mkdir -p $WORK/b1356/
2025-08-20T18:59:14.7152706Z [00:02:51.463]➜  cat >/tmp/go-build693841089/b1356/importcfg << 'EOF' # internal
2025-08-20T18:59:14.7153052Z [00:02:51.463]➜  # import config
2025-08-20T18:59:14.7153389Z [00:02:51.463]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.7153973Z [00:02:51.463]➜  packagefile github.com/hyperledger/aries-framework-go/spi/log=/tmp/go-build693841089/b1357/_pkg_.a
2025-08-20T18:59:14.7154542Z [00:02:51.463]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.7155142Z [00:02:51.463]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.7155738Z [00:02:51.463]➜  EOF
2025-08-20T18:59:14.7164575Z [00:02:51.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/metadata=>github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/metadata;$WORK/b1356=>" -p github.com/hyperledger/aries-framework-go/component/log/internal/metadata -lang=go1.19 -complete -installsuffix shared -buildid qP6HQDgfFWjn6rU_8nho/qP6HQDgfFWjn6rU_8nho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/metadata/callerInfo.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/metadata/level.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/metadata/opts.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/metadata/utils.go
2025-08-20T18:59:14.7496081Z [00:02:51.497]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.7500437Z [00:02:51.497]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x015.o -c cbc_done.c
2025-08-20T18:59:14.7525352Z [00:02:51.500]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T18:59:14.7533701Z [00:02:51.501]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/49/49df5b572039d2526b21121d14f31870c5bd82540e6adbdc8cd4fb9bacf6438d-d # internal
2025-08-20T18:59:14.7538991Z [00:02:51.501]➜  github.com/hyperledger/aries-framework-go/component/log/internal/modlog
2025-08-20T18:59:14.7542139Z [00:02:51.502]➜  mkdir -p $WORK/b1358/
2025-08-20T18:59:14.7583866Z [00:02:51.506]➜  cat >/tmp/go-build693841089/b1358/importcfg << 'EOF' # internal
2025-08-20T18:59:14.7584528Z [00:02:51.506]➜  # import config
2025-08-20T18:59:14.7585020Z [00:02:51.506]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:14.7585443Z [00:02:51.506]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.7586131Z [00:02:51.506]➜  packagefile github.com/hyperledger/aries-framework-go/component/log/internal/metadata=/tmp/go-build693841089/b1356/_pkg_.a
2025-08-20T18:59:14.7586960Z [00:02:51.506]➜  packagefile github.com/hyperledger/aries-framework-go/spi/log=/tmp/go-build693841089/b1357/_pkg_.a
2025-08-20T18:59:14.7587629Z [00:02:51.506]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build693841089/b507/_pkg_.a
2025-08-20T18:59:14.7588120Z [00:02:51.506]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:14.7588511Z [00:02:51.506]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:14.7588906Z [00:02:51.506]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:14.7589342Z [00:02:51.506]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:14.7589967Z [00:02:51.506]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:14.7590384Z [00:02:51.506]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:14.7590800Z [00:02:51.506]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.7591423Z [00:02:51.506]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:59:14.7591734Z [00:02:51.506]➜  EOF
2025-08-20T18:59:14.7592006Z [00:02:51.506]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.7596079Z [00:02:51.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/modlog=>github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/modlog;$WORK/b1358=>" -p github.com/hyperledger/aries-framework-go/component/log/internal/modlog -lang=go1.19 -complete -installsuffix shared -buildid I9PBUcab2p0YawMJtzc9/I9PBUcab2p0YawMJtzc9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/modlog/deflog.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/modlog/logtestutils.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/internal/modlog/modlog.go
2025-08-20T18:59:14.7731117Z [00:02:51.520]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T18:59:14.7741650Z [00:02:51.521]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/1c/1ce09384254eac845a0ee76cc9666a5c4c302214360dd0199882f1281088bfab-d # internal
2025-08-20T18:59:14.7774370Z [00:02:51.525]➜  github.com/piprate/json-gold/ld/internal/jsoncanonicalizer
2025-08-20T18:59:14.7777880Z [00:02:51.525]➜  mkdir -p $WORK/b1361/
2025-08-20T18:59:14.7789885Z [00:02:51.526]➜  cat >/tmp/go-build693841089/b1361/importcfg << 'EOF' # internal
2025-08-20T18:59:14.7792712Z [00:02:51.526]➜  # import config
2025-08-20T18:59:14.7793143Z [00:02:51.526]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:14.7793593Z [00:02:51.526]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.7794017Z [00:02:51.526]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.7794417Z [00:02:51.526]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:14.7794941Z [00:02:51.526]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:14.7795357Z [00:02:51.526]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.7796021Z [00:02:51.526]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:59:14.7796413Z [00:02:51.526]➜  EOF
2025-08-20T18:59:14.7799254Z [00:02:51.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/internal/jsoncanonicalizer=>github.com/piprate/json-gold@v0.4.2/ld/internal/jsoncanonicalizer;$WORK/b1361=>" -p github.com/piprate/json-gold/ld/internal/jsoncanonicalizer -lang=go1.13 -complete -installsuffix shared -buildid bDqPyEqU8Pxpkc-1c2pY/bDqPyEqU8Pxpkc-1c2pY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/importcfg -pack /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/internal/jsoncanonicalizer/es6numfmt.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/internal/jsoncanonicalizer/jsoncanonicalizer.go
2025-08-20T18:59:14.7941298Z [00:02:51.541]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.7948110Z [00:02:51.541]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x016.o -c cbc_encrypt.c
2025-08-20T18:59:14.8038333Z [00:02:51.551]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T18:59:14.8060891Z [00:02:51.553]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T18:59:14.8070290Z [00:02:51.555]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/92/9218c57d2bc48908c5248c0db0b305e96aefee97953035aeeaa9166003a3e9be-d # internal
2025-08-20T18:59:14.8077396Z [00:02:51.555]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/9e/9ef7f04c9cae2ad0bfb315f4034b7e54499d2f4ec4faad952f32df55a363dbf6-d # internal
2025-08-20T18:59:14.8080694Z [00:02:51.555]➜  github.com/hyperledger/aries-framework-go/component/log
2025-08-20T18:59:14.8081071Z [00:02:51.556]➜  mkdir -p $WORK/b1355/
2025-08-20T18:59:14.8085154Z [00:02:51.556]➜  cat >/tmp/go-build693841089/b1355/importcfg << 'EOF' # internal
2025-08-20T18:59:14.8085631Z [00:02:51.556]➜  # import config
2025-08-20T18:59:14.8086245Z [00:02:51.556]➜  packagefile github.com/hyperledger/aries-framework-go/component/log/internal/metadata=/tmp/go-build693841089/b1356/_pkg_.a
2025-08-20T18:59:14.8087419Z [00:02:51.556]➜  packagefile github.com/hyperledger/aries-framework-go/component/log/internal/modlog=/tmp/go-build693841089/b1358/_pkg_.a
2025-08-20T18:59:14.8088340Z [00:02:51.556]➜  packagefile github.com/hyperledger/aries-framework-go/spi/log=/tmp/go-build693841089/b1357/_pkg_.a
2025-08-20T18:59:14.8088915Z [00:02:51.556]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.8089220Z [00:02:51.556]➜  EOF
2025-08-20T18:59:14.8091061Z [00:02:51.557]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.8096728Z [00:02:51.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3=>github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3;$WORK/b1355=>" -p github.com/hyperledger/aries-framework-go/component/log -lang=go1.19 -complete -installsuffix shared -buildid m5EHTwchfz9arZql8k3X/m5EHTwchfz9arZql8k3X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/log.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/log@v0.0.0-20230427134832-0c9969493bd3/provider.go
2025-08-20T18:59:14.8101572Z [00:02:51.557]➜  berty.tech/go-orbit-db/stores/documentstore
2025-08-20T18:59:14.8101999Z [00:02:51.557]➜  mkdir -p $WORK/b1325/
2025-08-20T18:59:14.8102624Z [00:02:51.558]➜  cat >/tmp/go-build693841089/b1325/importcfg << 'EOF' # internal
2025-08-20T18:59:14.8102968Z [00:02:51.558]➜  # import config
2025-08-20T18:59:14.8103360Z [00:02:51.558]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.8103956Z [00:02:51.558]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.8104565Z [00:02:51.558]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.8105374Z [00:02:51.558]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.8105981Z [00:02:51.558]➜  packagefile berty.tech/go-orbit-db/stores/basestore=/tmp/go-build693841089/b1326/_pkg_.a
2025-08-20T18:59:14.8106799Z [00:02:51.558]➜  packagefile berty.tech/go-orbit-db/stores/operation=/tmp/go-build693841089/b1311/_pkg_.a
2025-08-20T18:59:14.8107321Z [00:02:51.558]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.8107774Z [00:02:51.558]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.8108197Z [00:02:51.558]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.8108707Z [00:02:51.558]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.8109214Z [00:02:51.558]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.8109624Z [00:02:51.558]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.8109930Z [00:02:51.558]➜  EOF
2025-08-20T18:59:14.8113080Z [00:02:51.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1325/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/documentstore=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/documentstore;$WORK/b1325=>" -p berty.tech/go-orbit-db/stores/documentstore -lang=go1.22 -complete -installsuffix shared -buildid oCjfyEb8tV049AfXvDPP/oCjfyEb8tV049AfXvDPP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/documentstore/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/documentstore/document.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/documentstore/index.go
2025-08-20T18:59:14.8336013Z [00:02:51.581]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.8340003Z [00:02:51.581]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x017.o -c cbc_start.c
2025-08-20T18:59:14.8392386Z [00:02:51.586]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T18:59:14.8399098Z [00:02:51.587]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T18:59:14.8399905Z [00:02:51.587]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/94/949a40ea325d2028f716204a35281e552c812fd5a191f87b24a502fc7b768bed-d # internal
2025-08-20T18:59:14.8401174Z [00:02:51.587]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/f1/f12029194a6efa4b04c21c00b30eb716c967e286cdbadb651dbe95c0df608754-d # internal
2025-08-20T18:59:14.8407576Z [00:02:51.588]➜  berty.tech/go-orbit-db/stores/eventlogstore
2025-08-20T18:59:14.8407927Z [00:02:51.588]➜  mkdir -p $WORK/b1329/
2025-08-20T18:59:14.8411246Z [00:02:51.589]➜  berty.tech/go-orbit-db/stores/kvstore
2025-08-20T18:59:14.8412044Z [00:02:51.589]➜  mkdir -p $WORK/b1330/
2025-08-20T18:59:14.8426126Z [00:02:51.590]➜  cat >/tmp/go-build693841089/b1329/importcfg << 'EOF' # internal
2025-08-20T18:59:14.8426727Z [00:02:51.590]➜  # import config
2025-08-20T18:59:14.8427243Z [00:02:51.590]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.8428336Z [00:02:51.590]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.8429089Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.8429686Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.8430361Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/stores/basestore=/tmp/go-build693841089/b1326/_pkg_.a
2025-08-20T18:59:14.8431084Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/stores/operation=/tmp/go-build693841089/b1311/_pkg_.a
2025-08-20T18:59:14.8431689Z [00:02:51.590]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.8432176Z [00:02:51.590]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.8432729Z [00:02:51.590]➜  packagefile github.com/ipfs/go-cid=/tmp/go-build693841089/b337/_pkg_.a
2025-08-20T18:59:14.8433390Z [00:02:51.590]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.8433997Z [00:02:51.590]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.8434384Z [00:02:51.590]➜  EOF
2025-08-20T18:59:14.8434905Z [00:02:51.590]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.8438457Z [00:02:51.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1329/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/eventlogstore=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/eventlogstore;$WORK/b1329=>" -p berty.tech/go-orbit-db/stores/eventlogstore -lang=go1.22 -complete -installsuffix shared -buildid PY5PG7DDPsLAtiOio-3t/PY5PG7DDPsLAtiOio-3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/eventlogstore/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/eventlogstore/index.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/eventlogstore/log.go
2025-08-20T18:59:14.8441406Z [00:02:51.590]➜  cat >/tmp/go-build693841089/b1330/importcfg << 'EOF' # internal
2025-08-20T18:59:14.8441883Z [00:02:51.590]➜  # import config
2025-08-20T18:59:14.8442371Z [00:02:51.590]➜  packagefile berty.tech/go-ipfs-log=/tmp/go-build693841089/b1291/_pkg_.a
2025-08-20T18:59:14.8443044Z [00:02:51.590]➜  packagefile berty.tech/go-ipfs-log/identityprovider=/tmp/go-build693841089/b1293/_pkg_.a
2025-08-20T18:59:14.8443742Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/address=/tmp/go-build693841089/b1308/_pkg_.a
2025-08-20T18:59:14.8444382Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.8445490Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/stores/basestore=/tmp/go-build693841089/b1326/_pkg_.a
2025-08-20T18:59:14.8446329Z [00:02:51.590]➜  packagefile berty.tech/go-orbit-db/stores/operation=/tmp/go-build693841089/b1311/_pkg_.a
2025-08-20T18:59:14.8446966Z [00:02:51.590]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.8447477Z [00:02:51.590]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.8448296Z [00:02:51.590]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.8448834Z [00:02:51.590]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.8449157Z [00:02:51.590]➜  EOF
2025-08-20T18:59:14.8455310Z [00:02:51.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1330/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/kvstore=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/kvstore;$WORK/b1330=>" -p berty.tech/go-orbit-db/stores/kvstore -lang=go1.22 -complete -installsuffix shared -buildid 1ZZpaR09TlhzEe7ntZRi/1ZZpaR09TlhzEe7ntZRi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/kvstore/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/kvstore/index.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/stores/kvstore/keyvalue.go
2025-08-20T18:59:14.8820546Z [00:02:51.629]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.8824710Z [00:02:51.629]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x018.o -c compare_testvector.c
2025-08-20T18:59:14.8828178Z [00:02:51.629]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T18:59:14.8889845Z [00:02:51.634]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/ed/ede6ed14ee1fe5a51403172649113666b1c06b9bba55c2c60610c57b5a266b8f-d # internal
2025-08-20T18:59:14.8890847Z [00:02:51.635]➜  github.com/pquerna/cachecontrol/cacheobject
2025-08-20T18:59:14.8910376Z [00:02:51.638]➜  mkdir -p $WORK/b1363/
2025-08-20T18:59:14.8910872Z [00:02:51.638]➜  cat >/tmp/go-build693841089/b1363/importcfg << 'EOF' # internal
2025-08-20T18:59:14.8911244Z [00:02:51.638]➜  # import config
2025-08-20T18:59:14.8911589Z [00:02:51.638]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.8911992Z [00:02:51.638]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.8912406Z [00:02:51.638]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:14.8912821Z [00:02:51.638]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:14.8913266Z [00:02:51.638]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:59:14.8913705Z [00:02:51.638]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:14.8914126Z [00:02:51.638]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.8914852Z [00:02:51.638]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.8915269Z [00:02:51.638]➜  EOF
2025-08-20T18:59:14.8915547Z [00:02:51.638]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.8922728Z [00:02:51.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/cacheobject=>github.com/pquerna/cachecontrol@v0.1.0/cacheobject;$WORK/b1363=>" -p github.com/pquerna/cachecontrol/cacheobject -lang=go1.16 -complete -installsuffix shared -buildid GtmvYqvq-98PC_WXi-HU/GtmvYqvq-98PC_WXi-HU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack /root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/cacheobject/directive.go /root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/cacheobject/lex.go /root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/cacheobject/object.go /root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/cacheobject/reasons.go /root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/cacheobject/warning.go
2025-08-20T18:59:14.8998907Z [00:02:51.647]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T18:59:14.9010882Z [00:02:51.648]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/6b/6b0f1351dcc28d5b3d7974431d282cbdd556ae6885978d8757cb456986636736-d # internal
2025-08-20T18:59:14.9011617Z [00:02:51.648]➜  github.com/hyperledger/aries-framework-go/component/models/util/time
2025-08-20T18:59:14.9018060Z [00:02:51.649]➜  mkdir -p $WORK/b1366/
2025-08-20T18:59:14.9026849Z [00:02:51.650]➜  cat >/tmp/go-build693841089/b1366/importcfg << 'EOF' # internal
2025-08-20T18:59:14.9027784Z [00:02:51.650]➜  # import config
2025-08-20T18:59:14.9028195Z [00:02:51.650]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.9028649Z [00:02:51.650]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.9028956Z [00:02:51.650]➜  EOF
2025-08-20T18:59:14.9031721Z [00:02:51.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/util/time=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/util/time;$WORK/b1366=>" -p github.com/hyperledger/aries-framework-go/component/models/util/time -lang=go1.19 -complete -installsuffix shared -buildid 0m9N09d-l9oxMABjWry5/0m9N09d-l9oxMABjWry5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/util/time/time.go
2025-08-20T18:59:14.9069928Z [00:02:51.654]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T18:59:14.9104438Z [00:02:51.658]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/29/29a588ea6ec361d9eba2c3ff1ff7ada5ddee9a7320c263a86972d096e65b2b9d-d # internal
2025-08-20T18:59:14.9120706Z [00:02:51.660]➜  berty.tech/go-orbit-db
2025-08-20T18:59:14.9129305Z [00:02:51.660]➜  mkdir -p $WORK/b1305/
2025-08-20T18:59:14.9130676Z [00:02:51.660]➜  cat >/tmp/go-build693841089/b1305/importcfg << 'EOF' # internal
2025-08-20T18:59:14.9131079Z [00:02:51.660]➜  # import config
2025-08-20T18:59:14.9131563Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/accesscontroller/ipfs=/tmp/go-build693841089/b1306/_pkg_.a
2025-08-20T18:59:14.9132261Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/accesscontroller/orbitdb=/tmp/go-build693841089/b1313/_pkg_.a
2025-08-20T18:59:14.9133057Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/accesscontroller/simple=/tmp/go-build693841089/b1316/_pkg_.a
2025-08-20T18:59:14.9133786Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/baseorbitdb=/tmp/go-build693841089/b1317/_pkg_.a
2025-08-20T18:59:14.9134363Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/iface=/tmp/go-build693841089/b1309/_pkg_.a
2025-08-20T18:59:14.9135149Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/stores/documentstore=/tmp/go-build693841089/b1325/_pkg_.a
2025-08-20T18:59:14.9136060Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/stores/eventlogstore=/tmp/go-build693841089/b1329/_pkg_.a
2025-08-20T18:59:14.9136767Z [00:02:51.660]➜  packagefile berty.tech/go-orbit-db/stores/kvstore=/tmp/go-build693841089/b1330/_pkg_.a
2025-08-20T18:59:14.9137283Z [00:02:51.660]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:14.9137688Z [00:02:51.660]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.9138381Z [00:02:51.660]➜  packagefile github.com/ipfs/kubo/core/coreiface=/tmp/go-build693841089/b1092/_pkg_.a
2025-08-20T18:59:14.9138784Z [00:02:51.660]➜  EOF
2025-08-20T18:59:14.9141063Z [00:02:51.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1305/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68=>berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68;$WORK/b1305=>" -p berty.tech/go-orbit-db -lang=go1.22 -complete -installsuffix shared -buildid KLQggFeChy4_YsiXuoGj/KLQggFeChy4_YsiXuoGj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/importcfg -pack /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/doc.go /root/go/pkg/mod/berty.tech/go-orbit-db@v1.22.2-0.20240719144258-ec7d1faaca68/orbitdb.go
2025-08-20T18:59:14.9336011Z [00:02:51.678]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.9342899Z [00:02:51.679]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x019.o -c crypt_argchk.c
2025-08-20T18:59:14.9524083Z [00:02:51.700]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T18:59:14.9536109Z [00:02:51.701]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/43/435d9dc9b2d075d9bbb705d2ed4a1badbc49baca70b6fee96c49b0c494bae074-d # internal
2025-08-20T18:59:14.9537572Z [00:02:51.701]➜  github.com/pquerna/cachecontrol
2025-08-20T18:59:14.9538468Z [00:02:51.701]➜  mkdir -p $WORK/b1362/
2025-08-20T18:59:14.9540394Z [00:02:51.702]➜  cat >/tmp/go-build693841089/b1362/importcfg << 'EOF' # internal
2025-08-20T18:59:14.9541077Z [00:02:51.702]➜  # import config
2025-08-20T18:59:14.9541731Z [00:02:51.702]➜  packagefile github.com/pquerna/cachecontrol/cacheobject=/tmp/go-build693841089/b1363/_pkg_.a
2025-08-20T18:59:14.9542514Z [00:02:51.702]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:14.9543015Z [00:02:51.702]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.9543319Z [00:02:51.702]➜  EOF
2025-08-20T18:59:14.9543617Z [00:02:51.702]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.9546028Z [00:02:51.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0=>github.com/pquerna/cachecontrol@v0.1.0;$WORK/b1362=>" -p github.com/pquerna/cachecontrol -lang=go1.16 -complete -installsuffix shared -buildid VCbheqCGrdplyF316t-g/VCbheqCGrdplyF316t-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack /root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/api.go /root/go/pkg/mod/github.com/pquerna/cachecontrol@v0.1.0/doc.go
2025-08-20T18:59:14.9577779Z [00:02:51.705]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T18:59:14.9587877Z [00:02:51.706]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T18:59:14.9592545Z [00:02:51.707]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/74/743f6b716c052538cb9798ccf1cafa52a759df97c0e51f6285183a8e9c72d9b7-d # internal
2025-08-20T18:59:14.9596513Z [00:02:51.707]➜  github.com/VictoriaMetrics/fastcache
2025-08-20T18:59:14.9598499Z [00:02:51.707]➜  mkdir -p $WORK/b1368/
2025-08-20T18:59:14.9601307Z [00:02:51.707]➜  cat >/tmp/go-build693841089/b1368/importcfg << 'EOF' # internal
2025-08-20T18:59:14.9601666Z [00:02:51.707]➜  # import config
2025-08-20T18:59:14.9602032Z [00:02:51.707]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:14.9602467Z [00:02:51.707]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.9602976Z [00:02:51.707]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build693841089/b684/_pkg_.a
2025-08-20T18:59:14.9603524Z [00:02:51.707]➜  packagefile github.com/golang/snappy=/tmp/go-build693841089/b1170/_pkg_.a
2025-08-20T18:59:14.9604299Z [00:02:51.707]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:14.9604826Z [00:02:51.707]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:14.9605295Z [00:02:51.707]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:14.9605720Z [00:02:51.707]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:14.9606154Z [00:02:51.707]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:14.9606569Z [00:02:51.707]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:14.9606974Z [00:02:51.707]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.9607401Z [00:02:51.707]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:14.9607831Z [00:02:51.707]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:14.9608140Z [00:02:51.707]➜  EOF
2025-08-20T18:59:14.9629547Z [00:02:51.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!victoria!metrics/fastcache@v1.5.7=>github.com/VictoriaMetrics/fastcache@v1.5.7;$WORK/b1368=>" -p github.com/VictoriaMetrics/fastcache -lang=go1.16 -complete -installsuffix shared -buildid rMBTsCyxBftlvnPDtdl8/rMBTsCyxBftlvnPDtdl8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack /root/go/pkg/mod/github.com/!victoria!metrics/fastcache@v1.5.7/bigcache.go /root/go/pkg/mod/github.com/!victoria!metrics/fastcache@v1.5.7/fastcache.go /root/go/pkg/mod/github.com/!victoria!metrics/fastcache@v1.5.7/file.go /root/go/pkg/mod/github.com/!victoria!metrics/fastcache@v1.5.7/malloc_mmap.go
2025-08-20T18:59:14.9632559Z [00:02:51.710]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/d4/d4426996b14f24ecef3a7fa0fdaa8b3216795a8bd2922abe0844bdd6898bbe1b-d # internal
2025-08-20T18:59:14.9642427Z [00:02:51.711]➜  github.com/go-jose/go-jose/v3/jwt
2025-08-20T18:59:14.9642845Z [00:02:51.711]➜  mkdir -p $WORK/b1369/
2025-08-20T18:59:14.9643217Z [00:02:51.711]➜  cat >/tmp/go-build693841089/b1369/importcfg << 'EOF' # internal
2025-08-20T18:59:14.9643559Z [00:02:51.711]➜  # import config
2025-08-20T18:59:14.9643883Z [00:02:51.711]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:14.9644299Z [00:02:51.711]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:14.9645209Z [00:02:51.711]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.9645769Z [00:02:51.711]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build693841089/b1343/_pkg_.a
2025-08-20T18:59:14.9646347Z [00:02:51.711]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build693841089/b1345/_pkg_.a
2025-08-20T18:59:14.9646853Z [00:02:51.711]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:14.9647505Z [00:02:51.711]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:14.9647981Z [00:02:51.711]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.9648394Z [00:02:51.711]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.9648695Z [00:02:51.711]➜  EOF
2025-08-20T18:59:14.9651667Z [00:02:51.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt=>github.com/go-jose/go-jose/v3@v3.0.4/jwt;$WORK/b1369=>" -p github.com/go-jose/go-jose/v3/jwt -lang=go1.12 -complete -installsuffix shared -buildid eKfdEnFEXDLY0PRx8aE3/eKfdEnFEXDLY0PRx8aE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/builder.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/claims.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/errors.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/jwt.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwt/validation.go
2025-08-20T18:59:14.9739898Z [00:02:51.721]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T18:59:14.9744968Z [00:02:51.722]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/91/910fdebb285f4e9c7f57b65bca44fe60758d9f0ca31afed3b3718423e69458ce-d # internal
2025-08-20T18:59:14.9872807Z [00:02:51.735]➜  github.com/piprate/json-gold/ld
2025-08-20T18:59:14.9873242Z [00:02:51.735]➜  mkdir -p $WORK/b1360/
2025-08-20T18:59:14.9876889Z [00:02:51.735]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:14.9880994Z [00:02:51.735]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x020.o -c crypt_cipher_descriptor.c
2025-08-20T18:59:14.9884436Z [00:02:51.735]➜  cat >/tmp/go-build693841089/b1360/importcfg << 'EOF' # internal
2025-08-20T18:59:14.9884902Z [00:02:51.735]➜  # import config
2025-08-20T18:59:14.9885506Z [00:02:51.735]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:14.9885985Z [00:02:51.735]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:14.9907274Z [00:02:51.735]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:14.9907767Z [00:02:51.735]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:14.9908227Z [00:02:51.735]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:14.9908677Z [00:02:51.735]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:14.9909295Z [00:02:51.735]➜  packagefile github.com/piprate/json-gold/ld/internal/jsoncanonicalizer=/tmp/go-build693841089/b1361/_pkg_.a
2025-08-20T18:59:14.9909989Z [00:02:51.735]➜  packagefile github.com/pquerna/cachecontrol=/tmp/go-build693841089/b1362/_pkg_.a
2025-08-20T18:59:14.9910478Z [00:02:51.735]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:14.9910877Z [00:02:51.735]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:14.9911539Z [00:02:51.735]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:14.9912037Z [00:02:51.735]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:14.9912463Z [00:02:51.735]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:14.9912863Z [00:02:51.735]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:14.9913430Z [00:02:51.735]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:14.9913842Z [00:02:51.735]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:14.9914249Z [00:02:51.735]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:14.9914876Z [00:02:51.735]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:14.9915346Z [00:02:51.735]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:14.9915752Z [00:02:51.735]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:14.9916183Z [00:02:51.735]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:14.9916508Z [00:02:51.735]➜  EOF
2025-08-20T18:59:14.9916990Z [00:02:51.735]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:14.9924062Z [00:02:51.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld=>github.com/piprate/json-gold@v0.4.2/ld;$WORK/b1360=>" -p github.com/piprate/json-gold/ld -lang=go1.13 -complete -installsuffix shared -buildid GmJsRfiObXJ1xNwuQVcR/GmJsRfiObXJ1xNwuQVcR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api_compact.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api_expand.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api_frame.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api_from_rdf.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api_generate_node_map.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api_normalize.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/api_to_rdf.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/context.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/document_loader.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/errors.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/id_issuer.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/node.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/options.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/processor.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/rdf_constants.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/rdf_dataset.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/serialize_nquads.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/serialize_turtle.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/url.go /root/go/pkg/mod/github.com/piprate/json-gold@v0.4.2/ld/utils.go
2025-08-20T18:59:15.0226476Z [00:02:51.770]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T18:59:15.0246693Z [00:02:51.772]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/a1/a123774e296232ad84cf0f1306d2af9b85db51a4cbcdb17802ee9083a5148ed7-d # internal
2025-08-20T18:59:15.0288348Z [00:02:51.776]➜  github.com/hyperledger/aries-framework-go/pkg/common/log
2025-08-20T18:59:15.0289275Z [00:02:51.776]➜  mkdir -p $WORK/b1370/
2025-08-20T18:59:15.0297109Z [00:02:51.777]➜  cat >/tmp/go-build693841089/b1370/importcfg << 'EOF' # internal
2025-08-20T18:59:15.0297933Z [00:02:51.777]➜  # import config
2025-08-20T18:59:15.0298506Z [00:02:51.777]➜  packagefile github.com/hyperledger/aries-framework-go/component/log=/tmp/go-build693841089/b1355/_pkg_.a
2025-08-20T18:59:15.0299283Z [00:02:51.777]➜  packagefile github.com/hyperledger/aries-framework-go/spi/log=/tmp/go-build693841089/b1357/_pkg_.a
2025-08-20T18:59:15.0299741Z [00:02:51.777]➜  EOF
2025-08-20T18:59:15.0305533Z [00:02:51.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/log=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/log;$WORK/b1370=>" -p github.com/hyperledger/aries-framework-go/pkg/common/log -lang=go1.19 -complete -installsuffix shared -buildid vl4o288zKQXY8zUO8tsO/vl4o288zKQXY8zUO8tsO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/log/logger.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/log/provider.go
2025-08-20T18:59:15.0390315Z [00:02:51.786]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.0394501Z [00:02:51.786]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x021.o -c crypt_cipher_is_valid.c
2025-08-20T18:59:15.0465410Z [00:02:51.794]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T18:59:15.0478611Z [00:02:51.795]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/c4/c427fd5b9073037fdac0d0c14fb48b352f283e457c56e26338542580751ffb92-d # internal
2025-08-20T18:59:15.0479288Z [00:02:51.795]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T18:59:15.0480757Z [00:02:51.796]➜  github.com/btcsuite/btcutil/base58
2025-08-20T18:59:15.0482231Z [00:02:51.796]➜  mkdir -p $WORK/b1373/
2025-08-20T18:59:15.0484897Z [00:02:51.796]➜  cat >/tmp/go-build693841089/b1373/importcfg << 'EOF' # internal
2025-08-20T18:59:15.0485312Z [00:02:51.796]➜  # import config
2025-08-20T18:59:15.0485675Z [00:02:51.796]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:15.0486128Z [00:02:51.796]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.0486548Z [00:02:51.796]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:15.0486859Z [00:02:51.796]➜  EOF
2025-08-20T18:59:15.0487801Z [00:02:51.796]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/8c/8c9b6c1e87544034ff366925ad73156aaa625670a7b068bf3326b5a013de57b9-d # internal
2025-08-20T18:59:15.0489211Z [00:02:51.796]➜  github.com/hyperledger/aries-framework-go/component/models/did/endpoint
2025-08-20T18:59:15.0490850Z [00:02:51.797]➜  mkdir -p $WORK/b1374/
2025-08-20T18:59:15.0494464Z [00:02:51.797]➜  cat >/tmp/go-build693841089/b1374/importcfg << 'EOF' # internal
2025-08-20T18:59:15.0495145Z [00:02:51.797]➜  # import config
2025-08-20T18:59:15.0495516Z [00:02:51.797]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:15.0495983Z [00:02:51.797]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.0496396Z [00:02:51.797]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:15.0496707Z [00:02:51.797]➜  EOF
2025-08-20T18:59:15.0497597Z [00:02:51.797]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.0512206Z [00:02:51.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/btcsuite/btcutil@v1.0.3-0.20201208143702-a53e38424cce/base58=>github.com/btcsuite/btcutil@v1.0.3-0.20201208143702-a53e38424cce/base58;$WORK/b1373=>" -p github.com/btcsuite/btcutil/base58 -lang=go1.14 -complete -installsuffix shared -buildid _kNTT000ZGJdf_on9JF-/_kNTT000ZGJdf_on9JF- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /root/go/pkg/mod/github.com/btcsuite/btcutil@v1.0.3-0.20201208143702-a53e38424cce/base58/alphabet.go /root/go/pkg/mod/github.com/btcsuite/btcutil@v1.0.3-0.20201208143702-a53e38424cce/base58/base58.go /root/go/pkg/mod/github.com/btcsuite/btcutil@v1.0.3-0.20201208143702-a53e38424cce/base58/base58check.go /root/go/pkg/mod/github.com/btcsuite/btcutil@v1.0.3-0.20201208143702-a53e38424cce/base58/doc.go
2025-08-20T18:59:15.0520601Z [00:02:51.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/endpoint=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/endpoint;$WORK/b1374=>" -p github.com/hyperledger/aries-framework-go/component/models/did/endpoint -lang=go1.19 -complete -installsuffix shared -buildid aI8MaElCryHGKqNKd2c7/aI8MaElCryHGKqNKd2c7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/endpoint/endpoint.go
2025-08-20T18:59:15.0700354Z [00:02:51.817]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T18:59:15.0701080Z [00:02:51.818]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/6d/6d0736c31311981a783248446297d2d550486735102ddbee60d0980143fc26c2-d # internal
2025-08-20T18:59:15.0701655Z [00:02:51.818]➜  github.com/xeipuuv/gojsonpointer
2025-08-20T18:59:15.0701952Z [00:02:51.818]➜  mkdir -p $WORK/b1377/
2025-08-20T18:59:15.0702345Z [00:02:51.818]➜  cat >/tmp/go-build693841089/b1377/importcfg << 'EOF' # internal
2025-08-20T18:59:15.0702696Z [00:02:51.818]➜  # import config
2025-08-20T18:59:15.0703024Z [00:02:51.818]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.0703437Z [00:02:51.818]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.0703841Z [00:02:51.818]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.0704260Z [00:02:51.818]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:15.0704779Z [00:02:51.818]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.0705334Z [00:02:51.818]➜  EOF
2025-08-20T18:59:15.0707745Z [00:02:51.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb=>github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb;$WORK/b1377=>" -p github.com/xeipuuv/gojsonpointer -lang=go1.16 -complete -installsuffix shared -buildid NwWN3H1DcDiyP5g0ePhQ/NwWN3H1DcDiyP5g0ePhQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/importcfg -pack /root/go/pkg/mod/github.com/xeipuuv/gojsonpointer@v0.0.0-20190905194746-02993c407bfb/pointer.go
2025-08-20T18:59:15.0733046Z [00:02:51.820]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T18:59:15.0733820Z [00:02:51.820]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/0c/0cf7c0a5d9bc9f2b9167736c6bbe67cfbeb06bdcb321d46dbb2181b2f6ce4741-d # internal
2025-08-20T18:59:15.0734372Z [00:02:51.821]➜  net/mail
2025-08-20T18:59:15.0734682Z [00:02:51.821]➜  mkdir -p $WORK/b1378/
2025-08-20T18:59:15.0749675Z [00:02:51.822]➜  cat >/tmp/go-build693841089/b1378/importcfg << 'EOF' # internal
2025-08-20T18:59:15.0750082Z [00:02:51.822]➜  # import config
2025-08-20T18:59:15.0750422Z [00:02:51.822]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:15.0750842Z [00:02:51.822]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.0751461Z [00:02:51.822]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.0751914Z [00:02:51.822]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:15.0752311Z [00:02:51.822]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:15.0752705Z [00:02:51.822]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:15.0753100Z [00:02:51.822]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:15.0753733Z [00:02:51.822]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:59:15.0754177Z [00:02:51.822]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.0754582Z [00:02:51.822]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.0770501Z [00:02:51.822]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:15.0771011Z [00:02:51.822]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:15.0771340Z [00:02:51.822]➜  EOF
2025-08-20T18:59:15.0772703Z [00:02:51.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1378/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b1378=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid UDXQeGuEYRyqB_04cmdS/UDXQeGuEYRyqB_04cmdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T18:59:15.0917152Z [00:02:51.837]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.0921259Z [00:02:51.837]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x022.o -c crypt_find_cipher.c
2025-08-20T18:59:15.1003014Z [00:02:51.848]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T18:59:15.1012912Z [00:02:51.848]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/f0/f0db4aa180b0cbe2478c64d556612b05fe1a9235cac04c22d2013e66e84f0c5b-d # internal
2025-08-20T18:59:15.1013569Z [00:02:51.848]➜  github.com/xeipuuv/gojsonreference
2025-08-20T18:59:15.1015492Z [00:02:51.848]➜  mkdir -p $WORK/b1376/
2025-08-20T18:59:15.1016468Z [00:02:51.849]➜  cat >/tmp/go-build693841089/b1376/importcfg << 'EOF' # internal
2025-08-20T18:59:15.1016861Z [00:02:51.849]➜  # import config
2025-08-20T18:59:15.1017219Z [00:02:51.849]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.1017749Z [00:02:51.849]➜  packagefile github.com/xeipuuv/gojsonpointer=/tmp/go-build693841089/b1377/_pkg_.a
2025-08-20T18:59:15.1018266Z [00:02:51.849]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:15.1018707Z [00:02:51.849]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:15.1019146Z [00:02:51.849]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:15.1019560Z [00:02:51.849]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.1019868Z [00:02:51.849]➜  EOF
2025-08-20T18:59:15.1020142Z [00:02:51.849]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.1022735Z [00:02:51.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415=>github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415;$WORK/b1376=>" -p github.com/xeipuuv/gojsonreference -lang=go1.16 -complete -installsuffix shared -buildid vVa2Mz8vXTs6LAKpsRaU/vVa2Mz8vXTs6LAKpsRaU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack /root/go/pkg/mod/github.com/xeipuuv/gojsonreference@v0.0.0-20180127040603-bd5ef7bd5415/reference.go
2025-08-20T18:59:15.1238271Z [00:02:51.871]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T18:59:15.1238996Z [00:02:51.871]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/73/73f942b8cdc29aa0efafd4ff798104b14f9a329a50644df034e8614da1d0b26e-d # internal
2025-08-20T18:59:15.1239622Z [00:02:51.871]➜  github.com/google/tink/go/proto/tink_go_proto
2025-08-20T18:59:15.1239940Z [00:02:51.871]➜  mkdir -p $WORK/b1384/
2025-08-20T18:59:15.1245193Z [00:02:51.872]➜  cat >/tmp/go-build693841089/b1384/importcfg << 'EOF' # internal
2025-08-20T18:59:15.1245850Z [00:02:51.872]➜  # import config
2025-08-20T18:59:15.1246904Z [00:02:51.872]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.1248100Z [00:02:51.872]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.1248707Z [00:02:51.872]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.1249129Z [00:02:51.872]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.1249434Z [00:02:51.872]➜  EOF
2025-08-20T18:59:15.1251475Z [00:02:51.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/tink_go_proto=>github.com/google/tink/go@v1.7.0/proto/tink_go_proto;$WORK/b1384=>" -p github.com/google/tink/go/proto/tink_go_proto -lang=go1.17 -complete -installsuffix shared -buildid Qrpin0X2lDEEUnOgUFpW/Qrpin0X2lDEEUnOgUFpW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/tink_go_proto/tink.pb.go
2025-08-20T18:59:15.1363076Z [00:02:51.884]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.1367620Z [00:02:51.884]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x023.o -c crypt_find_hash.c
2025-08-20T18:59:15.1467669Z [00:02:51.894]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T18:59:15.1479503Z [00:02:51.895]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/18/182ce5f7cadc335174037b3df3b5f0d9a7754c264b4977bd81bd53bc00ffd986-d # internal
2025-08-20T18:59:15.1484232Z [00:02:51.896]➜  github.com/xeipuuv/gojsonschema
2025-08-20T18:59:15.1485326Z [00:02:51.896]➜  mkdir -p $WORK/b1375/
2025-08-20T18:59:15.1516851Z [00:02:51.899]➜  cat >/tmp/go-build693841089/b1375/importcfg << 'EOF' # internal
2025-08-20T18:59:15.1517663Z [00:02:51.899]➜  # import config
2025-08-20T18:59:15.1518291Z [00:02:51.899]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:15.1519209Z [00:02:51.899]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:15.1519857Z [00:02:51.899]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.1521301Z [00:02:51.899]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.1522072Z [00:02:51.899]➜  packagefile github.com/xeipuuv/gojsonreference=/tmp/go-build693841089/b1376/_pkg_.a
2025-08-20T18:59:15.1523855Z [00:02:51.899]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:15.1524490Z [00:02:51.899]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:15.1525860Z [00:02:51.899]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:15.1526271Z [00:02:51.899]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:15.1526701Z [00:02:51.899]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:15.1527117Z [00:02:51.899]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:15.1527526Z [00:02:51.899]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:15.1529733Z [00:02:51.899]➜  packagefile net/mail=/tmp/go-build693841089/b1378/_pkg_.a
2025-08-20T18:59:15.1530165Z [00:02:51.899]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:15.1530567Z [00:02:51.899]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:15.1531012Z [00:02:51.899]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:15.1531451Z [00:02:51.899]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.1531863Z [00:02:51.899]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:15.1532274Z [00:02:51.899]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:15.1532692Z [00:02:51.899]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:15.1533111Z [00:02:51.899]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.1533517Z [00:02:51.899]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.1533949Z [00:02:51.899]➜  packagefile text/template=/tmp/go-build693841089/b262/_pkg_.a
2025-08-20T18:59:15.1534376Z [00:02:51.899]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:15.1535002Z [00:02:51.899]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:15.1535340Z [00:02:51.899]➜  EOF
2025-08-20T18:59:15.1535635Z [00:02:51.900]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.1541984Z [00:02:51.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0=>github.com/xeipuuv/gojsonschema@v1.2.0;$WORK/b1375=>" -p github.com/xeipuuv/gojsonschema -lang=go1.16 -complete -installsuffix shared -buildid ZyGClDNAnPp-xWDN3eJ8/ZyGClDNAnPp-xWDN3eJ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/draft.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/errors.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/format_checkers.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/internalLog.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/jsonContext.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/jsonLoader.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/locales.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/result.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schema.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaLoader.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaPool.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaReferencePool.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/schemaType.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/subSchema.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/types.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/utils.go /root/go/pkg/mod/github.com/xeipuuv/gojsonschema@v1.2.0/validation.go
2025-08-20T18:59:15.1750057Z [00:02:51.922]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.1754053Z [00:02:51.922]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x024.o -c crypt_hash_descriptor.c
2025-08-20T18:59:15.1953205Z [00:02:51.943]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T18:59:15.1978941Z [00:02:51.945]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/a2/a265ea509bf12b48327931c3d7e75843f8cb2c099bae52a560cd64c01c5fac19-d # internal
2025-08-20T18:59:15.1979613Z [00:02:51.945]➜  github.com/google/tink/go/core/cryptofmt
2025-08-20T18:59:15.1979928Z [00:02:51.945]➜  mkdir -p $WORK/b1383/
2025-08-20T18:59:15.1980306Z [00:02:51.945]➜  cat >/tmp/go-build693841089/b1383/importcfg << 'EOF' # internal
2025-08-20T18:59:15.1980649Z [00:02:51.945]➜  # import config
2025-08-20T18:59:15.1981045Z [00:02:51.945]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:15.1981482Z [00:02:51.945]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.1982046Z [00:02:51.945]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.1982474Z [00:02:51.945]➜  EOF
2025-08-20T18:59:15.1999586Z [00:02:51.947]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.2002032Z [00:02:51.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/cryptofmt=>github.com/google/tink/go@v1.7.0/core/cryptofmt;$WORK/b1383=>" -p github.com/google/tink/go/core/cryptofmt -lang=go1.17 -complete -installsuffix shared -buildid pVyeOVa4Yir2Z08g53Zm/pVyeOVa4Yir2Z08g53Zm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/cryptofmt/cryptofmt.go
2025-08-20T18:59:15.2248172Z [00:02:51.972]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.2253254Z [00:02:51.972]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x025.o -c crypt_hash_is_valid.c
2025-08-20T18:59:15.2330998Z [00:02:51.981]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T18:59:15.2342829Z [00:02:51.982]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/97/97218bb3b4c5b5b5356ed95c3711492886d4b52b38c08ac69874581fe83e1b8c-d # internal
2025-08-20T18:59:15.2343780Z [00:02:51.982]➜  github.com/google/tink/go/core/primitiveset
2025-08-20T18:59:15.2344101Z [00:02:51.982]➜  mkdir -p $WORK/b1382/
2025-08-20T18:59:15.2352301Z [00:02:51.983]➜  cat >/tmp/go-build693841089/b1382/importcfg << 'EOF' # internal
2025-08-20T18:59:15.2353177Z [00:02:51.983]➜  # import config
2025-08-20T18:59:15.2353517Z [00:02:51.983]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.2354087Z [00:02:51.983]➜  packagefile github.com/google/tink/go/core/cryptofmt=/tmp/go-build693841089/b1383/_pkg_.a
2025-08-20T18:59:15.2355112Z [00:02:51.983]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.2355588Z [00:02:51.983]➜  EOF
2025-08-20T18:59:15.2356198Z [00:02:51.983]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.2358344Z [00:02:51.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/primitiveset=>github.com/google/tink/go@v1.7.0/core/primitiveset;$WORK/b1382=>" -p github.com/google/tink/go/core/primitiveset -lang=go1.17 -complete -installsuffix shared -buildid NhcvvtU-TbBhjj-2YTUb/NhcvvtU-TbBhjj-2YTUb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/primitiveset/primitiveset.go
2025-08-20T18:59:15.2668112Z [00:02:52.012]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.2672485Z [00:02:52.013]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x026.o -c crypt_prng_descriptor.c
2025-08-20T18:59:15.2729051Z [00:02:52.020]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T18:59:15.2742842Z [00:02:52.022]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/ed/ed5961c146172e54d2b9e9d05c4c1c8620c5b53152f0b9b6af94acd99f5aa3d7-d # internal
2025-08-20T18:59:15.2759675Z [00:02:52.023]➜  github.com/google/tink/go/tink
2025-08-20T18:59:15.2760389Z [00:02:52.024]➜  mkdir -p $WORK/b1386/
2025-08-20T18:59:15.2769553Z [00:02:52.024]➜  cat >/tmp/go-build693841089/b1386/importcfg << 'EOF' # internal
2025-08-20T18:59:15.2770259Z [00:02:52.024]➜  # import config
2025-08-20T18:59:15.2771137Z [00:02:52.024]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:15.2771488Z [00:02:52.024]➜  EOF
2025-08-20T18:59:15.2778126Z [00:02:52.025]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.2783809Z [00:02:52.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink=>github.com/google/tink/go@v1.7.0/tink;$WORK/b1386=>" -p github.com/google/tink/go/tink -lang=go1.17 -complete -installsuffix shared -buildid i4lRa2yuhZEx1-cXOTvE/i4lRa2yuhZEx1-cXOTvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/aead.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/deterministic_aead.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/hybrid_decrypt.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/hybrid_encrypt.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/mac.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/signer.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/streamingaead.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/tink.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/verifier.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/tink/version.go
2025-08-20T18:59:15.3095845Z [00:02:52.057]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T18:59:15.3102197Z [00:02:52.058]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/fa/faa01572fb67ccdda1bf94399955f1f470e9f75287172246c0b3cf33a254d483-d # internal
2025-08-20T18:59:15.3191063Z [00:02:52.067]➜  github.com/google/tink/go/core/registry
2025-08-20T18:59:15.3193145Z [00:02:52.067]➜  mkdir -p $WORK/b1385/
2025-08-20T18:59:15.3196539Z [00:02:52.067]➜  cat >/tmp/go-build693841089/b1385/importcfg << 'EOF' # internal
2025-08-20T18:59:15.3197358Z [00:02:52.067]➜  # import config
2025-08-20T18:59:15.3197955Z [00:02:52.067]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.3198982Z [00:02:52.067]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.3199730Z [00:02:52.067]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:15.3202600Z [00:02:52.067]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:15.3203121Z [00:02:52.067]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.3203481Z [00:02:52.067]➜  EOF
2025-08-20T18:59:15.3206440Z [00:02:52.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/registry=>github.com/google/tink/go@v1.7.0/core/registry;$WORK/b1385=>" -p github.com/google/tink/go/core/registry -lang=go1.17 -complete -installsuffix shared -buildid FNVb5gzpQX6p-Q5rkpVz/FNVb5gzpQX6p-Q5rkpVz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/registry/key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/registry/kms_client.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/registry/private_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/core/registry/registry.go
2025-08-20T18:59:15.3308848Z [00:02:52.078]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.3313003Z [00:02:52.078]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x027.o -c crypt_register_cipher.c
2025-08-20T18:59:15.3691469Z [00:02:52.116]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T18:59:15.3697801Z [00:02:52.116]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/50/5040fa8a2cf27babbec517c70a76c907714d4053be764802d225c23e3322fc19-d # internal
2025-08-20T18:59:15.3698430Z [00:02:52.116]➜  github.com/google/tink/go/subtle/random
2025-08-20T18:59:15.3699116Z [00:02:52.116]➜  mkdir -p $WORK/b1388/
2025-08-20T18:59:15.3699493Z [00:02:52.116]➜  cat >/tmp/go-build693841089/b1388/importcfg << 'EOF' # internal
2025-08-20T18:59:15.3699840Z [00:02:52.116]➜  # import config
2025-08-20T18:59:15.3700197Z [00:02:52.116]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:15.3700653Z [00:02:52.116]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:15.3700987Z [00:02:52.116]➜  EOF
2025-08-20T18:59:15.3701270Z [00:02:52.116]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.3703325Z [00:02:52.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/subtle/random=>github.com/google/tink/go@v1.7.0/subtle/random;$WORK/b1388=>" -p github.com/google/tink/go/subtle/random -lang=go1.17 -complete -installsuffix shared -buildid IfADso9qZVTt7OFI7dC7/IfADso9qZVTt7OFI7dC7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/subtle/random/random.go
2025-08-20T18:59:15.3926737Z [00:02:52.140]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T18:59:15.3930229Z [00:02:52.140]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/b5/b54db6fe4015c5ed8106ff1b72e9e04d0eeb8dc984bbc6c1fac1d2bcee0dbd44-d # internal
2025-08-20T18:59:15.3938712Z [00:02:52.141]➜  github.com/google/tink/go/keyset
2025-08-20T18:59:15.3939037Z [00:02:52.141]➜  mkdir -p $WORK/b1381/
2025-08-20T18:59:15.3939443Z [00:02:52.141]➜  cat >/tmp/go-build693841089/b1381/importcfg << 'EOF' # internal
2025-08-20T18:59:15.3939803Z [00:02:52.141]➜  # import config
2025-08-20T18:59:15.3940141Z [00:02:52.141]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.3940554Z [00:02:52.141]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.3941107Z [00:02:52.141]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:15.3941782Z [00:02:52.141]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:15.3942412Z [00:02:52.141]➜  packagefile github.com/google/tink/go/internal=/tmp/go-build693841089/b1387/_pkg_.a
2025-08-20T18:59:15.3943063Z [00:02:52.141]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.3943723Z [00:02:52.141]➜  packagefile github.com/google/tink/go/subtle/random=/tmp/go-build693841089/b1388/_pkg_.a
2025-08-20T18:59:15.3944836Z [00:02:52.141]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:15.3945576Z [00:02:52.141]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:59:15.3946278Z [00:02:52.141]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build693841089/b125/_pkg_.a
2025-08-20T18:59:15.3946915Z [00:02:52.141]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:15.3947407Z [00:02:52.141]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:15.3947815Z [00:02:52.141]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:15.3948135Z [00:02:52.141]➜  EOF
2025-08-20T18:59:15.3951958Z [00:02:52.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset=>github.com/google/tink/go@v1.7.0/keyset;$WORK/b1381=>" -p github.com/google/tink/go/keyset -lang=go1.17 -complete -installsuffix shared -buildid jDGG7fKhhYmdKuUN52RC/jDGG7fKhhYmdKuUN52RC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/binary_io.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/handle.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/json_io.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/keyset.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/mem_io.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/reader.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/validation.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/keyset/writer.go
2025-08-20T18:59:15.4235702Z [00:02:52.171]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.4242273Z [00:02:52.171]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x028.o -c crypt_register_hash.c
2025-08-20T18:59:15.4878663Z [00:02:52.235]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x029.o -c crypt_register_prng.c
2025-08-20T18:59:15.5170674Z [00:02:52.264]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T18:59:15.5184040Z [00:02:52.266]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/41/418d99eba1a470ec6e1793c6b0cd2762e56f96a86a700e558301c51745e2525c-d # internal
2025-08-20T18:59:15.5188945Z [00:02:52.266]➜  github.com/google/tink/go/proto/hpke_go_proto
2025-08-20T18:59:15.5189848Z [00:02:52.266]➜  mkdir -p $WORK/b1389/
2025-08-20T18:59:15.5193518Z [00:02:52.267]➜  cat >/tmp/go-build693841089/b1389/importcfg << 'EOF' # internal
2025-08-20T18:59:15.5193912Z [00:02:52.267]➜  # import config
2025-08-20T18:59:15.5194413Z [00:02:52.267]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.5195243Z [00:02:52.267]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.5195798Z [00:02:52.267]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.5196466Z [00:02:52.267]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.5196967Z [00:02:52.267]➜  EOF
2025-08-20T18:59:15.5197362Z [00:02:52.267]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.5200373Z [00:02:52.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/hpke_go_proto=>github.com/google/tink/go@v1.7.0/proto/hpke_go_proto;$WORK/b1389=>" -p github.com/google/tink/go/proto/hpke_go_proto -lang=go1.17 -complete -installsuffix shared -buildid 5U6UfpS_LFtg7YE4fgig/5U6UfpS_LFtg7YE4fgig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/hpke_go_proto/hpke.pb.go
2025-08-20T18:59:15.5291990Z [00:02:52.277]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.5298595Z [00:02:52.277]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x030.o -c fortuna.c
2025-08-20T18:59:15.5730651Z [00:02:52.320]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T18:59:15.5744320Z [00:02:52.322]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/7a/7a42e2f59bc34090caa9630d631b81e139d4561c2a28f90d5a2b2e42f8ca3349-d # internal
2025-08-20T18:59:15.5754036Z [00:02:52.323]➜  github.com/google/tink/go/subtle
2025-08-20T18:59:15.5754365Z [00:02:52.323]➜  mkdir -p $WORK/b1390/
2025-08-20T18:59:15.5754857Z [00:02:52.323]➜  cat >/tmp/go-build693841089/b1390/importcfg << 'EOF' # internal
2025-08-20T18:59:15.5755231Z [00:02:52.323]➜  # import config
2025-08-20T18:59:15.5755602Z [00:02:52.323]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:15.5756066Z [00:02:52.323]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:15.5756513Z [00:02:52.323]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:15.5756958Z [00:02:52.323]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:15.5757617Z [00:02:52.323]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:15.5758268Z [00:02:52.323]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:15.5758770Z [00:02:52.323]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.5759176Z [00:02:52.323]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.5759674Z [00:02:52.323]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:15.5760239Z [00:02:52.323]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:59:15.5760700Z [00:02:52.323]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:15.5761093Z [00:02:52.323]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:15.5761496Z [00:02:52.323]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:15.5761808Z [00:02:52.323]➜  EOF
2025-08-20T18:59:15.5762086Z [00:02:52.323]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.5764497Z [00:02:52.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1390/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/subtle=>github.com/google/tink/go@v1.7.0/subtle;$WORK/b1390=>" -p github.com/google/tink/go/subtle -lang=go1.17 -complete -installsuffix shared -buildid BuNiWF1xSrk-J7WjvnsX/BuNiWF1xSrk-J7WjvnsX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/subtle/hkdf.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/subtle/subtle.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/subtle/x25519.go
2025-08-20T18:59:15.5900407Z [00:02:52.337]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.5911971Z [00:02:52.338]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x031.o -c hash_memory.c
2025-08-20T18:59:15.6065732Z [00:02:52.353]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T18:59:15.6071547Z [00:02:52.355]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/e5/e5f4747d90cada2c119cb05ad17aaf41f53dcab123da4469b31b893f47689cb8-d # internal
2025-08-20T18:59:15.6072962Z [00:02:52.355]➜  github.com/google/tink/go/hybrid/subtle
2025-08-20T18:59:15.6089136Z [00:02:52.355]➜  mkdir -p $WORK/b1380/
2025-08-20T18:59:15.6089903Z [00:02:52.355]➜  cat >/tmp/go-build693841089/b1380/importcfg << 'EOF' # internal
2025-08-20T18:59:15.6091058Z [00:02:52.355]➜  # import config
2025-08-20T18:59:15.6091405Z [00:02:52.355]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:15.6091875Z [00:02:52.355]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:15.6092334Z [00:02:52.355]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:15.6092763Z [00:02:52.355]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.6093166Z [00:02:52.355]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.6093891Z [00:02:52.355]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:15.6100830Z [00:02:52.355]➜  packagefile github.com/google/tink/go/proto/hpke_go_proto=/tmp/go-build693841089/b1389/_pkg_.a
2025-08-20T18:59:15.6101636Z [00:02:52.355]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.6102273Z [00:02:52.355]➜  packagefile github.com/google/tink/go/subtle=/tmp/go-build693841089/b1390/_pkg_.a
2025-08-20T18:59:15.6102863Z [00:02:52.355]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:15.6103444Z [00:02:52.355]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:15.6103942Z [00:02:52.355]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:15.6104251Z [00:02:52.355]➜  EOF
2025-08-20T18:59:15.6104520Z [00:02:52.355]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.6109045Z [00:02:52.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle=>github.com/google/tink/go@v1.7.0/hybrid/subtle;$WORK/b1380=>" -p github.com/google/tink/go/hybrid/subtle -lang=go1.17 -complete -installsuffix shared -buildid n4Er38eBXldZ2IC4NdpE/n4Er38eBXldZ2IC4NdpE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/ecies_aead_hkdf_dem_helper.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/ecies_aead_hkdf_hybrid_decrypt.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/ecies_aead_hkdf_hybrid_encrypt.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/ecies_hkdf_recipient_kem.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/ecies_hkdf_sender_kem.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/elliptic_curves.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/public_key.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/hybrid/subtle/subtle.go
2025-08-20T18:59:15.6172683Z [00:02:52.365]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T18:59:15.6224400Z [00:02:52.370]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/8d/8d05aa6c6acafaeb126d3efba054d332f314f713090d933258d70cba8467dd7e-d # internal
2025-08-20T18:59:15.6228018Z [00:02:52.370]➜  github.com/hyperledger/aries-framework-go/component/models/ld/processor
2025-08-20T18:59:15.6248179Z [00:02:52.370]➜  mkdir -p $WORK/b1354/
2025-08-20T18:59:15.6248591Z [00:02:52.370]➜  cat >/tmp/go-build693841089/b1354/importcfg << 'EOF' # internal
2025-08-20T18:59:15.6248938Z [00:02:52.371]➜  # import config
2025-08-20T18:59:15.6249270Z [00:02:52.371]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.6249677Z [00:02:52.371]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.6250138Z [00:02:52.371]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:15.6250820Z [00:02:52.371]➜  packagefile github.com/hyperledger/aries-framework-go/component/log=/tmp/go-build693841089/b1355/_pkg_.a
2025-08-20T18:59:15.6251683Z [00:02:52.371]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/util/maphelpers=/tmp/go-build693841089/b1359/_pkg_.a
2025-08-20T18:59:15.6252440Z [00:02:52.371]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:15.6252941Z [00:02:52.371]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.6253246Z [00:02:52.371]➜  EOF
2025-08-20T18:59:15.6256577Z [00:02:52.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1354/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/processor=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/processor;$WORK/b1354=>" -p github.com/hyperledger/aries-framework-go/component/models/ld/processor -lang=go1.19 -complete -installsuffix shared -buildid ebeemKcS0i3XuNtWpTj6/ebeemKcS0i3XuNtWpTj6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/processor/processor.go
2025-08-20T18:59:15.6379767Z [00:02:52.385]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.6386706Z [00:02:52.385]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x032.o -c hmac_done.c
2025-08-20T18:59:15.6638905Z [00:02:52.411]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T18:59:15.6709738Z [00:02:52.418]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/c7/c786c061d79db63b7438b68257e59bb4de98768e40b0833d430cc5e9977061a8-d # internal
2025-08-20T18:59:15.6711638Z [00:02:52.419]➜  github.com/google/tink/go/internal/aead
2025-08-20T18:59:15.6714364Z [00:02:52.419]➜  mkdir -p $WORK/b1394/
2025-08-20T18:59:15.6715532Z [00:02:52.419]➜  cat >/tmp/go-build693841089/b1394/importcfg << 'EOF' # internal
2025-08-20T18:59:15.6717387Z [00:02:52.419]➜  # import config
2025-08-20T18:59:15.6717981Z [00:02:52.419]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:15.6718781Z [00:02:52.419]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:15.6719445Z [00:02:52.419]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:15.6719981Z [00:02:52.419]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.6720691Z [00:02:52.419]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.6721438Z [00:02:52.419]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:15.6721974Z [00:02:52.419]➜  EOF
2025-08-20T18:59:15.6722517Z [00:02:52.419]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.6725884Z [00:02:52.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/aead=>github.com/google/tink/go@v1.7.0/internal/aead;$WORK/b1394=>" -p github.com/google/tink/go/internal/aead -lang=go1.17 -complete -installsuffix shared -buildid wmLPwybEmK4HFCeJ0PI1/wmLPwybEmK4HFCeJ0PI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/aead/aead.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/aead/aes_gcm_insecure_iv.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/aead/chacha20poly1305_insecure_nonce.go
2025-08-20T18:59:15.6732468Z [00:02:52.421]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T18:59:15.6746914Z [00:02:52.422]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/1b/1bcb22963b49ae76f84c5f29be1554d6c119bb1e6a98dc33abcfba77acf1c521-d # internal
2025-08-20T18:59:15.6747808Z [00:02:52.422]➜  github.com/hyperledger/aries-framework-go/component/models/signature/api
2025-08-20T18:59:15.6748375Z [00:02:52.422]➜  mkdir -p $WORK/b1341/
2025-08-20T18:59:15.6749022Z [00:02:52.422]➜  cat >/tmp/go-build693841089/b1341/importcfg << 'EOF' # internal
2025-08-20T18:59:15.6749537Z [00:02:52.422]➜  # import config
2025-08-20T18:59:15.6750288Z [00:02:52.422]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:15.6751334Z [00:02:52.422]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:15.6752179Z [00:02:52.422]➜  EOF
2025-08-20T18:59:15.6757670Z [00:02:52.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/api=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/api;$WORK/b1341=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/api -lang=go1.19 -complete -installsuffix shared -buildid XL5GhxQoG9ep8K5VcpFj/XL5GhxQoG9ep8K5VcpFj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/api/api.go
2025-08-20T18:59:15.6789311Z [00:02:52.425]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.6793741Z [00:02:52.425]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x033.o -c hmac_init.c
2025-08-20T18:59:15.6801856Z [00:02:52.428]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T18:59:15.6821345Z [00:02:52.430]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/c5/c588221797a5362e00abcc243df96de7bc23de6a4a47b217913e364c78bd47c7-d # internal
2025-08-20T18:59:15.6830664Z [00:02:52.431]➜  github.com/hyperledger/aries-framework-go/component/models/ld/proof
2025-08-20T18:59:15.6831882Z [00:02:52.431]➜  mkdir -p $WORK/b1365/
2025-08-20T18:59:15.6837005Z [00:02:52.431]➜  cat >/tmp/go-build693841089/b1365/importcfg << 'EOF' # internal
2025-08-20T18:59:15.6837421Z [00:02:52.431]➜  # import config
2025-08-20T18:59:15.6837796Z [00:02:52.431]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:15.6838269Z [00:02:52.431]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:15.6838714Z [00:02:52.431]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.6839120Z [00:02:52.431]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.6839800Z [00:02:52.431]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:15.6840684Z [00:02:52.431]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/util/time=/tmp/go-build693841089/b1366/_pkg_.a
2025-08-20T18:59:15.6841420Z [00:02:52.431]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:15.6841937Z [00:02:52.431]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.6842551Z [00:02:52.431]➜  EOF
2025-08-20T18:59:15.6854157Z [00:02:52.432]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.6858718Z [00:02:52.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/proof=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/proof;$WORK/b1365=>" -p github.com/hyperledger/aries-framework-go/component/models/ld/proof -lang=go1.19 -complete -installsuffix shared -buildid Tqv8lNxXIlPAkWwGaCIz/Tqv8lNxXIlPAkWwGaCIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/proof/data.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/proof/jws.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/proof/proof.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/proof/utils.go
2025-08-20T18:59:15.6921713Z [00:02:52.439]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T18:59:15.6953839Z [00:02:52.440]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/97/977fb81180fb1b9a5ea030a308606cbc4187e9d04e138986c37bd8c9c63bc612-d # internal
2025-08-20T18:59:15.6954537Z [00:02:52.441]➜  github.com/google/tink/go/aead/subtle
2025-08-20T18:59:15.6955089Z [00:02:52.441]➜  mkdir -p $WORK/b1393/
2025-08-20T18:59:15.6955476Z [00:02:52.441]➜  cat >/tmp/go-build693841089/b1393/importcfg << 'EOF' # internal
2025-08-20T18:59:15.6955824Z [00:02:52.441]➜  # import config
2025-08-20T18:59:15.6956181Z [00:02:52.441]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:15.6956646Z [00:02:52.441]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:15.6957112Z [00:02:52.441]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:15.6960359Z [00:02:52.441]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:15.6960806Z [00:02:52.441]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.6961211Z [00:02:52.441]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.6961747Z [00:02:52.441]➜  packagefile github.com/google/tink/go/internal/aead=/tmp/go-build693841089/b1394/_pkg_.a
2025-08-20T18:59:15.6962394Z [00:02:52.441]➜  packagefile github.com/google/tink/go/subtle/random=/tmp/go-build693841089/b1388/_pkg_.a
2025-08-20T18:59:15.6963003Z [00:02:52.441]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:15.6963610Z [00:02:52.441]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:15.6964353Z [00:02:52.441]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:15.6972531Z [00:02:52.441]➜  EOF
2025-08-20T18:59:15.6976982Z [00:02:52.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle=>github.com/google/tink/go@v1.7.0/aead/subtle;$WORK/b1393=>" -p github.com/google/tink/go/aead/subtle -lang=go1.17 -complete -installsuffix shared -buildid XtBHmq2wv8IQcHGQ6pir/XtBHmq2wv8IQcHGQ6pir -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/aes_ctr.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/aes_gcm.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/aes_gcm_siv.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/chacha20poly1305.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/encrypt_then_authenticate.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/ind_cpa.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/polyval.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/subtle.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/subtle/xchacha20poly1305.go
2025-08-20T18:59:15.6980888Z [00:02:52.443]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T18:59:15.6981560Z [00:02:52.444]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/b3/b38979e9dc1aceab488cbb1d60c67a4c8cf714ec3347aae24894973c0a75c458-d # internal
2025-08-20T18:59:15.6982386Z [00:02:52.444]➜  github.com/google/tink/go/internal/internalregistry
2025-08-20T18:59:15.6982726Z [00:02:52.444]➜  mkdir -p $WORK/b1395/
2025-08-20T18:59:15.6983096Z [00:02:52.444]➜  cat >/tmp/go-build693841089/b1395/importcfg << 'EOF' # internal
2025-08-20T18:59:15.6983436Z [00:02:52.444]➜  # import config
2025-08-20T18:59:15.6983756Z [00:02:52.444]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.6984279Z [00:02:52.444]➜  packagefile github.com/google/tink/go/monitoring=/tmp/go-build693841089/b1396/_pkg_.a
2025-08-20T18:59:15.6986901Z [00:02:52.444]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.6987478Z [00:02:52.444]➜  EOF
2025-08-20T18:59:15.6989684Z [00:02:52.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/internalregistry=>github.com/google/tink/go@v1.7.0/internal/internalregistry;$WORK/b1395=>" -p github.com/google/tink/go/internal/internalregistry -lang=go1.17 -complete -installsuffix shared -buildid cl3hTUe_ZZca4eHLTU4t/cl3hTUe_ZZca4eHLTU4t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/internalregistry/internal_registry.go
2025-08-20T18:59:15.7269017Z [00:02:52.474]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.7299108Z [00:02:52.474]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x034.o -c hmac_memory.c
2025-08-20T18:59:15.7302884Z [00:02:52.476]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T18:59:15.7303659Z [00:02:52.477]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/f3/f344bc8fc32098756d24826d322df6b54a8f09a2fc3868b10ed79e247b2481d4-d # internal
2025-08-20T18:59:15.7304288Z [00:02:52.477]➜  github.com/google/tink/go/internal/monitoringutil
2025-08-20T18:59:15.7304758Z [00:02:52.477]➜  mkdir -p $WORK/b1397/
2025-08-20T18:59:15.7305216Z [00:02:52.477]➜  cat >/tmp/go-build693841089/b1397/importcfg << 'EOF' # internal
2025-08-20T18:59:15.7305575Z [00:02:52.477]➜  # import config
2025-08-20T18:59:15.7305895Z [00:02:52.477]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.7306448Z [00:02:52.477]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:15.7307100Z [00:02:52.477]➜  packagefile github.com/google/tink/go/monitoring=/tmp/go-build693841089/b1396/_pkg_.a
2025-08-20T18:59:15.7307936Z [00:02:52.477]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.7312425Z [00:02:52.477]➜  EOF
2025-08-20T18:59:15.7312793Z [00:02:52.478]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.7315159Z [00:02:52.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/monitoringutil=>github.com/google/tink/go@v1.7.0/internal/monitoringutil;$WORK/b1397=>" -p github.com/google/tink/go/internal/monitoringutil -lang=go1.17 -complete -installsuffix shared -buildid s2-YDhuTWT8uryfMT4-l/s2-YDhuTWT8uryfMT4-l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/internal/monitoringutil/monitoring_util.go
2025-08-20T18:59:15.7387636Z [00:02:52.486]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T18:59:15.7406393Z [00:02:52.488]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/c7/c7a282c5afa5f0b49a3b9f74dc596fd49878922eedfd863905e3bffed644de8d-d # internal
2025-08-20T18:59:15.7407210Z [00:02:52.488]➜  github.com/hyperledger/aries-framework-go/component/models/signature/verifier
2025-08-20T18:59:15.7407939Z [00:02:52.488]➜  mkdir -p $WORK/b1364/
2025-08-20T18:59:15.7412473Z [00:02:52.489]➜  cat >/tmp/go-build693841089/b1364/importcfg << 'EOF' # internal
2025-08-20T18:59:15.7412948Z [00:02:52.489]➜  # import config
2025-08-20T18:59:15.7413381Z [00:02:52.489]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:15.7413913Z [00:02:52.489]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:15.7414461Z [00:02:52.489]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:15.7415224Z [00:02:52.489]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:15.7415761Z [00:02:52.489]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:15.7416290Z [00:02:52.489]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:15.7416830Z [00:02:52.489]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:59:15.7417364Z [00:02:52.489]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:15.7417881Z [00:02:52.489]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.7418365Z [00:02:52.489]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.7418945Z [00:02:52.489]➜  packagefile github.com/btcsuite/btcd/btcec=/tmp/go-build693841089/b1296/_pkg_.a
2025-08-20T18:59:15.7419602Z [00:02:52.489]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build693841089/b1343/_pkg_.a
2025-08-20T18:59:15.7420535Z [00:02:52.489]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub=/tmp/go-build693841089/b1346/_pkg_.a
2025-08-20T18:59:15.7421826Z [00:02:52.489]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:15.7422907Z [00:02:52.489]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:15.7423878Z [00:02:52.489]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/proof=/tmp/go-build693841089/b1365/_pkg_.a
2025-08-20T18:59:15.7427049Z [00:02:52.489]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/api=/tmp/go-build693841089/b1341/_pkg_.a
2025-08-20T18:59:15.7427784Z [00:02:52.489]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:15.7428208Z [00:02:52.489]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.7428512Z [00:02:52.489]➜  EOF
2025-08-20T18:59:15.7429505Z [00:02:52.490]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T18:59:15.7437020Z [00:02:52.491]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/59/592919d74686108c6a629067b0a9134c9ef0f3628d594fb0268f10ad576b51ed-d # internal
2025-08-20T18:59:15.7441856Z [00:02:52.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/verifier=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/verifier;$WORK/b1364=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/verifier -lang=go1.19 -complete -installsuffix shared -buildid c6MKsWgcbHT-ePjy9WiX/c6MKsWgcbHT-ePjy9WiX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/verifier/public_key_verifier.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/verifier/verifier.go
2025-08-20T18:59:15.7447768Z [00:02:52.492]➜  github.com/google/tink/go/prf/subtle
2025-08-20T18:59:15.7448267Z [00:02:52.492]➜  mkdir -p $WORK/b1399/
2025-08-20T18:59:15.7448653Z [00:02:52.492]➜  cat >/tmp/go-build693841089/b1399/importcfg << 'EOF' # internal
2025-08-20T18:59:15.7449290Z [00:02:52.492]➜  # import config
2025-08-20T18:59:15.7449646Z [00:02:52.492]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:15.7450101Z [00:02:52.492]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:15.7450565Z [00:02:52.492]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:15.7451018Z [00:02:52.492]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:15.7451444Z [00:02:52.492]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.7451948Z [00:02:52.492]➜  packagefile github.com/google/tink/go/subtle=/tmp/go-build693841089/b1390/_pkg_.a
2025-08-20T18:59:15.7452519Z [00:02:52.492]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:59:15.7452989Z [00:02:52.492]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:15.7453423Z [00:02:52.492]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:15.7453721Z [00:02:52.492]➜  EOF
2025-08-20T18:59:15.7456581Z [00:02:52.492]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/prf/subtle=>github.com/google/tink/go@v1.7.0/prf/subtle;$WORK/b1399=>" -p github.com/google/tink/go/prf/subtle -lang=go1.17 -complete -installsuffix shared -buildid BKLcj6iHyIFmoT01zD2n/BKLcj6iHyIFmoT01zD2n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/prf/subtle/aes_cmac.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/prf/subtle/hkdf.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/prf/subtle/hmac.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/prf/subtle/subtle.go
2025-08-20T18:59:15.7588617Z [00:02:52.506]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T18:59:15.7600429Z [00:02:52.508]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/b6/b6f67936d62d9201dd8e2d7f85428ebb0f6be9548b66a97ff798387b87ab2ca5-d # internal
2025-08-20T18:59:15.7608618Z [00:02:52.508]➜  github.com/google/tink/go/proto/aes_ctr_go_proto
2025-08-20T18:59:15.7609330Z [00:02:52.508]➜  mkdir -p $WORK/b1400/
2025-08-20T18:59:15.7621397Z [00:02:52.510]➜  cat >/tmp/go-build693841089/b1400/importcfg << 'EOF' # internal
2025-08-20T18:59:15.7622130Z [00:02:52.510]➜  # import config
2025-08-20T18:59:15.7623157Z [00:02:52.510]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.7624123Z [00:02:52.510]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.7625507Z [00:02:52.510]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.7625948Z [00:02:52.510]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.7626493Z [00:02:52.510]➜  EOF
2025-08-20T18:59:15.7640037Z [00:02:52.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_ctr_go_proto=>github.com/google/tink/go@v1.7.0/proto/aes_ctr_go_proto;$WORK/b1400=>" -p github.com/google/tink/go/proto/aes_ctr_go_proto -lang=go1.17 -complete -installsuffix shared -buildid tnYVU5kmLDGvuzr_py1q/tnYVU5kmLDGvuzr_py1q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_ctr_go_proto/aes_ctr.pb.go
2025-08-20T18:59:15.7676339Z [00:02:52.515]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T18:59:15.7682202Z [00:02:52.515]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/98/98057f296e00e727e38dfb1252871aaabd9d8205696f9f0fdd6c6ed66446f4ce-d # internal
2025-08-20T18:59:15.7684270Z [00:02:52.516]➜  github.com/google/tink/go/mac/subtle
2025-08-20T18:59:15.7685072Z [00:02:52.516]➜  mkdir -p $WORK/b1398/
2025-08-20T18:59:15.7689291Z [00:02:52.516]➜  cat >/tmp/go-build693841089/b1398/importcfg << 'EOF' # internal
2025-08-20T18:59:15.7690424Z [00:02:52.517]➜  # import config
2025-08-20T18:59:15.7691470Z [00:02:52.517]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:15.7692723Z [00:02:52.517]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:15.7693234Z [00:02:52.517]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.7693642Z [00:02:52.517]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.7694158Z [00:02:52.517]➜  packagefile github.com/google/tink/go/prf/subtle=/tmp/go-build693841089/b1399/_pkg_.a
2025-08-20T18:59:15.7695051Z [00:02:52.517]➜  packagefile github.com/google/tink/go/subtle=/tmp/go-build693841089/b1390/_pkg_.a
2025-08-20T18:59:15.7695634Z [00:02:52.517]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:15.7695939Z [00:02:52.517]➜  EOF
2025-08-20T18:59:15.7698087Z [00:02:52.517]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/subtle=>github.com/google/tink/go@v1.7.0/mac/subtle;$WORK/b1398=>" -p github.com/google/tink/go/mac/subtle -lang=go1.17 -complete -installsuffix shared -buildid ECdnl3WcWboj20fShOWi/ECdnl3WcWboj20fShOWi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/subtle/cmac.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/subtle/hmac.go
2025-08-20T18:59:15.7708736Z [00:02:52.518]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.7717867Z [00:02:52.518]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x035.o -c hmac_process.c
2025-08-20T18:59:15.7936188Z [00:02:52.540]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T18:59:15.7954150Z [00:02:52.543]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/75/7547a51f72e8e046c75a4a47830b01fc38f87cbed9b21ca2fff7022de8ae56fb-d # internal
2025-08-20T18:59:15.7955545Z [00:02:52.543]➜  github.com/google/tink/go/proto/common_go_proto
2025-08-20T18:59:15.7956331Z [00:02:52.543]➜  mkdir -p $WORK/b1403/
2025-08-20T18:59:15.7957240Z [00:02:52.543]➜  cat >/tmp/go-build693841089/b1403/importcfg << 'EOF' # internal
2025-08-20T18:59:15.7957632Z [00:02:52.543]➜  # import config
2025-08-20T18:59:15.7958136Z [00:02:52.543]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.7959148Z [00:02:52.543]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.7959699Z [00:02:52.543]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.7960116Z [00:02:52.543]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.7960419Z [00:02:52.543]➜  EOF
2025-08-20T18:59:15.7960701Z [00:02:52.543]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.7962847Z [00:02:52.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1403/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/common_go_proto=>github.com/google/tink/go@v1.7.0/proto/common_go_proto;$WORK/b1403=>" -p github.com/google/tink/go/proto/common_go_proto -lang=go1.17 -complete -installsuffix shared -buildid qNInVQpX5iqjL15-_Ljn/qNInVQpX5iqjL15-_Ljn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/common_go_proto/common.pb.go
2025-08-20T18:59:15.8008789Z [00:02:52.548]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T18:59:15.8022447Z [00:02:52.550]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/c0/c062e45d81171ed4e8645be6bc92a9cd897fadcc920b6b16028e0a1395c328ac-d # internal
2025-08-20T18:59:15.8038886Z [00:02:52.551]➜  github.com/google/tink/go/proto/aes_gcm_go_proto
2025-08-20T18:59:15.8043135Z [00:02:52.552]➜  mkdir -p $WORK/b1404/
2025-08-20T18:59:15.8076278Z [00:02:52.552]➜  cat >/tmp/go-build693841089/b1404/importcfg << 'EOF' # internal
2025-08-20T18:59:15.8077213Z [00:02:52.552]➜  # import config
2025-08-20T18:59:15.8077824Z [00:02:52.552]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.8078545Z [00:02:52.552]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.8079104Z [00:02:52.552]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.8079515Z [00:02:52.552]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.8079817Z [00:02:52.552]➜  EOF
2025-08-20T18:59:15.8080112Z [00:02:52.553]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T18:59:15.8082918Z [00:02:52.553]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_gcm_go_proto=>github.com/google/tink/go@v1.7.0/proto/aes_gcm_go_proto;$WORK/b1404=>" -p github.com/google/tink/go/proto/aes_gcm_go_proto -lang=go1.17 -complete -installsuffix shared -buildid 3AU3oVo_jaqop87u58G0/3AU3oVo_jaqop87u58G0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_gcm_go_proto/aes_gcm.pb.go
2025-08-20T18:59:15.8085206Z [00:02:52.555]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/c4/c42e52d77599927cb88db8777662d914b4eff7c1c3242de3f92dca3133eaa0a1-d # internal
2025-08-20T18:59:15.8087755Z [00:02:52.556]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/verifier
2025-08-20T18:59:15.8088367Z [00:02:52.556]➜  mkdir -p $WORK/b1340/
2025-08-20T18:59:15.8088795Z [00:02:52.556]➜  cat >/tmp/go-build693841089/b1340/importcfg << 'EOF' # internal
2025-08-20T18:59:15.8089333Z [00:02:52.556]➜  # import config
2025-08-20T18:59:15.8090137Z [00:02:52.556]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/api=/tmp/go-build693841089/b1341/_pkg_.a
2025-08-20T18:59:15.8091655Z [00:02:52.556]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:15.8092436Z [00:02:52.556]➜  EOF
2025-08-20T18:59:15.8095311Z [00:02:52.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/verifier=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/verifier;$WORK/b1340=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/verifier -lang=go1.19 -complete -installsuffix shared -buildid Kg1lE66mevEdc2ZXrjTQ/Kg1lE66mevEdc2ZXrjTQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/verifier/api.go
2025-08-20T18:59:15.8232467Z [00:02:52.571]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.8236885Z [00:02:52.571]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x036.o -c pkcs_5_2.c
2025-08-20T18:59:15.8379355Z [00:02:52.585]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T18:59:15.8381956Z [00:02:52.585]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T18:59:15.8386874Z [00:02:52.586]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/69/6963b974f426dd540bb7ed441a18bb890cfce343bd32542286d456f64bca787f-d # internal
2025-08-20T18:59:15.8389109Z [00:02:52.586]➜  github.com/hyperledger/aries-framework-go/component/models/did
2025-08-20T18:59:15.8389857Z [00:02:52.586]➜  mkdir -p $WORK/b1372/
2025-08-20T18:59:15.8391466Z [00:02:52.587]➜  cat >/tmp/go-build693841089/b1372/importcfg << 'EOF' # internal
2025-08-20T18:59:15.8392171Z [00:02:52.587]➜  # import config
2025-08-20T18:59:15.8392863Z [00:02:52.587]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:15.8393945Z [00:02:52.587]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:15.8394844Z [00:02:52.587]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:15.8395471Z [00:02:52.587]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:15.8395926Z [00:02:52.587]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.8396336Z [00:02:52.587]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.8396851Z [00:02:52.587]➜  packagefile github.com/btcsuite/btcutil/base58=/tmp/go-build693841089/b1373/_pkg_.a
2025-08-20T18:59:15.8397654Z [00:02:52.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:15.8398501Z [00:02:52.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/log=/tmp/go-build693841089/b1355/_pkg_.a
2025-08-20T18:59:15.8399342Z [00:02:52.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/did/endpoint=/tmp/go-build693841089/b1374/_pkg_.a
2025-08-20T18:59:15.8400385Z [00:02:52.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:15.8401348Z [00:02:52.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/proof=/tmp/go-build693841089/b1365/_pkg_.a
2025-08-20T18:59:15.8402268Z [00:02:52.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:15.8403249Z [00:02:52.587]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:15.8403858Z [00:02:52.587]➜  packagefile github.com/xeipuuv/gojsonschema=/tmp/go-build693841089/b1375/_pkg_.a
2025-08-20T18:59:15.8404357Z [00:02:52.587]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:15.8405508Z [00:02:52.587]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:15.8405946Z [00:02:52.587]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:15.8406368Z [00:02:52.587]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:15.8406673Z [00:02:52.587]➜  EOF
2025-08-20T18:59:15.8407265Z [00:02:52.587]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.8411976Z [00:02:52.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did;$WORK/b1372=>" -p github.com/hyperledger/aries-framework-go/component/models/did -lang=go1.19 -complete -installsuffix shared -buildid 6By1tWPvgcdTLoZdt-Qv/6By1tWPvgcdTLoZdt-Qv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/doc.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/helpers.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/legacy.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/schema.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/did/serialize_default.go
2025-08-20T18:59:15.8425358Z [00:02:52.589]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/c2/c237f25061ea419145883605f9008bcb2ddcc1c503e02c01222f71d578f77121-d # internal
2025-08-20T18:59:15.8426584Z [00:02:52.589]➜  github.com/google/tink/go/proto/aes_gcm_siv_go_proto
2025-08-20T18:59:15.8426961Z [00:02:52.590]➜  mkdir -p $WORK/b1405/
2025-08-20T18:59:15.8427341Z [00:02:52.590]➜  cat >/tmp/go-build693841089/b1405/importcfg << 'EOF' # internal
2025-08-20T18:59:15.8427689Z [00:02:52.590]➜  # import config
2025-08-20T18:59:15.8428453Z [00:02:52.590]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.8429207Z [00:02:52.590]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.8429755Z [00:02:52.590]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.8430168Z [00:02:52.590]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.8430477Z [00:02:52.590]➜  EOF
2025-08-20T18:59:15.8432581Z [00:02:52.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_gcm_siv_go_proto=>github.com/google/tink/go@v1.7.0/proto/aes_gcm_siv_go_proto;$WORK/b1405=>" -p github.com/google/tink/go/proto/aes_gcm_siv_go_proto -lang=go1.17 -complete -installsuffix shared -buildid XXkrIzOA4_7LQ5VjYhh1/XXkrIzOA4_7LQ5VjYhh1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_gcm_siv_go_proto/aes_gcm_siv.pb.go
2025-08-20T18:59:15.8475719Z [00:02:52.595]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T18:59:15.8487256Z [00:02:52.596]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/f7/f729bfc9f596ee05c9bb5289bea3dccdbc1639b68302a569cb1b6dad47828ad5-d # internal
2025-08-20T18:59:15.8487909Z [00:02:52.596]➜  github.com/google/tink/go/proto/hmac_go_proto
2025-08-20T18:59:15.8488602Z [00:02:52.596]➜  mkdir -p $WORK/b1402/
2025-08-20T18:59:15.8493208Z [00:02:52.597]➜  cat >/tmp/go-build693841089/b1402/importcfg << 'EOF' # internal
2025-08-20T18:59:15.8493581Z [00:02:52.597]➜  # import config
2025-08-20T18:59:15.8494075Z [00:02:52.597]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:15.8495495Z [00:02:52.597]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.8496277Z [00:02:52.597]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.8496829Z [00:02:52.597]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.8497586Z [00:02:52.597]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.8497894Z [00:02:52.597]➜  EOF
2025-08-20T18:59:15.8499910Z [00:02:52.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/hmac_go_proto=>github.com/google/tink/go@v1.7.0/proto/hmac_go_proto;$WORK/b1402=>" -p github.com/google/tink/go/proto/hmac_go_proto -lang=go1.17 -complete -installsuffix shared -buildid 2Yz73J9jBxzHF0Ttw8bO/2Yz73J9jBxzHF0Ttw8bO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/hmac_go_proto/hmac.pb.go
2025-08-20T18:59:15.8794080Z [00:02:52.627]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T18:59:15.8795325Z [00:02:52.627]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.8811985Z [00:02:52.628]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x037.o -c sha1.c
2025-08-20T18:59:15.8820202Z [00:02:52.628]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/7d/7d2c86bbd76b7496eafa79c391e0c7e0499ad1c19fa88fff830bdabf3ba576bb-d # internal
2025-08-20T18:59:15.8820903Z [00:02:52.629]➜  github.com/google/tink/go/proto/chacha20_poly1305_go_proto
2025-08-20T18:59:15.8821262Z [00:02:52.629]➜  mkdir -p $WORK/b1406/
2025-08-20T18:59:15.8823954Z [00:02:52.630]➜  cat >/tmp/go-build693841089/b1406/importcfg << 'EOF' # internal
2025-08-20T18:59:15.8839777Z [00:02:52.630]➜  # import config
2025-08-20T18:59:15.8840299Z [00:02:52.630]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.8841000Z [00:02:52.630]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.8841548Z [00:02:52.630]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.8844298Z [00:02:52.630]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.8845360Z [00:02:52.630]➜  EOF
2025-08-20T18:59:15.8845674Z [00:02:52.630]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.8848024Z [00:02:52.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/chacha20_poly1305_go_proto=>github.com/google/tink/go@v1.7.0/proto/chacha20_poly1305_go_proto;$WORK/b1406=>" -p github.com/google/tink/go/proto/chacha20_poly1305_go_proto -lang=go1.17 -complete -installsuffix shared -buildid GaNGvYzYV6W5HTA4oJkJ/GaNGvYzYV6W5HTA4oJkJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/chacha20_poly1305_go_proto/chacha20_poly1305.pb.go
2025-08-20T18:59:15.8850283Z [00:02:52.632]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T18:59:15.8862773Z [00:02:52.634]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/92/9207f21784474ba951f4ba73d71cd955a01ef8e9413d5e3f05c96b35c26e56a2-d # internal
2025-08-20T18:59:15.8867400Z [00:02:52.634]➜  github.com/google/tink/go/proto/aes_ctr_hmac_aead_go_proto
2025-08-20T18:59:15.8868032Z [00:02:52.634]➜  mkdir -p $WORK/b1401/
2025-08-20T18:59:15.8870275Z [00:02:52.635]➜  cat >/tmp/go-build693841089/b1401/importcfg << 'EOF' # internal
2025-08-20T18:59:15.8870949Z [00:02:52.635]➜  # import config
2025-08-20T18:59:15.8871729Z [00:02:52.635]➜  packagefile github.com/google/tink/go/proto/aes_ctr_go_proto=/tmp/go-build693841089/b1400/_pkg_.a
2025-08-20T18:59:15.8872677Z [00:02:52.635]➜  packagefile github.com/google/tink/go/proto/hmac_go_proto=/tmp/go-build693841089/b1402/_pkg_.a
2025-08-20T18:59:15.8875278Z [00:02:52.635]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.8876159Z [00:02:52.635]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.8876723Z [00:02:52.635]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.8877150Z [00:02:52.635]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.8877460Z [00:02:52.635]➜  EOF
2025-08-20T18:59:15.8879693Z [00:02:52.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_ctr_hmac_aead_go_proto=>github.com/google/tink/go@v1.7.0/proto/aes_ctr_hmac_aead_go_proto;$WORK/b1401=>" -p github.com/google/tink/go/proto/aes_ctr_hmac_aead_go_proto -lang=go1.17 -complete -installsuffix shared -buildid KPHqEBGMEWSqoktEl4Vh/KPHqEBGMEWSqoktEl4Vh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_ctr_hmac_aead_go_proto/aes_ctr_hmac_aead.pb.go
2025-08-20T18:59:15.9160124Z [00:02:52.663]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T18:59:15.9168248Z [00:02:52.664]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/52/52c9d6c3c0bf64f79d715c5a9d1737d81aca538b63fc74b13efc64c6888ca0ed-d # internal
2025-08-20T18:59:15.9169291Z [00:02:52.664]➜  github.com/google/tink/go/proto/kms_envelope_go_proto
2025-08-20T18:59:15.9169917Z [00:02:52.664]➜  mkdir -p $WORK/b1407/
2025-08-20T18:59:15.9170549Z [00:02:52.664]➜  cat >/tmp/go-build693841089/b1407/importcfg << 'EOF' # internal
2025-08-20T18:59:15.9171145Z [00:02:52.664]➜  # import config
2025-08-20T18:59:15.9172418Z [00:02:52.664]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.9173136Z [00:02:52.664]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.9173835Z [00:02:52.664]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.9174386Z [00:02:52.664]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.9175187Z [00:02:52.664]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.9175545Z [00:02:52.664]➜  EOF
2025-08-20T18:59:15.9177694Z [00:02:52.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/kms_envelope_go_proto=>github.com/google/tink/go@v1.7.0/proto/kms_envelope_go_proto;$WORK/b1407=>" -p github.com/google/tink/go/proto/kms_envelope_go_proto -lang=go1.17 -complete -installsuffix shared -buildid _u8o6Lh1fhFFcLeJaviV/_u8o6Lh1fhFFcLeJaviV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/kms_envelope_go_proto/kms_envelope.pb.go
2025-08-20T18:59:15.9392757Z [00:02:52.686]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:15.9399349Z [00:02:52.687]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x038.o -c sha256.c
2025-08-20T18:59:15.9546884Z [00:02:52.702]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T18:59:15.9547762Z [00:02:52.702]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/6c/6c51cf00741cd68c6652e8e5bcc3f252e563dceeff05da54436538854cc8a45e-d # internal
2025-08-20T18:59:15.9549219Z [00:02:52.702]➜  github.com/google/tink/go/proto/xchacha20_poly1305_go_proto
2025-08-20T18:59:15.9552314Z [00:02:52.702]➜  mkdir -p $WORK/b1408/
2025-08-20T18:59:15.9553111Z [00:02:52.703]➜  cat >/tmp/go-build693841089/b1408/importcfg << 'EOF' # internal
2025-08-20T18:59:15.9553478Z [00:02:52.703]➜  # import config
2025-08-20T18:59:15.9555794Z [00:02:52.703]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.9556503Z [00:02:52.703]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.9557051Z [00:02:52.703]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.9557462Z [00:02:52.703]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.9558059Z [00:02:52.703]➜  EOF
2025-08-20T18:59:15.9558418Z [00:02:52.703]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:15.9560813Z [00:02:52.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/xchacha20_poly1305_go_proto=>github.com/google/tink/go@v1.7.0/proto/xchacha20_poly1305_go_proto;$WORK/b1408=>" -p github.com/google/tink/go/proto/xchacha20_poly1305_go_proto -lang=go1.17 -complete -installsuffix shared -buildid JrpwhltmJ7tPKBu1mAap/JrpwhltmJ7tPKBu1mAap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/xchacha20_poly1305_go_proto/xchacha20_poly1305.pb.go
2025-08-20T18:59:15.9585380Z [00:02:52.706]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T18:59:15.9589023Z [00:02:52.706]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T18:59:15.9600969Z [00:02:52.707]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/0c/0c1c5636952c80bf0bbb0ef6fefa94bdc39cc5477fc47345a5a0774375717372-d # internal
2025-08-20T18:59:15.9603025Z [00:02:52.707]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead/subtle
2025-08-20T18:59:15.9604342Z [00:02:52.707]➜  mkdir -p $WORK/b1410/
2025-08-20T18:59:15.9605059Z [00:02:52.707]➜  cat >/tmp/go-build693841089/b1410/importcfg << 'EOF' # internal
2025-08-20T18:59:15.9605811Z [00:02:52.707]➜  # import config
2025-08-20T18:59:15.9606145Z [00:02:52.708]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:15.9606572Z [00:02:52.708]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:15.9607023Z [00:02:52.708]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:15.9607457Z [00:02:52.708]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.9607857Z [00:02:52.708]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.9608380Z [00:02:52.708]➜  packagefile github.com/go-jose/go-jose/v3/cipher=/tmp/go-build693841089/b1344/_pkg_.a
2025-08-20T18:59:15.9609008Z [00:02:52.708]➜  packagefile github.com/google/tink/go/subtle/random=/tmp/go-build693841089/b1388/_pkg_.a
2025-08-20T18:59:15.9609590Z [00:02:52.708]➜  EOF
2025-08-20T18:59:15.9618527Z [00:02:52.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/subtle=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/subtle;$WORK/b1410=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead/subtle -lang=go1.19 -complete -installsuffix shared -buildid 9tvVs7UGM923sqUqscYw/9tvVs7UGM923sqUqscYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/subtle/aes_cbc.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/subtle/gojose_aes_cbc_hmac.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/subtle/subtle.go
﻿2025-08-20T18:59:15.9626869Z [00:02:52.708]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/b2/b2dd2423972c8d81e0bc277c831e14360ca5044075f986918c17846e967f6a05-d # internal
2025-08-20T18:59:15.9627525Z [00:02:52.709]➜  github.com/hyperledger/aries-framework-go/pkg/doc/did
2025-08-20T18:59:15.9627870Z [00:02:52.709]➜  mkdir -p $WORK/b1371/
2025-08-20T18:59:15.9628238Z [00:02:52.709]➜  cat >/tmp/go-build693841089/b1371/importcfg << 'EOF' # internal
2025-08-20T18:59:15.9628580Z [00:02:52.709]➜  # import config
2025-08-20T18:59:15.9629437Z [00:02:52.709]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:15.9630384Z [00:02:52.709]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/did=/tmp/go-build693841089/b1372/_pkg_.a
2025-08-20T18:59:15.9631100Z [00:02:52.709]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:15.9631607Z [00:02:52.709]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:15.9631937Z [00:02:52.709]➜  EOF
2025-08-20T18:59:15.9634179Z [00:02:52.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/did=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/did;$WORK/b1371=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/did -lang=go1.19 -complete -installsuffix shared -buildid uS58zQjvAsyVbBDLsWLX/uS58zQjvAsyVbBDLsWLX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/did/did.go
2025-08-20T18:59:15.9875304Z [00:02:52.734]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T18:59:15.9876169Z [00:02:52.735]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/68/68ff75a7f48c0442d2e1df9d7f5e4aa2622fae18c93ba3081c771d6ac347b5a8-d # internal
2025-08-20T18:59:15.9881632Z [00:02:52.736]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_go_proto
2025-08-20T18:59:15.9883361Z [00:02:52.736]➜  mkdir -p $WORK/b1411/
2025-08-20T18:59:15.9888903Z [00:02:52.736]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T18:59:15.9892244Z [00:02:52.736]➜  cat >/tmp/go-build693841089/b1411/importcfg << 'EOF' # internal
2025-08-20T18:59:15.9892612Z [00:02:52.736]➜  # import config
2025-08-20T18:59:15.9893069Z [00:02:52.736]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:15.9893745Z [00:02:52.736]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:15.9894446Z [00:02:52.736]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:15.9895150Z [00:02:52.736]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:15.9895565Z [00:02:52.736]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:15.9895884Z [00:02:52.736]➜  EOF
2025-08-20T18:59:15.9899363Z [00:02:52.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/aes_cbc_go_proto=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/aes_cbc_go_proto;$WORK/b1411=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_go_proto -lang=go1.19 -complete -installsuffix shared -buildid J8SlPcQ3sD-_JC-8dJv3/J8SlPcQ3sD-_JC-8dJv3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/aes_cbc_go_proto/aes_cbc.pb.go
2025-08-20T18:59:15.9915819Z [00:02:52.736]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/e2/e2af0507ed6aafd0e0743ca01b650c81eec2e6f89ccb84b721402662c4c57efa-d # internal
2025-08-20T18:59:15.9916730Z [00:02:52.737]➜  github.com/google/tink/go/aead
2025-08-20T18:59:15.9917027Z [00:02:52.737]➜  mkdir -p $WORK/b1392/
2025-08-20T18:59:15.9917401Z [00:02:52.738]➜  cat >/tmp/go-build693841089/b1392/importcfg << 'EOF' # internal
2025-08-20T18:59:15.9917743Z [00:02:52.738]➜  # import config
2025-08-20T18:59:15.9918213Z [00:02:52.738]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:15.9918725Z [00:02:52.738]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:15.9919169Z [00:02:52.738]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:15.9919573Z [00:02:52.738]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:15.9920091Z [00:02:52.738]➜  packagefile github.com/google/tink/go/aead/subtle=/tmp/go-build693841089/b1393/_pkg_.a
2025-08-20T18:59:15.9920741Z [00:02:52.738]➜  packagefile github.com/google/tink/go/core/cryptofmt=/tmp/go-build693841089/b1383/_pkg_.a
2025-08-20T18:59:15.9921420Z [00:02:52.738]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:15.9922085Z [00:02:52.738]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:15.9922793Z [00:02:52.738]➜  packagefile github.com/google/tink/go/internal/internalregistry=/tmp/go-build693841089/b1395/_pkg_.a
2025-08-20T18:59:15.9923646Z [00:02:52.738]➜  packagefile github.com/google/tink/go/internal/monitoringutil=/tmp/go-build693841089/b1397/_pkg_.a
2025-08-20T18:59:15.9928794Z [00:02:52.738]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:15.9929561Z [00:02:52.738]➜  packagefile github.com/google/tink/go/mac/subtle=/tmp/go-build693841089/b1398/_pkg_.a
2025-08-20T18:59:15.9930189Z [00:02:52.738]➜  packagefile github.com/google/tink/go/monitoring=/tmp/go-build693841089/b1396/_pkg_.a
2025-08-20T18:59:15.9932695Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/aes_ctr_go_proto=/tmp/go-build693841089/b1400/_pkg_.a
2025-08-20T18:59:15.9933559Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/aes_ctr_hmac_aead_go_proto=/tmp/go-build693841089/b1401/_pkg_.a
2025-08-20T18:59:15.9934286Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/aes_gcm_go_proto=/tmp/go-build693841089/b1404/_pkg_.a
2025-08-20T18:59:15.9935263Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/aes_gcm_siv_go_proto=/tmp/go-build693841089/b1405/_pkg_.a
2025-08-20T18:59:15.9948363Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/chacha20_poly1305_go_proto=/tmp/go-build693841089/b1406/_pkg_.a
2025-08-20T18:59:15.9949217Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:15.9949911Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/hmac_go_proto=/tmp/go-build693841089/b1402/_pkg_.a
2025-08-20T18:59:15.9958697Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/kms_envelope_go_proto=/tmp/go-build693841089/b1407/_pkg_.a
2025-08-20T18:59:15.9959416Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:15.9960155Z [00:02:52.738]➜  packagefile github.com/google/tink/go/proto/xchacha20_poly1305_go_proto=/tmp/go-build693841089/b1408/_pkg_.a
2025-08-20T18:59:15.9960884Z [00:02:52.738]➜  packagefile github.com/google/tink/go/subtle/random=/tmp/go-build693841089/b1388/_pkg_.a
2025-08-20T18:59:15.9961500Z [00:02:52.738]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:15.9962107Z [00:02:52.738]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:15.9962707Z [00:02:52.738]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:15.9963103Z [00:02:52.738]➜  EOF
2025-08-20T18:59:15.9968199Z [00:02:52.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead=>github.com/google/tink/go@v1.7.0/aead;$WORK/b1392=>" -p github.com/google/tink/go/aead -lang=go1.17 -complete -installsuffix shared -buildid JmSjbZsyMzKngq2xwNum/JmSjbZsyMzKngq2xwNum -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/aead.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/aead_factory.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/aead_key_templates.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/aes_ctr_hmac_aead_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/aes_gcm_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/aes_gcm_siv_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/chacha20poly1305_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/kms_envelope_aead.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/kms_envelope_aead_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/aead/xchacha20poly1305_key_manager.go
2025-08-20T18:59:15.9972279Z [00:02:52.741]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T18:59:15.9972951Z [00:02:52.741]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/81/8192e45807c0d23592b1c7c2117b9b98ccace3e07742da18800b6bb871dd6f7e-d # internal
2025-08-20T18:59:15.9973512Z [00:02:52.742]➜  golang.org/x/crypto/poly1305
2025-08-20T18:59:15.9973798Z [00:02:52.742]➜  mkdir -p $WORK/b1414/
2025-08-20T18:59:15.9974164Z [00:02:52.742]➜  cat >/tmp/go-build693841089/b1414/importcfg << 'EOF' # internal
2025-08-20T18:59:15.9974504Z [00:02:52.742]➜  # import config
2025-08-20T18:59:16.0006132Z [00:02:52.742]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build693841089/b515/_pkg_.a
2025-08-20T18:59:16.0006933Z [00:02:52.742]➜  EOF
2025-08-20T18:59:16.0008772Z [00:02:52.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1414/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/poly1305=>golang.org/x/crypto@v0.31.0/poly1305;$WORK/b1414=>" -p golang.org/x/crypto/poly1305 -lang=go1.20 -complete -installsuffix shared -buildid NafKaJyogbDwosc1Iz2j/NafKaJyogbDwosc1Iz2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/poly1305/poly1305_compat.go
2025-08-20T18:59:16.0072533Z [00:02:52.755]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T18:59:16.0080505Z [00:02:52.755]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/79/793b42cfa426fec6559d8addecbdb20bd820a428bae8a0c9e3787e26769c1ab7-d # internal
2025-08-20T18:59:16.0102327Z [00:02:52.755]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto
2025-08-20T18:59:16.0102917Z [00:02:52.755]➜  mkdir -p $WORK/b1417/
2025-08-20T18:59:16.0103301Z [00:02:52.755]➜  cat >/tmp/go-build693841089/b1417/importcfg << 'EOF' # internal
2025-08-20T18:59:16.0103655Z [00:02:52.755]➜  # import config
2025-08-20T18:59:16.0104083Z [00:02:52.755]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.0104821Z [00:02:52.755]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.0105574Z [00:02:52.755]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.0106280Z [00:02:52.755]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.0106976Z [00:02:52.755]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.0107522Z [00:02:52.755]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.0107938Z [00:02:52.755]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.0108597Z [00:02:52.755]➜  EOF
2025-08-20T18:59:16.0112290Z [00:02:52.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto;$WORK/b1417=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto -lang=go1.19 -complete -installsuffix shared -buildid Ja_6E7kKfQiUri4OIal7/Ja_6E7kKfQiUri4OIal7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto/ecdh_aead.pb.go
2025-08-20T18:59:16.0189774Z [00:02:52.766]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T18:59:16.0199378Z [00:02:52.767]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/ea/ea0b7684a1ec334b0e5cb65349d2ec4c5b8ebbcf631d828d182eb690c2f2d4d1-d # internal
2025-08-20T18:59:16.0216531Z [00:02:52.767]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_hmac_aead_go_proto
2025-08-20T18:59:16.0217148Z [00:02:52.767]➜  mkdir -p $WORK/b1412/
2025-08-20T18:59:16.0217542Z [00:02:52.767]➜  cat >/tmp/go-build693841089/b1412/importcfg << 'EOF' # internal
2025-08-20T18:59:16.0217896Z [00:02:52.767]➜  # import config
2025-08-20T18:59:16.0218327Z [00:02:52.767]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.0218976Z [00:02:52.767]➜  packagefile github.com/google/tink/go/proto/hmac_go_proto=/tmp/go-build693841089/b1402/_pkg_.a
2025-08-20T18:59:16.0219954Z [00:02:52.767]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_go_proto=/tmp/go-build693841089/b1411/_pkg_.a
2025-08-20T18:59:16.0221251Z [00:02:52.767]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.0221949Z [00:02:52.767]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.0222501Z [00:02:52.767]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.0222914Z [00:02:52.767]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.0223219Z [00:02:52.767]➜  EOF
2025-08-20T18:59:16.0227925Z [00:02:52.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/aes_cbc_hmac_aead_go_proto=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/aes_cbc_hmac_aead_go_proto;$WORK/b1412=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_hmac_aead_go_proto -lang=go1.19 -complete -installsuffix shared -buildid M24augYs2SWDeviJwDir/M24augYs2SWDeviJwDir -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/aes_cbc_hmac_aead_go_proto/aes_cbc_hmac_aead.pb.go
2025-08-20T18:59:16.0508420Z [00:02:52.798]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T18:59:16.0519105Z [00:02:52.799]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/ab/abd1bf278b3179eef16eb4db46a7b0e76375eac9afb8b53d116d25494227e750-d # internal
2025-08-20T18:59:16.0539711Z [00:02:52.799]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead
2025-08-20T18:59:16.0540258Z [00:02:52.799]➜  mkdir -p $WORK/b1409/
2025-08-20T18:59:16.0540881Z [00:02:52.801]➜  cat >/tmp/go-build693841089/b1409/importcfg << 'EOF' # internal
2025-08-20T18:59:16.0541231Z [00:02:52.801]➜  # import config
2025-08-20T18:59:16.0541568Z [00:02:52.801]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.0541977Z [00:02:52.801]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.0542584Z [00:02:52.801]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.0543394Z [00:02:52.801]➜  packagefile github.com/google/tink/go/aead/subtle=/tmp/go-build693841089/b1393/_pkg_.a
2025-08-20T18:59:16.0544083Z [00:02:52.801]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:16.0544908Z [00:02:52.801]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.0545585Z [00:02:52.801]➜  packagefile github.com/google/tink/go/mac/subtle=/tmp/go-build693841089/b1398/_pkg_.a
2025-08-20T18:59:16.0546253Z [00:02:52.801]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.0546941Z [00:02:52.801]➜  packagefile github.com/google/tink/go/proto/hmac_go_proto=/tmp/go-build693841089/b1402/_pkg_.a
2025-08-20T18:59:16.0547622Z [00:02:52.801]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.0548286Z [00:02:52.801]➜  packagefile github.com/google/tink/go/subtle/random=/tmp/go-build693841089/b1388/_pkg_.a
2025-08-20T18:59:16.0549205Z [00:02:52.801]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead/subtle=/tmp/go-build693841089/b1410/_pkg_.a
2025-08-20T18:59:16.0550405Z [00:02:52.801]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_go_proto=/tmp/go-build693841089/b1411/_pkg_.a
2025-08-20T18:59:16.0551896Z [00:02:52.801]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_hmac_aead_go_proto=/tmp/go-build693841089/b1412/_pkg_.a
2025-08-20T18:59:16.0552808Z [00:02:52.801]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:16.0553201Z [00:02:52.801]➜  EOF
2025-08-20T18:59:16.0558712Z [00:02:52.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead;$WORK/b1409=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead -lang=go1.19 -complete -installsuffix shared -buildid 2j81EN1e7Ig2NfwKhpn3/2j81EN1e7Ig2NfwKhpn3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/aead.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/aead_key_templates.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/aead/aes_cbc_hmac_aead_key_manager.go
2025-08-20T18:59:16.0580219Z [00:02:52.805]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:16.0589224Z [00:02:52.805]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x039.o -c sha512.c
2025-08-20T18:59:16.0731235Z [00:02:52.820]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T18:59:16.0748565Z [00:02:52.822]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/e3/e361bb97b6fcd053ab5d8e34bae449eb05e3f586f118117f539eb97afe5f7d4f-d # internal
2025-08-20T18:59:16.0756353Z [00:02:52.823]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite
2025-08-20T18:59:16.0759262Z [00:02:52.823]➜  mkdir -p $WORK/b1413/
2025-08-20T18:59:16.0768024Z [00:02:52.824]➜  cat >/tmp/go-build693841089/b1413/importcfg << 'EOF' # internal
2025-08-20T18:59:16.0769099Z [00:02:52.824]➜  # import config
2025-08-20T18:59:16.0769855Z [00:02:52.824]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.0770857Z [00:02:52.824]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.0771327Z [00:02:52.824]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.0771860Z [00:02:52.824]➜  packagefile github.com/google/tink/go/aead/subtle=/tmp/go-build693841089/b1393/_pkg_.a
2025-08-20T18:59:16.0772508Z [00:02:52.824]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:16.0773522Z [00:02:52.824]➜  packagefile github.com/google/tink/go/proto/aes_gcm_go_proto=/tmp/go-build693841089/b1404/_pkg_.a
2025-08-20T18:59:16.0774277Z [00:02:52.824]➜  packagefile github.com/google/tink/go/proto/chacha20_poly1305_go_proto=/tmp/go-build693841089/b1406/_pkg_.a
2025-08-20T18:59:16.0775186Z [00:02:52.824]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.0775930Z [00:02:52.824]➜  packagefile github.com/google/tink/go/proto/xchacha20_poly1305_go_proto=/tmp/go-build693841089/b1408/_pkg_.a
2025-08-20T18:59:16.0776610Z [00:02:52.824]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:16.0777497Z [00:02:52.824]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead/subtle=/tmp/go-build693841089/b1410/_pkg_.a
2025-08-20T18:59:16.0778735Z [00:02:52.824]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/aes_cbc_hmac_aead_go_proto=/tmp/go-build693841089/b1412/_pkg_.a
2025-08-20T18:59:16.0779678Z [00:02:52.824]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:16.0780277Z [00:02:52.824]➜  packagefile golang.org/x/crypto/poly1305=/tmp/go-build693841089/b1414/_pkg_.a
2025-08-20T18:59:16.0780854Z [00:02:52.824]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:16.0781241Z [00:02:52.824]➜  EOF
2025-08-20T18:59:16.0781539Z [00:02:52.825]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:16.0794877Z [00:02:52.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite;$WORK/b1413=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite -lang=go1.19 -complete -installsuffix shared -buildid 8tFl53X2eKQRw1vaXSLv/8tFl53X2eKQRw1vaXSLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/aead_enc_helper.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/composite_common.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/register_ecdh_aead_enc_helper.go
2025-08-20T18:59:16.0888083Z [00:02:52.836]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T18:59:16.0888686Z [00:02:52.836]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T18:59:16.0901619Z [00:02:52.838]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/cd/cdf03ba167804845b303ac0ace236e2b44f7fc67e43f8d048f4c69d5e81335a5-d # internal
2025-08-20T18:59:16.0904931Z [00:02:52.838]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto
2025-08-20T18:59:16.0905417Z [00:02:52.838]➜  mkdir -p $WORK/b1419/
2025-08-20T18:59:16.0905799Z [00:02:52.838]➜  cat >/tmp/go-build693841089/b1419/importcfg << 'EOF' # internal
2025-08-20T18:59:16.0906140Z [00:02:52.838]➜  # import config
2025-08-20T18:59:16.0906516Z [00:02:52.838]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.0906996Z [00:02:52.838]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.0907434Z [00:02:52.838]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.0908021Z [00:02:52.838]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.0908596Z [00:02:52.838]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:16.0909224Z [00:02:52.838]➜  EOF
2025-08-20T18:59:16.0913674Z [00:02:52.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto;$WORK/b1419=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto -lang=go1.19 -complete -installsuffix shared -buildid ocP3PCyDk7Dg6D4GxI6g/ocP3PCyDk7Dg6D4GxI6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/api.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/eckey.go
2025-08-20T18:59:16.0918821Z [00:02:52.839]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/1e/1e1ed5ba8edf0a7ba1531bbd8a168bf30e34890141c74779a47fea72d3943367-d # internal
2025-08-20T18:59:16.0920310Z [00:02:52.840]➜  github.com/google/tink/go/proto/aes_cmac_go_proto
2025-08-20T18:59:16.0920702Z [00:02:52.840]➜  mkdir -p $WORK/b1424/
2025-08-20T18:59:16.0921084Z [00:02:52.840]➜  cat >/tmp/go-build693841089/b1424/importcfg << 'EOF' # internal
2025-08-20T18:59:16.0921686Z [00:02:52.840]➜  # import config
2025-08-20T18:59:16.0923248Z [00:02:52.840]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.0924062Z [00:02:52.840]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.0924719Z [00:02:52.840]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.0925207Z [00:02:52.840]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.0925518Z [00:02:52.840]➜  EOF
2025-08-20T18:59:16.0927608Z [00:02:52.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_cmac_go_proto=>github.com/google/tink/go@v1.7.0/proto/aes_cmac_go_proto;$WORK/b1424=>" -p github.com/google/tink/go/proto/aes_cmac_go_proto -lang=go1.17 -complete -installsuffix shared -buildid JNxCd0mVT5VgSG5xOqz7/JNxCd0mVT5VgSG5xOqz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/aes_cmac_go_proto/aes_cmac.pb.go
2025-08-20T18:59:16.1129523Z [00:02:52.860]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T18:59:16.1130411Z [00:02:52.860]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/e6/e6c3e650e2024a724312f531e48777ef3cd627d8f2ad89c70c6ef5a4f259f1a0-d # internal
2025-08-20T18:59:16.1131122Z [00:02:52.860]➜  github.com/hyperledger/aries-framework-go/pkg/crypto
2025-08-20T18:59:16.1131469Z [00:02:52.860]➜  mkdir -p $WORK/b1418/
2025-08-20T18:59:16.1131850Z [00:02:52.860]➜  cat >/tmp/go-build693841089/b1418/importcfg << 'EOF' # internal
2025-08-20T18:59:16.1132200Z [00:02:52.860]➜  # import config
2025-08-20T18:59:16.1132558Z [00:02:52.860]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.1133245Z [00:02:52.860]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto=/tmp/go-build693841089/b1419/_pkg_.a
2025-08-20T18:59:16.1134058Z [00:02:52.860]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.1134519Z [00:02:52.860]➜  EOF
2025-08-20T18:59:16.1140411Z [00:02:52.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto;$WORK/b1418=>" -p github.com/hyperledger/aries-framework-go/pkg/crypto -lang=go1.19 -complete -installsuffix shared -buildid AqtwQmiBfKP7ighbAxle/AqtwQmiBfKP7ighbAxle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/crypto.go
2025-08-20T18:59:16.1216175Z [00:02:52.868]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T18:59:16.1217486Z [00:02:52.868]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/6d/6d19b93c9aed4ba0c620076deca509e3a5143fcf2c43320e1ccd80b50ccee658-d # internal
2025-08-20T18:59:16.1218438Z [00:02:52.868]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh/subtle
2025-08-20T18:59:16.1219002Z [00:02:52.868]➜  mkdir -p $WORK/b1416/
2025-08-20T18:59:16.1219383Z [00:02:52.868]➜  cat >/tmp/go-build693841089/b1416/importcfg << 'EOF' # internal
2025-08-20T18:59:16.1219728Z [00:02:52.868]➜  # import config
2025-08-20T18:59:16.1220086Z [00:02:52.868]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.1220518Z [00:02:52.868]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.1221324Z [00:02:52.868]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite=/tmp/go-build693841089/b1413/_pkg_.a
2025-08-20T18:59:16.1222492Z [00:02:52.868]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/api=/tmp/go-build693841089/b1415/_pkg_.a
2025-08-20T18:59:16.1223155Z [00:02:52.868]➜  EOF
2025-08-20T18:59:16.1228184Z [00:02:52.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/subtle=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/subtle;$WORK/b1416=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh/subtle -lang=go1.19 -complete -installsuffix shared -buildid MQhKXXj3jUIUQDvw72CO/MQhKXXj3jUIUQDvw72CO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/subtle/ecdh_aes_aead_composite_decrypt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/subtle/ecdh_aes_aead_composite_encrypt.go
2025-08-20T18:59:16.1242602Z [00:02:52.871]➜  cd /root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48
2025-08-20T18:59:16.1246696Z [00:02:52.871]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1243=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1243/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DUSE_LIBSQLITE3 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_LIBTOMCRYPT -DLTC_NO_ASM -DNDEBUG -DSQLITE_OS_UNIX=1 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4_UNICODE61 -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DISABLE_INTRINSIC -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -DHAVE_PREAD64=1 -DHAVE_PWRITE64=1 -I/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48 -ffile-prefix-map=/root/go/pkg/mod/github.com/berty/go-sqlcipher/v4@v4.4.3-0.20220810151512-74ea78235b48=/_/github.com/mutecomm/go-sqlcipher/v4@v4.4.2 -frandom-seed=cGgDA1IN-LV7brnN7ZKM -o $WORK/b1243/_x040.o -c sqlite3.c
2025-08-20T18:59:16.1318566Z [00:02:52.879]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T18:59:16.1346733Z [00:02:52.882]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/bf/bfce7607ecb6387852f676629189028ad7f5a9c418631e758a96cfce9f3eb059-d # internal
2025-08-20T18:59:16.1358070Z [00:02:52.882]➜  github.com/google/tink/go/mac
2025-08-20T18:59:16.1358407Z [00:02:52.882]➜  mkdir -p $WORK/b1423/
2025-08-20T18:59:16.1358787Z [00:02:52.882]➜  cat >/tmp/go-build693841089/b1423/importcfg << 'EOF' # internal
2025-08-20T18:59:16.1359134Z [00:02:52.882]➜  # import config
2025-08-20T18:59:16.1359471Z [00:02:52.882]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.1359877Z [00:02:52.882]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.1360428Z [00:02:52.882]➜  packagefile github.com/google/tink/go/core/cryptofmt=/tmp/go-build693841089/b1383/_pkg_.a
2025-08-20T18:59:16.1361104Z [00:02:52.882]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:16.1361770Z [00:02:52.882]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:16.1362393Z [00:02:52.882]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.1363011Z [00:02:52.882]➜  packagefile github.com/google/tink/go/mac/subtle=/tmp/go-build693841089/b1398/_pkg_.a
2025-08-20T18:59:16.1363679Z [00:02:52.882]➜  packagefile github.com/google/tink/go/proto/aes_cmac_go_proto=/tmp/go-build693841089/b1424/_pkg_.a
2025-08-20T18:59:16.1364376Z [00:02:52.882]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.1365473Z [00:02:52.882]➜  packagefile github.com/google/tink/go/proto/hmac_go_proto=/tmp/go-build693841089/b1402/_pkg_.a
2025-08-20T18:59:16.1366232Z [00:02:52.882]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.1366896Z [00:02:52.882]➜  packagefile github.com/google/tink/go/subtle/random=/tmp/go-build693841089/b1388/_pkg_.a
2025-08-20T18:59:16.1367506Z [00:02:52.882]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:16.1368093Z [00:02:52.882]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:16.1368642Z [00:02:52.882]➜  EOF
2025-08-20T18:59:16.1368923Z [00:02:52.882]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:16.1371919Z [00:02:52.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac=>github.com/google/tink/go@v1.7.0/mac;$WORK/b1423=>" -p github.com/google/tink/go/mac -lang=go1.17 -complete -installsuffix shared -buildid 0QCJuIKfQ6ay8PE9i4UF/0QCJuIKfQ6ay8PE9i4UF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/aes_cmac_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/hmac_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/mac.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/mac_factory.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/mac/mac_key_templates.go
2025-08-20T18:59:16.1374542Z [00:02:52.882]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T18:59:16.1382055Z [00:02:52.882]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/4f/4f0b328f3915925a008099ca5644e65c32e31e98bdba2eeb0d7fd80de2f02f1d-d # internal
2025-08-20T18:59:16.1382820Z [00:02:52.882]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T18:59:16.1383544Z [00:02:52.882]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/84/84b0a985a50c16346c6bcbcda2660d286722c274e55efc6cb1b33b47298f1b57-d # internal
2025-08-20T18:59:16.1384151Z [00:02:52.882]➜  github.com/google/tink/go/proto/ecdsa_go_proto
2025-08-20T18:59:16.1384476Z [00:02:52.882]➜  mkdir -p $WORK/b1426/
2025-08-20T18:59:16.1384944Z [00:02:52.883]➜  cat >/tmp/go-build693841089/b1426/importcfg << 'EOF' # internal
2025-08-20T18:59:16.1385286Z [00:02:52.883]➜  # import config
2025-08-20T18:59:16.1385770Z [00:02:52.883]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.1386481Z [00:02:52.883]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.1387182Z [00:02:52.883]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.1387724Z [00:02:52.883]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.1388133Z [00:02:52.883]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.1388687Z [00:02:52.883]➜  EOF
2025-08-20T18:59:16.1391155Z [00:02:52.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/ecdsa_go_proto=>github.com/google/tink/go@v1.7.0/proto/ecdsa_go_proto;$WORK/b1426=>" -p github.com/google/tink/go/proto/ecdsa_go_proto -lang=go1.17 -complete -installsuffix shared -buildid ec2uDueG8pu3zoyPn33R/ec2uDueG8pu3zoyPn33R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/ecdsa_go_proto/ecdsa.pb.go
2025-08-20T18:59:16.1393323Z [00:02:52.885]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh
2025-08-20T18:59:16.1393850Z [00:02:52.885]➜  mkdir -p $WORK/b1391/
2025-08-20T18:59:16.1394214Z [00:02:52.885]➜  cat >/tmp/go-build693841089/b1391/importcfg << 'EOF' # internal
2025-08-20T18:59:16.1394554Z [00:02:52.885]➜  # import config
2025-08-20T18:59:16.1395275Z [00:02:52.885]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:16.1395836Z [00:02:52.885]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.1396300Z [00:02:52.885]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.1396726Z [00:02:52.885]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.1397129Z [00:02:52.885]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.1397662Z [00:02:52.885]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.1398397Z [00:02:52.885]➜  packagefile github.com/google/tink/go/aead=/tmp/go-build693841089/b1392/_pkg_.a
2025-08-20T18:59:16.1399018Z [00:02:52.885]➜  packagefile github.com/google/tink/go/core/cryptofmt=/tmp/go-build693841089/b1383/_pkg_.a
2025-08-20T18:59:16.1399687Z [00:02:52.885]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:16.1400351Z [00:02:52.885]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:16.1401079Z [00:02:52.885]➜  packagefile github.com/google/tink/go/hybrid/subtle=/tmp/go-build693841089/b1380/_pkg_.a
2025-08-20T18:59:16.1401766Z [00:02:52.885]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.1402416Z [00:02:52.885]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.1403253Z [00:02:52.885]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.1404157Z [00:02:52.885]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead=/tmp/go-build693841089/b1409/_pkg_.a
2025-08-20T18:59:16.1405588Z [00:02:52.885]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead/subtle=/tmp/go-build693841089/b1410/_pkg_.a
2025-08-20T18:59:16.1406744Z [00:02:52.885]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite=/tmp/go-build693841089/b1413/_pkg_.a
2025-08-20T18:59:16.1407897Z [00:02:52.885]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/api=/tmp/go-build693841089/b1415/_pkg_.a
2025-08-20T18:59:16.1409104Z [00:02:52.885]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh/subtle=/tmp/go-build693841089/b1416/_pkg_.a
2025-08-20T18:59:16.1410356Z [00:02:52.885]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto=/tmp/go-build693841089/b1417/_pkg_.a
2025-08-20T18:59:16.1411456Z [00:02:52.885]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/cryptoutil=/tmp/go-build693841089/b1349/_pkg_.a
2025-08-20T18:59:16.1412229Z [00:02:52.885]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:16.1412622Z [00:02:52.885]➜  EOF
2025-08-20T18:59:16.1421422Z [00:02:52.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh;$WORK/b1391=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh -lang=go1.19 -complete -installsuffix shared -buildid L9CBBS4izF_rlLTHkLQB/L9CBBS4izF_rlLTHkLQB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_decrypt_factory.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_encrypt_factory.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_key_template.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_nistpkw_private_key_manager.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_nistpkw_public_key_manager.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_x25519kw_private_key_manager.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_x25519kw_public_key_manager.go
2025-08-20T18:59:16.1895816Z [00:02:52.937]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T18:59:16.1898671Z [00:02:52.937]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T18:59:16.1907365Z [00:02:52.938]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/3f/3fc48913bb85bcfc54aa115115e501cb412a6d24eaa2f8bc7e759708bdedd512-d # internal
2025-08-20T18:59:16.1913745Z [00:02:52.938]➜  github.com/google/tink/go/proto/ed25519_go_proto
2025-08-20T18:59:16.1914100Z [00:02:52.938]➜  mkdir -p $WORK/b1427/
2025-08-20T18:59:16.1914483Z [00:02:52.938]➜  cat >/tmp/go-build693841089/b1427/importcfg << 'EOF' # internal
2025-08-20T18:59:16.1915037Z [00:02:52.938]➜  # import config
2025-08-20T18:59:16.1915562Z [00:02:52.938]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.1916271Z [00:02:52.938]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.1916821Z [00:02:52.938]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.1917232Z [00:02:52.938]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.1917548Z [00:02:52.938]➜  EOF
2025-08-20T18:59:16.1919651Z [00:02:52.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/ed25519_go_proto=>github.com/google/tink/go@v1.7.0/proto/ed25519_go_proto;$WORK/b1427=>" -p github.com/google/tink/go/proto/ed25519_go_proto -lang=go1.17 -complete -installsuffix shared -buildid Yif9Q7u74zEfe3Bfannf/Yif9Q7u74zEfe3Bfannf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/ed25519_go_proto/ed25519.pb.go
2025-08-20T18:59:16.1933142Z [00:02:52.941]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/39/3926fa2e0dffe27db8e767d3991ba761247cf7461c9cf47da0626e88ec3840f2-d # internal
2025-08-20T18:59:16.1934309Z [00:02:52.941]➜  github.com/google/tink/go/proto/rsa_ssa_pkcs1_go_proto
2025-08-20T18:59:16.1935251Z [00:02:52.941]➜  mkdir -p $WORK/b1428/
2025-08-20T18:59:16.1944081Z [00:02:52.942]➜  cat >/tmp/go-build693841089/b1428/importcfg << 'EOF' # internal
2025-08-20T18:59:16.1945792Z [00:02:52.942]➜  # import config
2025-08-20T18:59:16.1946862Z [00:02:52.942]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.1947625Z [00:02:52.942]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.1948339Z [00:02:52.942]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.1949137Z [00:02:52.942]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.1949631Z [00:02:52.942]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.1949937Z [00:02:52.942]➜  EOF
2025-08-20T18:59:16.1952414Z [00:02:52.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/rsa_ssa_pkcs1_go_proto=>github.com/google/tink/go@v1.7.0/proto/rsa_ssa_pkcs1_go_proto;$WORK/b1428=>" -p github.com/google/tink/go/proto/rsa_ssa_pkcs1_go_proto -lang=go1.17 -complete -installsuffix shared -buildid 7Dotdxqj42YnyTCrMa-5/7Dotdxqj42YnyTCrMa-5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1428/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/proto/rsa_ssa_pkcs1_go_proto/rsa_ssa_pkcs1.pb.go
2025-08-20T18:59:16.1977208Z [00:02:52.945]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T18:59:16.1990028Z [00:02:52.946]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/05/05c906f095c1a662480c849dc763db09b460ca91002788d4b771ddce9fd10832-d # internal
2025-08-20T18:59:16.2006558Z [00:02:52.947]➜  github.com/google/tink/go/signature/internal
2025-08-20T18:59:16.2009470Z [00:02:52.947]➜  mkdir -p $WORK/b1429/
2025-08-20T18:59:16.2012352Z [00:02:52.947]➜  cat >/tmp/go-build693841089/b1429/importcfg << 'EOF' # internal
2025-08-20T18:59:16.2012714Z [00:02:52.947]➜  # import config
2025-08-20T18:59:16.2013054Z [00:02:52.947]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:16.2013746Z [00:02:52.947]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.2014194Z [00:02:52.947]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:16.2014848Z [00:02:52.947]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.2015429Z [00:02:52.947]➜  packagefile github.com/google/tink/go/subtle=/tmp/go-build693841089/b1390/_pkg_.a
2025-08-20T18:59:16.2016024Z [00:02:52.947]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:16.2016514Z [00:02:52.947]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:16.2016816Z [00:02:52.947]➜  EOF
2025-08-20T18:59:16.2019843Z [00:02:52.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/internal=>github.com/google/tink/go@v1.7.0/signature/internal;$WORK/b1429=>" -p github.com/google/tink/go/signature/internal -lang=go1.17 -complete -installsuffix shared -buildid mCeKEBVppNy46JTPGEb0/mCeKEBVppNy46JTPGEb0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/internal/internal.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/internal/rsa.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/internal/rsassapkcs1_signer.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/internal/rsassapkcs1_verifier.go
2025-08-20T18:59:16.2199898Z [00:02:52.967]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T18:59:16.2202795Z [00:02:52.968]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/dc/dc1001db6f163c7aeac26802b0964deea6fad703e996cedf89db0e4a46db9ee5-d # internal
2025-08-20T18:59:16.2206484Z [00:02:52.968]➜  github.com/google/tink/go/signature/subtle
2025-08-20T18:59:16.2208151Z [00:02:52.968]➜  mkdir -p $WORK/b1430/
2025-08-20T18:59:16.2210835Z [00:02:52.968]➜  cat >/tmp/go-build693841089/b1430/importcfg << 'EOF' # internal
2025-08-20T18:59:16.2211425Z [00:02:52.968]➜  # import config
2025-08-20T18:59:16.2212961Z [00:02:52.968]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:16.2213668Z [00:02:52.968]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.2214380Z [00:02:52.968]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.2217524Z [00:02:52.968]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.2218638Z [00:02:52.968]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:59:16.2219397Z [00:02:52.968]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.2220092Z [00:02:52.968]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.2221848Z [00:02:52.968]➜  packagefile github.com/google/tink/go/subtle=/tmp/go-build693841089/b1390/_pkg_.a
2025-08-20T18:59:16.2222769Z [00:02:52.968]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build693841089/b328/_pkg_.a
2025-08-20T18:59:16.2223740Z [00:02:52.968]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:16.2224473Z [00:02:52.968]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:16.2225370Z [00:02:52.968]➜  EOF
2025-08-20T18:59:16.2229508Z [00:02:52.968]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle=>github.com/google/tink/go@v1.7.0/signature/subtle;$WORK/b1430=>" -p github.com/google/tink/go/signature/subtle -lang=go1.17 -complete -installsuffix shared -buildid EV91ZOg6j3PHmFosysil/EV91ZOg6j3PHmFosysil -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle/ecdsa.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle/ecdsa_signer.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle/ecdsa_verifier.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle/ed25519_signer.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle/ed25519_verifier.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle/encoding.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/subtle/subtle.go
2025-08-20T18:59:16.2286245Z [00:02:52.975]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T18:59:16.2287193Z [00:02:52.976]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/07/07c32eb5893e17ec1d11233a15f66a9a1cceaa172e7406ed8e8addf2bfbe0b16-d # internal
2025-08-20T18:59:16.2288145Z [00:02:52.976]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs/subtle
2025-08-20T18:59:16.2288809Z [00:02:52.976]➜  mkdir -p $WORK/b1433/
2025-08-20T18:59:16.2298567Z [00:02:52.977]➜  cat >/tmp/go-build693841089/b1433/importcfg << 'EOF' # internal
2025-08-20T18:59:16.2298950Z [00:02:52.977]➜  # import config
2025-08-20T18:59:16.2299669Z [00:02:52.977]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub=/tmp/go-build693841089/b1346/_pkg_.a
2025-08-20T18:59:16.2300291Z [00:02:52.977]➜  EOF
2025-08-20T18:59:16.2304340Z [00:02:52.977]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/subtle=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/subtle;$WORK/b1433=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs/subtle -lang=go1.19 -complete -installsuffix shared -buildid i6osiTNQ0yA_fpfKEPhw/i6osiTNQ0yA_fpfKEPhw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/subtle/bls12381g2_signer.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/subtle/bls12381g2_verifier.go
2025-08-20T18:59:16.2437627Z [00:02:52.991]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T18:59:16.2456250Z [00:02:52.992]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/16/16e9159996937f5ece241fdbb7f716640f4ff9b4aed98d8f322879e91a03e41b-d # internal
2025-08-20T18:59:16.2457337Z [00:02:52.993]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/bbs_go_proto
2025-08-20T18:59:16.2457887Z [00:02:52.993]➜  mkdir -p $WORK/b1434/
2025-08-20T18:59:16.2458266Z [00:02:52.993]➜  cat >/tmp/go-build693841089/b1434/importcfg << 'EOF' # internal
2025-08-20T18:59:16.2458616Z [00:02:52.993]➜  # import config
2025-08-20T18:59:16.2459053Z [00:02:52.993]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.2459900Z [00:02:52.993]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.2460608Z [00:02:52.993]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.2461303Z [00:02:52.993]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.2461852Z [00:02:52.993]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.2462361Z [00:02:52.993]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.2462732Z [00:02:52.993]➜  EOF
2025-08-20T18:59:16.2466297Z [00:02:52.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/bbs_go_proto=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/bbs_go_proto;$WORK/b1434=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/bbs_go_proto -lang=go1.19 -complete -installsuffix shared -buildid dpvQ2Akd7n0C2oaKd2J0/dpvQ2Akd7n0C2oaKd2J0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/proto/bbs_go_proto/bbs.pb.go
2025-08-20T18:59:16.2476727Z [00:02:52.995]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T18:59:16.2486613Z [00:02:52.996]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/e4/e43f47232058aedd7573dca0041713afd49d5fbc0b757ea132d14477d42fee01-d # internal
2025-08-20T18:59:16.2490956Z [00:02:52.996]➜  github.com/google/tink/go/insecurecleartextkeyset
2025-08-20T18:59:16.2491318Z [00:02:52.996]➜  mkdir -p $WORK/b1436/
2025-08-20T18:59:16.2506750Z [00:02:52.998]➜  cat >/tmp/go-build693841089/b1436/importcfg << 'EOF' # internal
2025-08-20T18:59:16.2507578Z [00:02:52.998]➜  # import config
2025-08-20T18:59:16.2508619Z [00:02:52.998]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.2509888Z [00:02:52.998]➜  packagefile github.com/google/tink/go/internal=/tmp/go-build693841089/b1387/_pkg_.a
2025-08-20T18:59:16.2510554Z [00:02:52.998]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.2511210Z [00:02:52.998]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.2511644Z [00:02:52.998]➜  EOF
2025-08-20T18:59:16.2513882Z [00:02:52.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/insecurecleartextkeyset=>github.com/google/tink/go@v1.7.0/insecurecleartextkeyset;$WORK/b1436=>" -p github.com/google/tink/go/insecurecleartextkeyset -lang=go1.17 -complete -installsuffix shared -buildid DYjKCrkfCoXzFxcx0TyF/DYjKCrkfCoXzFxcx0TyF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/insecurecleartextkeyset/insecurecleartextkeyset.go
2025-08-20T18:59:16.2629982Z [00:02:53.010]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T18:59:16.2646714Z [00:02:53.012]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/99/99e111c2ffc6c99dbc3cb0d56dff82575aa16af1f1c0931e2218be239184e47c-d # internal
2025-08-20T18:59:16.2653597Z [00:02:53.013]➜  github.com/google/tink/go/signature
2025-08-20T18:59:16.2655305Z [00:02:53.013]➜  mkdir -p $WORK/b1425/
2025-08-20T18:59:16.2674530Z [00:02:53.014]➜  cat >/tmp/go-build693841089/b1425/importcfg << 'EOF' # internal
2025-08-20T18:59:16.2675518Z [00:02:53.014]➜  # import config
2025-08-20T18:59:16.2676487Z [00:02:53.014]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.2676992Z [00:02:53.014]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.2677754Z [00:02:53.014]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:16.2678184Z [00:02:53.014]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.2678593Z [00:02:53.014]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.2679135Z [00:02:53.014]➜  packagefile github.com/google/tink/go/core/cryptofmt=/tmp/go-build693841089/b1383/_pkg_.a
2025-08-20T18:59:16.2679815Z [00:02:53.014]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:16.2680479Z [00:02:53.014]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:16.2681107Z [00:02:53.014]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.2681763Z [00:02:53.014]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.2682661Z [00:02:53.014]➜  packagefile github.com/google/tink/go/proto/ecdsa_go_proto=/tmp/go-build693841089/b1426/_pkg_.a
2025-08-20T18:59:16.2683355Z [00:02:53.014]➜  packagefile github.com/google/tink/go/proto/ed25519_go_proto=/tmp/go-build693841089/b1427/_pkg_.a
2025-08-20T18:59:16.2684068Z [00:02:53.014]➜  packagefile github.com/google/tink/go/proto/rsa_ssa_pkcs1_go_proto=/tmp/go-build693841089/b1428/_pkg_.a
2025-08-20T18:59:16.2684911Z [00:02:53.014]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.2685662Z [00:02:53.014]➜  packagefile github.com/google/tink/go/signature/internal=/tmp/go-build693841089/b1429/_pkg_.a
2025-08-20T18:59:16.2686502Z [00:02:53.014]➜  packagefile github.com/google/tink/go/signature/subtle=/tmp/go-build693841089/b1430/_pkg_.a
2025-08-20T18:59:16.2687186Z [00:02:53.014]➜  packagefile github.com/google/tink/go/subtle=/tmp/go-build693841089/b1390/_pkg_.a
2025-08-20T18:59:16.2687781Z [00:02:53.014]➜  packagefile github.com/google/tink/go/tink=/tmp/go-build693841089/b1386/_pkg_.a
2025-08-20T18:59:16.2688353Z [00:02:53.014]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build693841089/b328/_pkg_.a
2025-08-20T18:59:16.2688923Z [00:02:53.014]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:16.2689426Z [00:02:53.014]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:16.2689739Z [00:02:53.014]➜  EOF
2025-08-20T18:59:16.2695367Z [00:02:53.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature=>github.com/google/tink/go@v1.7.0/signature;$WORK/b1425=>" -p github.com/google/tink/go/signature -lang=go1.17 -complete -installsuffix shared -buildid 136yD8HsmWthPca9KzcQ/136yD8HsmWthPca9KzcQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/importcfg -pack /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/ecdsa_signer_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/ecdsa_verifier_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/ed25519_signer_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/ed25519_verifier_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/proto.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/rsa.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/rsassapkcs1_signer_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/rsassapkcs1_verifier_key_manager.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/signature.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/signature_key_templates.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/signer_factory.go /root/go/pkg/mod/github.com/google/tink/go@v1.7.0/signature/verifier_factory.go
2025-08-20T18:59:16.2764410Z [00:02:53.024]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T18:59:16.2772890Z [00:02:53.025]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/c5/c5606e2ac1ed9ea7ad2bee23095f1099d3d9f48df56012859f6a509e080cc646-d # internal
2025-08-20T18:59:16.2774494Z [00:02:53.025]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/keyio
2025-08-20T18:59:16.2786437Z [00:02:53.025]➜  mkdir -p $WORK/b1435/
2025-08-20T18:59:16.2786885Z [00:02:53.026]➜  cat >/tmp/go-build693841089/b1435/importcfg << 'EOF' # internal
2025-08-20T18:59:16.2787232Z [00:02:53.026]➜  # import config
2025-08-20T18:59:16.2787568Z [00:02:53.026]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:16.2788010Z [00:02:53.026]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.2788450Z [00:02:53.026]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.2788851Z [00:02:53.026]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.2789728Z [00:02:53.026]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.2790324Z [00:02:53.026]➜  packagefile github.com/google/tink/go/aead=/tmp/go-build693841089/b1392/_pkg_.a
2025-08-20T18:59:16.2790939Z [00:02:53.026]➜  packagefile github.com/google/tink/go/hybrid/subtle=/tmp/go-build693841089/b1380/_pkg_.a
2025-08-20T18:59:16.2791633Z [00:02:53.026]➜  packagefile github.com/google/tink/go/insecurecleartextkeyset=/tmp/go-build693841089/b1436/_pkg_.a
2025-08-20T18:59:16.2792299Z [00:02:53.026]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.2792948Z [00:02:53.026]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.2793740Z [00:02:53.026]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.2805342Z [00:02:53.026]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead=/tmp/go-build693841089/b1409/_pkg_.a
2025-08-20T18:59:16.2806675Z [00:02:53.026]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh=/tmp/go-build693841089/b1391/_pkg_.a
2025-08-20T18:59:16.2807900Z [00:02:53.026]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto=/tmp/go-build693841089/b1417/_pkg_.a
2025-08-20T18:59:16.2808884Z [00:02:53.026]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.2809614Z [00:02:53.026]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:16.2810165Z [00:02:53.026]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:16.2810567Z [00:02:53.026]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.2810880Z [00:02:53.026]➜  EOF
2025-08-20T18:59:16.2814752Z [00:02:53.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/keyio=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/keyio;$WORK/b1435=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/keyio -lang=go1.19 -complete -installsuffix shared -buildid K0u-9tVSRrcGQam2f30a/K0u-9tVSRrcGQam2f30a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/composite/keyio/composite_key_export.go
2025-08-20T18:59:16.3005169Z [00:02:53.048]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T18:59:16.3018611Z [00:02:53.049]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/39/39878ce55ec348b7370d07b100e22b67dc78e2ffceacc902f3de61fe439a8fa5-d # internal
2025-08-20T18:59:16.3028180Z [00:02:53.050]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs
2025-08-20T18:59:16.3028829Z [00:02:53.050]➜  mkdir -p $WORK/b1431/
2025-08-20T18:59:16.3029214Z [00:02:53.050]➜  cat >/tmp/go-build693841089/b1431/importcfg << 'EOF' # internal
2025-08-20T18:59:16.3029570Z [00:02:53.050]➜  # import config
2025-08-20T18:59:16.3029933Z [00:02:53.050]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.3030368Z [00:02:53.050]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.3030781Z [00:02:53.050]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.3031284Z [00:02:53.050]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.3032256Z [00:02:53.050]➜  packagefile github.com/google/tink/go/core/cryptofmt=/tmp/go-build693841089/b1383/_pkg_.a
2025-08-20T18:59:16.3032946Z [00:02:53.050]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:16.3033612Z [00:02:53.050]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:16.3034225Z [00:02:53.050]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.3035037Z [00:02:53.050]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.3035742Z [00:02:53.050]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.3036487Z [00:02:53.050]➜  packagefile github.com/google/tink/go/subtle=/tmp/go-build693841089/b1390/_pkg_.a
2025-08-20T18:59:16.3037413Z [00:02:53.050]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub=/tmp/go-build693841089/b1346/_pkg_.a
2025-08-20T18:59:16.3038526Z [00:02:53.050]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs/api=/tmp/go-build693841089/b1432/_pkg_.a
2025-08-20T18:59:16.3039654Z [00:02:53.050]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs/subtle=/tmp/go-build693841089/b1433/_pkg_.a
2025-08-20T18:59:16.3040830Z [00:02:53.050]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/bbs_go_proto=/tmp/go-build693841089/b1434/_pkg_.a
2025-08-20T18:59:16.3041699Z [00:02:53.050]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:16.3042089Z [00:02:53.050]➜  EOF
2025-08-20T18:59:16.3055208Z [00:02:53.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs;$WORK/b1431=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs -lang=go1.19 -complete -installsuffix shared -buildid 8Pz6AkEtviDNhA9X0MRs/8Pz6AkEtviDNhA9X0MRs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/bbs.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/bbs_key_template.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/bbs_signer_factory.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/bbs_signer_key_manager.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/bbs_verifier_factory.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/primitive/bbs/bbs_verifier_key_manager.go
2025-08-20T18:59:16.3340192Z [00:02:53.081]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T18:59:16.3341483Z [00:02:53.081]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/59/596d7787b79140734ac70375f6d128d388440412e563e586725f339daef27996-d # internal
2025-08-20T18:59:16.3398209Z [00:02:53.087]➜  github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/aead/subtle
2025-08-20T18:59:16.3398741Z [00:02:53.087]➜  mkdir -p $WORK/b1437/
2025-08-20T18:59:16.3399483Z [00:02:53.087]➜  cat >/tmp/go-build693841089/b1437/importcfg << 'EOF' # internal
2025-08-20T18:59:16.3402790Z [00:02:53.088]➜  # import config
2025-08-20T18:59:16.3403577Z [00:02:53.088]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead/subtle=/tmp/go-build693841089/b1410/_pkg_.a
2025-08-20T18:59:16.3404244Z [00:02:53.088]➜  EOF
2025-08-20T18:59:16.3408381Z [00:02:53.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/aead/subtle=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/aead/subtle;$WORK/b1437=>" -p github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/aead/subtle -lang=go1.19 -complete -installsuffix shared -buildid vcYqKA5SY3utxe2i-bPU/vcYqKA5SY3utxe2i-bPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/aead/subtle/aes_cbc.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/aead/subtle/gojose_aes_cbc_hmac.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/aead/subtle/subtle.go
2025-08-20T18:59:16.3537948Z [00:02:53.101]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T18:59:16.3541945Z [00:02:53.102]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/3e/3e9b2eec31ea3530aa8dbea3b8bebd6dab600d4d08d52cea2da20237a78753b9-d # internal
2025-08-20T18:59:16.3557495Z [00:02:53.102]➜  github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite
2025-08-20T18:59:16.3559922Z [00:02:53.102]➜  mkdir -p $WORK/b1438/
2025-08-20T18:59:16.3560330Z [00:02:53.103]➜  cat >/tmp/go-build693841089/b1438/importcfg << 'EOF' # internal
2025-08-20T18:59:16.3563120Z [00:02:53.103]➜  # import config
2025-08-20T18:59:16.3565473Z [00:02:53.103]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.3568079Z [00:02:53.103]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite=/tmp/go-build693841089/b1413/_pkg_.a
2025-08-20T18:59:16.3570234Z [00:02:53.103]➜  EOF
2025-08-20T18:59:16.3573725Z [00:02:53.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite;$WORK/b1438=>" -p github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite -lang=go1.19 -complete -installsuffix shared -buildid 21JuBgTKnArgVM6XpIEK/21JuBgTKnArgVM6XpIEK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/composite.go
2025-08-20T18:59:16.3619670Z [00:02:53.109]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T18:59:16.3630167Z [00:02:53.110]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/82/8274c0d0036526f9d3a9309eea9ae9677f85ebc06fa0c3f3acd16ba6b3256da2-d # internal
2025-08-20T18:59:16.3638200Z [00:02:53.111]➜  github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/ecdh
2025-08-20T18:59:16.3638692Z [00:02:53.111]➜  mkdir -p $WORK/b1440/
2025-08-20T18:59:16.3641275Z [00:02:53.112]➜  cat >/tmp/go-build693841089/b1440/importcfg << 'EOF' # internal
2025-08-20T18:59:16.3642078Z [00:02:53.112]➜  # import config
2025-08-20T18:59:16.3642594Z [00:02:53.112]➜  packagefile github.com/google/tink/go/core/registry=/tmp/go-build693841089/b1385/_pkg_.a
2025-08-20T18:59:16.3643249Z [00:02:53.112]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.3643943Z [00:02:53.112]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.3645351Z [00:02:53.112]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite=/tmp/go-build693841089/b1413/_pkg_.a
2025-08-20T18:59:16.3646528Z [00:02:53.112]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/api=/tmp/go-build693841089/b1415/_pkg_.a
2025-08-20T18:59:16.3647714Z [00:02:53.112]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh=/tmp/go-build693841089/b1391/_pkg_.a
2025-08-20T18:59:16.3648378Z [00:02:53.112]➜  EOF
2025-08-20T18:59:16.3655335Z [00:02:53.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/ecdh=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/ecdh;$WORK/b1440=>" -p github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/ecdh -lang=go1.19 -complete -installsuffix shared -buildid Ws971H3BbaaBZmF0T0ib/Ws971H3BbaaBZmF0T0ib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/ecdh/ecdh.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_decrypt_factory.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_encrypt_factory.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/ecdh/ecdh_key_template.go
2025-08-20T18:59:16.3748336Z [00:02:53.122]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T18:59:16.3763880Z [00:02:53.124]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/03/030d9ad9504a3ccd7bb7c77056ab8928d3ba345b89ab01b156064f97db22153d-d # internal
2025-08-20T18:59:16.3772598Z [00:02:53.124]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto
2025-08-20T18:59:16.3773056Z [00:02:53.125]➜  mkdir -p $WORK/b1422/
2025-08-20T18:59:16.3782949Z [00:02:53.126]➜  cat >/tmp/go-build693841089/b1422/importcfg << 'EOF' # internal
2025-08-20T18:59:16.3789850Z [00:02:53.126]➜  # import config
2025-08-20T18:59:16.3791811Z [00:02:53.126]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:16.3792459Z [00:02:53.126]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:16.3792953Z [00:02:53.126]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:16.3793409Z [00:02:53.126]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:16.3793875Z [00:02:53.126]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.3794339Z [00:02:53.126]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.3795125Z [00:02:53.126]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.3795589Z [00:02:53.126]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.3796058Z [00:02:53.126]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:16.3796493Z [00:02:53.126]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.3796899Z [00:02:53.126]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.3797404Z [00:02:53.126]➜  packagefile github.com/go-jose/go-jose/v3/cipher=/tmp/go-build693841089/b1344/_pkg_.a
2025-08-20T18:59:16.3797994Z [00:02:53.126]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.3798581Z [00:02:53.126]➜  packagefile github.com/google/tink/go/aead=/tmp/go-build693841089/b1392/_pkg_.a
2025-08-20T18:59:16.3799185Z [00:02:53.126]➜  packagefile github.com/google/tink/go/aead/subtle=/tmp/go-build693841089/b1393/_pkg_.a
2025-08-20T18:59:16.3800060Z [00:02:53.126]➜  packagefile github.com/google/tink/go/core/primitiveset=/tmp/go-build693841089/b1382/_pkg_.a
2025-08-20T18:59:16.3800775Z [00:02:53.126]➜  packagefile github.com/google/tink/go/hybrid/subtle=/tmp/go-build693841089/b1380/_pkg_.a
2025-08-20T18:59:16.3801391Z [00:02:53.126]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.3801972Z [00:02:53.126]➜  packagefile github.com/google/tink/go/mac=/tmp/go-build693841089/b1423/_pkg_.a
2025-08-20T18:59:16.3802610Z [00:02:53.126]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.3803388Z [00:02:53.126]➜  packagefile github.com/google/tink/go/proto/tink_go_proto=/tmp/go-build693841089/b1384/_pkg_.a
2025-08-20T18:59:16.3804106Z [00:02:53.126]➜  packagefile github.com/google/tink/go/signature=/tmp/go-build693841089/b1425/_pkg_.a
2025-08-20T18:59:16.3805204Z [00:02:53.126]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/aead/subtle=/tmp/go-build693841089/b1410/_pkg_.a
2025-08-20T18:59:16.3806459Z [00:02:53.126]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/bbs=/tmp/go-build693841089/b1431/_pkg_.a
2025-08-20T18:59:16.3807608Z [00:02:53.126]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/keyio=/tmp/go-build693841089/b1435/_pkg_.a
2025-08-20T18:59:16.3808827Z [00:02:53.126]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto=/tmp/go-build693841089/b1417/_pkg_.a
2025-08-20T18:59:16.3809931Z [00:02:53.126]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/cryptoutil=/tmp/go-build693841089/b1349/_pkg_.a
2025-08-20T18:59:16.3810784Z [00:02:53.126]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.3811473Z [00:02:53.126]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:16.3812070Z [00:02:53.126]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:16.3820114Z [00:02:53.126]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:16.3820581Z [00:02:53.126]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:16.3821048Z [00:02:53.126]➜  EOF
2025-08-20T18:59:16.3840994Z [00:02:53.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto;$WORK/b1422=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto -lang=go1.19 -complete -installsuffix shared -buildid hoT0r0_9pU5UosL6j-W0/hoT0r0_9pU5UosL6j-W0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/cl_crypto_stub.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/crypto.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/key_wrapper.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/unwrap_support.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/crypto/tinkcrypto/wrap_support.go
2025-08-20T18:59:16.3846508Z [00:02:53.127]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T18:59:16.3847408Z [00:02:53.129]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/79/794ea8ab86d900922b6d08096aa19f169992d59e9e819577bfade78ec60a1fed-d # internal
2025-08-20T18:59:16.3848159Z [00:02:53.129]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk/jwksupport
2025-08-20T18:59:16.3848605Z [00:02:53.129]➜  mkdir -p $WORK/b1445/
2025-08-20T18:59:16.3848973Z [00:02:53.129]➜  cat >/tmp/go-build693841089/b1445/importcfg << 'EOF' # internal
2025-08-20T18:59:16.3849317Z [00:02:53.129]➜  # import config
2025-08-20T18:59:16.3849675Z [00:02:53.129]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.3850139Z [00:02:53.129]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:16.3850702Z [00:02:53.129]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.3851231Z [00:02:53.129]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:16.3851682Z [00:02:53.129]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.3852118Z [00:02:53.129]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.3852517Z [00:02:53.129]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.3852998Z [00:02:53.129]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build693841089/b1343/_pkg_.a
2025-08-20T18:59:16.3853836Z [00:02:53.129]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub=/tmp/go-build693841089/b1346/_pkg_.a
2025-08-20T18:59:16.3854987Z [00:02:53.129]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:16.3855861Z [00:02:53.129]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.3856590Z [00:02:53.129]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:16.3857359Z [00:02:53.129]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:16.3857671Z [00:02:53.129]➜  EOF
2025-08-20T18:59:16.3860790Z [00:02:53.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/jose/jwk/jwksupport=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/jose/jwk/jwksupport;$WORK/b1445=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk/jwksupport -lang=go1.19 -complete -installsuffix shared -buildid yeDP5husCw4N-yuePCoW/yeDP5husCw4N-yuePCoW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/jose/jwk/jwksupport/jwk.go
2025-08-20T18:59:16.3918464Z [00:02:53.139]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T18:59:16.3935884Z [00:02:53.141]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/30/301b24ed9b47be1425c60928c8b4209ed316308ba5d36173096130a6824c9343-d # internal
2025-08-20T18:59:16.3941052Z [00:02:53.141]➜  github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/keyio
2025-08-20T18:59:16.3949514Z [00:02:53.142]➜  mkdir -p $WORK/b1441/
2025-08-20T18:59:16.3949933Z [00:02:53.142]➜  cat >/tmp/go-build693841089/b1441/importcfg << 'EOF' # internal
2025-08-20T18:59:16.3957256Z [00:02:53.143]➜  # import config
2025-08-20T18:59:16.3957803Z [00:02:53.143]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.3958742Z [00:02:53.143]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/keyio=/tmp/go-build693841089/b1435/_pkg_.a
2025-08-20T18:59:16.3959699Z [00:02:53.143]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:16.3960885Z [00:02:53.143]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/ecdh=/tmp/go-build693841089/b1440/_pkg_.a
2025-08-20T18:59:16.3961584Z [00:02:53.143]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:16.3961875Z [00:02:53.143]➜  EOF
2025-08-20T18:59:16.3965395Z [00:02:53.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/keyio=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/keyio;$WORK/b1441=>" -p github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/keyio -lang=go1.19 -complete -installsuffix shared -buildid 7m1McllS9vRNS6kJUh8C/7m1McllS9vRNS6kJUh8C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/primitive/composite/keyio/composite_key_export.go
2025-08-20T18:59:16.4159405Z [00:02:53.163]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T18:59:16.4161461Z [00:02:53.164]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/bf/bfed22db5e4612717ae67b99fbabea6b0bdb52b47ece9490e1ef83f8b55c3622-d # internal
2025-08-20T18:59:16.4168340Z [00:02:53.164]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/util/jwkkid
2025-08-20T18:59:16.4225782Z [00:02:53.167]➜  mkdir -p $WORK/b1444/
2025-08-20T18:59:16.4228818Z [00:02:53.170]➜  cat >/tmp/go-build693841089/b1444/importcfg << 'EOF' # internal
2025-08-20T18:59:16.4231341Z [00:02:53.171]➜  # import config
2025-08-20T18:59:16.4231713Z [00:02:53.171]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:16.4232176Z [00:02:53.171]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.4232654Z [00:02:53.171]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:16.4233368Z [00:02:53.171]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.4233837Z [00:02:53.171]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:16.4234294Z [00:02:53.171]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.4234906Z [00:02:53.171]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.4235502Z [00:02:53.171]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.4235970Z [00:02:53.171]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.4236464Z [00:02:53.171]➜  packagefile github.com/btcsuite/btcd/btcec=/tmp/go-build693841089/b1296/_pkg_.a
2025-08-20T18:59:16.4237090Z [00:02:53.171]➜  packagefile github.com/google/tink/go/hybrid/subtle=/tmp/go-build693841089/b1380/_pkg_.a
2025-08-20T18:59:16.4237888Z [00:02:53.171]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:16.4238874Z [00:02:53.171]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk/jwksupport=/tmp/go-build693841089/b1445/_pkg_.a
2025-08-20T18:59:16.4239870Z [00:02:53.171]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/internal/cryptoutil=/tmp/go-build693841089/b1349/_pkg_.a
2025-08-20T18:59:16.4240729Z [00:02:53.171]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.4241462Z [00:02:53.171]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:16.4242024Z [00:02:53.171]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:16.4242344Z [00:02:53.171]➜  EOF
2025-08-20T18:59:16.4245363Z [00:02:53.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/util/jwkkid=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/util/jwkkid;$WORK/b1444=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/util/jwkkid -lang=go1.19 -complete -installsuffix shared -buildid Ug62_gvtBQkmpR_Oweh6/Ug62_gvtBQkmpR_Oweh6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/doc/util/jwkkid/kid_creator.go
2025-08-20T18:59:16.4273790Z [00:02:53.172]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T18:59:16.4274856Z [00:02:53.173]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/b3/b3a811ec30eecd16b2a43d2fd7d01e14cdd49f36afb8a8f514f4756090b252a8-d # internal
2025-08-20T18:59:16.4275578Z [00:02:53.173]➜  github.com/hyperledger/aries-framework-go/spi/storage
2025-08-20T18:59:16.4275935Z [00:02:53.174]➜  mkdir -p $WORK/b1449/
2025-08-20T18:59:16.4276309Z [00:02:53.174]➜  cat >/tmp/go-build693841089/b1449/importcfg << 'EOF' # internal
2025-08-20T18:59:16.4276651Z [00:02:53.174]➜  # import config
2025-08-20T18:59:16.4276973Z [00:02:53.174]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.4277375Z [00:02:53.174]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.4277947Z [00:02:53.174]➜  packagefile github.com/hyperledger/aries-framework-go/spi/log=/tmp/go-build693841089/b1357/_pkg_.a
2025-08-20T18:59:16.4278494Z [00:02:53.174]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:16.4278792Z [00:02:53.174]➜  EOF
2025-08-20T18:59:16.4281252Z [00:02:53.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/storage=>github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/storage;$WORK/b1449=>" -p github.com/hyperledger/aries-framework-go/spi/storage -lang=go1.19 -complete -installsuffix shared -buildid M_ruCGD7bJs5PKJl3sGf/M_ruCGD7bJs5PKJl3sGf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/spi@v0.0.0-20230427134832-0c9969493bd3/storage/storage.go
2025-08-20T18:59:16.4534505Z [00:02:53.201]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T18:59:16.4541242Z [00:02:53.202]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/ab/ab60259a18f5c9e58b99726de4fa9b492d8a509255b582bb5ade623cbddd9081-d # internal
2025-08-20T18:59:16.4542022Z [00:02:53.202]➜  github.com/hyperledger/aries-framework-go/component/kmscrypto/kms
2025-08-20T18:59:16.4543442Z [00:02:53.202]➜  mkdir -p $WORK/b1448/
2025-08-20T18:59:16.4544454Z [00:02:53.202]➜  cat >/tmp/go-build693841089/b1448/importcfg << 'EOF' # internal
2025-08-20T18:59:16.4545831Z [00:02:53.202]➜  # import config
2025-08-20T18:59:16.4547249Z [00:02:53.202]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.4547805Z [00:02:53.202]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.4548853Z [00:02:53.202]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:16.4550014Z [00:02:53.202]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:16.4550877Z [00:02:53.202]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:16.4551441Z [00:02:53.202]➜  EOF
2025-08-20T18:59:16.4563045Z [00:02:53.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/kms=>github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/kms;$WORK/b1448=>" -p github.com/hyperledger/aries-framework-go/component/kmscrypto/kms -lang=go1.19 -complete -installsuffix shared -buildid xmkM_UHsO8cH8AnsAt2D/xmkM_UHsO8cH8AnsAt2D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/kms/api.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/kmscrypto@v0.0.0-20230427134832-0c9969493bd3/kms/ariesProviderWrapper.go
2025-08-20T18:59:16.4720350Z [00:02:53.219]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T18:59:16.4727971Z [00:02:53.220]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/a0/a0906b55eddf7f4c016d91516d4c75a8e12e1abd331ac01c0c757d087558ed18-d # internal
2025-08-20T18:59:16.4738445Z [00:02:53.221]➜  github.com/hyperledger/aries-framework-go/pkg/doc/util/jwkkid
2025-08-20T18:59:16.4739653Z [00:02:53.222]➜  mkdir -p $WORK/b1443/
2025-08-20T18:59:16.4744848Z [00:02:53.222]➜  cat >/tmp/go-build693841089/b1443/importcfg << 'EOF' # internal
2025-08-20T18:59:16.4745991Z [00:02:53.222]➜  # import config
2025-08-20T18:59:16.4747171Z [00:02:53.222]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:16.4748708Z [00:02:53.222]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/util/jwkkid=/tmp/go-build693841089/b1444/_pkg_.a
2025-08-20T18:59:16.4749772Z [00:02:53.222]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:16.4750543Z [00:02:53.222]➜  EOF
2025-08-20T18:59:16.4753191Z [00:02:53.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/jwkkid=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/jwkkid;$WORK/b1443=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/util/jwkkid -lang=go1.19 -complete -installsuffix shared -buildid 3iVkHtY3YRXAo4lzVOqn/3iVkHtY3YRXAo4lzVOqn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/jwkkid/kid_creator.go
2025-08-20T18:59:16.4865340Z [00:02:53.234]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T18:59:16.4881573Z [00:02:53.236]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/9e/9ed57a72b3fff0f28503d0e897aaab3365cdce5e9ca80143f05d192f0e43933b-d # internal
2025-08-20T18:59:16.4891223Z [00:02:53.237]➜  github.com/hyperledger/aries-framework-go/pkg/kms
2025-08-20T18:59:16.4892604Z [00:02:53.237]➜  mkdir -p $WORK/b1447/
2025-08-20T18:59:16.4893064Z [00:02:53.237]➜  cat >/tmp/go-build693841089/b1447/importcfg << 'EOF' # internal
2025-08-20T18:59:16.4893423Z [00:02:53.237]➜  # import config
2025-08-20T18:59:16.4894778Z [00:02:53.237]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/kms=/tmp/go-build693841089/b1448/_pkg_.a
2025-08-20T18:59:16.4895654Z [00:02:53.237]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:16.4896406Z [00:02:53.237]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:16.4896871Z [00:02:53.237]➜  EOF
2025-08-20T18:59:16.4899393Z [00:02:53.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/kms=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/kms;$WORK/b1447=>" -p github.com/hyperledger/aries-framework-go/pkg/kms -lang=go1.19 -complete -installsuffix shared -buildid 9o4I3ZnMowrysTUR4Oby/9o4I3ZnMowrysTUR4Oby -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/kms/api.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/kms/ariesProviderWrapper.go
2025-08-20T18:59:16.4950136Z [00:02:53.242]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T18:59:16.4972428Z [00:02:53.245]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/e5/e56573470a2c89627ed2ec42d7a1fbc9953ae46499e6e423e1efdb1fa13d706b-d # internal
2025-08-20T18:59:16.4983853Z [00:02:53.246]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T18:59:16.4990092Z [00:02:53.247]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/b1/b1ed260ccec39c6c4aaf09f2c8f84c2d5cb8094e84c52caa316906b9cf0054cf-d # internal
2025-08-20T18:59:16.4993232Z [00:02:53.247]➜  github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk
2025-08-20T18:59:16.4993640Z [00:02:53.247]➜  mkdir -p $WORK/b1451/
2025-08-20T18:59:16.4999045Z [00:02:53.247]➜  cat >/tmp/go-build693841089/b1451/importcfg << 'EOF' # internal
2025-08-20T18:59:16.4999419Z [00:02:53.247]➜  # import config
2025-08-20T18:59:16.5000259Z [00:02:53.247]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:16.5000849Z [00:02:53.247]➜  EOF
2025-08-20T18:59:16.5006247Z [00:02:53.248]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jwk=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jwk;$WORK/b1451=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk -lang=go1.19 -complete -installsuffix shared -buildid _6KwrS_RDUbRzL1sxXJr/_6KwrS_RDUbRzL1sxXJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jwk/jwk.go
2025-08-20T18:59:16.5019284Z [00:02:53.248]➜  github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto
2025-08-20T18:59:16.5019681Z [00:02:53.248]➜  mkdir -p $WORK/b1421/
2025-08-20T18:59:16.5027434Z [00:02:53.250]➜  cat >/tmp/go-build693841089/b1421/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5027857Z [00:02:53.250]➜  # import config
2025-08-20T18:59:16.5028509Z [00:02:53.250]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto=/tmp/go-build693841089/b1422/_pkg_.a
2025-08-20T18:59:16.5029380Z [00:02:53.250]➜  EOF
2025-08-20T18:59:16.5031864Z [00:02:53.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto;$WORK/b1421=>" -p github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto -lang=go1.19 -complete -installsuffix shared -buildid 8aJqtGWZCYy7pnd6gNvY/8aJqtGWZCYy7pnd6gNvY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/crypto/tinkcrypto/tinkcrypto.go
2025-08-20T18:59:16.5068427Z [00:02:53.254]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T18:59:16.5073255Z [00:02:53.255]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/64/64c0ba855d17786a73049904178794bada23894827bb9a6c226010313aafd461-d # internal
2025-08-20T18:59:16.5075588Z [00:02:53.255]➜  github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint/didfp
2025-08-20T18:59:16.5076287Z [00:02:53.255]➜  mkdir -p $WORK/b1452/
2025-08-20T18:59:16.5078901Z [00:02:53.255]➜  cat >/tmp/go-build693841089/b1452/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5079282Z [00:02:53.255]➜  # import config
2025-08-20T18:59:16.5079630Z [00:02:53.255]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.5080231Z [00:02:53.255]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:16.5080810Z [00:02:53.255]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.5081126Z [00:02:53.255]➜  EOF
2025-08-20T18:59:16.5085828Z [00:02:53.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/fingerprint/didfp=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/fingerprint/didfp;$WORK/b1452=>" -p github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint/didfp -lang=go1.19 -complete -installsuffix shared -buildid IaL0e6_KFN_3gPiMCoz2/IaL0e6_KFN_3gPiMCoz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/fingerprint/didfp/parse.go
2025-08-20T18:59:16.5160395Z [00:02:53.263]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T18:59:16.5216813Z [00:02:53.267]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/06/06df13a6595dbffc014e5b9bfda884dbd9bdc32ccb9d55f4bf4fa2a55b030a38-d # internal
2025-08-20T18:59:16.5218429Z [00:02:53.269]➜  github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr
2025-08-20T18:59:16.5218934Z [00:02:53.269]➜  mkdir -p $WORK/b1453/
2025-08-20T18:59:16.5219318Z [00:02:53.269]➜  cat >/tmp/go-build693841089/b1453/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5219690Z [00:02:53.269]➜  # import config
2025-08-20T18:59:16.5220030Z [00:02:53.269]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.5220628Z [00:02:53.269]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:16.5221091Z [00:02:53.269]➜  EOF
2025-08-20T18:59:16.5223518Z [00:02:53.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/aries/api/vdr=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/aries/api/vdr;$WORK/b1453=>" -p github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr -lang=go1.19 -complete -installsuffix shared -buildid w8ziO_ujVXL-tgPsqwkc/w8ziO_ujVXL-tgPsqwkc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/aries/api/vdr/vdr.go
2025-08-20T18:59:16.5226113Z [00:02:53.269]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T18:59:16.5226779Z [00:02:53.269]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/c5/c53a05038e6ad8360f3806e179c759306296a0eeebc1dff8abefd801de708b1e-d # internal
2025-08-20T18:59:16.5232893Z [00:02:53.270]➜  github.com/hyperledger/aries-framework-go/pkg/internal/cryptoutil
2025-08-20T18:59:16.5239291Z [00:02:53.270]➜  mkdir -p $WORK/b1454/
2025-08-20T18:59:16.5239856Z [00:02:53.271]➜  cat >/tmp/go-build693841089/b1454/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5240259Z [00:02:53.271]➜  # import config
2025-08-20T18:59:16.5240621Z [00:02:53.271]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:16.5241096Z [00:02:53.271]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:16.5241543Z [00:02:53.271]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.5241961Z [00:02:53.271]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.5242535Z [00:02:53.271]➜  packagefile github.com/teserakt-io/golang-ed25519/extra25519=/tmp/go-build693841089/b1350/_pkg_.a
2025-08-20T18:59:16.5243159Z [00:02:53.271]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build693841089/b346/_pkg_.a
2025-08-20T18:59:16.5243757Z [00:02:53.271]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:16.5244362Z [00:02:53.271]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:16.5245158Z [00:02:53.271]➜  EOF
2025-08-20T18:59:16.5247939Z [00:02:53.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/cryptoutil=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/cryptoutil;$WORK/b1454=>" -p github.com/hyperledger/aries-framework-go/pkg/internal/cryptoutil -lang=go1.19 -complete -installsuffix shared -buildid hxBAx7H-9lrCrZHPX_-d/hxBAx7H-9lrCrZHPX_-d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/cryptoutil/legacy_utils.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/cryptoutil/utils.go
2025-08-20T18:59:16.5302587Z [00:02:53.278]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T18:59:16.5312723Z [00:02:53.279]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/49/49743ea5b5c3c8d8f115cee228baea0326805bfc296138e73819f2f18e047b0e-d # internal
2025-08-20T18:59:16.5317362Z [00:02:53.279]➜  github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint
2025-08-20T18:59:16.5319501Z [00:02:53.279]➜  mkdir -p $WORK/b1450/
2025-08-20T18:59:16.5393720Z [00:02:53.287]➜  cat >/tmp/go-build693841089/b1450/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5394335Z [00:02:53.287]➜  # import config
2025-08-20T18:59:16.5395086Z [00:02:53.287]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.5395716Z [00:02:53.287]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:16.5396313Z [00:02:53.287]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.5396899Z [00:02:53.287]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:16.5397468Z [00:02:53.287]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.5397904Z [00:02:53.287]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.5398416Z [00:02:53.287]➜  packagefile github.com/btcsuite/btcutil/base58=/tmp/go-build693841089/b1373/_pkg_.a
2025-08-20T18:59:16.5399250Z [00:02:53.287]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk=/tmp/go-build693841089/b1451/_pkg_.a
2025-08-20T18:59:16.5400194Z [00:02:53.287]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint/didfp=/tmp/go-build693841089/b1452/_pkg_.a
2025-08-20T18:59:16.5401038Z [00:02:53.287]➜  EOF
2025-08-20T18:59:16.5421641Z [00:02:53.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/fingerprint=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/fingerprint;$WORK/b1450=>" -p github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint -lang=go1.19 -complete -installsuffix shared -buildid VlRoUkCnxPSywp7QXyaD/VlRoUkCnxPSywp7QXyaD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/fingerprint/fingerprint.go
2025-08-20T18:59:16.5423902Z [00:02:53.289]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T18:59:16.5431524Z [00:02:53.289]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/eb/ebbc63a5278264a6cbdb7186f8d0425285b935dafa6282d68b6dbe145c3f372a-d # internal
2025-08-20T18:59:16.5432765Z [00:02:53.289]➜  github.com/hyperledger/aries-framework-go/pkg/doc/util/json
2025-08-20T18:59:16.5433627Z [00:02:53.289]➜  mkdir -p $WORK/b1456/
2025-08-20T18:59:16.5453818Z [00:02:53.293]➜  cat >/tmp/go-build693841089/b1456/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5455675Z [00:02:53.293]➜  # import config
2025-08-20T18:59:16.5456777Z [00:02:53.293]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.5457202Z [00:02:53.293]➜  EOF
2025-08-20T18:59:16.5459491Z [00:02:53.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/json=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/json;$WORK/b1456=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/util/json -lang=go1.19 -complete -installsuffix shared -buildid 2RWUS6jL1hLebaPDeDPd/2RWUS6jL1hLebaPDeDPd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/json/json.go
2025-08-20T18:59:16.5490014Z [00:02:53.296]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T18:59:16.5511776Z [00:02:53.299]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/97/97077cf1ef4f0a95f2202dd686dbd258fff6662f52e03013e0abb112b9828763-d # internal
2025-08-20T18:59:16.5520871Z [00:02:53.300]➜  github.com/mitchellh/mapstructure
2025-08-20T18:59:16.5521218Z [00:02:53.300]➜  mkdir -p $WORK/b1460/
2025-08-20T18:59:16.5522825Z [00:02:53.300]➜  cat >/tmp/go-build693841089/b1460/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5523607Z [00:02:53.300]➜  # import config
2025-08-20T18:59:16.5524962Z [00:02:53.300]➜  packagefile encoding=/tmp/go-build693841089/b078/_pkg_.a
2025-08-20T18:59:16.5525554Z [00:02:53.300]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.5526296Z [00:02:53.300]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.5526775Z [00:02:53.300]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.5527185Z [00:02:53.300]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:16.5527591Z [00:02:53.300]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.5527999Z [00:02:53.300]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:16.5528408Z [00:02:53.300]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:16.5528824Z [00:02:53.300]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.5529367Z [00:02:53.300]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:16.5529726Z [00:02:53.300]➜  EOF
2025-08-20T18:59:16.5534461Z [00:02:53.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0=>github.com/mitchellh/mapstructure@v1.5.0;$WORK/b1460=>" -p github.com/mitchellh/mapstructure -lang=go1.14 -complete -installsuffix shared -buildid QauLFv4jP8mpclt4dl08/QauLFv4jP8mpclt4dl08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/decode_hooks.go /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/error.go /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/mapstructure.go
2025-08-20T18:59:16.5637566Z [00:02:53.311]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T18:59:16.5639914Z [00:02:53.312]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/d8/d8cb8af84e2fc21c62c4ab1805e04727fb2fa801cfd02fd27a33992bb43ed12c-d # internal
2025-08-20T18:59:16.5643659Z [00:02:53.312]➜  github.com/hyperledger/aries-framework-go/pkg/doc/jsonld
2025-08-20T18:59:16.5644036Z [00:02:53.312]➜  mkdir -p $WORK/b1455/
2025-08-20T18:59:16.5646439Z [00:02:53.312]➜  cat >/tmp/go-build693841089/b1455/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5646801Z [00:02:53.312]➜  # import config
2025-08-20T18:59:16.5647359Z [00:02:53.312]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.5648266Z [00:02:53.312]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.5649061Z [00:02:53.312]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.5650017Z [00:02:53.312]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/json=/tmp/go-build693841089/b1456/_pkg_.a
2025-08-20T18:59:16.5650815Z [00:02:53.312]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:16.5651419Z [00:02:53.312]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.5651918Z [00:02:53.312]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.5652327Z [00:02:53.312]➜  EOF
2025-08-20T18:59:16.5654785Z [00:02:53.312]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jsonld=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jsonld;$WORK/b1455=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/jsonld -lang=go1.19 -complete -installsuffix shared -buildid NbZkvGdgpNMpn-Gl2-Qk/NbZkvGdgpNMpn-Gl2-Qk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jsonld/validate.go
2025-08-20T18:59:16.5820115Z [00:02:53.329]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T18:59:16.5828239Z [00:02:53.330]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/a7/a7f58cbb630168b13a9c97ba6ccd11df0635cc90c015f6e1c3225bf801b3bacd-d # internal
2025-08-20T18:59:16.5848876Z [00:02:53.332]➜  github.com/hyperledger/aries-framework-go/pkg/doc/util/kmsdidkey
2025-08-20T18:59:16.5852910Z [00:02:53.332]➜  mkdir -p $WORK/b1446/
2025-08-20T18:59:16.5853583Z [00:02:53.333]➜  cat >/tmp/go-build693841089/b1446/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5853994Z [00:02:53.333]➜  # import config
2025-08-20T18:59:16.5854427Z [00:02:53.333]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.5855190Z [00:02:53.333]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.5855621Z [00:02:53.333]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.5856138Z [00:02:53.333]➜  packagefile github.com/btcsuite/btcutil/base58=/tmp/go-build693841089/b1373/_pkg_.a
2025-08-20T18:59:16.5856962Z [00:02:53.333]➜  packagefile github.com/google/tink/go/proto/common_go_proto=/tmp/go-build693841089/b1403/_pkg_.a
2025-08-20T18:59:16.5857777Z [00:02:53.333]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:16.5858576Z [00:02:53.333]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/jwkkid=/tmp/go-build693841089/b1443/_pkg_.a
2025-08-20T18:59:16.5859343Z [00:02:53.333]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:16.5860287Z [00:02:53.333]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint=/tmp/go-build693841089/b1450/_pkg_.a
2025-08-20T18:59:16.5861130Z [00:02:53.333]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint/didfp=/tmp/go-build693841089/b1452/_pkg_.a
2025-08-20T18:59:16.5861642Z [00:02:53.333]➜  EOF
2025-08-20T18:59:16.5864033Z [00:02:53.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/kmsdidkey=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/kmsdidkey;$WORK/b1446=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/util/kmsdidkey -lang=go1.19 -complete -installsuffix shared -buildid GFusR9MWH0BlOgJQZyFM/GFusR9MWH0BlOgJQZyFM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/kmsdidkey/kmsdidkey.go
2025-08-20T18:59:16.5923947Z [00:02:53.340]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T18:59:16.5930904Z [00:02:53.341]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/35/351fd7c7939c988a21a3d0697ab21f482b2c1978464b46ffef1399adce93933f-d # internal
2025-08-20T18:59:16.5934124Z [00:02:53.341]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/jsonld
2025-08-20T18:59:16.5934526Z [00:02:53.341]➜  mkdir -p $WORK/b1463/
2025-08-20T18:59:16.5938510Z [00:02:53.341]➜  cat >/tmp/go-build693841089/b1463/importcfg << 'EOF' # internal
2025-08-20T18:59:16.5938863Z [00:02:53.341]➜  # import config
2025-08-20T18:59:16.5939575Z [00:02:53.341]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.5940627Z [00:02:53.341]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:16.5941272Z [00:02:53.341]➜  EOF
2025-08-20T18:59:16.5943958Z [00:02:53.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/jsonld=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/jsonld;$WORK/b1463=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/jsonld -lang=go1.19 -complete -installsuffix shared -buildid g--uMYpAPRcDG2Fl9Bb5/g--uMYpAPRcDG2Fl9Bb5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/jsonld/jsonld.go
2025-08-20T18:59:16.6142340Z [00:02:53.362]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T18:59:16.6148669Z [00:02:53.362]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/99/99264439147137f9dbb6e4d639b7801b26b78ea3a980c97d09a3542946fc6ec9-d # internal
2025-08-20T18:59:16.6151245Z [00:02:53.363]➜  github.com/hyperledger/aries-framework-go/component/models/signature/signer
2025-08-20T18:59:16.6151880Z [00:02:53.363]➜  mkdir -p $WORK/b1465/
2025-08-20T18:59:16.6154852Z [00:02:53.363]➜  cat >/tmp/go-build693841089/b1465/importcfg << 'EOF' # internal
2025-08-20T18:59:16.6155436Z [00:02:53.363]➜  # import config
2025-08-20T18:59:16.6155838Z [00:02:53.363]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.6156448Z [00:02:53.363]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.6157209Z [00:02:53.363]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.6158515Z [00:02:53.363]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.6159429Z [00:02:53.363]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.6160479Z [00:02:53.363]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/proof=/tmp/go-build693841089/b1365/_pkg_.a
2025-08-20T18:59:16.6161536Z [00:02:53.363]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/util/time=/tmp/go-build693841089/b1366/_pkg_.a
2025-08-20T18:59:16.6162336Z [00:02:53.363]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:16.6162649Z [00:02:53.363]➜  EOF
2025-08-20T18:59:16.6166226Z [00:02:53.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/signer=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/signer;$WORK/b1465=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/signer -lang=go1.19 -complete -installsuffix shared -buildid 8xUgV8gVkzskw5TEDIpm/8xUgV8gVkzskw5TEDIpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/signer/signer.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/signer/signer_default.go
2025-08-20T18:59:16.6219798Z [00:02:53.369]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T18:59:16.6226321Z [00:02:53.370]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/9c/9c06c77b851650a77ca801fdb97c93f00802f3c17ceef33dea442570048234d4-d # internal
2025-08-20T18:59:16.6230204Z [00:02:53.370]➜  github.com/hyperledger/aries-framework-go/pkg/doc/jose/kid/resolver
2025-08-20T18:59:16.6230723Z [00:02:53.370]➜  mkdir -p $WORK/b1442/
2025-08-20T18:59:16.6231133Z [00:02:53.371]➜  cat >/tmp/go-build693841089/b1442/importcfg << 'EOF' # internal
2025-08-20T18:59:16.6231475Z [00:02:53.371]➜  # import config
2025-08-20T18:59:16.6231840Z [00:02:53.371]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.6232307Z [00:02:53.371]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.6232783Z [00:02:53.371]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.6233246Z [00:02:53.371]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.6233648Z [00:02:53.371]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.6234228Z [00:02:53.371]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:16.6235286Z [00:02:53.371]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:16.6236085Z [00:02:53.371]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/jwkkid=/tmp/go-build693841089/b1443/_pkg_.a
2025-08-20T18:59:16.6237135Z [00:02:53.371]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/kmsdidkey=/tmp/go-build693841089/b1446/_pkg_.a
2025-08-20T18:59:16.6238071Z [00:02:53.371]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:16.6238879Z [00:02:53.371]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:16.6239617Z [00:02:53.371]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:16.6240188Z [00:02:53.371]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.6240498Z [00:02:53.371]➜  EOF
2025-08-20T18:59:16.6243050Z [00:02:53.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/kid/resolver=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/kid/resolver;$WORK/b1442=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/jose/kid/resolver -lang=go1.19 -complete -installsuffix shared -buildid Z41sl8KtbjGUSYl0ycQJ/Z41sl8KtbjGUSYl0ycQJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/kid/resolver/resolver.go
2025-08-20T18:59:16.6449427Z [00:02:53.392]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T18:59:16.6450550Z [00:02:53.392]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/dd/dda73214028f9801b952661b2d843f42fe9991967f6d256ec0dfb320316016f3-d # internal
2025-08-20T18:59:16.6451992Z [00:02:53.392]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/signer
2025-08-20T18:59:16.6452420Z [00:02:53.392]➜  mkdir -p $WORK/b1464/
2025-08-20T18:59:16.6452795Z [00:02:53.392]➜  cat >/tmp/go-build693841089/b1464/importcfg << 'EOF' # internal
2025-08-20T18:59:16.6453136Z [00:02:53.392]➜  # import config
2025-08-20T18:59:16.6453758Z [00:02:53.392]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/signer=/tmp/go-build693841089/b1465/_pkg_.a
2025-08-20T18:59:16.6454307Z [00:02:53.392]➜  EOF
2025-08-20T18:59:16.6456993Z [00:02:53.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/signer=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/signer;$WORK/b1464=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/signer -lang=go1.19 -complete -installsuffix shared -buildid VyHTtJjfqh1xMRFhUAEM/VyHTtJjfqh1xMRFhUAEM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/signer/api.go
2025-08-20T18:59:16.6687225Z [00:02:53.416]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T18:59:16.6701070Z [00:02:53.418]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/39/39e7d6b055e3d300e246db1375a8448d783c968a4033300c7da57e91b16d92b9-d # internal
2025-08-20T18:59:16.6713320Z [00:02:53.418]➜  github.com/hyperledger/aries-framework-go/component/models/signature/suite
2025-08-20T18:59:16.6714450Z [00:02:53.418]➜  mkdir -p $WORK/b1467/
2025-08-20T18:59:16.6717399Z [00:02:53.419]➜  cat >/tmp/go-build693841089/b1467/importcfg << 'EOF' # internal
2025-08-20T18:59:16.6717841Z [00:02:53.419]➜  # import config
2025-08-20T18:59:16.6718283Z [00:02:53.419]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.6719027Z [00:02:53.419]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/api=/tmp/go-build693841089/b1341/_pkg_.a
2025-08-20T18:59:16.6719870Z [00:02:53.419]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.6720335Z [00:02:53.419]➜  EOF
2025-08-20T18:59:16.6724052Z [00:02:53.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite;$WORK/b1467=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/suite -lang=go1.19 -complete -installsuffix shared -buildid HU88cRdTGHrtZ4bBsKr_/HU88cRdTGHrtZ4bBsKr_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/suite.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/suite_crypto.go
2025-08-20T18:59:16.6736308Z [00:02:53.421]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T18:59:16.6754915Z [00:02:53.423]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/f4/f48341e89c4542d8e3011ce702e587ef9d3dfa65f6ba7962a3b5245c659ce1fa-d # internal
2025-08-20T18:59:16.6778144Z [00:02:53.425]➜  github.com/hyperledger/aries-framework-go/pkg/doc/jose
2025-08-20T18:59:16.6778704Z [00:02:53.425]➜  mkdir -p $WORK/b1379/
2025-08-20T18:59:16.6779900Z [00:02:53.425]➜  cat >/tmp/go-build693841089/b1379/importcfg << 'EOF' # internal
2025-08-20T18:59:16.6780542Z [00:02:53.425]➜  # import config
2025-08-20T18:59:16.6780888Z [00:02:53.425]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:16.6781331Z [00:02:53.425]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:16.6781802Z [00:02:53.425]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:16.6782272Z [00:02:53.425]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.6782725Z [00:02:53.425]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:16.6783190Z [00:02:53.425]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.6783663Z [00:02:53.425]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.6784096Z [00:02:53.425]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.6784879Z [00:02:53.425]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.6785421Z [00:02:53.425]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build693841089/b1343/_pkg_.a
2025-08-20T18:59:16.6786000Z [00:02:53.425]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build693841089/b1345/_pkg_.a
2025-08-20T18:59:16.6786628Z [00:02:53.425]➜  packagefile github.com/google/tink/go/hybrid/subtle=/tmp/go-build693841089/b1380/_pkg_.a
2025-08-20T18:59:16.6787246Z [00:02:53.425]➜  packagefile github.com/google/tink/go/keyset=/tmp/go-build693841089/b1381/_pkg_.a
2025-08-20T18:59:16.6787865Z [00:02:53.425]➜  packagefile github.com/google/tink/go/subtle/random=/tmp/go-build693841089/b1388/_pkg_.a
2025-08-20T18:59:16.6788805Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/composite/ecdh=/tmp/go-build693841089/b1391/_pkg_.a
2025-08-20T18:59:16.6790025Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/tinkcrypto/primitive/proto/ecdh_aead_go_proto=/tmp/go-build693841089/b1417/_pkg_.a
2025-08-20T18:59:16.6791101Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:16.6791927Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:16.6792724Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto=/tmp/go-build693841089/b1421/_pkg_.a
2025-08-20T18:59:16.6793661Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/aead/subtle=/tmp/go-build693841089/b1437/_pkg_.a
2025-08-20T18:59:16.6794913Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite=/tmp/go-build693841089/b1438/_pkg_.a
2025-08-20T18:59:16.6795996Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/api=/tmp/go-build693841089/b1439/_pkg_.a
2025-08-20T18:59:16.6797042Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/ecdh=/tmp/go-build693841089/b1440/_pkg_.a
2025-08-20T18:59:16.6798084Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto/primitive/composite/keyio=/tmp/go-build693841089/b1441/_pkg_.a
2025-08-20T18:59:16.6799124Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose/kid/resolver=/tmp/go-build693841089/b1442/_pkg_.a
2025-08-20T18:59:16.6800055Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/cryptoutil=/tmp/go-build693841089/b1454/_pkg_.a
2025-08-20T18:59:16.6800847Z [00:02:53.425]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:16.6801494Z [00:02:53.425]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:16.6802186Z [00:02:53.425]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:16.6802601Z [00:02:53.425]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:16.6803009Z [00:02:53.425]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.6803322Z [00:02:53.425]➜  EOF
2025-08-20T18:59:16.6847382Z [00:02:53.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose;$WORK/b1379=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/jose -lang=go1.19 -complete -installsuffix shared -buildid i1ziUdZ6pQVEo6B5WvKF/i1ziUdZ6pQVEo6B5WvKF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/common.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/decrypter.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/encrypter.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jwe.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jws.go
2025-08-20T18:59:16.6920204Z [00:02:53.439]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T18:59:16.6937590Z [00:02:53.441]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/d3/d3169e73e99d56bbed3dd432b59bda661db5d3e5fb11365486cefce109c55a8b-d # internal
2025-08-20T18:59:16.6943688Z [00:02:53.442]➜  github.com/hyperledger/aries-framework-go/pkg/common/utils
2025-08-20T18:59:16.6944246Z [00:02:53.442]➜  mkdir -p $WORK/b1459/
2025-08-20T18:59:16.6947384Z [00:02:53.442]➜  cat >/tmp/go-build693841089/b1459/importcfg << 'EOF' # internal
2025-08-20T18:59:16.6949318Z [00:02:53.442]➜  # import config
2025-08-20T18:59:16.6949725Z [00:02:53.442]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.6950248Z [00:02:53.442]➜  packagefile github.com/go-jose/go-jose/v3/jwt=/tmp/go-build693841089/b1369/_pkg_.a
2025-08-20T18:59:16.6950857Z [00:02:53.442]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build693841089/b1460/_pkg_.a
2025-08-20T18:59:16.6951367Z [00:02:53.442]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.6951789Z [00:02:53.442]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:16.6952208Z [00:02:53.442]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.6952616Z [00:02:53.442]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:16.6952916Z [00:02:53.442]➜  EOF
2025-08-20T18:59:16.6955666Z [00:02:53.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/utils=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/utils;$WORK/b1459=>" -p github.com/hyperledger/aries-framework-go/pkg/common/utils -lang=go1.19 -complete -installsuffix shared -buildid D9kKqpUWCSjosswXTXSj/D9kKqpUWCSjosswXTXSj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/utils/map.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/utils/mapstruct.go
2025-08-20T18:59:16.7006069Z [00:02:53.448]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T18:59:16.7013411Z [00:02:53.449]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/a3/a361a4c45c12ad4a80dc3eb6e2b77356299e220d6edb905e7854cbda9be52c52-d # internal
2025-08-20T18:59:16.7020336Z [00:02:53.449]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite
2025-08-20T18:59:16.7020799Z [00:02:53.449]➜  mkdir -p $WORK/b1466/
2025-08-20T18:59:16.7022525Z [00:02:53.450]➜  cat >/tmp/go-build693841089/b1466/importcfg << 'EOF' # internal
2025-08-20T18:59:16.7024540Z [00:02:53.450]➜  # import config
2025-08-20T18:59:16.7025359Z [00:02:53.450]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/api=/tmp/go-build693841089/b1341/_pkg_.a
2025-08-20T18:59:16.7026531Z [00:02:53.450]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.7027368Z [00:02:53.450]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:16.7027836Z [00:02:53.450]➜  EOF
2025-08-20T18:59:16.7030207Z [00:02:53.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite;$WORK/b1466=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite -lang=go1.19 -complete -installsuffix shared -buildid s9sLVyRVS3Pa6bTQE7ew/s9sLVyRVS3Pa6bTQE7ew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/api.go
2025-08-20T18:59:16.7212480Z [00:02:53.469]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T18:59:16.7220465Z [00:02:53.469]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/a5/a5cceceafed39f77f41c300349e10318658bb7c36f191cd31b9223ca7a05dece-d # internal
2025-08-20T18:59:16.7224700Z [00:02:53.469]➜  github.com/hyperledger/aries-framework-go/component/models/signature/suite/bbsblssignature2020
2025-08-20T18:59:16.7225268Z [00:02:53.469]➜  mkdir -p $WORK/b1469/
2025-08-20T18:59:16.7225643Z [00:02:53.470]➜  cat >/tmp/go-build693841089/b1469/importcfg << 'EOF' # internal
2025-08-20T18:59:16.7225989Z [00:02:53.470]➜  # import config
2025-08-20T18:59:16.7226798Z [00:02:53.470]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.7227783Z [00:02:53.470]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.7228732Z [00:02:53.470]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.7229284Z [00:02:53.470]➜  EOF
2025-08-20T18:59:16.7233164Z [00:02:53.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignature2020=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignature2020;$WORK/b1469=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/suite/bbsblssignature2020 -lang=go1.19 -complete -installsuffix shared -buildid C7OTjW3lNWzNJYjP645u/C7OTjW3lNWzNJYjP645u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1469/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignature2020/public_key_verifier.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignature2020/suite.go
2025-08-20T18:59:16.7255695Z [00:02:53.473]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T18:59:16.7261305Z [00:02:53.473]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/4f/4f68a99dcb04a2db135457bbc88e3bd6939912ceda249bd1d855c846f2f0e293-d # internal
2025-08-20T18:59:16.7290758Z [00:02:53.476]➜  github.com/hyperledger/aries-framework-go/component/models/signature/suite/bbsblssignatureproof2020
2025-08-20T18:59:16.7298651Z [00:02:53.476]➜  mkdir -p $WORK/b1471/
2025-08-20T18:59:16.7299609Z [00:02:53.477]➜  cat >/tmp/go-build693841089/b1471/importcfg << 'EOF' # internal
2025-08-20T18:59:16.7299995Z [00:02:53.477]➜  # import config
2025-08-20T18:59:16.7300377Z [00:02:53.477]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.7301168Z [00:02:53.477]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.7301578Z [00:02:53.477]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.7302352Z [00:02:53.477]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/crypto/primitive/bbs12381g2pub=/tmp/go-build693841089/b1346/_pkg_.a
2025-08-20T18:59:16.7303340Z [00:02:53.477]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.7304219Z [00:02:53.477]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/proof=/tmp/go-build693841089/b1365/_pkg_.a
2025-08-20T18:59:16.7305393Z [00:02:53.477]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.7306584Z [00:02:53.477]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.7307256Z [00:02:53.477]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.7307566Z [00:02:53.477]➜  EOF
2025-08-20T18:59:16.7312289Z [00:02:53.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignatureproof2020=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignatureproof2020;$WORK/b1471=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/suite/bbsblssignatureproof2020 -lang=go1.19 -complete -installsuffix shared -buildid n7-WBcm1Ei8Hx0cHEcrl/n7-WBcm1Ei8Hx0cHEcrl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignatureproof2020/public_key_verifier.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignatureproof2020/signer.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/bbsblssignatureproof2020/suite.go
2025-08-20T18:59:16.7447857Z [00:02:53.492]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T18:59:16.7455187Z [00:02:53.493]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/57/57c28ba53db2f3cbae29e759343e5f6098a6ab3bfb6bdf9e2c950d61484e77f2-d # internal
2025-08-20T18:59:16.7459924Z [00:02:53.494]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/bbsblssignature2020
2025-08-20T18:59:16.7466172Z [00:02:53.494]➜  mkdir -p $WORK/b1468/
2025-08-20T18:59:16.7471011Z [00:02:53.495]➜  cat >/tmp/go-build693841089/b1468/importcfg << 'EOF' # internal
2025-08-20T18:59:16.7471533Z [00:02:53.495]➜  # import config
2025-08-20T18:59:16.7472167Z [00:02:53.495]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.7473198Z [00:02:53.495]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite/bbsblssignature2020=/tmp/go-build693841089/b1469/_pkg_.a
2025-08-20T18:59:16.7474516Z [00:02:53.495]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.7475260Z [00:02:53.495]➜  EOF
2025-08-20T18:59:16.7478091Z [00:02:53.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/bbsblssignature2020=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/bbsblssignature2020;$WORK/b1468=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/bbsblssignature2020 -lang=go1.19 -complete -installsuffix shared -buildid 68gV8YiHSfz7U3CgOUsg/68gV8YiHSfz7U3CgOUsg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/bbsblssignature2020/bbsblssignature2020.go
2025-08-20T18:59:16.7609235Z [00:02:53.508]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T18:59:16.7618673Z [00:02:53.509]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/30/30f6696786191f8e9133040011484eec79e720a4d26770cce07250957dfc18b0-d # internal
2025-08-20T18:59:16.7627238Z [00:02:53.510]➜  github.com/hyperledger/aries-framework-go/component/models/signature/suite/ecdsasecp256k1signature2019
2025-08-20T18:59:16.7631289Z [00:02:53.511]➜  mkdir -p $WORK/b1473/
2025-08-20T18:59:16.7643937Z [00:02:53.512]➜  cat >/tmp/go-build693841089/b1473/importcfg << 'EOF' # internal
2025-08-20T18:59:16.7647472Z [00:02:53.512]➜  # import config
2025-08-20T18:59:16.7648171Z [00:02:53.512]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:16.7649428Z [00:02:53.512]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.7653646Z [00:02:53.512]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.7658052Z [00:02:53.512]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.7658630Z [00:02:53.512]➜  EOF
2025-08-20T18:59:16.7662955Z [00:02:53.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ecdsasecp256k1signature2019=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ecdsasecp256k1signature2019;$WORK/b1473=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/suite/ecdsasecp256k1signature2019 -lang=go1.19 -complete -installsuffix shared -buildid -gDYeK9N0TKE3qi5pi3E/-gDYeK9N0TKE3qi5pi3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ecdsasecp256k1signature2019/public_key_verifier.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ecdsasecp256k1signature2019/suite.go
2025-08-20T18:59:16.7928832Z [00:02:53.540]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T18:59:16.7937304Z [00:02:53.541]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T18:59:16.7941326Z [00:02:53.541]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/21/21ad508440960647f33c7193ce0b50e5867228b2273613fc023f819bfca3f686-d # internal
2025-08-20T18:59:16.7942266Z [00:02:53.541]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/17/173fbbacb0de068d60affbd1b85fd763f9327f6cba679d08e7aea37257008ef9-d # internal
2025-08-20T18:59:16.7943060Z [00:02:53.541]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ecdsasecp256k1signature2019
2025-08-20T18:59:16.7943538Z [00:02:53.541]➜  mkdir -p $WORK/b1472/
2025-08-20T18:59:16.7944118Z [00:02:53.541]➜  cat >/tmp/go-build693841089/b1472/importcfg << 'EOF' # internal
2025-08-20T18:59:16.7944515Z [00:02:53.541]➜  # import config
2025-08-20T18:59:16.7945410Z [00:02:53.541]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.7946511Z [00:02:53.541]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite/ecdsasecp256k1signature2019=/tmp/go-build693841089/b1473/_pkg_.a
2025-08-20T18:59:16.7947568Z [00:02:53.541]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.7948304Z [00:02:53.541]➜  EOF
2025-08-20T18:59:16.7951291Z [00:02:53.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ecdsasecp256k1signature2019=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ecdsasecp256k1signature2019;$WORK/b1472=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ecdsasecp256k1signature2019 -lang=go1.19 -complete -installsuffix shared -buildid SwxboCyo6RuaSoewiT_N/SwxboCyo6RuaSoewiT_N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1472/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ecdsasecp256k1signature2019/ecdsasecp256k1signature2019.go
2025-08-20T18:59:16.7954133Z [00:02:53.541]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/bbsblssignatureproof2020
2025-08-20T18:59:16.7954894Z [00:02:53.541]➜  mkdir -p $WORK/b1470/
2025-08-20T18:59:16.7960703Z [00:02:53.544]➜  cat >/tmp/go-build693841089/b1470/importcfg << 'EOF' # internal
2025-08-20T18:59:16.7964528Z [00:02:53.544]➜  # import config
2025-08-20T18:59:16.7965695Z [00:02:53.544]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.7968935Z [00:02:53.544]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite/bbsblssignatureproof2020=/tmp/go-build693841089/b1471/_pkg_.a
2025-08-20T18:59:16.7970075Z [00:02:53.544]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.7970852Z [00:02:53.544]➜  EOF
2025-08-20T18:59:16.7973904Z [00:02:53.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/bbsblssignatureproof2020=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/bbsblssignatureproof2020;$WORK/b1470=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/bbsblssignatureproof2020 -lang=go1.19 -complete -installsuffix shared -buildid CQGCt1QGubNuHZGYwVCP/CQGCt1QGubNuHZGYwVCP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/bbsblssignatureproof2020/bbsblssignatureproof2020.go
2025-08-20T18:59:16.8084443Z [00:02:53.556]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T18:59:16.8092104Z [00:02:53.556]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/c1/c13d17474f9aa35b725643f3f00ed7323996a34c4a38276ea2aa6a953ca8f103-d # internal
2025-08-20T18:59:16.8093390Z [00:02:53.557]➜  github.com/hyperledger/aries-framework-go/component/models/signature/suite/ed25519signature2018
2025-08-20T18:59:16.8094347Z [00:02:53.557]➜  mkdir -p $WORK/b1475/
2025-08-20T18:59:16.8096054Z [00:02:53.557]➜  cat >/tmp/go-build693841089/b1475/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8096435Z [00:02:53.557]➜  # import config
2025-08-20T18:59:16.8097471Z [00:02:53.557]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:16.8098813Z [00:02:53.557]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.8099804Z [00:02:53.557]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.8100757Z [00:02:53.557]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.8101312Z [00:02:53.557]➜  EOF
2025-08-20T18:59:16.8105822Z [00:02:53.557]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2018=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2018;$WORK/b1475=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/suite/ed25519signature2018 -lang=go1.19 -complete -installsuffix shared -buildid MYD6PbiSsgW4SwIeXyy_/MYD6PbiSsgW4SwIeXyy_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2018/public_key_verifier.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2018/suite.go
2025-08-20T18:59:16.8110668Z [00:02:53.558]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T18:59:16.8121622Z [00:02:53.559]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/78/78caa3d3dfda3d41088f5cab1c2d79686e1a6430f59e0b6a209c92ffcc25a63d-d # internal
2025-08-20T18:59:16.8125706Z [00:02:53.559]➜  github.com/hyperledger/aries-framework-go/component/models/signature/suite/ed25519signature2020
2025-08-20T18:59:16.8126262Z [00:02:53.559]➜  mkdir -p $WORK/b1477/
2025-08-20T18:59:16.8126657Z [00:02:53.560]➜  cat >/tmp/go-build693841089/b1477/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8127010Z [00:02:53.560]➜  # import config
2025-08-20T18:59:16.8127366Z [00:02:53.560]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:16.8128058Z [00:02:53.560]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.8129127Z [00:02:53.560]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.8130132Z [00:02:53.560]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.8130692Z [00:02:53.560]➜  EOF
2025-08-20T18:59:16.8134583Z [00:02:53.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2020=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2020;$WORK/b1477=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/suite/ed25519signature2020 -lang=go1.19 -complete -installsuffix shared -buildid OVz5PQTcbvwy40riFigZ/OVz5PQTcbvwy40riFigZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2020/public_key_verifier.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/ed25519signature2020/suite.go
2025-08-20T18:59:16.8163634Z [00:02:53.564]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T18:59:16.8189620Z [00:02:53.566]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/2d/2d1315b96093820267f7f1943a208d1b52c0aedb1a6f925fdf72e1b3f9b2dd17-d # internal
2025-08-20T18:59:16.8199749Z [00:02:53.567]➜  github.com/hyperledger/aries-framework-go/pkg/doc/jwt
2025-08-20T18:59:16.8205635Z [00:02:53.568]➜  mkdir -p $WORK/b1457/
2025-08-20T18:59:16.8213973Z [00:02:53.568]➜  cat >/tmp/go-build693841089/b1457/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8214433Z [00:02:53.568]➜  # import config
2025-08-20T18:59:16.8214915Z [00:02:53.568]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:16.8215346Z [00:02:53.568]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:16.8215800Z [00:02:53.568]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:16.8216538Z [00:02:53.568]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.8216989Z [00:02:53.568]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:16.8217432Z [00:02:53.568]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:16.8218036Z [00:02:53.568]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.8218484Z [00:02:53.568]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.8218887Z [00:02:53.568]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.8219390Z [00:02:53.568]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build693841089/b1345/_pkg_.a
2025-08-20T18:59:16.8219980Z [00:02:53.568]➜  packagefile github.com/go-jose/go-jose/v3/jwt=/tmp/go-build693841089/b1369/_pkg_.a
2025-08-20T18:59:16.8220991Z [00:02:53.568]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.8221849Z [00:02:53.568]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose=/tmp/go-build693841089/b1379/_pkg_.a
2025-08-20T18:59:16.8222590Z [00:02:53.568]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:16.8223227Z [00:02:53.568]➜  packagefile golang.org/x/crypto/ed25519=/tmp/go-build693841089/b328/_pkg_.a
2025-08-20T18:59:16.8223707Z [00:02:53.568]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.8224132Z [00:02:53.568]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.8224435Z [00:02:53.568]➜  EOF
2025-08-20T18:59:16.8229020Z [00:02:53.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jwt=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jwt;$WORK/b1457=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/jwt -lang=go1.19 -complete -installsuffix shared -buildid xx31k_FKSFCLg8waPADf/xx31k_FKSFCLg8waPADf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1457/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jwt/jwt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jwt/jwt_support.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jwt/verifier.go
2025-08-20T18:59:16.8396304Z [00:02:53.586]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T18:59:16.8396734Z [00:02:53.586]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T18:59:16.8397416Z [00:02:53.586]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/69/6902b1233585fa23c165d96c2851721e37e3716bb05c0f48b8f2f404dc01aae5-d # internal
2025-08-20T18:59:16.8398303Z [00:02:53.586]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/a5/a54d96e5a2aa15ffd8cd77e16172379d20169c707feab52bf28b1c1e71be4671-d # internal
2025-08-20T18:59:16.8399074Z [00:02:53.586]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ed25519signature2018
2025-08-20T18:59:16.8399728Z [00:02:53.586]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ed25519signature2020
2025-08-20T18:59:16.8400175Z [00:02:53.586]➜  mkdir -p $WORK/b1476/
2025-08-20T18:59:16.8400546Z [00:02:53.586]➜  cat >/tmp/go-build693841089/b1476/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8401129Z [00:02:53.586]➜  # import config
2025-08-20T18:59:16.8401802Z [00:02:53.586]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.8402838Z [00:02:53.586]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite/ed25519signature2020=/tmp/go-build693841089/b1477/_pkg_.a
2025-08-20T18:59:16.8403857Z [00:02:53.586]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.8404580Z [00:02:53.586]➜  EOF
2025-08-20T18:59:16.8405006Z [00:02:53.586]➜  mkdir -p $WORK/b1474/
2025-08-20T18:59:16.8407878Z [00:02:53.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ed25519signature2020=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ed25519signature2020;$WORK/b1476=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ed25519signature2020 -lang=go1.19 -complete -installsuffix shared -buildid 8GF7XlBKioLlz1qCeR9V/8GF7XlBKioLlz1qCeR9V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ed25519signature2020/ed25519signature2018.go
2025-08-20T18:59:16.8410432Z [00:02:53.587]➜  cat >/tmp/go-build693841089/b1474/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8410940Z [00:02:53.587]➜  # import config
2025-08-20T18:59:16.8411547Z [00:02:53.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.8412560Z [00:02:53.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite/ed25519signature2018=/tmp/go-build693841089/b1475/_pkg_.a
2025-08-20T18:59:16.8413572Z [00:02:53.587]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.8414123Z [00:02:53.587]➜  EOF
2025-08-20T18:59:16.8429224Z [00:02:53.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ed25519signature2018=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ed25519signature2018;$WORK/b1474=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ed25519signature2018 -lang=go1.19 -complete -installsuffix shared -buildid SHA5rWooQDwdNj3OPx-u/SHA5rWooQDwdNj3OPx-u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/ed25519signature2018/ed25519signature2018.go
2025-08-20T18:59:16.8550648Z [00:02:53.602]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T18:59:16.8563167Z [00:02:53.604]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/3f/3f81155c1344d8df4ba295b49a26023c14e8354a73b81623d19982f87c257f46-d # internal
2025-08-20T18:59:16.8571737Z [00:02:53.604]➜  github.com/hyperledger/aries-framework-go/component/models/signature/suite/jsonwebsignature2020
2025-08-20T18:59:16.8578509Z [00:02:53.605]➜  mkdir -p $WORK/b1479/
2025-08-20T18:59:16.8588218Z [00:02:53.606]➜  cat >/tmp/go-build693841089/b1479/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8595387Z [00:02:53.606]➜  # import config
2025-08-20T18:59:16.8601080Z [00:02:53.606]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:16.8617109Z [00:02:53.606]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/processor=/tmp/go-build693841089/b1354/_pkg_.a
2025-08-20T18:59:16.8618055Z [00:02:53.606]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.8619197Z [00:02:53.606]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.8619840Z [00:02:53.606]➜  EOF
2025-08-20T18:59:16.8620135Z [00:02:53.607]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T18:59:16.8624130Z [00:02:53.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/jsonwebsignature2020=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/jsonwebsignature2020;$WORK/b1479=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/suite/jsonwebsignature2020 -lang=go1.19 -complete -installsuffix shared -buildid FhhBIln_iLZ2a-INmK5P/FhhBIln_iLZ2a-INmK5P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/jsonwebsignature2020/public_key_verifier.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/suite/jsonwebsignature2020/suite.go
2025-08-20T18:59:16.8628017Z [00:02:53.609]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/52/52e97e56d309ac9b4a3631fe4ebbcb6fc626b13bca75e968a5e23f12a56e280a-d # internal
2025-08-20T18:59:16.8639750Z [00:02:53.611]➜  github.com/hyperledger/aries-framework-go/pkg/doc/util
2025-08-20T18:59:16.8654508Z [00:02:53.611]➜  mkdir -p $WORK/b1480/
2025-08-20T18:59:16.8655177Z [00:02:53.611]➜  cat >/tmp/go-build693841089/b1480/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8655531Z [00:02:53.611]➜  # import config
2025-08-20T18:59:16.8656118Z [00:02:53.611]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/util/time=/tmp/go-build693841089/b1366/_pkg_.a
2025-08-20T18:59:16.8656759Z [00:02:53.611]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:16.8657064Z [00:02:53.611]➜  EOF
2025-08-20T18:59:16.8659492Z [00:02:53.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util;$WORK/b1480=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/util -lang=go1.19 -complete -installsuffix shared -buildid HhjnjZCWk4IsnhQWPmGl/HhjnjZCWk4IsnhQWPmGl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/timewrapper.go
2025-08-20T18:59:16.8829307Z [00:02:53.630]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T18:59:16.8847722Z [00:02:53.632]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/6a/6ad10d9c0789d80fc7edf90796215dd4cef6d7279ea78f9a5c602679417c90e1-d # internal
2025-08-20T18:59:16.8848607Z [00:02:53.632]➜  github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/jsonwebsignature2020
2025-08-20T18:59:16.8849071Z [00:02:53.632]➜  mkdir -p $WORK/b1478/
2025-08-20T18:59:16.8849445Z [00:02:53.632]➜  cat >/tmp/go-build693841089/b1478/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8849789Z [00:02:53.632]➜  # import config
2025-08-20T18:59:16.8850407Z [00:02:53.632]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite=/tmp/go-build693841089/b1467/_pkg_.a
2025-08-20T18:59:16.8851436Z [00:02:53.632]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/suite/jsonwebsignature2020=/tmp/go-build693841089/b1479/_pkg_.a
2025-08-20T18:59:16.8853293Z [00:02:53.632]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/verifier=/tmp/go-build693841089/b1364/_pkg_.a
2025-08-20T18:59:16.8854248Z [00:02:53.632]➜  EOF
2025-08-20T18:59:16.8857872Z [00:02:53.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/jsonwebsignature2020=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/jsonwebsignature2020;$WORK/b1478=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/jsonwebsignature2020 -lang=go1.19 -complete -installsuffix shared -buildid 24upghf6z3Zw1wBF1mD3/24upghf6z3Zw1wBF1mD3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/jsonwebsignature2020/jsonwebsignature2020.go
2025-08-20T18:59:16.8880862Z [00:02:53.636]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T18:59:16.8889494Z [00:02:53.636]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/e6/e6d398d86bb5d5468f0951aad0bd0297bfe5745417ae823b388bd2dc0c783c21-d # internal
2025-08-20T18:59:16.8894778Z [00:02:53.637]➜  google.golang.org/grpc/test/bufconn
2025-08-20T18:59:16.8896992Z [00:02:53.637]➜  mkdir -p $WORK/b1482/
2025-08-20T18:59:16.8898590Z [00:02:53.637]➜  cat >/tmp/go-build693841089/b1482/importcfg << 'EOF' # internal
2025-08-20T18:59:16.8900281Z [00:02:53.637]➜  # import config
2025-08-20T18:59:16.8900632Z [00:02:53.637]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:16.8903030Z [00:02:53.637]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.8903488Z [00:02:53.637]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:16.8904178Z [00:02:53.637]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:16.8904580Z [00:02:53.637]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:16.8905128Z [00:02:53.637]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:16.8905442Z [00:02:53.637]➜  EOF
2025-08-20T18:59:16.8907449Z [00:02:53.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1482/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/test/bufconn=>google.golang.org/grpc@v1.65.0/test/bufconn;$WORK/b1482=>" -p google.golang.org/grpc/test/bufconn -lang=go1.21 -complete -installsuffix shared -buildid o6ooi5ldUHiIlEEEKdVX/o6ooi5ldUHiIlEEEKdVX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/test/bufconn/bufconn.go
2025-08-20T18:59:16.8983374Z [00:02:53.646]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T18:59:16.8987657Z [00:02:53.646]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/8f/8f843c16f09e5b4e4c17324241ab053b4238332dc39843737aeccd1eaa1cfe26-d # internal
2025-08-20T18:59:16.8993831Z [00:02:53.647]➜  berty.tech/weshnet/v2/pkg/outofstoremessagetypes
2025-08-20T18:59:16.9005559Z [00:02:53.647]➜  mkdir -p $WORK/b1483/
2025-08-20T18:59:16.9006059Z [00:02:53.647]➜  cat >/tmp/go-build693841089/b1483/importcfg << 'EOF' # internal
2025-08-20T18:59:16.9006429Z [00:02:53.647]➜  # import config
2025-08-20T18:59:16.9006921Z [00:02:53.647]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:16.9007464Z [00:02:53.647]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:16.9008005Z [00:02:53.647]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:59:16.9008624Z [00:02:53.647]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:16.9009277Z [00:02:53.647]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:59:16.9010285Z [00:02:53.647]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:59:16.9010895Z [00:02:53.647]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:16.9011434Z [00:02:53.647]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:16.9012103Z [00:02:53.647]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:16.9012737Z [00:02:53.647]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:16.9013309Z [00:02:53.647]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:16.9013950Z [00:02:53.647]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:16.9014790Z [00:02:53.647]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:16.9015400Z [00:02:53.647]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:16.9015813Z [00:02:53.647]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:16.9016231Z [00:02:53.647]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.9016537Z [00:02:53.647]➜  EOF
2025-08-20T18:59:16.9019515Z [00:02:53.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1483/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/outofstoremessagetypes=>berty.tech/weshnet/v2@v2.0.4/pkg/outofstoremessagetypes;$WORK/b1483=>" -p berty.tech/weshnet/v2/pkg/outofstoremessagetypes -lang=go1.22 -complete -installsuffix shared -buildid 2CrqG2JLYCLlP-G-09lx/2CrqG2JLYCLlP-G-09lx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/outofstoremessagetypes/outofstoremessage.pb.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/outofstoremessagetypes/outofstoremessage.pb.gw.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/outofstoremessagetypes/outofstoremessage_grpc.pb.go
2025-08-20T18:59:16.9077999Z [00:02:53.655]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T18:59:16.9106072Z [00:02:53.657]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/4f/4ff13a37258d62a316958244c04675a9c19a24ee69a4e2ce610586383a9ad4dc-d # internal
2025-08-20T18:59:16.9106823Z [00:02:53.657]➜  github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/common
2025-08-20T18:59:16.9107205Z [00:02:53.657]➜  mkdir -p $WORK/b1458/
2025-08-20T18:59:16.9107577Z [00:02:53.658]➜  cat >/tmp/go-build693841089/b1458/importcfg << 'EOF' # internal
2025-08-20T18:59:16.9107918Z [00:02:53.658]➜  # import config
2025-08-20T18:59:16.9108470Z [00:02:53.658]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:16.9108991Z [00:02:53.658]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.9109466Z [00:02:53.658]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.9109895Z [00:02:53.658]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.9110506Z [00:02:53.658]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/utils=/tmp/go-build693841089/b1459/_pkg_.a
2025-08-20T18:59:16.9111272Z [00:02:53.658]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jwt=/tmp/go-build693841089/b1457/_pkg_.a
2025-08-20T18:59:16.9111846Z [00:02:53.658]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:16.9112261Z [00:02:53.658]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.9112570Z [00:02:53.658]➜  EOF
2025-08-20T18:59:16.9115166Z [00:02:53.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/common=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/common;$WORK/b1458=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/common -lang=go1.19 -complete -installsuffix shared -buildid gjfohF1k1O-nuep1xFFh/gjfohF1k1O-nuep1xFFh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/common/common.go
2025-08-20T18:59:16.9331496Z [00:02:53.680]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T18:59:16.9345225Z [00:02:53.680]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/80/8084b1d925fcfe49523f73fd41e91b699eec5c066ec88fd178b8c9f2e15f0e15-d # internal
2025-08-20T18:59:16.9360085Z [00:02:53.683]➜  berty.tech/weshnet/v2/pkg/grpcutil
2025-08-20T18:59:16.9364944Z [00:02:53.683]➜  mkdir -p $WORK/b1481/
2025-08-20T18:59:16.9365394Z [00:02:53.684]➜  cat >/tmp/go-build693841089/b1481/importcfg << 'EOF' # internal
2025-08-20T18:59:16.9365749Z [00:02:53.684]➜  # import config
2025-08-20T18:59:16.9366105Z [00:02:53.684]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:16.9366594Z [00:02:53.684]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:16.9367168Z [00:02:53.684]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:16.9367818Z [00:02:53.684]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:59:16.9368466Z [00:02:53.684]➜  packagefile google.golang.org/grpc/test/bufconn=/tmp/go-build693841089/b1482/_pkg_.a
2025-08-20T18:59:16.9368964Z [00:02:53.684]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:16.9369256Z [00:02:53.684]➜  EOF
2025-08-20T18:59:16.9371659Z [00:02:53.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1481/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/grpcutil=>berty.tech/weshnet/v2@v2.0.4/pkg/grpcutil;$WORK/b1481=>" -p berty.tech/weshnet/v2/pkg/grpcutil -lang=go1.22 -complete -installsuffix shared -buildid w-1e5KMf6oI1jXiEE6YT/w-1e5KMf6oI1jXiEE6YT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/grpcutil/buf_listener.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/grpcutil/doc.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/grpcutil/simple_auth.go
2025-08-20T18:59:16.9473833Z [00:02:53.695]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T18:59:16.9485704Z [00:02:53.696]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/25/2523f2e7746b04784ba3b7917cf1739149de7d6ed79b7727272188481ac6a6ac-d # internal
2025-08-20T18:59:16.9493109Z [00:02:53.697]➜  github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/holder
2025-08-20T18:59:16.9495143Z [00:02:53.697]➜  mkdir -p $WORK/b1461/
2025-08-20T18:59:16.9503484Z [00:02:53.698]➜  cat >/tmp/go-build693841089/b1461/importcfg << 'EOF' # internal
2025-08-20T18:59:16.9504191Z [00:02:53.698]➜  # import config
2025-08-20T18:59:16.9505150Z [00:02:53.698]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.9505753Z [00:02:53.698]➜  packagefile github.com/go-jose/go-jose/v3/jwt=/tmp/go-build693841089/b1369/_pkg_.a
2025-08-20T18:59:16.9506455Z [00:02:53.698]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose=/tmp/go-build693841089/b1379/_pkg_.a
2025-08-20T18:59:16.9507215Z [00:02:53.698]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jwt=/tmp/go-build693841089/b1457/_pkg_.a
2025-08-20T18:59:16.9508014Z [00:02:53.698]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/common=/tmp/go-build693841089/b1458/_pkg_.a
2025-08-20T18:59:16.9508512Z [00:02:53.698]➜  EOF
2025-08-20T18:59:16.9510838Z [00:02:53.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/holder=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/holder;$WORK/b1461=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/holder -lang=go1.19 -complete -installsuffix shared -buildid kDeD5wMWWQ_e-q2UAW7m/kDeD5wMWWQ_e-q2UAW7m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/holder/holder.go
2025-08-20T18:59:16.9798402Z [00:02:53.727]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T18:59:16.9813902Z [00:02:53.729]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/37/37827ed44dd13805fef23326ae7136dbfc7181dcc979bda53cdbeac81aef5b1c-d # internal
2025-08-20T18:59:16.9827403Z [00:02:53.730]➜  github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/issuer
2025-08-20T18:59:16.9836134Z [00:02:53.731]➜  mkdir -p $WORK/b1462/
2025-08-20T18:59:16.9848424Z [00:02:53.732]➜  cat >/tmp/go-build693841089/b1462/importcfg << 'EOF' # internal
2025-08-20T18:59:16.9850986Z [00:02:53.732]➜  # import config
2025-08-20T18:59:16.9851829Z [00:02:53.732]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:16.9852633Z [00:02:53.732]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:16.9854376Z [00:02:53.732]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:16.9855271Z [00:02:53.732]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:16.9855712Z [00:02:53.732]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:16.9856113Z [00:02:53.732]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:16.9856621Z [00:02:53.732]➜  packagefile github.com/go-jose/go-jose/v3/jwt=/tmp/go-build693841089/b1369/_pkg_.a
2025-08-20T18:59:16.9857320Z [00:02:53.732]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/utils=/tmp/go-build693841089/b1459/_pkg_.a
2025-08-20T18:59:16.9858100Z [00:02:53.732]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose=/tmp/go-build693841089/b1379/_pkg_.a
2025-08-20T18:59:16.9858871Z [00:02:53.732]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk=/tmp/go-build693841089/b1451/_pkg_.a
2025-08-20T18:59:16.9859950Z [00:02:53.732]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jwt=/tmp/go-build693841089/b1457/_pkg_.a
2025-08-20T18:59:16.9860741Z [00:02:53.732]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/common=/tmp/go-build693841089/b1458/_pkg_.a
2025-08-20T18:59:16.9861550Z [00:02:53.732]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/json=/tmp/go-build693841089/b1456/_pkg_.a
2025-08-20T18:59:16.9862145Z [00:02:53.732]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:16.9862566Z [00:02:53.732]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:16.9862974Z [00:02:53.732]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:16.9863395Z [00:02:53.732]➜  EOF
2025-08-20T18:59:16.9865884Z [00:02:53.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/issuer=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/issuer;$WORK/b1462=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/issuer -lang=go1.19 -complete -installsuffix shared -buildid T0r3hLGMeOsphR7GcIH7/T0r3hLGMeOsphR7GcIH7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/sdjwt/issuer/issuer.go
2025-08-20T18:59:17.0056825Z [00:02:53.752]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T18:59:17.0073121Z [00:02:53.755]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/a2/a2034a39193f81c09b4321f84febed80fde03cfc0d8639191c6a89914ba9a88d-d # internal
2025-08-20T18:59:17.0075873Z [00:02:53.755]➜  github.com/eclipse/paho.mqtt.golang/packets
2025-08-20T18:59:17.0077385Z [00:02:53.755]➜  mkdir -p $WORK/b1487/
2025-08-20T18:59:17.0082543Z [00:02:53.756]➜  cat >/tmp/go-build693841089/b1487/importcfg << 'EOF' # internal
2025-08-20T18:59:17.0091157Z [00:02:53.756]➜  # import config
2025-08-20T18:59:17.0091504Z [00:02:53.756]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:17.0091950Z [00:02:53.756]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:17.0092389Z [00:02:53.756]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.0092790Z [00:02:53.756]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.0093418Z [00:02:53.756]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.0093786Z [00:02:53.756]➜  EOF
2025-08-20T18:59:17.0110417Z [00:02:53.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets=>github.com/eclipse/paho.mqtt.golang@v1.4.2/packets;$WORK/b1487=>" -p github.com/eclipse/paho.mqtt.golang/packets -lang=go1.14 -complete -installsuffix shared -buildid iVMqjM7-iT-Y9QaMXlI4/iVMqjM7-iT-Y9QaMXlI4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/importcfg -pack /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/connack.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/connect.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/disconnect.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/packets.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/pingreq.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/pingresp.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/puback.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/pubcomp.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/publish.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/pubrec.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/pubrel.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/suback.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/subscribe.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/unsuback.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/packets/unsubscribe.go
2025-08-20T18:59:17.0252038Z [00:02:53.771]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T18:59:17.0266531Z [00:02:53.773]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/b7/b75c47940c9eac85f703832cc98c07e55d4bc7a8121b6ceb02881dae1e3089dc-d # internal
2025-08-20T18:59:17.0343494Z [00:02:53.782]➜  berty.tech/weshnet/v2/pkg/replicationtypes
2025-08-20T18:59:17.0344274Z [00:02:53.782]➜  mkdir -p $WORK/b1488/
2025-08-20T18:59:17.0346588Z [00:02:53.782]➜  cat >/tmp/go-build693841089/b1488/importcfg << 'EOF' # internal
2025-08-20T18:59:17.0347177Z [00:02:53.782]➜  # import config
2025-08-20T18:59:17.0347708Z [00:02:53.782]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:17.0348253Z [00:02:53.782]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.0348712Z [00:02:53.782]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:17.0349271Z [00:02:53.782]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:59:17.0349886Z [00:02:53.782]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:17.0350535Z [00:02:53.782]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:59:17.0351232Z [00:02:53.782]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:59:17.0351917Z [00:02:53.782]➜  packagefile github.com/srikrsna/protoc-gen-gotag/tagger=/tmp/go-build693841089/b336/_pkg_.a
2025-08-20T18:59:17.0352536Z [00:02:53.782]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:17.0353085Z [00:02:53.782]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:17.0366855Z [00:02:53.782]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:17.0367478Z [00:02:53.782]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:17.0368056Z [00:02:53.782]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:17.0368982Z [00:02:53.782]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:17.0369764Z [00:02:53.782]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:17.0370304Z [00:02:53.782]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.0370717Z [00:02:53.782]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.0371137Z [00:02:53.782]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:17.0371559Z [00:02:53.782]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.0371859Z [00:02:53.782]➜  EOF
2025-08-20T18:59:17.0375422Z [00:02:53.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1488/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/replicationtypes=>berty.tech/weshnet/v2@v2.0.4/pkg/replicationtypes;$WORK/b1488=>" -p berty.tech/weshnet/v2/pkg/replicationtypes -lang=go1.22 -complete -installsuffix shared -buildid Ep8Lp0fTdU2OtlFDjJZn/Ep8Lp0fTdU2OtlFDjJZn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/replicationtypes/bertyreplication.pb.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/replicationtypes/bertyreplication.pb.gw.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/replicationtypes/bertyreplication_grpc.pb.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/replicationtypes/consts.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/replicationtypes/models.go
2025-08-20T18:59:17.0448068Z [00:02:53.792]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T18:59:17.0448800Z [00:02:53.792]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/ab/aba085932a5d066de3bb5f5e7aca3498866152e78e23c3a614968701295a28db-d # internal
2025-08-20T18:59:17.0501104Z [00:02:53.797]➜  github.com/hyperledger/aries-framework-go/pkg/doc/verifiable
2025-08-20T18:59:17.0508894Z [00:02:53.798]➜  mkdir -p $WORK/b1367/
2025-08-20T18:59:17.0509331Z [00:02:53.798]➜  cat >/tmp/go-build693841089/b1367/importcfg << 'EOF' # internal
2025-08-20T18:59:17.0509688Z [00:02:53.798]➜  # import config
2025-08-20T18:59:17.0510019Z [00:02:53.798]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:17.0510658Z [00:02:53.798]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:17.0511174Z [00:02:53.798]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:17.0511652Z [00:02:53.798]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:17.0520059Z [00:02:53.798]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:17.0520740Z [00:02:53.798]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.0521295Z [00:02:53.798]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.0521895Z [00:02:53.798]➜  packagefile github.com/VictoriaMetrics/fastcache=/tmp/go-build693841089/b1368/_pkg_.a
2025-08-20T18:59:17.0522780Z [00:02:53.798]➜  packagefile github.com/go-jose/go-jose/v3/jwt=/tmp/go-build693841089/b1369/_pkg_.a
2025-08-20T18:59:17.0523723Z [00:02:53.798]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/proof=/tmp/go-build693841089/b1365/_pkg_.a
2025-08-20T18:59:17.0524893Z [00:02:53.798]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:17.0525922Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:17.0527183Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose=/tmp/go-build693841089/b1379/_pkg_.a
2025-08-20T18:59:17.0528122Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jsonld=/tmp/go-build693841089/b1455/_pkg_.a
2025-08-20T18:59:17.0529041Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jwt=/tmp/go-build693841089/b1457/_pkg_.a
2025-08-20T18:59:17.0530262Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/common=/tmp/go-build693841089/b1458/_pkg_.a
2025-08-20T18:59:17.0531323Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/holder=/tmp/go-build693841089/b1461/_pkg_.a
2025-08-20T18:59:17.0532343Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/sdjwt/issuer=/tmp/go-build693841089/b1462/_pkg_.a
2025-08-20T18:59:17.0533381Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/jsonld=/tmp/go-build693841089/b1463/_pkg_.a
2025-08-20T18:59:17.0534243Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/signer=/tmp/go-build693841089/b1464/_pkg_.a
2025-08-20T18:59:17.0535233Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite=/tmp/go-build693841089/b1466/_pkg_.a
2025-08-20T18:59:17.0536181Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/bbsblssignature2020=/tmp/go-build693841089/b1468/_pkg_.a
2025-08-20T18:59:17.0537223Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/bbsblssignatureproof2020=/tmp/go-build693841089/b1470/_pkg_.a
2025-08-20T18:59:17.0538304Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ecdsasecp256k1signature2019=/tmp/go-build693841089/b1472/_pkg_.a
2025-08-20T18:59:17.0539360Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ed25519signature2018=/tmp/go-build693841089/b1474/_pkg_.a
2025-08-20T18:59:17.0540385Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/ed25519signature2020=/tmp/go-build693841089/b1476/_pkg_.a
2025-08-20T18:59:17.0541410Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/suite/jsonwebsignature2020=/tmp/go-build693841089/b1478/_pkg_.a
2025-08-20T18:59:17.0542353Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/verifier=/tmp/go-build693841089/b1340/_pkg_.a
2025-08-20T18:59:17.0543162Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util=/tmp/go-build693841089/b1480/_pkg_.a
2025-08-20T18:59:17.0544056Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/json=/tmp/go-build693841089/b1456/_pkg_.a
2025-08-20T18:59:17.0545246Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:17.0546385Z [00:02:53.799]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:17.0547227Z [00:02:53.799]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:17.0548121Z [00:02:53.799]➜  packagefile github.com/xeipuuv/gojsonschema=/tmp/go-build693841089/b1375/_pkg_.a
2025-08-20T18:59:17.0549162Z [00:02:53.799]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:17.0549793Z [00:02:53.799]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.0550385Z [00:02:53.799]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:17.0550946Z [00:02:53.799]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.0551433Z [00:02:53.799]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.0552023Z [00:02:53.799]➜  EOF
2025-08-20T18:59:17.0562880Z [00:02:53.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable;$WORK/b1367=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/verifiable -lang=go1.19 -complete -installsuffix shared -buildid xk7_8utBEis7jTpmxrjh/xk7_8utBEis7jTpmxrjh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/cache.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/common.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/credential.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/credential_bbs.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/credential_jws.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/credential_jwt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/credential_jwt_unsecured.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/credential_ldp.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/credential_sdjwt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/embedded_proof.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/jsonld.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/jws.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/jwt_unsecured.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/linked_data_proof.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/presentation.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/presentation_jws.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/presentation_jwt.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/presentation_jwt_unsecured.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/presentation_ldp.go
2025-08-20T18:59:17.0906582Z [00:02:53.838]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T18:59:17.0917346Z [00:02:53.839]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/89/89c9aaada37da322a0ea30ef936a9372330c60e05d6ce028198568d44fae448c-d # internal
2025-08-20T18:59:17.0924021Z [00:02:53.840]➜  github.com/eclipse/paho.mqtt.golang
2025-08-20T18:59:17.0925721Z [00:02:53.840]➜  mkdir -p $WORK/b1486/
2025-08-20T18:59:17.0929706Z [00:02:53.840]➜  cat >/tmp/go-build693841089/b1486/importcfg << 'EOF' # internal
2025-08-20T18:59:17.0931487Z [00:02:53.840]➜  # import config
2025-08-20T18:59:17.0934214Z [00:02:53.840]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:17.0935886Z [00:02:53.840]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:17.0938073Z [00:02:53.840]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.0938523Z [00:02:53.840]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:17.0939166Z [00:02:53.840]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.0939673Z [00:02:53.840]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.0940220Z [00:02:53.840]➜  packagefile github.com/eclipse/paho.mqtt.golang/packets=/tmp/go-build693841089/b1487/_pkg_.a
2025-08-20T18:59:17.0940849Z [00:02:53.840]➜  packagefile github.com/gorilla/websocket=/tmp/go-build693841089/b1070/_pkg_.a
2025-08-20T18:59:17.0941402Z [00:02:53.840]➜  packagefile golang.org/x/net/proxy=/tmp/go-build693841089/b995/_pkg_.a
2025-08-20T18:59:17.0942151Z [00:02:53.840]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build693841089/b1302/_pkg_.a
2025-08-20T18:59:17.0942624Z [00:02:53.840]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.0943031Z [00:02:53.840]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:17.0943438Z [00:02:53.840]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:17.0943850Z [00:02:53.840]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.0944270Z [00:02:53.840]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:17.0944816Z [00:02:53.840]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:17.0945315Z [00:02:53.840]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:17.0945734Z [00:02:53.840]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:17.0946340Z [00:02:53.840]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:17.0946752Z [00:02:53.840]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:17.0947164Z [00:02:53.840]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.0947565Z [00:02:53.840]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.0947986Z [00:02:53.840]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:17.0948406Z [00:02:53.840]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.0948713Z [00:02:53.841]➜  EOF
2025-08-20T18:59:17.0962001Z [00:02:53.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1486/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2=>github.com/eclipse/paho.mqtt.golang@v1.4.2;$WORK/b1486=>" -p github.com/eclipse/paho.mqtt.golang -lang=go1.14 -complete -installsuffix shared -buildid A1GLrta7cE59MtIp_V8a/A1GLrta7cE59MtIp_V8a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/importcfg -pack /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/client.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/components.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/filestore.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/memstore.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/memstore_ordered.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/message.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/messageids.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/net.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/netconn.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/oops.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/options.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/options_reader.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/ping.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/router.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/status.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/store.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/token.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/topic.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/trace.go /root/go/pkg/mod/github.com/eclipse/paho.mqtt.golang@v1.4.2/websocket.go
2025-08-20T18:59:17.1268904Z [00:02:53.872]➜  # github.com/mutecomm/go-sqlcipher/v4
2025-08-20T18:59:17.1284576Z [00:02:53.872]➜  sqlite3.c:39121:42: error: 'pread64' undeclared here (not in a function); did you mean 'pread'?
2025-08-20T18:59:17.1285881Z [00:02:53.872]➜  39121 |   { "pread64",      (sqlite3_syscall_ptr)pread64,    0  },
2025-08-20T18:59:17.1286285Z [00:02:53.872]➜        |                                          ^~~~~~~
2025-08-20T18:59:17.1286628Z [00:02:53.872]➜        |                                          pread
2025-08-20T18:59:17.1287147Z [00:02:53.872]➜  sqlite3.c:39139:42: error: 'pwrite64' undeclared here (not in a function); did you mean 'pwrite'?
2025-08-20T18:59:17.1287977Z [00:02:53.872]➜  39139 |   { "pwrite64",     (sqlite3_syscall_ptr)pwrite64,   0  },
2025-08-20T18:59:17.1288362Z [00:02:53.872]➜        |                                          ^~~~~~~~
2025-08-20T18:59:17.1288699Z [00:02:53.872]➜        |                                          pwrite
2025-08-20T18:59:17.1289028Z [00:02:53.872]➜  sqlite3.c: In function 'seekAndRead':
2025-08-20T18:59:17.1289472Z [00:02:53.872]➜  sqlite3.c:39125:49: error: unknown type name 'off64_t'; did you mean 'off_t'?
2025-08-20T18:59:17.1290024Z [00:02:53.872]➜  39125 | #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
2025-08-20T18:59:17.1290476Z [00:02:53.872]➜        |                                                 ^~~~~~~
2025-08-20T18:59:17.1290866Z [00:02:53.872]➜  sqlite3.c:41983:11: note: in expansion of macro 'osPread64'
2025-08-20T18:59:17.1291485Z [00:02:53.872]➜  41983 |     got = osPread64(id->h, pBuf, cnt, offset);
2025-08-20T18:59:17.1291818Z [00:02:53.872]➜        |           ^~~~~~~~~
2025-08-20T18:59:17.1292166Z [00:02:53.872]➜  sqlite3.c:39125:58: error: expected ')' before 'aSyscall'
2025-08-20T18:59:17.1292669Z [00:02:53.872]➜  39125 | #define osPread64 ((ssize_t(*)(int,void*,size_t,off64_t))aSyscall[10].pCurrent)
2025-08-20T18:59:17.1293133Z [00:02:53.872]➜        |                   ~                                      ^~~~~~~~
2025-08-20T18:59:17.1293535Z [00:02:53.872]➜  sqlite3.c:41983:11: note: in expansion of macro 'osPread64'
2025-08-20T18:59:17.1293944Z [00:02:53.872]➜  41983 |     got = osPread64(id->h, pBuf, cnt, offset);
2025-08-20T18:59:17.1294261Z [00:02:53.872]➜        |           ^~~~~~~~~
2025-08-20T18:59:17.1294575Z [00:02:53.874]➜  sqlite3.c: In function 'seekAndWriteFd':
2025-08-20T18:59:17.1295225Z [00:02:53.874]➜  sqlite3.c:39143:57: error: unknown type name 'off64_t'; did you mean 'off_t'?
2025-08-20T18:59:17.1295753Z [00:02:53.874]➜  39143 | #define osPwrite64  ((ssize_t(*)(int,const void*,size_t,off64_t))\
2025-08-20T18:59:17.1296187Z [00:02:53.874]➜        |                                                         ^~~~~~~
2025-08-20T18:59:17.1296585Z [00:02:53.874]➜  sqlite3.c:42095:17: note: in expansion of macro 'osPwrite64'
2025-08-20T18:59:17.1297080Z [00:02:53.874]➜  42095 |   do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR);
2025-08-20T18:59:17.1297488Z [00:02:53.874]➜        |                 ^~~~~~~~~~
2025-08-20T18:59:17.1297848Z [00:02:53.874]➜  sqlite3.c:39144:21: error: expected ')' before 'aSyscall'
2025-08-20T18:59:17.1298231Z [00:02:53.874]➜  39144 |                     aSyscall[13].pCurrent)
2025-08-20T18:59:17.1298551Z [00:02:53.874]➜        |                     ^~~~~~~~
2025-08-20T18:59:17.1299088Z [00:02:53.874]➜  sqlite3.c:42095:17: note: in expansion of macro 'osPwrite64'
2025-08-20T18:59:17.1299653Z [00:02:53.874]➜  42095 |   do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR);
2025-08-20T18:59:17.1300061Z [00:02:53.874]➜        |                 ^~~~~~~~~~
2025-08-20T18:59:17.1300380Z [00:02:53.874]➜  sqlite3.c:39143:21: note: to match this '('
2025-08-20T18:59:17.1300811Z [00:02:53.874]➜  39143 | #define osPwrite64  ((ssize_t(*)(int,const void*,size_t,off64_t))\
2025-08-20T18:59:17.1301190Z [00:02:53.874]➜        |                     ^
2025-08-20T18:59:17.1301562Z [00:02:53.874]➜  sqlite3.c:42095:17: note: in expansion of macro 'osPwrite64'
2025-08-20T18:59:17.1302145Z [00:02:53.874]➜  42095 |   do{ rc = (int)osPwrite64(fd, pBuf, nBuf, iOff);}while( rc<0 && errno==EINTR);
2025-08-20T18:59:17.1302599Z [00:02:53.874]➜        |                 ^~~~~~~~~~
2025-08-20T18:59:17.1302878Z [00:02:53.874]➜  github.com/aead/ecdh
2025-08-20T18:59:17.1303146Z [00:02:53.874]➜  mkdir -p $WORK/b1490/
2025-08-20T18:59:17.1303516Z [00:02:53.874]➜  cat >/tmp/go-build693841089/b1490/importcfg << 'EOF' # internal
2025-08-20T18:59:17.1303862Z [00:02:53.874]➜  # import config
2025-08-20T18:59:17.1304318Z [00:02:53.874]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:17.1304892Z [00:02:53.874]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:17.1305355Z [00:02:53.874]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:17.1305785Z [00:02:53.874]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.1306370Z [00:02:53.874]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:17.1306896Z [00:02:53.874]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.1307298Z [00:02:53.874]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:17.1307607Z [00:02:53.874]➜  EOF
2025-08-20T18:59:17.1309657Z [00:02:53.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aead/ecdh@v0.2.0=>github.com/aead/ecdh@v0.2.0;$WORK/b1490=>" -p github.com/aead/ecdh -lang=go1.16 -complete -installsuffix shared -buildid b0sfret8VxUsKWPmXO8i/b0sfret8VxUsKWPmXO8i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack /root/go/pkg/mod/github.com/aead/ecdh@v0.2.0/curve25519.go /root/go/pkg/mod/github.com/aead/ecdh@v0.2.0/ecdh.go /root/go/pkg/mod/github.com/aead/ecdh@v0.2.0/generic.go
2025-08-20T18:59:17.1683496Z [00:02:53.916]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T18:59:17.1720433Z [00:02:53.916]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/ae/aedc957b986e4b85df0e49089f7991fd5c901ec6c9a25caf89d5a81929604ff5-d # internal
2025-08-20T18:59:17.1721065Z [00:02:53.916]➜  github.com/dgraph-io/badger/v2/pb
2025-08-20T18:59:17.1721373Z [00:02:53.916]➜  mkdir -p $WORK/b1494/
2025-08-20T18:59:17.1721758Z [00:02:53.919]➜  cat >/tmp/go-build693841089/b1494/importcfg << 'EOF' # internal
2025-08-20T18:59:17.1722112Z [00:02:53.919]➜  # import config
2025-08-20T18:59:17.1722434Z [00:02:53.919]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.1722961Z [00:02:53.919]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:17.1723445Z [00:02:53.919]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.1723840Z [00:02:53.919]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:17.1724261Z [00:02:53.919]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:17.1724578Z [00:02:53.919]➜  EOF
2025-08-20T18:59:17.1728047Z [00:02:53.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/pb=>github.com/dgraph-io/badger/v2@v2.2007.3/pb;$WORK/b1494=>" -p github.com/dgraph-io/badger/v2/pb -lang=go1.12 -complete -installsuffix shared -buildid r1UBV98ryCeZcqows33K/r1UBV98ryCeZcqows33K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1494/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/pb/badgerpb2.pb.go
2025-08-20T18:59:17.1844928Z [00:02:53.932]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T18:59:17.1874090Z [00:02:53.935]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/8a/8aae934efa0d03c80f4155edbf1ed2642b34556d61b102ed6b884e7eac03976a-d # internal
2025-08-20T18:59:17.1897271Z [00:02:53.937]➜  github.com/DataDog/zstd
2025-08-20T18:59:17.1898115Z [00:02:53.937]➜  mkdir -p $WORK/b1497/
2025-08-20T18:59:17.1899781Z [00:02:53.937]➜  echo -n > $WORK/b1497/preferlinkext # internal
2025-08-20T18:59:17.1900644Z [00:02:53.937]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:17.1902065Z [00:02:53.937]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b1497/ -importpath github.com/DataDog/zstd "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe ./errors.go ./zstd.go ./zstd_stream.go
2025-08-20T18:59:17.2936372Z [00:02:54.041]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T18:59:17.2956698Z [00:02:54.043]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/5b/5b3a96eccf967180260b9a2fdd66d1de01ca3ea16b86b4063b436db3c1a71a81-d # internal
2025-08-20T18:59:17.2957880Z [00:02:54.043]➜  github.com/dgraph-io/ristretto
2025-08-20T18:59:17.2958500Z [00:02:54.043]➜  mkdir -p $WORK/b1499/
2025-08-20T18:59:17.2959499Z [00:02:54.043]➜  cat >/tmp/go-build693841089/b1499/importcfg << 'EOF' # internal
2025-08-20T18:59:17.2959894Z [00:02:54.043]➜  # import config
2025-08-20T18:59:17.2960256Z [00:02:54.043]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:17.2960680Z [00:02:54.043]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.2961086Z [00:02:54.043]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.2961606Z [00:02:54.043]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build693841089/b1144/_pkg_.a
2025-08-20T18:59:17.2962103Z [00:02:54.043]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:17.2962880Z [00:02:54.043]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:17.2963310Z [00:02:54.043]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.2963736Z [00:02:54.043]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:17.2964163Z [00:02:54.043]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.2964460Z [00:02:54.043]➜  EOF
2025-08-20T18:59:17.2964889Z [00:02:54.043]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:17.2968135Z [00:02:54.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3=>github.com/dgraph-io/ristretto@v0.0.3;$WORK/b1499=>" -p github.com/dgraph-io/ristretto -lang=go1.12 -complete -installsuffix shared -buildid 8KEwEZAAODpdyQgEtscL/8KEwEZAAODpdyQgEtscL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1499/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/cache.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/policy.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/ring.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/sketch.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/store.go /root/go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.3/ttl.go
2025-08-20T18:59:17.3182830Z [00:02:54.066]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T18:59:17.3241942Z [00:02:54.072]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/48/489bb8f2739675cfefa7f24cdaee471844c6d13d4cf786a79b66fd7e0fe3af44-d # internal
2025-08-20T18:59:17.3280760Z [00:02:54.075]➜  berty.tech/weshnet/v2/pkg/bertyvcissuer
2025-08-20T18:59:17.3281428Z [00:02:54.076]➜  mkdir -p $WORK/b1338/
2025-08-20T18:59:17.3283863Z [00:02:54.076]➜  cat >/tmp/go-build693841089/b1338/importcfg << 'EOF' # internal
2025-08-20T18:59:17.3284285Z [00:02:54.076]➜  # import config
2025-08-20T18:59:17.3284832Z [00:02:54.076]➜  packagefile berty.tech/weshnet/v2/pkg/errcode=/tmp/go-build693841089/b317/_pkg_.a
2025-08-20T18:59:17.3285565Z [00:02:54.076]➜  packagefile berty.tech/weshnet/v2/pkg/verifiablecredstypes=/tmp/go-build693841089/b1339/_pkg_.a
2025-08-20T18:59:17.3286133Z [00:02:54.076]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.3286552Z [00:02:54.076]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:17.3286996Z [00:02:54.076]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:17.3287740Z [00:02:54.076]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:17.3288270Z [00:02:54.076]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:17.3288738Z [00:02:54.076]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:17.3289177Z [00:02:54.076]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.3289835Z [00:02:54.076]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/signature/verifier=/tmp/go-build693841089/b1340/_pkg_.a
2025-08-20T18:59:17.3290877Z [00:02:54.076]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/verifiable=/tmp/go-build693841089/b1367/_pkg_.a
2025-08-20T18:59:17.3291642Z [00:02:54.076]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:17.3292310Z [00:02:54.076]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:17.3292920Z [00:02:54.076]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:17.3293403Z [00:02:54.076]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.3293808Z [00:02:54.076]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.3294230Z [00:02:54.076]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:17.3294775Z [00:02:54.076]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.3295419Z [00:02:54.076]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.3295728Z [00:02:54.076]➜  EOF
2025-08-20T18:59:17.3298425Z [00:02:54.076]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1338/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/bertyvcissuer=>berty.tech/weshnet/v2@v2.0.4/pkg/bertyvcissuer;$WORK/b1338=>" -p berty.tech/weshnet/v2/pkg/bertyvcissuer -lang=go1.22 -complete -installsuffix shared -buildid 0Wp8sI8XBIxQ4OQVRaXu/0Wp8sI8XBIxQ4OQVRaXu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/bertyvcissuer/client.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/bertyvcissuer/urls.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/bertyvcissuer/verifiable_public_key_fetcher.go
2025-08-20T18:59:17.4150016Z [00:02:54.162]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T18:59:17.4160596Z [00:02:54.163]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/5c/5c205f6eba5e5404c1be837295050cfa7fcc9805fcf55bffc9685f630449c107-d # internal
2025-08-20T18:59:17.4168273Z [00:02:54.164]➜  github.com/dgryski/go-farm
2025-08-20T18:59:17.4168602Z [00:02:54.164]➜  mkdir -p $WORK/b1500/
2025-08-20T18:59:17.4171625Z [00:02:54.165]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T18:59:17.4178565Z [00:02:54.165]➜  cat >/tmp/go-build693841089/b1500/importcfg << 'EOF' # internal
2025-08-20T18:59:17.4179906Z [00:02:54.165]➜  # import config
2025-08-20T18:59:17.4182116Z [00:02:54.165]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:17.4184824Z [00:02:54.165]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:17.4185239Z [00:02:54.165]➜  EOF
2025-08-20T18:59:17.4190231Z [00:02:54.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2=>github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2;$WORK/b1500=>" -p github.com/dgryski/go-farm -lang=go1.16 -complete -installsuffix shared -buildid D8x5LyZsl_vCho-Wr_a1/D8x5LyZsl_vCho-Wr_a1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack /root/go/pkg/mod/github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2/basics.go /root/go/pkg/mod/github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2/farmhashcc.go /root/go/pkg/mod/github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2/farmhashmk.go /root/go/pkg/mod/github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2/farmhashna.go /root/go/pkg/mod/github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2/farmhashuo.go /root/go/pkg/mod/github.com/dgryski/go-farm@v0.0.0-20190423205320-6a90982ecee2/fp_generic.go
2025-08-20T18:59:17.4201136Z [00:02:54.167]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/98/986c4098e2528a5ae8b797d026dbeda5a80cf5a6fe021df1cae0b0a5bf124cdc-d # internal
2025-08-20T18:59:17.4201757Z [00:02:54.167]➜  berty.tech/berty/v2/go/pkg/directorytypes
2025-08-20T18:59:17.4207280Z [00:02:54.167]➜  mkdir -p $WORK/b1502/
2025-08-20T18:59:17.4207692Z [00:02:54.168]➜  cat >/tmp/go-build693841089/b1502/importcfg << 'EOF' # internal
2025-08-20T18:59:17.4208039Z [00:02:54.168]➜  # import config
2025-08-20T18:59:17.4219088Z [00:02:54.168]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:17.4219762Z [00:02:54.168]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.4220312Z [00:02:54.168]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:59:17.4220925Z [00:02:54.168]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:17.4221583Z [00:02:54.168]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:59:17.4222277Z [00:02:54.168]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:59:17.4223278Z [00:02:54.168]➜  packagefile github.com/srikrsna/protoc-gen-gotag/tagger=/tmp/go-build693841089/b336/_pkg_.a
2025-08-20T18:59:17.4223870Z [00:02:54.168]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:17.4224410Z [00:02:54.168]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:17.4225201Z [00:02:54.168]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:17.4225786Z [00:02:54.168]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:17.4226358Z [00:02:54.168]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:17.4227115Z [00:02:54.168]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:17.4227871Z [00:02:54.168]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:17.4228410Z [00:02:54.168]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.4228816Z [00:02:54.168]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.4229234Z [00:02:54.168]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:17.4229640Z [00:02:54.168]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.4229941Z [00:02:54.168]➜  EOF
2025-08-20T18:59:17.4232484Z [00:02:54.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1502/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/directorytypes=>berty.tech/berty/v2/go/pkg/directorytypes;$WORK/b1502=>" -p berty.tech/berty/v2/go/pkg/directorytypes -lang=go1.22 -complete -installsuffix shared -buildid ew6IuloPkLtTS2J_wXLx/ew6IuloPkLtTS2J_wXLx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/directorytypes/bertydirectory.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/directorytypes/bertydirectory.pb.gw.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/directorytypes/bertydirectory_grpc.pb.go
2025-08-20T18:59:17.4310884Z [00:02:54.178]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T18:59:17.4382988Z [00:02:54.186]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/8a/8afcf9dda573b0abb469fb7cace16b2498be0bdd70372f8fadf8ee89d81b08c5-d # internal
2025-08-20T18:59:17.4410921Z [00:02:54.187]➜  github.com/berty/emitter-go/v2
2025-08-20T18:59:17.4411622Z [00:02:54.187]➜  mkdir -p $WORK/b1485/
2025-08-20T18:59:17.4412089Z [00:02:54.187]➜  cat >/tmp/go-build693841089/b1485/importcfg << 'EOF' # internal
2025-08-20T18:59:17.4412443Z [00:02:54.187]➜  # import config
2025-08-20T18:59:17.4412799Z [00:02:54.187]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:17.4413259Z [00:02:54.187]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:17.4413708Z [00:02:54.187]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:17.4414148Z [00:02:54.187]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.4419354Z [00:02:54.187]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.4419960Z [00:02:54.187]➜  packagefile github.com/eclipse/paho.mqtt.golang=/tmp/go-build693841089/b1486/_pkg_.a
2025-08-20T18:59:17.4420618Z [00:02:54.187]➜  packagefile github.com/eclipse/paho.mqtt.golang/packets=/tmp/go-build693841089/b1487/_pkg_.a
2025-08-20T18:59:17.4421193Z [00:02:54.187]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:17.4421630Z [00:02:54.187]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:17.4422048Z [00:02:54.187]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:17.4422472Z [00:02:54.187]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.4422880Z [00:02:54.187]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.4423602Z [00:02:54.187]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.4423912Z [00:02:54.187]➜  EOF
2025-08-20T18:59:17.4427695Z [00:02:54.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/berty/emitter-go@v0.0.0-20221031144724-5dae963c3622/v2=>github.com/berty/emitter-go@v0.0.0-20221031144724-5dae963c3622/v2;$WORK/b1485=>" -p github.com/berty/emitter-go/v2 -lang=go1.18 -complete -installsuffix shared -buildid 4Xrmd3sm-0J0wESEWrBK/4Xrmd3sm-0J0wESEWrBK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/importcfg -pack /root/go/pkg/mod/github.com/berty/emitter-go@v0.0.0-20221031144724-5dae963c3622/v2/emitter.go /root/go/pkg/mod/github.com/berty/emitter-go@v0.0.0-20221031144724-5dae963c3622/v2/options.go /root/go/pkg/mod/github.com/berty/emitter-go@v0.0.0-20221031144724-5dae963c3622/v2/store.go /root/go/pkg/mod/github.com/berty/emitter-go@v0.0.0-20221031144724-5dae963c3622/v2/subtrie.go /root/go/pkg/mod/github.com/berty/emitter-go@v0.0.0-20221031144724-5dae963c3622/v2/types.go
2025-08-20T18:59:17.4842787Z [00:02:54.232]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T18:59:17.4855194Z [00:02:54.232]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/5c/5c19a7055ae6ed523a92a52588b3924480b04b80bdf972a38dcff82e3fa6b5e6-d # internal
2025-08-20T18:59:17.4855983Z [00:02:54.232]➜  berty.tech/berty/v2/go/pkg/tempdir
2025-08-20T18:59:17.4856297Z [00:02:54.232]➜  mkdir -p $WORK/b1503/
2025-08-20T18:59:17.4856701Z [00:02:54.232]➜  cat >/tmp/go-build693841089/b1503/importcfg << 'EOF' # internal
2025-08-20T18:59:17.4857050Z [00:02:54.232]➜  # import config
2025-08-20T18:59:17.4857376Z [00:02:54.232]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:17.4857670Z [00:02:54.232]➜  EOF
2025-08-20T18:59:17.4859674Z [00:02:54.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1503/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/tempdir=>berty.tech/berty/v2/go/pkg/tempdir;$WORK/b1503=>" -p berty.tech/berty/v2/go/pkg/tempdir -lang=go1.22 -complete -installsuffix shared -buildid Nbjc_QEPe0Uy4yNbLIsi/Nbjc_QEPe0Uy4yNbLIsi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/tempdir/tempdir.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/tempdir/tempdir_others.go
2025-08-20T18:59:17.4945446Z [00:02:54.242]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T18:59:17.4959195Z [00:02:54.243]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/e1/e103b62b93772b476a3222a0eb65e605694e6fda12fa44d24295b2e5e2d89bee-d # internal
2025-08-20T18:59:17.4959867Z [00:02:54.243]➜  github.com/cenkalti/backoff
2025-08-20T18:59:17.4960167Z [00:02:54.243]➜  mkdir -p $WORK/b1505/
2025-08-20T18:59:17.4960552Z [00:02:54.243]➜  cat >/tmp/go-build693841089/b1505/importcfg << 'EOF' # internal
2025-08-20T18:59:17.4960910Z [00:02:54.243]➜  # import config
2025-08-20T18:59:17.4961248Z [00:02:54.243]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.4961689Z [00:02:54.243]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:17.4962302Z [00:02:54.243]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.4962710Z [00:02:54.243]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.4963014Z [00:02:54.243]➜  EOF
2025-08-20T18:59:17.4989208Z [00:02:54.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cenkalti/backoff@v2.2.1+incompatible=>github.com/cenkalti/backoff@v2.2.1+incompatible;$WORK/b1505=>" -p github.com/cenkalti/backoff -lang=go1.16 -complete -installsuffix shared -buildid BN5fjjMjBCGnX7KbA0U7/BN5fjjMjBCGnX7KbA0U7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/importcfg -pack /root/go/pkg/mod/github.com/cenkalti/backoff@v2.2.1+incompatible/backoff.go /root/go/pkg/mod/github.com/cenkalti/backoff@v2.2.1+incompatible/context.go /root/go/pkg/mod/github.com/cenkalti/backoff@v2.2.1+incompatible/exponential.go /root/go/pkg/mod/github.com/cenkalti/backoff@v2.2.1+incompatible/retry.go /root/go/pkg/mod/github.com/cenkalti/backoff@v2.2.1+incompatible/ticker.go /root/go/pkg/mod/github.com/cenkalti/backoff@v2.2.1+incompatible/tries.go
2025-08-20T18:59:17.5239218Z [00:02:54.271]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T18:59:17.5246757Z [00:02:54.272]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/e8/e85ce8a52c3584d36e53a23cd1bc248460112e67885841876b5b618146f291da-d # internal
2025-08-20T18:59:17.5279652Z [00:02:54.275]➜  github.com/grandcat/zeroconf
2025-08-20T18:59:17.5280063Z [00:02:54.275]➜  mkdir -p $WORK/b1504/
2025-08-20T18:59:17.5282541Z [00:02:54.276]➜  cat >/tmp/go-build693841089/b1504/importcfg << 'EOF' # internal
2025-08-20T18:59:17.5284014Z [00:02:54.276]➜  # import config
2025-08-20T18:59:17.5285147Z [00:02:54.276]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.5285685Z [00:02:54.276]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.5286112Z [00:02:54.276]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.5286612Z [00:02:54.276]➜  packagefile github.com/cenkalti/backoff=/tmp/go-build693841089/b1505/_pkg_.a
2025-08-20T18:59:17.5287151Z [00:02:54.276]➜  packagefile github.com/miekg/dns=/tmp/go-build693841089/b701/_pkg_.a
2025-08-20T18:59:17.5287659Z [00:02:54.276]➜  packagefile golang.org/x/net/ipv4=/tmp/go-build693841089/b702/_pkg_.a
2025-08-20T18:59:17.5288179Z [00:02:54.276]➜  packagefile golang.org/x/net/ipv6=/tmp/go-build693841089/b706/_pkg_.a
2025-08-20T18:59:17.5288625Z [00:02:54.276]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:17.5289066Z [00:02:54.276]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:17.5289476Z [00:02:54.276]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:17.5289869Z [00:02:54.276]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:17.5290270Z [00:02:54.276]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.5290689Z [00:02:54.276]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.5291089Z [00:02:54.276]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.5291390Z [00:02:54.276]➜  EOF
2025-08-20T18:59:17.5294526Z [00:02:54.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0=>github.com/grandcat/zeroconf@v1.0.0;$WORK/b1504=>" -p github.com/grandcat/zeroconf -lang=go1.13 -complete -installsuffix shared -buildid e-B93kR7jLI6c87660z9/e-B93kR7jLI6c87660z9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/importcfg -pack /root/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/client.go /root/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/connection.go /root/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/doc.go /root/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/server.go /root/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/service.go /root/go/pkg/mod/github.com/grandcat/zeroconf@v1.0.0/utils.go
2025-08-20T18:59:17.5659285Z [00:02:54.313]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T18:59:17.5680674Z [00:02:54.316]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/b0/b017d233af73fe6be2bb6d584be6d06d644765dd267ce682a8d39c4995ef4417-d # internal
2025-08-20T18:59:17.5695054Z [00:02:54.317]➜  berty.tech/weshnet/v2/pkg/rendezvous
2025-08-20T18:59:17.5696524Z [00:02:54.317]➜  mkdir -p $WORK/b1484/
2025-08-20T18:59:17.5705963Z [00:02:54.318]➜  cat >/tmp/go-build693841089/b1484/importcfg << 'EOF' # internal
2025-08-20T18:59:17.5706572Z [00:02:54.318]➜  # import config
2025-08-20T18:59:17.5707487Z [00:02:54.318]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.5707991Z [00:02:54.318]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:17.5708454Z [00:02:54.318]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:17.5709240Z [00:02:54.318]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:17.5709727Z [00:02:54.318]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:17.5710193Z [00:02:54.318]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:17.5710615Z [00:02:54.318]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.5711107Z [00:02:54.318]➜  packagefile github.com/berty/emitter-go/v2=/tmp/go-build693841089/b1485/_pkg_.a
2025-08-20T18:59:17.5711722Z [00:02:54.318]➜  packagefile github.com/berty/go-libp2p-rendezvous=/tmp/go-build693841089/b1238/_pkg_.a
2025-08-20T18:59:17.5712361Z [00:02:54.318]➜  packagefile github.com/berty/go-libp2p-rendezvous/pb=/tmp/go-build693841089/b1240/_pkg_.a
2025-08-20T18:59:17.5713109Z [00:02:54.318]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:17.5713804Z [00:02:54.318]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:17.5714356Z [00:02:54.318]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:17.5715061Z [00:02:54.318]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:17.5715546Z [00:02:54.318]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.5715958Z [00:02:54.318]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:17.5716373Z [00:02:54.318]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.5716771Z [00:02:54.318]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.5717070Z [00:02:54.318]➜  EOF
2025-08-20T18:59:17.5719931Z [00:02:54.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1484/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/rendezvous=>berty.tech/weshnet/v2@v2.0.4/pkg/rendezvous;$WORK/b1484=>" -p berty.tech/weshnet/v2/pkg/rendezvous -lang=go1.22 -complete -installsuffix shared -buildid _gbfJGncxGs4RPhLhbiY/_gbfJGncxGs4RPhLhbiY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/importcfg -pack /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/rendezvous/emitterio_sync_client.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/rendezvous/emitterio_sync_provider.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/rendezvous/rendezvous.go /root/go/pkg/mod/berty.tech/weshnet/v2@v2.0.4/pkg/rendezvous/rotation.go
2025-08-20T18:59:17.5857984Z [00:02:54.333]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T18:59:17.5911280Z [00:02:54.339]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/c8/c81a04e4c7eba0fd612e2ccd5a619324fa7e94e485ede6a5f12bc009b8f0e83f-d # internal
2025-08-20T18:59:17.5919058Z [00:02:54.339]➜  golang.org/x/net/context
2025-08-20T18:59:17.5919453Z [00:02:54.339]➜  mkdir -p $WORK/b1507/
2025-08-20T18:59:17.5925741Z [00:02:54.340]➜  cat >/tmp/go-build693841089/b1507/importcfg << 'EOF' # internal
2025-08-20T18:59:17.5926123Z [00:02:54.340]➜  # import config
2025-08-20T18:59:17.5926762Z [00:02:54.340]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.5927180Z [00:02:54.340]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.5927482Z [00:02:54.340]➜  EOF
2025-08-20T18:59:17.5929626Z [00:02:54.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1507/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/context=>golang.org/x/net@v0.33.0/context;$WORK/b1507=>" -p golang.org/x/net/context -lang=go1.18 -complete -installsuffix shared -buildid k2D4AAqBH0RjiYJAq86I/k2D4AAqBH0RjiYJAq86I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/context/context.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/context/go17.go /root/go/pkg/mod/golang.org/x/net@v0.33.0/context/go19.go
2025-08-20T18:59:17.6170813Z [00:02:54.363]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T18:59:17.6171893Z [00:02:54.364]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/98/98d0aefc5cbce2edc9f966fc0129ee65095cc24af0e2959a3dc89a39796af503-d # internal
2025-08-20T18:59:17.6172495Z [00:02:54.364]➜  github.com/jbenet/go-context/io
2025-08-20T18:59:17.6172794Z [00:02:54.364]➜  mkdir -p $WORK/b1506/
2025-08-20T18:59:17.6173167Z [00:02:54.365]➜  cat >/tmp/go-build693841089/b1506/importcfg << 'EOF' # internal
2025-08-20T18:59:17.6173511Z [00:02:54.365]➜  # import config
2025-08-20T18:59:17.6173928Z [00:02:54.365]➜  packagefile golang.org/x/net/context=/tmp/go-build693841089/b1507/_pkg_.a
2025-08-20T18:59:17.6174395Z [00:02:54.365]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.6174840Z [00:02:54.365]➜  EOF
2025-08-20T18:59:17.6177154Z [00:02:54.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io=>github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io;$WORK/b1506=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid Y2zeVu_fiC81Gf6QRN2d/Y2zeVu_fiC81Gf6QRN2d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io/ctxio.go
2025-08-20T18:59:17.6459079Z [00:02:54.393]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T18:59:17.6470380Z [00:02:54.394]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/bd/bd1a0a1de91e1f81f7523d52988f8b40f342cf443d6f7a6d778596fba05f7547-d # internal
2025-08-20T18:59:17.6474229Z [00:02:54.395]➜  golang.org/x/net/context/ctxhttp
2025-08-20T18:59:17.6477199Z [00:02:54.395]➜  mkdir -p $WORK/b1508/
2025-08-20T18:59:17.6479165Z [00:02:54.395]➜  cat >/tmp/go-build693841089/b1508/importcfg << 'EOF' # internal
2025-08-20T18:59:17.6480551Z [00:02:54.395]➜  # import config
2025-08-20T18:59:17.6484744Z [00:02:54.395]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.6486901Z [00:02:54.395]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.6487631Z [00:02:54.395]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.6488051Z [00:02:54.395]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:17.6488464Z [00:02:54.395]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.6488767Z [00:02:54.395]➜  EOF
2025-08-20T18:59:17.6490757Z [00:02:54.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1508/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.33.0/context/ctxhttp=>golang.org/x/net@v0.33.0/context/ctxhttp;$WORK/b1508=>" -p golang.org/x/net/context/ctxhttp -lang=go1.18 -complete -installsuffix shared -buildid cwkghwkFoImIolOFpdaC/cwkghwkFoImIolOFpdaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.33.0/context/ctxhttp/ctxhttp.go
2025-08-20T18:59:17.6501135Z [00:02:54.397]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T18:59:17.6543837Z [00:02:54.401]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/5a/5a96f4d3c780cd615a96ada675771e0ff832e04a84c00ec2aab2ae3bbf58ee76-d # internal
2025-08-20T18:59:17.6544524Z [00:02:54.401]➜  internal/profile
2025-08-20T18:59:17.6545080Z [00:02:54.401]➜  mkdir -p $WORK/b1510/
2025-08-20T18:59:17.6546066Z [00:02:54.402]➜  cat >/tmp/go-build693841089/b1510/importcfg << 'EOF' # internal
2025-08-20T18:59:17.6546526Z [00:02:54.402]➜  # import config
2025-08-20T18:59:17.6546887Z [00:02:54.402]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:17.6547333Z [00:02:54.402]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:17.6547769Z [00:02:54.402]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.6548182Z [00:02:54.402]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.6548780Z [00:02:54.402]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.6549591Z [00:02:54.402]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:17.6550112Z [00:02:54.402]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:17.6550646Z [00:02:54.402]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:17.6551169Z [00:02:54.402]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.6551703Z [00:02:54.402]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.6552159Z [00:02:54.402]➜  EOF
2025-08-20T18:59:17.6555047Z [00:02:54.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1510/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b1510=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid NFCqmxfJZwDjB3ySICMm/NFCqmxfJZwDjB3ySICMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/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-20T18:59:17.6640842Z [00:02:54.412]➜  cd $WORK/b1497
2025-08-20T18:59:17.6643011Z [00:02:54.412]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x001.o -c _cgo_export.c
2025-08-20T18:59:17.6667141Z [00:02:54.414]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T18:59:17.6667997Z [00:02:54.414]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/1e/1e68e695647c749e2696d7d10eb914da48486ed2c2062706b372d907ad8d4353-d # internal
2025-08-20T18:59:17.6675493Z [00:02:54.415]➜  berty.tech/berty/v2/go/pkg/config
2025-08-20T18:59:17.6676557Z [00:02:54.415]➜  mkdir -p $WORK/b1511/
2025-08-20T18:59:17.6677335Z [00:02:54.415]➜  cat >/tmp/go-build693841089/b1511/importcfg << 'EOF' # internal
2025-08-20T18:59:17.6678056Z [00:02:54.415]➜  # import config
2025-08-20T18:59:17.6678474Z [00:02:54.415]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:17.6678830Z [00:02:54.415]➜  EOF
2025-08-20T18:59:17.6679110Z [00:02:54.415]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:17.6681449Z [00:02:54.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1511/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/config=>berty.tech/berty/v2/go/pkg/config;$WORK/b1511=>" -p berty.tech/berty/v2/go/pkg/config -lang=go1.22 -complete -installsuffix shared -buildid fSAshSsXpJAeqCvoWLpO/fSAshSsXpJAeqCvoWLpO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/config/config.gen.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/config/config.go
2025-08-20T18:59:17.6768664Z [00:02:54.423]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T18:59:17.6769581Z [00:02:54.424]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/07/07edf2c2b8df59a4d306bedce1eb5b517f097e0a51e084c84db272b109abe749-d # internal
2025-08-20T18:59:17.6770174Z [00:02:54.424]➜  berty.tech/berty/v2/go/pkg/mdns
2025-08-20T18:59:17.6770468Z [00:02:54.424]➜  mkdir -p $WORK/b1512/
2025-08-20T18:59:17.6770858Z [00:02:54.424]➜  cat >/tmp/go-build693841089/b1512/importcfg << 'EOF' # internal
2025-08-20T18:59:17.6771202Z [00:02:54.424]➜  # import config
2025-08-20T18:59:17.6771634Z [00:02:54.424]➜  packagefile berty.tech/weshnet/v2/pkg/logutil=/tmp/go-build693841089/b376/_pkg_.a
2025-08-20T18:59:17.6772250Z [00:02:54.424]➜  packagefile berty.tech/weshnet/v2/pkg/netmanager=/tmp/go-build693841089/b402/_pkg_.a
2025-08-20T18:59:17.6773399Z [00:02:54.424]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.6774084Z [00:02:54.424]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.6775073Z [00:02:54.424]➜  packagefile github.com/libp2p/go-libp2p/core/host=/tmp/go-build693841089/b649/_pkg_.a
2025-08-20T18:59:17.6775775Z [00:02:54.424]➜  packagefile github.com/libp2p/go-libp2p/core/peer=/tmp/go-build693841089/b627/_pkg_.a
2025-08-20T18:59:17.6776440Z [00:02:54.424]➜  packagefile github.com/libp2p/go-libp2p/p2p/discovery/mdns=/tmp/go-build693841089/b1078/_pkg_.a
2025-08-20T18:59:17.6777079Z [00:02:54.424]➜  packagefile github.com/libp2p/zeroconf/v2=/tmp/go-build693841089/b1079/_pkg_.a
2025-08-20T18:59:17.6777676Z [00:02:54.424]➜  packagefile github.com/multiformats/go-multiaddr=/tmp/go-build693841089/b484/_pkg_.a
2025-08-20T18:59:17.6778307Z [00:02:54.424]➜  packagefile github.com/multiformats/go-multiaddr/net=/tmp/go-build693841089/b488/_pkg_.a
2025-08-20T18:59:17.6779071Z [00:02:54.424]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:17.6779588Z [00:02:54.424]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:17.6783632Z [00:02:54.424]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:17.6784112Z [00:02:54.424]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.6784529Z [00:02:54.424]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.6785039Z [00:02:54.424]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.6785341Z [00:02:54.424]➜  EOF
2025-08-20T18:59:17.6787220Z [00:02:54.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1512/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/mdns=>berty.tech/berty/v2/go/pkg/mdns;$WORK/b1512=>" -p berty.tech/berty/v2/go/pkg/mdns -lang=go1.22 -complete -installsuffix shared -buildid zClr6mtyfe77tdv7jA5X/zClr6mtyfe77tdv7jA5X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/mdns/inet.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/mdns/mdns.go
2025-08-20T18:59:17.6803426Z [00:02:54.428]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T18:59:17.6807572Z [00:02:54.428]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/cb/cb1853cdc46e768afde998408bbb51fb894d81610decfaea4a4c7e914359b949-d # internal
2025-08-20T18:59:17.6812407Z [00:02:54.429]➜  cd $WORK/b1497
2025-08-20T18:59:17.6814320Z [00:02:54.429]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x002.o -c errors.cgo2.c
2025-08-20T18:59:17.6914265Z [00:02:54.439]➜  berty.tech/ipfs-webui-packed
2025-08-20T18:59:17.6931035Z [00:02:54.439]➜  mkdir -p $WORK/b1513/
2025-08-20T18:59:17.6931517Z [00:02:54.439]➜  cat >/tmp/go-build693841089/b1513/importcfg << 'EOF' # internal
2025-08-20T18:59:17.6931903Z [00:02:54.439]➜  # import config
2025-08-20T18:59:17.6932311Z [00:02:54.439]➜  packagefile github.com/markbates/pkger=/tmp/go-build693841089/b361/_pkg_.a
2025-08-20T18:59:17.6932917Z [00:02:54.439]➜  packagefile github.com/markbates/pkger/pkging/mem=/tmp/go-build693841089/b368/_pkg_.a
2025-08-20T18:59:17.6933328Z [00:02:54.439]➜  EOF
2025-08-20T18:59:17.6933604Z [00:02:54.439]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:17.6936193Z [00:02:54.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1513/_pkg_.a -trimpath "/root/go/pkg/mod/berty.tech/ipfs-webui-packed@v1.0.0-v2.11.4-1=>berty.tech/ipfs-webui-packed@v1.0.0-v2.11.4-1;$WORK/b1513=>" -p berty.tech/ipfs-webui-packed -lang=go1.14 -complete -installsuffix shared -buildid BWTa5QsvmmRCUj6tsOOr/BWTa5QsvmmRCUj6tsOOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/importcfg -pack /root/go/pkg/mod/berty.tech/ipfs-webui-packed@v1.0.0-v2.11.4-1/doc.go /root/go/pkg/mod/berty.tech/ipfs-webui-packed@v1.0.0-v2.11.4-1/helper.go /root/go/pkg/mod/berty.tech/ipfs-webui-packed@v1.0.0-v2.11.4-1/pkged.go
2025-08-20T18:59:17.7030654Z [00:02:54.450]➜  cd $WORK/b1497
2025-08-20T18:59:17.7033970Z [00:02:54.451]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x003.o -c zstd.cgo2.c
2025-08-20T18:59:17.7285117Z [00:02:54.476]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T18:59:17.7295829Z [00:02:54.477]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/fc/fc3e7141da0a983a7df62a7dffbd34f4db447e7bc5951d592648469951bec182-d # internal
2025-08-20T18:59:17.7310708Z [00:02:54.479]➜  github.com/ipfs/kubo/cmd/ipfs/util
2025-08-20T18:59:17.7330787Z [00:02:54.481]➜  mkdir -p $WORK/b1514/
2025-08-20T18:59:17.7331729Z [00:02:54.481]➜  cat >/tmp/go-build693841089/b1514/importcfg << 'EOF' # internal
2025-08-20T18:59:17.7332107Z [00:02:54.481]➜  # import config
2025-08-20T18:59:17.7332450Z [00:02:54.481]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.7332861Z [00:02:54.481]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.7333342Z [00:02:54.481]➜  packagefile github.com/ipfs/go-log=/tmp/go-build693841089/b531/_pkg_.a
2025-08-20T18:59:17.7333863Z [00:02:54.481]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:17.7334311Z [00:02:54.481]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.7335023Z [00:02:54.481]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:17.7335758Z [00:02:54.481]➜  packagefile os/signal=/tmp/go-build693841089/b397/_pkg_.a
2025-08-20T18:59:17.7336261Z [00:02:54.481]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:17.7337329Z [00:02:54.481]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.7337811Z [00:02:54.481]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:17.7338121Z [00:02:54.481]➜  EOF
2025-08-20T18:59:17.7338418Z [00:02:54.481]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:17.7341320Z [00:02:54.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/cmd/ipfs/util=>github.com/ipfs/kubo@v0.29.0/cmd/ipfs/util;$WORK/b1514=>" -p github.com/ipfs/kubo/cmd/ipfs/util -lang=go1.22 -complete -installsuffix shared -buildid mCNaFGD_ODpEFLyNCVe5/mCNaFGD_ODpEFLyNCVe5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/importcfg -pack /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/cmd/ipfs/util/signal.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/cmd/ipfs/util/ui.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/cmd/ipfs/util/ulimit.go /root/go/pkg/mod/github.com/ipfs/kubo@v0.29.0/cmd/ipfs/util/ulimit_unix.go
2025-08-20T18:59:17.7427280Z [00:02:54.490]➜  cd $WORK/b1497
2025-08-20T18:59:17.7429556Z [00:02:54.490]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x004.o -c zstd_stream.cgo2.c
2025-08-20T18:59:17.7942755Z [00:02:54.542]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:17.7945016Z [00:02:54.542]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x005.o -c cover.c
2025-08-20T18:59:17.7970673Z [00:02:54.545]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T18:59:17.7977141Z [00:02:54.545]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/5d/5d9569570d276af52efb4b9464102e849af802a35c8dfb421ca69771c82ee512-d # internal
2025-08-20T18:59:17.8009208Z [00:02:54.548]➜  github.com/prometheus/client_golang/prometheus/collectors
2025-08-20T18:59:17.8009945Z [00:02:54.548]➜  mkdir -p $WORK/b1515/
2025-08-20T18:59:17.8030201Z [00:02:54.551]➜  cat >/tmp/go-build693841089/b1515/importcfg << 'EOF' # internal
2025-08-20T18:59:17.8030870Z [00:02:54.551]➜  # import config
2025-08-20T18:59:17.8031772Z [00:02:54.551]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:17.8032912Z [00:02:54.551]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build693841089/b681/_pkg_.a
2025-08-20T18:59:17.8034295Z [00:02:54.551]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build693841089/b685/_pkg_.a
2025-08-20T18:59:17.8035127Z [00:02:54.551]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:17.8035456Z [00:02:54.551]➜  EOF
2025-08-20T18:59:17.8035729Z [00:02:54.551]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:17.8039664Z [00:02:54.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/collectors=>github.com/prometheus/client_golang@v1.19.1/prometheus/collectors;$WORK/b1515=>" -p github.com/prometheus/client_golang/prometheus/collectors -lang=go1.20 -complete -installsuffix shared -buildid eGelnkm-og_87q2m_Nbo/eGelnkm-og_87q2m_Nbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/collectors/collectors.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/collectors/dbstats_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/collectors/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/collectors/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.19.1/prometheus/collectors/process_collector.go
2025-08-20T18:59:17.8185307Z [00:02:54.566]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T18:59:17.8212635Z [00:02:54.569]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/3e/3e47507f1e658a4607de736eb693cdfdba67f926c61b7ce88f561778d8fe6458-d # internal
2025-08-20T18:59:17.8214116Z [00:02:54.569]➜  net/http/pprof
2025-08-20T18:59:17.8215607Z [00:02:54.569]➜  mkdir -p $WORK/b1509/
2025-08-20T18:59:17.8221539Z [00:02:54.570]➜  cat >/tmp/go-build693841089/b1509/importcfg << 'EOF' # internal
2025-08-20T18:59:17.8221925Z [00:02:54.570]➜  # import config
2025-08-20T18:59:17.8222263Z [00:02:54.570]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:17.8222693Z [00:02:54.570]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:17.8223107Z [00:02:54.570]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.8223513Z [00:02:54.570]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.8223910Z [00:02:54.570]➜  packagefile html=/tmp/go-build693841089/b261/_pkg_.a
2025-08-20T18:59:17.8224356Z [00:02:54.570]➜  packagefile internal/godebug=/tmp/go-build693841089/b058/_pkg_.a
2025-08-20T18:59:17.8225036Z [00:02:54.570]➜  packagefile internal/profile=/tmp/go-build693841089/b1510/_pkg_.a
2025-08-20T18:59:17.8225480Z [00:02:54.570]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.8225871Z [00:02:54.570]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:17.8226290Z [00:02:54.570]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.8226712Z [00:02:54.570]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:17.8227433Z [00:02:54.570]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:17.8227832Z [00:02:54.570]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:17.8228272Z [00:02:54.570]➜  packagefile runtime/pprof=/tmp/go-build693841089/b663/_pkg_.a
2025-08-20T18:59:17.8228732Z [00:02:54.570]➜  packagefile runtime/trace=/tmp/go-build693841089/b522/_pkg_.a
2025-08-20T18:59:17.8229168Z [00:02:54.570]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:17.8229580Z [00:02:54.570]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:17.8229993Z [00:02:54.570]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.8230420Z [00:02:54.570]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.8230825Z [00:02:54.570]➜  EOF
2025-08-20T18:59:17.8237928Z [00:02:54.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1509/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b1509=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid iEzZuQ-TLSwHQ-rwr2mz/iEzZuQ-TLSwHQ-rwr2mz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T18:59:17.8244513Z [00:02:54.572]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T18:59:17.8355646Z [00:02:54.583]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/ed/eddc3627c66e7781d81ba9a0bf7091e50f50943ee166722fd0af144fa62920b9-d # internal
2025-08-20T18:59:17.8362205Z [00:02:54.584]➜  github.com/shibukawa/configdir
2025-08-20T18:59:17.8363115Z [00:02:54.584]➜  mkdir -p $WORK/b1516/
2025-08-20T18:59:17.8366208Z [00:02:54.584]➜  cat >/tmp/go-build693841089/b1516/importcfg << 'EOF' # internal
2025-08-20T18:59:17.8366791Z [00:02:54.584]➜  # import config
2025-08-20T18:59:17.8369391Z [00:02:54.584]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:17.8369831Z [00:02:54.584]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:17.8370535Z [00:02:54.584]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:17.8370976Z [00:02:54.584]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.8371288Z [00:02:54.584]➜  EOF
2025-08-20T18:59:17.8373898Z [00:02:54.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shibukawa/configdir@v0.0.0-20170330084843-e180dbdc8da0=>github.com/shibukawa/configdir@v0.0.0-20170330084843-e180dbdc8da0;$WORK/b1516=>" -p github.com/shibukawa/configdir -lang=go1.16 -complete -installsuffix shared -buildid qwA3fKTaoR8Cj7xxWTjI/qwA3fKTaoR8Cj7xxWTjI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/importcfg -pack /root/go/pkg/mod/github.com/shibukawa/configdir@v0.0.0-20170330084843-e180dbdc8da0/config.go /root/go/pkg/mod/github.com/shibukawa/configdir@v0.0.0-20170330084843-e180dbdc8da0/config_xdg.go
2025-08-20T18:59:17.8560702Z [00:02:54.603]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T18:59:17.8572247Z [00:02:54.605]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/92/92f8ef21f30496435d9e50ea54403fb21331638b1aa6cf7ecb584171de6aa850-d # internal
2025-08-20T18:59:17.8621169Z [00:02:54.610]➜  moul.io/progress
2025-08-20T18:59:17.8622363Z [00:02:54.610]➜  mkdir -p $WORK/b1517/
2025-08-20T18:59:17.8626759Z [00:02:54.610]➜  cat >/tmp/go-build693841089/b1517/importcfg << 'EOF' # internal
2025-08-20T18:59:17.8628083Z [00:02:54.610]➜  # import config
2025-08-20T18:59:17.8628791Z [00:02:54.610]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:17.8631556Z [00:02:54.610]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:17.8632226Z [00:02:54.610]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.8632957Z [00:02:54.610]➜  packagefile moul.io/u=/tmp/go-build693841089/b395/_pkg_.a
2025-08-20T18:59:17.8635908Z [00:02:54.610]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.8636660Z [00:02:54.610]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.8637249Z [00:02:54.610]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.8637894Z [00:02:54.610]➜  EOF
2025-08-20T18:59:17.8640064Z [00:02:54.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1517/_pkg_.a -trimpath "/root/go/pkg/mod/moul.io/progress@v1.4.0=>moul.io/progress@v1.4.0;$WORK/b1517=>" -p moul.io/progress -lang=go1.13 -complete -installsuffix shared -buildid rMdoAMQOAcvFiqeW1UQX/rMdoAMQOAcvFiqeW1UQX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/importcfg -pack /root/go/pkg/mod/moul.io/progress@v1.4.0/doc.go /root/go/pkg/mod/moul.io/progress@v1.4.0/progress.go
2025-08-20T18:59:17.8669013Z [00:02:54.614]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T18:59:17.8684071Z [00:02:54.616]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/c5/c55bca8714d8eac8b8af19be4150efa0e6fe4d270769edab918dec50f6fc63bf-d # internal
2025-08-20T18:59:17.8685596Z [00:02:54.616]➜  berty.tech/berty/v2/go/internal/migrationutils
2025-08-20T18:59:17.8686208Z [00:02:54.616]➜  mkdir -p $WORK/b1520/
2025-08-20T18:59:17.8699279Z [00:02:54.617]➜  cat >/tmp/go-build693841089/b1520/importcfg << 'EOF' # internal
2025-08-20T18:59:17.8700729Z [00:02:54.618]➜  # import config
2025-08-20T18:59:17.8701706Z [00:02:54.618]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:59:17.8702512Z [00:02:54.618]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.8703118Z [00:02:54.618]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:17.8703797Z [00:02:54.618]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:17.8704463Z [00:02:54.618]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:17.8705095Z [00:02:54.618]➜  EOF
2025-08-20T18:59:17.8707941Z [00:02:54.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1520/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/migrationutils=>berty.tech/berty/v2/go/internal/migrationutils;$WORK/b1520=>" -p berty.tech/berty/v2/go/internal/migrationutils -lang=go1.22 -complete -installsuffix shared -buildid QuFkQHYG3Z7eKpGCjeKj/QuFkQHYG3Z7eKpGCjeKj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/internal/migrationutils/migrationutils.go
2025-08-20T18:59:17.8911813Z [00:02:54.639]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T18:59:17.8958107Z [00:02:54.643]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/05/05c25a169a832cee986286f809d4220a1f7821b85cdfad4b0dff8d8be9d46039-d # internal
2025-08-20T18:59:17.8963392Z [00:02:54.644]➜  berty.tech/berty/v2/go/pkg/bertybridge
2025-08-20T18:59:17.8964205Z [00:02:54.644]➜  mkdir -p $WORK/b1522/
2025-08-20T18:59:17.8968027Z [00:02:54.644]➜  cat >/tmp/go-build693841089/b1522/importcfg << 'EOF' # internal
2025-08-20T18:59:17.8969949Z [00:02:54.645]➜  # import config
2025-08-20T18:59:17.8970723Z [00:02:54.645]➜  packagefile berty.tech/berty/v2/go/internal/grpcutil=/tmp/go-build693841089/b475/_pkg_.a
2025-08-20T18:59:17.8971732Z [00:02:54.645]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:59:17.8978048Z [00:02:54.645]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.8978479Z [00:02:54.645]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.8979012Z [00:02:54.645]➜  packagefile github.com/golang/protobuf/descriptor=/tmp/go-build693841089/b134/_pkg_.a
2025-08-20T18:59:17.8979624Z [00:02:54.645]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:17.8980280Z [00:02:54.645]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:59:17.8980970Z [00:02:54.645]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/utilities=/tmp/go-build693841089/b156/_pkg_.a
2025-08-20T18:59:17.8981561Z [00:02:54.645]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:17.8982051Z [00:02:54.645]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:17.8982587Z [00:02:54.645]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:17.8983151Z [00:02:54.645]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:17.8983725Z [00:02:54.645]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:17.8984291Z [00:02:54.645]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:17.8997184Z [00:02:54.645]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:17.8997989Z [00:02:54.645]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:17.8998539Z [00:02:54.645]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:17.8998946Z [00:02:54.645]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.8999368Z [00:02:54.645]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:17.8999782Z [00:02:54.645]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:17.9000193Z [00:02:54.645]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:17.9000704Z [00:02:54.645]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.9001067Z [00:02:54.645]➜  EOF
2025-08-20T18:59:17.9004253Z [00:02:54.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1522/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertybridge=>berty.tech/berty/v2/go/pkg/bertybridge;$WORK/b1522=>" -p berty.tech/berty/v2/go/pkg/bertybridge -lang=go1.22 -complete -installsuffix shared -buildid ZMeNt8I9_YjojYdhT32q/ZMeNt8I9_YjojYdhT32q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1522/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertybridge/bertybridge.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertybridge/bertybridge.pb.gw.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertybridge/bertybridge_grpc.pb.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertybridge/service.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertybridge/service_clients.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertybridge/service_grpc.go
2025-08-20T18:59:17.9071975Z [00:02:54.655]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T18:59:17.9079583Z [00:02:54.655]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/11/11c2b2a2e848c0709bbf5e90f42aac826487505aafcdbcb6884fb9f7b6938c0a-d # internal
2025-08-20T18:59:17.9083708Z [00:02:54.655]➜  berty.tech/berty/v2/go/pkg/bertydirectory
2025-08-20T18:59:17.9084105Z [00:02:54.655]➜  mkdir -p $WORK/b1523/
2025-08-20T18:59:17.9084490Z [00:02:54.656]➜  cat >/tmp/go-build693841089/b1523/importcfg << 'EOF' # internal
2025-08-20T18:59:17.9085323Z [00:02:54.656]➜  # import config
2025-08-20T18:59:17.9085792Z [00:02:54.656]➜  packagefile berty.tech/berty/v2/go/pkg/bertylinks=/tmp/go-build693841089/b371/_pkg_.a
2025-08-20T18:59:17.9086449Z [00:02:54.656]➜  packagefile berty.tech/berty/v2/go/pkg/directorytypes=/tmp/go-build693841089/b1502/_pkg_.a
2025-08-20T18:59:17.9087085Z [00:02:54.656]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:59:17.9087720Z [00:02:54.656]➜  packagefile berty.tech/berty/v2/go/pkg/messengertypes=/tmp/go-build693841089/b132/_pkg_.a
2025-08-20T18:59:17.9088372Z [00:02:54.656]➜  packagefile berty.tech/weshnet/v2/pkg/bertyvcissuer=/tmp/go-build693841089/b1338/_pkg_.a
2025-08-20T18:59:17.9089004Z [00:02:54.656]➜  packagefile berty.tech/weshnet/v2/pkg/cryptoutil=/tmp/go-build693841089/b316/_pkg_.a
2025-08-20T18:59:17.9089515Z [00:02:54.656]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:17.9089924Z [00:02:54.656]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:17.9090376Z [00:02:54.656]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:17.9090803Z [00:02:54.656]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:17.9091261Z [00:02:54.656]➜  packagefile github.com/gofrs/uuid=/tmp/go-build693841089/b334/_pkg_.a
2025-08-20T18:59:17.9091939Z [00:02:54.656]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/verifiable=/tmp/go-build693841089/b1367/_pkg_.a
2025-08-20T18:59:17.9092637Z [00:02:54.656]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:17.9093157Z [00:02:54.656]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:17.9093897Z [00:02:54.656]➜  packagefile gorm.io/gorm=/tmp/go-build693841089/b1251/_pkg_.a
2025-08-20T18:59:17.9094417Z [00:02:54.656]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:17.9094977Z [00:02:54.656]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:17.9095287Z [00:02:54.656]➜  EOF
2025-08-20T18:59:17.9098041Z [00:02:54.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1523/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertydirectory=>berty.tech/berty/v2/go/pkg/bertydirectory;$WORK/b1523=>" -p berty.tech/berty/v2/go/pkg/bertydirectory -lang=go1.22 -complete -installsuffix shared -buildid 6711CLMICDLdwMHz0Fo-/6711CLMICDLdwMHz0Fo- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1523/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertydirectory/api.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertydirectory/datastore.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertydirectory/sql_datastore.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertydirectory/utils.go
2025-08-20T18:59:17.9103458Z [00:02:54.658]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T18:59:17.9108874Z [00:02:54.658]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/42/420e5f20824d725d527f1a75c840c4ef2f06d287197880aba66bdc954b295c23-d # internal
2025-08-20T18:59:17.9109782Z [00:02:54.658]➜  google.golang.org/genproto/googleapis/api
2025-08-20T18:59:17.9110111Z [00:02:54.658]➜  mkdir -p $WORK/b1530/
2025-08-20T18:59:17.9110489Z [00:02:54.658]➜  cat >/tmp/go-build693841089/b1530/importcfg << 'EOF' # internal
2025-08-20T18:59:17.9110835Z [00:02:54.658]➜  # import config
2025-08-20T18:59:17.9111328Z [00:02:54.658]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:17.9112034Z [00:02:54.658]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:17.9112572Z [00:02:54.658]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:17.9112982Z [00:02:54.658]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.9113287Z [00:02:54.658]➜  EOF
2025-08-20T18:59:17.9117394Z [00:02:54.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1530/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c=>google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c;$WORK/b1530=>" -p google.golang.org/genproto/googleapis/api -lang=go1.21 -complete -installsuffix shared -buildid 81w7wirNd5iZuYMR1oOE/81w7wirNd5iZuYMR1oOE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1530/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/launch_stage.pb.go
2025-08-20T18:59:17.9284124Z [00:02:54.676]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:17.9285989Z [00:02:54.676]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x006.o -c debug.c
2025-08-20T18:59:17.9410604Z [00:02:54.688]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T18:59:17.9413728Z [00:02:54.689]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/84/843a49a419c4b6755cba4f5b8093c6727b8ea1801c981696ea03bc83ad9a9b50-d # internal
2025-08-20T18:59:17.9423459Z [00:02:54.689]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x007.o -c divsufsort.c
2025-08-20T18:59:17.9425131Z [00:02:54.689]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T18:59:17.9425689Z [00:02:54.689]➜  mkdir -p $WORK/b1529/
2025-08-20T18:59:17.9426129Z [00:02:54.690]➜  cat >/tmp/go-build693841089/b1529/importcfg << 'EOF' # internal
2025-08-20T18:59:17.9426490Z [00:02:54.690]➜  # import config
2025-08-20T18:59:17.9426972Z [00:02:54.690]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build693841089/b1530/_pkg_.a
2025-08-20T18:59:17.9427667Z [00:02:54.690]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:17.9428360Z [00:02:54.690]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:17.9429166Z [00:02:54.690]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build693841089/b138/_pkg_.a
2025-08-20T18:59:17.9429946Z [00:02:54.690]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:17.9430509Z [00:02:54.690]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:17.9436149Z [00:02:54.690]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:17.9436494Z [00:02:54.690]➜  EOF
2025-08-20T18:59:17.9436777Z [00:02:54.690]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:17.9442388Z [00:02:54.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1529/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations=>google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations;$WORK/b1529=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.21 -complete -installsuffix shared -buildid 9JNdKNglh31Ftl9qtaJl/9JNdKNglh31Ftl9qtaJl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1529/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations/annotations.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations/client.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations/field_behavior.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations/field_info.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations/http.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations/resource.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20240823204242-4ba0660f739c/annotations/routing.pb.go
2025-08-20T18:59:18.0282673Z [00:02:54.775]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T18:59:18.0341149Z [00:02:54.778]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/03/0324d45ad953a96ed23fde45b3ef47e5c4eeadd47d3d79884c04badd0333b129-d # internal
2025-08-20T18:59:18.0341850Z [00:02:54.778]➜  google.golang.org/genproto/googleapis/type/latlng
2025-08-20T18:59:18.0342217Z [00:02:54.778]➜  mkdir -p $WORK/b1531/
2025-08-20T18:59:18.0342593Z [00:02:54.779]➜  cat >/tmp/go-build693841089/b1531/importcfg << 'EOF' # internal
2025-08-20T18:59:18.0342952Z [00:02:54.779]➜  # import config
2025-08-20T18:59:18.0343453Z [00:02:54.779]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.0344148Z [00:02:54.779]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.0344811Z [00:02:54.779]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.0345278Z [00:02:54.779]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.0345592Z [00:02:54.779]➜  EOF
2025-08-20T18:59:18.0348275Z [00:02:54.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1531/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/latlng=>google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/latlng;$WORK/b1531=>" -p google.golang.org/genproto/googleapis/type/latlng -lang=go1.19 -complete -installsuffix shared -buildid ctciSAvZYOm_ODXXhTq_/ctciSAvZYOm_ODXXhTq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1531/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/latlng/latlng.pb.go
2025-08-20T18:59:18.0587054Z [00:02:54.806]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T18:59:18.0595255Z [00:02:54.807]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/eb/eb94fe68babfec5339ed0187f23a082bd50fcbd68ca034c7a27ab6ee689909e2-d # internal
2025-08-20T18:59:18.0628632Z [00:02:54.810]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T18:59:18.0629094Z [00:02:54.810]➜  mkdir -p $WORK/b1532/
2025-08-20T18:59:18.0633395Z [00:02:54.810]➜  cat >/tmp/go-build693841089/b1532/importcfg << 'EOF' # internal
2025-08-20T18:59:18.0634349Z [00:02:54.810]➜  # import config
2025-08-20T18:59:18.0635376Z [00:02:54.810]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.0636109Z [00:02:54.810]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.0636989Z [00:02:54.810]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.0637405Z [00:02:54.810]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.0637706Z [00:02:54.810]➜  EOF
2025-08-20T18:59:18.0639794Z [00:02:54.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1532/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/emptypb=>google.golang.org/protobuf@v1.35.2/types/known/emptypb;$WORK/b1532=>" -p google.golang.org/protobuf/types/known/emptypb -lang=go1.21 -complete -installsuffix shared -buildid X-_gfnuBeOqEJlQ1JBN9/X-_gfnuBeOqEJlQ1JBN9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1532/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.35.2/types/known/emptypb/empty.pb.go
2025-08-20T18:59:18.0880280Z [00:02:54.835]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T18:59:18.0889086Z [00:02:54.836]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/51/516e6b82f5c1a1003338f92b7ce6a18a055eea6c6f3eaf975c57e7ef8905bcc2-d # internal
2025-08-20T18:59:18.0889847Z [00:02:54.836]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T18:59:18.0890186Z [00:02:54.836]➜  mkdir -p $WORK/b1538/
2025-08-20T18:59:18.0893385Z [00:02:54.837]➜  cat >/tmp/go-build693841089/b1538/importcfg << 'EOF' # internal
2025-08-20T18:59:18.0894915Z [00:02:54.837]➜  # import config
2025-08-20T18:59:18.0895763Z [00:02:54.837]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.0896947Z [00:02:54.837]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.0897570Z [00:02:54.837]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.0898000Z [00:02:54.837]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.0898313Z [00:02:54.837]➜  EOF
2025-08-20T18:59:18.0900741Z [00:02:54.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1538/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/code=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/code;$WORK/b1538=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.21 -complete -installsuffix shared -buildid XgX46-SQhKm_0i0lYzcw/XgX46-SQhKm_0i0lYzcw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1538/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20240823204242-4ba0660f739c/code/code.pb.go
2025-08-20T18:59:18.0920774Z [00:02:54.840]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T18:59:18.1093915Z [00:02:54.857]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/3f/3fe0ebc58bcfded490c9f20e69c3c52359456a4aa7e925cb457430c575f4680e-d # internal
2025-08-20T18:59:18.1151343Z [00:02:54.863]➜  cloud.google.com/go/firestore/apiv1/firestorepb
2025-08-20T18:59:18.1152198Z [00:02:54.863]➜  mkdir -p $WORK/b1528/
2025-08-20T18:59:18.1169771Z [00:02:54.864]➜  cat >/tmp/go-build693841089/b1528/importcfg << 'EOF' # internal
2025-08-20T18:59:18.1170538Z [00:02:54.864]➜  # import config
2025-08-20T18:59:18.1170919Z [00:02:54.864]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.1171543Z [00:02:54.864]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build693841089/b1529/_pkg_.a
2025-08-20T18:59:18.1172479Z [00:02:54.864]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build693841089/b094/_pkg_.a
2025-08-20T18:59:18.1173291Z [00:02:54.864]➜  packagefile google.golang.org/genproto/googleapis/type/latlng=/tmp/go-build693841089/b1531/_pkg_.a
2025-08-20T18:59:18.1173926Z [00:02:54.864]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:18.1174465Z [00:02:54.864]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.1175336Z [00:02:54.864]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:18.1176218Z [00:02:54.864]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.1176914Z [00:02:54.864]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.1177604Z [00:02:54.864]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build693841089/b1532/_pkg_.a
2025-08-20T18:59:18.1178315Z [00:02:54.864]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build693841089/b1120/_pkg_.a
2025-08-20T18:59:18.1179032Z [00:02:54.864]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:59:18.1179758Z [00:02:54.865]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build693841089/b154/_pkg_.a
2025-08-20T18:59:18.1180313Z [00:02:54.865]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.1180944Z [00:02:54.865]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.1181246Z [00:02:54.865]➜  EOF
2025-08-20T18:59:18.1185475Z [00:02:54.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1528/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb=>cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb;$WORK/b1528=>" -p cloud.google.com/go/firestore/apiv1/firestorepb -lang=go1.19 -complete -installsuffix shared -buildid 4fTv7r9eeEQJecQ15aL9/4fTv7r9eeEQJecQ15aL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb/aggregation_result.pb.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb/bloom_filter.pb.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb/common.pb.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb/document.pb.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb/firestore.pb.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb/query.pb.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestorepb/write.pb.go
2025-08-20T18:59:18.1198003Z [00:02:54.867]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T18:59:18.1252505Z [00:02:54.873]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/07/071bd02ab65e74eb56c42b235aadd8e6e8bc4fb6a76dcb061544c497822491f3-d # internal
2025-08-20T18:59:18.1266017Z [00:02:54.874]➜  cloud.google.com/go/longrunning/autogen/longrunningpb
2025-08-20T18:59:18.1267888Z [00:02:54.874]➜  mkdir -p $WORK/b1534/
2025-08-20T18:59:18.1268300Z [00:02:54.874]➜  cat >/tmp/go-build693841089/b1534/importcfg << 'EOF' # internal
2025-08-20T18:59:18.1268784Z [00:02:54.874]➜  # import config
2025-08-20T18:59:18.1269171Z [00:02:54.874]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.1269797Z [00:02:54.874]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build693841089/b1529/_pkg_.a
2025-08-20T18:59:18.1270553Z [00:02:54.874]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build693841089/b094/_pkg_.a
2025-08-20T18:59:18.1271165Z [00:02:54.874]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:18.1271724Z [00:02:54.874]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.1272396Z [00:02:54.874]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:18.1273099Z [00:02:54.874]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.1273804Z [00:02:54.874]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.1274489Z [00:02:54.874]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build693841089/b138/_pkg_.a
2025-08-20T18:59:18.1275465Z [00:02:54.874]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build693841089/b129/_pkg_.a
2025-08-20T18:59:18.1276166Z [00:02:54.874]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:18.1276877Z [00:02:54.874]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build693841089/b1532/_pkg_.a
2025-08-20T18:59:18.1277431Z [00:02:54.874]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.1277848Z [00:02:54.874]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.1278148Z [00:02:54.874]➜  EOF
2025-08-20T18:59:18.1280370Z [00:02:54.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1534/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/longrunning@v0.5.5/autogen/longrunningpb=>cloud.google.com/go/longrunning@v0.5.5/autogen/longrunningpb;$WORK/b1534=>" -p cloud.google.com/go/longrunning/autogen/longrunningpb -lang=go1.19 -complete -installsuffix shared -buildid HfEHXQAMToUATPENX90i/HfEHXQAMToUATPENX90i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1534/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.5.5/autogen/longrunningpb/operations.pb.go
2025-08-20T18:59:18.1599981Z [00:02:54.907]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.1601649Z [00:02:54.907]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x008.o -c entropy_common.c
2025-08-20T18:59:18.1923877Z [00:02:54.940]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T18:59:18.1966629Z [00:02:54.944]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/ef/eff081e3b5b244dc26c9084e65bfbbf0f3fcd490d24d2c1660f6aa99f0443c4b-d # internal
2025-08-20T18:59:18.1967539Z [00:02:54.944]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T18:59:18.1968028Z [00:02:54.944]➜  mkdir -p $WORK/b1537/
2025-08-20T18:59:18.1968886Z [00:02:54.944]➜  cat >/tmp/go-build693841089/b1537/importcfg << 'EOF' # internal
2025-08-20T18:59:18.1970529Z [00:02:54.944]➜  # import config
2025-08-20T18:59:18.1972478Z [00:02:54.944]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build693841089/b1538/_pkg_.a
2025-08-20T18:59:18.1973196Z [00:02:54.944]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.1974045Z [00:02:54.944]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.1975050Z [00:02:54.944]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build693841089/b129/_pkg_.a
2025-08-20T18:59:18.1975740Z [00:02:54.944]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.1976262Z [00:02:54.944]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.1976658Z [00:02:54.944]➜  EOF
2025-08-20T18:59:18.1976949Z [00:02:54.944]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.2071399Z [00:02:54.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/apierror/internal/proto=>github.com/googleapis/gax-go/v2@v2.12.2/apierror/internal/proto;$WORK/b1537=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.19 -complete -installsuffix shared -buildid TruD7jfolBzGMaE7iV6u/TruD7jfolBzGMaE7iV6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/apierror/internal/proto/custom_error.pb.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/apierror/internal/proto/error.pb.go
2025-08-20T18:59:18.2073856Z [00:02:54.954]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.2077451Z [00:02:54.954]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x009.o -c error_private.c
2025-08-20T18:59:18.2164687Z [00:02:54.964]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T18:59:18.2187287Z [00:02:54.966]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/3a/3ad4bfe0ebfabb181a7b595224a59296a8fce985433531deddd67c1aa31dba2d-d # internal
2025-08-20T18:59:18.2188507Z [00:02:54.966]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T18:59:18.2191058Z [00:02:54.966]➜  mkdir -p $WORK/b1540/
2025-08-20T18:59:18.2197032Z [00:02:54.967]➜  cat >/tmp/go-build693841089/b1540/importcfg << 'EOF' # internal
2025-08-20T18:59:18.2198279Z [00:02:54.967]➜  # import config
2025-08-20T18:59:18.2198903Z [00:02:54.967]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:18.2199523Z [00:02:54.967]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.2200067Z [00:02:54.967]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:18.2200568Z [00:02:54.967]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:18.2201291Z [00:02:54.967]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.2201703Z [00:02:54.967]➜  EOF
2025-08-20T18:59:18.2202639Z [00:02:54.967]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.2205738Z [00:02:54.967]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1540/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/third_party/uritemplates=>google.golang.org/api@v0.169.0/internal/third_party/uritemplates;$WORK/b1540=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.19 -complete -installsuffix shared -buildid uHO5Rt5BRVa358vzrJsr/uHO5Rt5BRVa358vzrJsr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/third_party/uritemplates/uritemplates.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/third_party/uritemplates/utils.go
2025-08-20T18:59:18.2328730Z [00:02:54.980]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.2332269Z [00:02:54.980]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x010.o -c fastcover.c
2025-08-20T18:59:18.2352556Z [00:02:54.983]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T18:59:18.2362146Z [00:02:54.984]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/aa/aad2cc08f58079bdf014f439d84a25048e4fe55e85e64c5d77c5174644534944-d # internal
2025-08-20T18:59:18.2363212Z [00:02:54.984]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T18:59:18.2364393Z [00:02:54.984]➜  mkdir -p $WORK/b1541/
2025-08-20T18:59:18.2374057Z [00:02:54.985]➜  cat >/tmp/go-build693841089/b1541/importcfg << 'EOF' # internal
2025-08-20T18:59:18.2374819Z [00:02:54.985]➜  # import config
2025-08-20T18:59:18.2375660Z [00:02:54.985]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.2376399Z [00:02:54.985]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.2376842Z [00:02:54.985]➜  EOF
2025-08-20T18:59:18.2377265Z [00:02:54.985]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.2379449Z [00:02:54.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/callctx=>github.com/googleapis/gax-go/v2@v2.12.2/callctx;$WORK/b1541=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.19 -complete -installsuffix shared -buildid MChIE8r5ObM7kPCpKg82/MChIE8r5ObM7kPCpKg82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/callctx/callctx.go
2025-08-20T18:59:18.2498069Z [00:02:54.997]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T18:59:18.2526598Z [00:02:55.000]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/9c/9c87b98635d1c355a4908c19b617721fa72a5754172ba9621cb019c3232620e2-d # internal
2025-08-20T18:59:18.2527549Z [00:02:55.000]➜  google.golang.org/api/googleapi
2025-08-20T18:59:18.2528273Z [00:02:55.000]➜  mkdir -p $WORK/b1539/
2025-08-20T18:59:18.2532074Z [00:02:55.001]➜  cat >/tmp/go-build693841089/b1539/importcfg << 'EOF' # internal
2025-08-20T18:59:18.2532442Z [00:02:55.001]➜  # import config
2025-08-20T18:59:18.2533041Z [00:02:55.001]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:18.2533492Z [00:02:55.001]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.2533927Z [00:02:55.001]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.2534328Z [00:02:55.001]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.2535106Z [00:02:55.001]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build693841089/b1540/_pkg_.a
2025-08-20T18:59:18.2535703Z [00:02:55.001]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.2536118Z [00:02:55.001]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.2536539Z [00:02:55.001]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:18.2537067Z [00:02:55.001]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:18.2537569Z [00:02:55.001]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.2537995Z [00:02:55.001]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.2538303Z [00:02:55.001]➜  EOF
2025-08-20T18:59:18.2540393Z [00:02:55.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1539/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/googleapi=>google.golang.org/api@v0.169.0/googleapi;$WORK/b1539=>" -p google.golang.org/api/googleapi -lang=go1.19 -complete -installsuffix shared -buildid eLqkJPxNNcbSBY5ee9vx/eLqkJPxNNcbSBY5ee9vx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/googleapi/googleapi.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/googleapi/types.go
2025-08-20T18:59:18.2552025Z [00:02:55.003]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T18:59:18.2557803Z [00:02:55.003]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/db/db0b2f9d5ff96044bf7a1abe35de6eba5305e0c7d64a1f3843a3589c77b120d3-d # internal
2025-08-20T18:59:18.2559633Z [00:02:55.003]➜  google.golang.org/api/iterator
2025-08-20T18:59:18.2560436Z [00:02:55.003]➜  mkdir -p $WORK/b1543/
2025-08-20T18:59:18.2561392Z [00:02:55.004]➜  cat >/tmp/go-build693841089/b1543/importcfg << 'EOF' # internal
2025-08-20T18:59:18.2561950Z [00:02:55.004]➜  # import config
2025-08-20T18:59:18.2562520Z [00:02:55.004]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.2563385Z [00:02:55.004]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.2565166Z [00:02:55.004]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.2565976Z [00:02:55.004]➜  EOF
2025-08-20T18:59:18.2568086Z [00:02:55.004]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1543/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/iterator=>google.golang.org/api@v0.169.0/iterator;$WORK/b1543=>" -p google.golang.org/api/iterator -lang=go1.19 -complete -installsuffix shared -buildid mmCuVX8oJUPpnTQ_AvmO/mmCuVX8oJUPpnTQ_AvmO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1543/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/iterator/iterator.go
2025-08-20T18:59:18.2760536Z [00:02:55.023]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T18:59:18.2761550Z [00:02:55.023]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/55/552631b342e2be26fedb8ab542a90100dd727bcb35127380758db7cf8dcabe03-d # internal
2025-08-20T18:59:18.2763618Z [00:02:55.023]➜  cloud.google.com/go/compute/metadata
2025-08-20T18:59:18.2763953Z [00:02:55.023]➜  mkdir -p $WORK/b1546/
2025-08-20T18:59:18.2764332Z [00:02:55.023]➜  cat >/tmp/go-build693841089/b1546/importcfg << 'EOF' # internal
2025-08-20T18:59:18.2764790Z [00:02:55.023]➜  # import config
2025-08-20T18:59:18.2765141Z [00:02:55.023]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.2765596Z [00:02:55.023]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.2766025Z [00:02:55.023]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.2766720Z [00:02:55.023]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.2767131Z [00:02:55.023]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:18.2767537Z [00:02:55.023]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:18.2767945Z [00:02:55.023]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.2768359Z [00:02:55.023]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:18.2768759Z [00:02:55.023]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:18.2769157Z [00:02:55.023]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:18.2769569Z [00:02:55.023]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.2770076Z [00:02:55.023]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.2770547Z [00:02:55.023]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:18.2770957Z [00:02:55.023]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.2771260Z [00:02:55.024]➜  EOF
2025-08-20T18:59:18.2773702Z [00:02:55.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1546/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0=>cloud.google.com/go/compute/metadata@v0.3.0;$WORK/b1546=>" -p cloud.google.com/go/compute/metadata -lang=go1.19 -complete -installsuffix shared -buildid xUj7od6Vc0r4pcwjjJCY/xUj7od6Vc0r4pcwjjJCY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0/metadata.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0/retry.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.3.0/retry_linux.go
2025-08-20T18:59:18.3162536Z [00:02:55.063]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T18:59:18.3174934Z [00:02:55.065]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/13/138ccc6cd9fba08ff15c26121f9f132217c97dcb49c37cf42e26e0008943124d-d # internal
2025-08-20T18:59:18.3182189Z [00:02:55.065]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T18:59:18.3182916Z [00:02:55.065]➜  mkdir -p $WORK/b1536/
2025-08-20T18:59:18.3191076Z [00:02:55.066]➜  cat >/tmp/go-build693841089/b1536/importcfg << 'EOF' # internal
2025-08-20T18:59:18.3192818Z [00:02:55.066]➜  # import config
2025-08-20T18:59:18.3194205Z [00:02:55.066]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.3197263Z [00:02:55.066]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.3198634Z [00:02:55.066]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build693841089/b1537/_pkg_.a
2025-08-20T18:59:18.3199555Z [00:02:55.066]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:18.3200454Z [00:02:55.066]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build693841089/b1121/_pkg_.a
2025-08-20T18:59:18.3201429Z [00:02:55.066]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.3202388Z [00:02:55.066]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:18.3203230Z [00:02:55.066]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:59:18.3204042Z [00:02:55.066]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:18.3204952Z [00:02:55.066]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.3205328Z [00:02:55.066]➜  EOF
2025-08-20T18:59:18.3207552Z [00:02:55.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/apierror=>github.com/googleapis/gax-go/v2@v2.12.2/apierror;$WORK/b1536=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.19 -complete -installsuffix shared -buildid -urD4CORBTCWOH_pcLy_/-urD4CORBTCWOH_pcLy_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/apierror/apierror.go
2025-08-20T18:59:18.3209668Z [00:02:55.067]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.3211207Z [00:02:55.067]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x011.o -c fse_compress.c
2025-08-20T18:59:18.3671846Z [00:02:55.115]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T18:59:18.3684528Z [00:02:55.116]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/45/4574078677a6f742631e6fa6e8ebd5fa4880ba30ec69fb7851c3c2963e1bc2af-d # internal
2025-08-20T18:59:18.3690130Z [00:02:55.116]➜  golang.org/x/oauth2/authhandler
2025-08-20T18:59:18.3690477Z [00:02:55.116]➜  mkdir -p $WORK/b1547/
2025-08-20T18:59:18.3690886Z [00:02:55.116]➜  cat >/tmp/go-build693841089/b1547/importcfg << 'EOF' # internal
2025-08-20T18:59:18.3691234Z [00:02:55.116]➜  # import config
2025-08-20T18:59:18.3691569Z [00:02:55.116]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.3691985Z [00:02:55.116]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.3692462Z [00:02:55.116]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.3692817Z [00:02:55.116]➜  EOF
2025-08-20T18:59:18.3693085Z [00:02:55.116]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.3695132Z [00:02:55.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1547/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/authhandler=>golang.org/x/oauth2@v0.20.0/authhandler;$WORK/b1547=>" -p golang.org/x/oauth2/authhandler -lang=go1.18 -complete -installsuffix shared -buildid 3zSSbdY7ocdAFF-Ufy4S/3zSSbdY7ocdAFF-Ufy4S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/authhandler/authhandler.go
2025-08-20T18:59:18.3919257Z [00:02:55.139]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T18:59:18.3937669Z [00:02:55.140]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/ab/abcc7ab4df9153f5bf946c181cdcf8b932478abe6bdfd2a102c888509f292e60-d # internal
2025-08-20T18:59:18.3938675Z [00:02:55.141]➜  github.com/googleapis/gax-go/v2
2025-08-20T18:59:18.3939047Z [00:02:55.141]➜  mkdir -p $WORK/b1535/
2025-08-20T18:59:18.3939424Z [00:02:55.141]➜  cat >/tmp/go-build693841089/b1535/importcfg << 'EOF' # internal
2025-08-20T18:59:18.3939769Z [00:02:55.141]➜  # import config
2025-08-20T18:59:18.3940110Z [00:02:55.141]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:18.3940529Z [00:02:55.141]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.3941151Z [00:02:55.141]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.3941587Z [00:02:55.141]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.3941984Z [00:02:55.141]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.3942515Z [00:02:55.141]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build693841089/b1536/_pkg_.a
2025-08-20T18:59:18.3943168Z [00:02:55.141]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build693841089/b1541/_pkg_.a
2025-08-20T18:59:18.3943809Z [00:02:55.141]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build693841089/b1542/_pkg_.a
2025-08-20T18:59:18.3944423Z [00:02:55.141]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:18.3945177Z [00:02:55.141]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:18.3945911Z [00:02:55.141]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.3946490Z [00:02:55.141]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:18.3947057Z [00:02:55.141]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:18.3947691Z [00:02:55.141]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:59:18.3948327Z [00:02:55.141]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:18.3948976Z [00:02:55.141]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.3949509Z [00:02:55.141]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.3950004Z [00:02:55.141]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:18.3950538Z [00:02:55.141]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:18.3950979Z [00:02:55.141]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.3951395Z [00:02:55.141]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:18.3951807Z [00:02:55.141]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.3952211Z [00:02:55.141]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.3952615Z [00:02:55.141]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:18.3952925Z [00:02:55.141]➜  EOF
2025-08-20T18:59:18.3974348Z [00:02:55.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2=>github.com/googleapis/gax-go/v2@v2.12.2;$WORK/b1535=>" -p github.com/googleapis/gax-go/v2 -lang=go1.19 -complete -installsuffix shared -buildid 3pRBIFGuEQaxG_60k36X/3pRBIFGuEQaxG_60k36X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/call_option.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/content_type.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/gax.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/header.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/invoke.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.12.2/proto_json_stream.go
2025-08-20T18:59:18.3977518Z [00:02:55.143]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T18:59:18.3978307Z [00:02:55.144]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/5e/5e5441f2c6a25c493bd9eab28e194f16b4787d56ef2f6dfceb24e252cd70831a-d # internal
2025-08-20T18:59:18.3979027Z [00:02:55.144]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T18:59:18.3979360Z [00:02:55.144]➜  mkdir -p $WORK/b1549/
2025-08-20T18:59:18.3979733Z [00:02:55.144]➜  cat >/tmp/go-build693841089/b1549/importcfg << 'EOF' # internal
2025-08-20T18:59:18.3980070Z [00:02:55.144]➜  # import config
2025-08-20T18:59:18.3980402Z [00:02:55.144]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:18.3980822Z [00:02:55.144]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.3981263Z [00:02:55.144]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.3981684Z [00:02:55.144]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.3982133Z [00:02:55.144]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.3982579Z [00:02:55.144]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.3982985Z [00:02:55.144]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:18.3983410Z [00:02:55.144]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.3983822Z [00:02:55.144]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.3984119Z [00:02:55.144]➜  EOF
2025-08-20T18:59:18.4017046Z [00:02:55.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1549/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/internal/impersonate=>golang.org/x/oauth2@v0.20.0/google/internal/impersonate;$WORK/b1549=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.18 -complete -installsuffix shared -buildid C832rOscMY7UicpGjYkr/C832rOscMY7UicpGjYkr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/internal/impersonate/impersonate.go
2025-08-20T18:59:18.4194326Z [00:02:55.167]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T18:59:18.4201819Z [00:02:55.168]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/16/169130b51f7a4ba62243024709a14341ea6b0cf73bb907af4bee9699678832b2-d # internal
2025-08-20T18:59:18.4205314Z [00:02:55.168]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T18:59:18.4205776Z [00:02:55.168]➜  mkdir -p $WORK/b1550/
2025-08-20T18:59:18.4206157Z [00:02:55.168]➜  cat >/tmp/go-build693841089/b1550/importcfg << 'EOF' # internal
2025-08-20T18:59:18.4206525Z [00:02:55.168]➜  # import config
2025-08-20T18:59:18.4206857Z [00:02:55.168]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.4207306Z [00:02:55.168]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:18.4207768Z [00:02:55.168]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.4208189Z [00:02:55.168]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.4208646Z [00:02:55.168]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.4209095Z [00:02:55.168]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.4209504Z [00:02:55.168]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:18.4209932Z [00:02:55.168]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.4210353Z [00:02:55.168]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:18.4211012Z [00:02:55.168]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:18.4211435Z [00:02:55.168]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.4211741Z [00:02:55.168]➜  EOF
2025-08-20T18:59:18.4214327Z [00:02:55.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1550/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/internal/stsexchange=>golang.org/x/oauth2@v0.20.0/google/internal/stsexchange;$WORK/b1550=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.18 -complete -installsuffix shared -buildid h2fHjK4rx8X7WHfZGGbA/h2fHjK4rx8X7WHfZGGbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/internal/stsexchange/clientauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/internal/stsexchange/sts_exchange.go
2025-08-20T18:59:18.4496106Z [00:02:55.197]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.4497825Z [00:02:55.197]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x012.o -c fse_decompress.c
2025-08-20T18:59:18.4529959Z [00:02:55.200]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T18:59:18.4544033Z [00:02:55.202]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/35/35070e932b0f1085c5bef2db031459045c3492e85c0bdd393f70cc8e1bef6879-d # internal
2025-08-20T18:59:18.4571306Z [00:02:55.204]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T18:59:18.4571687Z [00:02:55.205]➜  mkdir -p $WORK/b1548/
2025-08-20T18:59:18.4583996Z [00:02:55.206]➜  cat >/tmp/go-build693841089/b1548/importcfg << 'EOF' # internal
2025-08-20T18:59:18.4586163Z [00:02:55.206]➜  # import config
2025-08-20T18:59:18.4586541Z [00:02:55.206]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:18.4586961Z [00:02:55.206]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.4587395Z [00:02:55.206]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:18.4587847Z [00:02:55.206]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:18.4588309Z [00:02:55.206]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:18.4588766Z [00:02:55.206]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.4589201Z [00:02:55.206]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.4589602Z [00:02:55.206]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.4590260Z [00:02:55.206]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.4590958Z [00:02:55.206]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build693841089/b1549/_pkg_.a
2025-08-20T18:59:18.4591687Z [00:02:55.206]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build693841089/b1550/_pkg_.a
2025-08-20T18:59:18.4592226Z [00:02:55.206]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.4592635Z [00:02:55.206]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:18.4593069Z [00:02:55.206]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.4593484Z [00:02:55.206]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:18.4593880Z [00:02:55.206]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:18.4594279Z [00:02:55.206]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:18.4594819Z [00:02:55.206]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:18.4595281Z [00:02:55.206]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:18.4595875Z [00:02:55.206]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:18.4596278Z [00:02:55.206]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:18.4596680Z [00:02:55.206]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:18.4597089Z [00:02:55.206]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.4597495Z [00:02:55.206]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.4598006Z [00:02:55.206]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:18.4598367Z [00:02:55.206]➜  EOF
2025-08-20T18:59:18.4610873Z [00:02:55.208]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.4617859Z [00:02:55.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1548/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount=>golang.org/x/oauth2@v0.20.0/google/externalaccount;$WORK/b1548=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.18 -complete -installsuffix shared -buildid KmrLSa0OmdZR35lkGIjB/KmrLSa0OmdZR35lkGIjB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount/aws.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount/basecredentials.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount/executablecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount/filecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount/header.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount/programmaticrefreshcredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/externalaccount/urlcredsource.go
2025-08-20T18:59:18.5048810Z [00:02:55.252]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T18:59:18.5112534Z [00:02:55.258]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/99/99637ce322c400f731411345b75b0e6a254585affe828287e22108ddc3d00918-d # internal
2025-08-20T18:59:18.5115314Z [00:02:55.259]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T18:59:18.5115737Z [00:02:55.259]➜  mkdir -p $WORK/b1551/
2025-08-20T18:59:18.5116112Z [00:02:55.259]➜  cat >/tmp/go-build693841089/b1551/importcfg << 'EOF' # internal
2025-08-20T18:59:18.5116452Z [00:02:55.259]➜  # import config
2025-08-20T18:59:18.5116787Z [00:02:55.259]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.5117215Z [00:02:55.259]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.5117676Z [00:02:55.259]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.5118472Z [00:02:55.259]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build693841089/b1550/_pkg_.a
2025-08-20T18:59:18.5119086Z [00:02:55.259]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.5119395Z [00:02:55.259]➜  EOF
2025-08-20T18:59:18.5122077Z [00:02:55.259]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1551/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/internal/externalaccountauthorizeduser=>golang.org/x/oauth2@v0.20.0/google/internal/externalaccountauthorizeduser;$WORK/b1551=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.18 -complete -installsuffix shared -buildid JtPgDMhjhISGhmPAphj4/JtPgDMhjhISGhmPAphj4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1551/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T18:59:18.5285052Z [00:02:55.276]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.5287655Z [00:02:55.276]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x013.o -c hist.c
2025-08-20T18:59:18.5317931Z [00:02:55.279]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T18:59:18.5323471Z [00:02:55.280]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/70/70c5875da1b37c234604437bd1c1ce1bec3df7e48a7c9bded107e0bcb68dd451-d # internal
2025-08-20T18:59:18.5326995Z [00:02:55.280]➜  golang.org/x/oauth2/jws
2025-08-20T18:59:18.5327805Z [00:02:55.280]➜  mkdir -p $WORK/b1552/
2025-08-20T18:59:18.5328902Z [00:02:55.280]➜  cat >/tmp/go-build693841089/b1552/importcfg << 'EOF' # internal
2025-08-20T18:59:18.5329728Z [00:02:55.280]➜  # import config
2025-08-20T18:59:18.5330555Z [00:02:55.280]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:18.5331042Z [00:02:55.280]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:18.5331492Z [00:02:55.280]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:18.5331950Z [00:02:55.280]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:18.5332409Z [00:02:55.280]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:18.5332878Z [00:02:55.280]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:18.5333341Z [00:02:55.280]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.5333783Z [00:02:55.280]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.5334191Z [00:02:55.280]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.5334712Z [00:02:55.280]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.5335208Z [00:02:55.280]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.5335513Z [00:02:55.280]➜  EOF
2025-08-20T18:59:18.5335788Z [00:02:55.280]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.5337824Z [00:02:55.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1552/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/jws=>golang.org/x/oauth2@v0.20.0/jws;$WORK/b1552=>" -p golang.org/x/oauth2/jws -lang=go1.18 -complete -installsuffix shared -buildid -MhU-bJpJ8P-nG-uh5FI/-MhU-bJpJ8P-nG-uh5FI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/jws/jws.go
2025-08-20T18:59:18.5613641Z [00:02:55.309]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T18:59:18.5669344Z [00:02:55.314]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.5671679Z [00:02:55.314]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x014.o -c huf_compress.c
2025-08-20T18:59:18.5724693Z [00:02:55.320]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/80/80709e5351c60446778b2e57c036c7fb4170493996b1fb7dd36700be3e661726-d # internal
2025-08-20T18:59:18.5732008Z [00:02:55.321]➜  github.com/google/s2a-go/fallback
2025-08-20T18:59:18.5738555Z [00:02:55.321]➜  mkdir -p $WORK/b1556/
2025-08-20T18:59:18.5750100Z [00:02:55.322]➜  cat >/tmp/go-build693841089/b1556/importcfg << 'EOF' # internal
2025-08-20T18:59:18.5750824Z [00:02:55.323]➜  # import config
2025-08-20T18:59:18.5751599Z [00:02:55.323]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.5752071Z [00:02:55.323]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:18.5752518Z [00:02:55.323]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.5753031Z [00:02:55.323]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:18.5753630Z [00:02:55.323]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:18.5754533Z [00:02:55.323]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:18.5755364Z [00:02:55.323]➜  EOF
2025-08-20T18:59:18.5755646Z [00:02:55.323]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.5757743Z [00:02:55.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/fallback=>github.com/google/s2a-go@v0.1.7/fallback;$WORK/b1556=>" -p github.com/google/s2a-go/fallback -lang=go1.19 -complete -installsuffix shared -buildid 3hz-UBiClW1gFkot3kev/3hz-UBiClW1gFkot3kev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1556/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/fallback/s2a_fallback.go
2025-08-20T18:59:18.5842608Z [00:02:55.332]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T18:59:18.5850006Z [00:02:55.332]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/0d/0daf7bba3ee09a27ea76c3a5b61e653c4e2935ecbaece9e8c466186facdef8e1-d # internal
2025-08-20T18:59:18.5851220Z [00:02:55.333]➜  golang.org/x/oauth2/jwt
2025-08-20T18:59:18.5851513Z [00:02:55.333]➜  mkdir -p $WORK/b1553/
2025-08-20T18:59:18.5883754Z [00:02:55.336]➜  cat >/tmp/go-build693841089/b1553/importcfg << 'EOF' # internal
2025-08-20T18:59:18.5884873Z [00:02:55.336]➜  # import config
2025-08-20T18:59:18.5885471Z [00:02:55.336]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.5886740Z [00:02:55.336]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.5887184Z [00:02:55.336]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.5887638Z [00:02:55.336]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.5888188Z [00:02:55.336]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build693841089/b1216/_pkg_.a
2025-08-20T18:59:18.5889107Z [00:02:55.336]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build693841089/b1552/_pkg_.a
2025-08-20T18:59:18.5889584Z [00:02:55.336]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.5889994Z [00:02:55.336]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:18.5890420Z [00:02:55.336]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.5890840Z [00:02:55.336]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:18.5891261Z [00:02:55.336]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.5891667Z [00:02:55.336]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.5891964Z [00:02:55.336]➜  EOF
2025-08-20T18:59:18.5909121Z [00:02:55.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1553/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/jwt=>golang.org/x/oauth2@v0.20.0/jwt;$WORK/b1553=>" -p golang.org/x/oauth2/jwt -lang=go1.18 -complete -installsuffix shared -buildid md2BD7DRi_I1vV-00iwc/md2BD7DRi_I1vV-00iwc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1553/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/jwt/jwt.go
2025-08-20T18:59:18.6109201Z [00:02:55.358]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T18:59:18.6109638Z [00:02:55.358]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T18:59:18.6110332Z [00:02:55.358]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/a7/a72c9def62dcb7c489a7e8443e78206fa1ac4af6811b83493860ccb690ea3d95-d # internal
2025-08-20T18:59:18.6110977Z [00:02:55.358]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T18:59:18.6111326Z [00:02:55.358]➜  mkdir -p $WORK/b1559/
2025-08-20T18:59:18.6111699Z [00:02:55.358]➜  cat >/tmp/go-build693841089/b1559/importcfg << 'EOF' # internal
2025-08-20T18:59:18.6112048Z [00:02:55.358]➜  # import config
2025-08-20T18:59:18.6112538Z [00:02:55.358]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.6113568Z [00:02:55.358]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.6114111Z [00:02:55.358]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.6114518Z [00:02:55.358]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.6114994Z [00:02:55.358]➜  EOF
2025-08-20T18:59:18.6124301Z [00:02:55.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/common_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/common_go_proto;$WORK/b1559=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.19 -complete -installsuffix shared -buildid 9il52MgiBs35cVw3Z89y/9il52MgiBs35cVw3Z89y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/common_go_proto/common.pb.go
2025-08-20T18:59:18.6126998Z [00:02:55.359]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/5b/5b19b1bbf2911b0f08fcd920aa79db251bce3f9fbb3fd39590aa25b276e70caf-d # internal
2025-08-20T18:59:18.6127839Z [00:02:55.359]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T18:59:18.6128180Z [00:02:55.359]➜  mkdir -p $WORK/b1563/
2025-08-20T18:59:18.6129932Z [00:02:55.361]➜  cat >/tmp/go-build693841089/b1563/importcfg << 'EOF' # internal
2025-08-20T18:59:18.6130284Z [00:02:55.361]➜  # import config
2025-08-20T18:59:18.6130632Z [00:02:55.361]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.6131104Z [00:02:55.361]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:18.6131669Z [00:02:55.361]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:18.6132308Z [00:02:55.361]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:59:18.6133121Z [00:02:55.361]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.6133430Z [00:02:55.361]➜  EOF
2025-08-20T18:59:18.6135687Z [00:02:55.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker/service=>github.com/google/s2a-go@v0.1.7/internal/handshaker/service;$WORK/b1563=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.19 -complete -installsuffix shared -buildid bXD-OWcllPeX2XkPxl7x/bXD-OWcllPeX2XkPxl7x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1563/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker/service/service.go
2025-08-20T18:59:18.6203193Z [00:02:55.368]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T18:59:18.6211431Z [00:02:55.369]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/d9/d9981fae5113ae6359c49eb9d4f293526286d737db06cc29f428752840a0a5c4-d # internal
2025-08-20T18:59:18.6212298Z [00:02:55.369]➜  golang.org/x/oauth2/google
2025-08-20T18:59:18.6212763Z [00:02:55.369]➜  mkdir -p $WORK/b1545/
2025-08-20T18:59:18.6217540Z [00:02:55.369]➜  cat >/tmp/go-build693841089/b1545/importcfg << 'EOF' # internal
2025-08-20T18:59:18.6217934Z [00:02:55.369]➜  # import config
2025-08-20T18:59:18.6218278Z [00:02:55.369]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:18.6218812Z [00:02:55.369]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build693841089/b1546/_pkg_.a
2025-08-20T18:59:18.6219349Z [00:02:55.369]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.6219778Z [00:02:55.369]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:18.6220225Z [00:02:55.369]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.6220663Z [00:02:55.369]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.6221067Z [00:02:55.369]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.6221527Z [00:02:55.369]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.6222477Z [00:02:55.369]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build693841089/b1547/_pkg_.a
2025-08-20T18:59:18.6223126Z [00:02:55.369]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build693841089/b1548/_pkg_.a
2025-08-20T18:59:18.6226006Z [00:02:55.369]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build693841089/b1551/_pkg_.a
2025-08-20T18:59:18.6242059Z [00:02:55.369]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build693841089/b1549/_pkg_.a
2025-08-20T18:59:18.6243034Z [00:02:55.369]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build693841089/b1216/_pkg_.a
2025-08-20T18:59:18.6243609Z [00:02:55.369]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build693841089/b1552/_pkg_.a
2025-08-20T18:59:18.6244140Z [00:02:55.369]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build693841089/b1553/_pkg_.a
2025-08-20T18:59:18.6244998Z [00:02:55.369]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.6245391Z [00:02:55.369]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:18.6245800Z [00:02:55.369]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.6246217Z [00:02:55.369]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:18.6246613Z [00:02:55.369]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:18.6247012Z [00:02:55.369]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:59:18.6247449Z [00:02:55.369]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:18.6247883Z [00:02:55.369]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:18.6248300Z [00:02:55.369]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.6248700Z [00:02:55.369]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.6249104Z [00:02:55.369]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.6249408Z [00:02:55.369]➜  EOF
2025-08-20T18:59:18.6252610Z [00:02:55.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1545/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google=>golang.org/x/oauth2@v0.20.0/google;$WORK/b1545=>" -p golang.org/x/oauth2/google -lang=go1.18 -complete -installsuffix shared -buildid fpAx9VZuXdRtrNJIld2C/fpAx9VZuXdRtrNJIld2C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/appengine.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/default.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/error.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/google.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/jwt.go /root/go/pkg/mod/golang.org/x/oauth2@v0.20.0/google/sdk.go
2025-08-20T18:59:18.6557615Z [00:02:55.403]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T18:59:18.6562971Z [00:02:55.404]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/5c/5ce69b83807f4af0c98f44d78f3e494e2f0f68c7311ae1623023fef42ca3d53b-d # internal
2025-08-20T18:59:18.6563684Z [00:02:55.404]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T18:59:18.6564057Z [00:02:55.404]➜  mkdir -p $WORK/b1560/
2025-08-20T18:59:18.6564824Z [00:02:55.404]➜  cat >/tmp/go-build693841089/b1560/importcfg << 'EOF' # internal
2025-08-20T18:59:18.6565283Z [00:02:55.404]➜  # import config
2025-08-20T18:59:18.6565810Z [00:02:55.404]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.6566556Z [00:02:55.404]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.6567256Z [00:02:55.404]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.6568005Z [00:02:55.404]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.6568414Z [00:02:55.404]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.6568716Z [00:02:55.404]➜  EOF
2025-08-20T18:59:18.6570983Z [00:02:55.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/s2a_context_go_proto;$WORK/b1560=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.19 -complete -installsuffix shared -buildid OmrKqabBMSTeT7yQZdn6/OmrKqabBMSTeT7yQZdn6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T18:59:18.6594852Z [00:02:55.407]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T18:59:18.6610586Z [00:02:55.409]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/46/461504ab89802c7bc8c15b2972412bedea2f3c26ac1b8c8ab91c1844c423bc57-d # internal
2025-08-20T18:59:18.6614544Z [00:02:55.409]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T18:59:18.6615084Z [00:02:55.409]➜  mkdir -p $WORK/b1561/
2025-08-20T18:59:18.6615490Z [00:02:55.409]➜  cat >/tmp/go-build693841089/b1561/importcfg << 'EOF' # internal
2025-08-20T18:59:18.6615837Z [00:02:55.409]➜  # import config
2025-08-20T18:59:18.6616287Z [00:02:55.409]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.6616908Z [00:02:55.409]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.6617538Z [00:02:55.409]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:18.6618088Z [00:02:55.409]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.6618659Z [00:02:55.409]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:18.6619304Z [00:02:55.409]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.6620001Z [00:02:55.409]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.6620539Z [00:02:55.409]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.6620954Z [00:02:55.409]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.6621287Z [00:02:55.409]➜  EOF
2025-08-20T18:59:18.6624002Z [00:02:55.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto;$WORK/b1561=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.19 -complete -installsuffix shared -buildid Mfn3AJ4cSmMVW0qiTqnZ/Mfn3AJ4cSmMVW0qiTqnZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T18:59:18.6822803Z [00:02:55.428]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.6824794Z [00:02:55.428]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x015.o -c huf_decompress.c
2025-08-20T18:59:18.6826281Z [00:02:55.430]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T18:59:18.6830981Z [00:02:55.431]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/3d/3d68975b102231080bd697128bcfc381312f7917de3fd15254ecd8d8ce0dbb9a-d # internal
2025-08-20T18:59:18.6841581Z [00:02:55.432]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T18:59:18.6842497Z [00:02:55.432]➜  mkdir -p $WORK/b1565/
2025-08-20T18:59:18.6863805Z [00:02:55.434]➜  cat >/tmp/go-build693841089/b1565/importcfg << 'EOF' # internal
2025-08-20T18:59:18.6864358Z [00:02:55.434]➜  # import config
2025-08-20T18:59:18.6864948Z [00:02:55.434]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:18.6865570Z [00:02:55.434]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:18.6866153Z [00:02:55.434]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.6866772Z [00:02:55.434]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build693841089/b939/_pkg_.a
2025-08-20T18:59:18.6867297Z [00:02:55.434]➜  EOF
2025-08-20T18:59:18.6867709Z [00:02:55.434]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.6871683Z [00:02:55.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter=>github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter;$WORK/b1565=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.19 -complete -installsuffix shared -buildid luJ8AhwGoTAC3LIyw_SZ/luJ8AhwGoTAC3LIyw_SZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1565/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/aeadcrypter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/aesgcm.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/chachapoly.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/aeadcrypter/common.go
2025-08-20T18:59:18.7035492Z [00:02:55.451]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T18:59:18.7057790Z [00:02:55.453]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/7d/7d630dd1aba994bec12c7f4145320b994ad4300de8f1558d0675dff8f8e29193-d # internal
2025-08-20T18:59:18.7060913Z [00:02:55.453]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T18:59:18.7080339Z [00:02:55.455]➜  mkdir -p $WORK/b1566/
2025-08-20T18:59:18.7083945Z [00:02:55.455]➜  cat >/tmp/go-build693841089/b1566/importcfg << 'EOF' # internal
2025-08-20T18:59:18.7084401Z [00:02:55.455]➜  # import config
2025-08-20T18:59:18.7084835Z [00:02:55.455]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.7085450Z [00:02:55.455]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.7086016Z [00:02:55.455]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:18.7086313Z [00:02:55.455]➜  EOF
2025-08-20T18:59:18.7088633Z [00:02:55.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/tokenmanager=>github.com/google/s2a-go@v0.1.7/internal/tokenmanager;$WORK/b1566=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.19 -complete -installsuffix shared -buildid so1WMI97mevh9NVNHT3t/so1WMI97mevh9NVNHT3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1566/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/tokenmanager/tokenmanager.go
2025-08-20T18:59:18.7103063Z [00:02:55.458]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T18:59:18.7112014Z [00:02:55.458]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/58/584247f1a56bb6a4c87397f354cfc23cba2589d1b39a5680ec256e8cece9ecb8-d # internal
2025-08-20T18:59:18.7113787Z [00:02:55.458]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T18:59:18.7116599Z [00:02:55.458]➜  mkdir -p $WORK/b1564/
2025-08-20T18:59:18.7118156Z [00:02:55.459]➜  cat >/tmp/go-build693841089/b1564/importcfg << 'EOF' # internal
2025-08-20T18:59:18.7119623Z [00:02:55.459]➜  # import config
2025-08-20T18:59:18.7121119Z [00:02:55.459]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:18.7121902Z [00:02:55.459]➜  packagefile crypto/sha512=/tmp/go-build693841089/b209/_pkg_.a
2025-08-20T18:59:18.7122343Z [00:02:55.459]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.7122752Z [00:02:55.459]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.7123348Z [00:02:55.459]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.7124135Z [00:02:55.459]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build693841089/b1565/_pkg_.a
2025-08-20T18:59:18.7124942Z [00:02:55.459]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build693841089/b968/_pkg_.a
2025-08-20T18:59:18.7125522Z [00:02:55.459]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build693841089/b331/_pkg_.a
2025-08-20T18:59:18.7126224Z [00:02:55.459]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:18.7126631Z [00:02:55.459]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.7126933Z [00:02:55.459]➜  EOF
2025-08-20T18:59:18.7130311Z [00:02:55.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn=>github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn;$WORK/b1564=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.19 -complete -installsuffix shared -buildid plYq0Z3wl6NRfzVA0LvQ/plYq0Z3wl6NRfzVA0LvQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/ciphersuite.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/counter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/expander.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/internal/halfconn/halfconn.go
2025-08-20T18:59:18.7311215Z [00:02:55.478]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T18:59:18.7324080Z [00:02:55.480]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/77/774638d973fb4a1f9f5cc2ff97aad1df86e079f819694601fdca626266813043-d # internal
2025-08-20T18:59:18.7336425Z [00:02:55.480]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T18:59:18.7343106Z [00:02:55.480]➜  mkdir -p $WORK/b1568/
2025-08-20T18:59:18.7343519Z [00:02:55.480]➜  cat >/tmp/go-build693841089/b1568/importcfg << 'EOF' # internal
2025-08-20T18:59:18.7343869Z [00:02:55.480]➜  # import config
2025-08-20T18:59:18.7344362Z [00:02:55.480]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.7345457Z [00:02:55.480]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.7346074Z [00:02:55.480]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.7346498Z [00:02:55.480]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.7346798Z [00:02:55.480]➜  EOF
2025-08-20T18:59:18.7349139Z [00:02:55.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/common_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/v2/common_go_proto;$WORK/b1568=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.19 -complete -installsuffix shared -buildid qZnPwoM5TzLhP0ghi3FI/qZnPwoM5TzLhP0ghi3FI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1568/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/common_go_proto/common.pb.go
2025-08-20T18:59:18.7556532Z [00:02:55.503]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T18:59:18.7565995Z [00:02:55.504]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/9a/9a0828ce9d92c4880c75533a47a8b5f24ab46d7f01b108c04e879948ca02d5f0-d # internal
2025-08-20T18:59:18.7572922Z [00:02:55.505]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T18:59:18.7573324Z [00:02:55.505]➜  mkdir -p $WORK/b1569/
2025-08-20T18:59:18.7579314Z [00:02:55.505]➜  cat >/tmp/go-build693841089/b1569/importcfg << 'EOF' # internal
2025-08-20T18:59:18.7579716Z [00:02:55.505]➜  # import config
2025-08-20T18:59:18.7580252Z [00:02:55.505]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.7580989Z [00:02:55.505]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.7581689Z [00:02:55.505]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.7582237Z [00:02:55.505]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.7582653Z [00:02:55.505]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.7583254Z [00:02:55.505]➜  EOF
2025-08-20T18:59:18.7585781Z [00:02:55.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_context_go_proto;$WORK/b1569=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.19 -complete -installsuffix shared -buildid UwHbccMn36DxdpFUF7uF/UwHbccMn36DxdpFUF7uF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1569/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T18:59:18.7763533Z [00:02:55.523]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T18:59:18.7767518Z [00:02:55.524]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T18:59:18.7777707Z [00:02:55.525]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/c1/c154f4e17b1399eefa243b438f119f8c30874741db15f7b45588c15adc1a9faa-d # internal
2025-08-20T18:59:18.7778380Z [00:02:55.525]➜  github.com/google/s2a-go/retry
2025-08-20T18:59:18.7778683Z [00:02:55.525]➜  mkdir -p $WORK/b1575/
2025-08-20T18:59:18.7779058Z [00:02:55.525]➜  cat >/tmp/go-build693841089/b1575/importcfg << 'EOF' # internal
2025-08-20T18:59:18.7779400Z [00:02:55.525]➜  # import config
2025-08-20T18:59:18.7779734Z [00:02:55.525]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.7780248Z [00:02:55.525]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:18.7780747Z [00:02:55.525]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:18.7781161Z [00:02:55.525]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.7781720Z [00:02:55.525]➜  EOF
2025-08-20T18:59:18.7783553Z [00:02:55.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/retry=>github.com/google/s2a-go@v0.1.7/retry;$WORK/b1575=>" -p github.com/google/s2a-go/retry -lang=go1.19 -complete -installsuffix shared -buildid UYC9z59EKJbEcXBwGlyh/UYC9z59EKJbEcXBwGlyh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/retry/retry.go
2025-08-20T18:59:18.7802803Z [00:02:55.527]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/4e/4eee35c62da2e49d35374350d6233cb0b529b3dae6e8e36cdd0841ab833a17a6-d # internal
2025-08-20T18:59:18.7816197Z [00:02:55.528]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T18:59:18.7816686Z [00:02:55.528]➜  mkdir -p $WORK/b1558/
2025-08-20T18:59:18.7817064Z [00:02:55.529]➜  cat >/tmp/go-build693841089/b1558/importcfg << 'EOF' # internal
2025-08-20T18:59:18.7822410Z [00:02:55.529]➜  # import config
2025-08-20T18:59:18.7822776Z [00:02:55.529]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.7823382Z [00:02:55.529]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.7824453Z [00:02:55.529]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build693841089/b1560/_pkg_.a
2025-08-20T18:59:18.7825380Z [00:02:55.529]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build693841089/b1561/_pkg_.a
2025-08-20T18:59:18.7826050Z [00:02:55.529]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:18.7826452Z [00:02:55.529]➜  EOF
2025-08-20T18:59:18.7828432Z [00:02:55.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/authinfo=>github.com/google/s2a-go@v0.1.7/internal/authinfo;$WORK/b1558=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.19 -complete -installsuffix shared -buildid Yg4ArjhE-oA08TZfA800/Yg4ArjhE-oA08TZfA800 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/authinfo/authinfo.go
2025-08-20T18:59:18.7946511Z [00:02:55.542]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T18:59:18.7950640Z [00:02:55.543]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/7a/7a48b841d7b2ad3674edbd8b10225dd0d0a481791f2a52e60d4d9fc0f5326f9f-d # internal
2025-08-20T18:59:18.7954012Z [00:02:55.543]➜  github.com/google/s2a-go/internal/record
2025-08-20T18:59:18.7954967Z [00:02:55.543]➜  mkdir -p $WORK/b1562/
2025-08-20T18:59:18.7958668Z [00:02:55.543]➜  cat >/tmp/go-build693841089/b1562/importcfg << 'EOF' # internal
2025-08-20T18:59:18.7960785Z [00:02:55.543]➜  # import config
2025-08-20T18:59:18.7961239Z [00:02:55.543]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.7962024Z [00:02:55.543]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:18.7962573Z [00:02:55.543]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.7962990Z [00:02:55.543]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.7963585Z [00:02:55.543]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build693841089/b1563/_pkg_.a
2025-08-20T18:59:18.7964335Z [00:02:55.543]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.7972331Z [00:02:55.543]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build693841089/b1561/_pkg_.a
2025-08-20T18:59:18.7973429Z [00:02:55.543]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build693841089/b1564/_pkg_.a
2025-08-20T18:59:18.7974384Z [00:02:55.543]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build693841089/b1566/_pkg_.a
2025-08-20T18:59:18.7975227Z [00:02:55.543]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.7975979Z [00:02:55.543]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:18.7976627Z [00:02:55.543]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:18.7977162Z [00:02:55.543]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:18.7977622Z [00:02:55.543]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.7978203Z [00:02:55.543]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.7978656Z [00:02:55.543]➜  EOF
2025-08-20T18:59:18.7981308Z [00:02:55.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record=>github.com/google/s2a-go@v0.1.7/internal/record;$WORK/b1562=>" -p github.com/google/s2a-go/internal/record -lang=go1.19 -complete -installsuffix shared -buildid G2MCbQrCYjVkLmgAdT3a/G2MCbQrCYjVkLmgAdT3a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1562/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/record/ticketsender.go
2025-08-20T18:59:18.8028972Z [00:02:55.550]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T18:59:18.8030142Z [00:02:55.551]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/e6/e612482788408dfb9ff1af205dee746eb76979354ecbe23a50d26b21c46d7208-d # internal
2025-08-20T18:59:18.8036062Z [00:02:55.551]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T18:59:18.8036846Z [00:02:55.551]➜  mkdir -p $WORK/b1567/
2025-08-20T18:59:18.8037502Z [00:02:55.551]➜  cat >/tmp/go-build693841089/b1567/importcfg << 'EOF' # internal
2025-08-20T18:59:18.8038192Z [00:02:55.551]➜  # import config
2025-08-20T18:59:18.8039279Z [00:02:55.551]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.8040055Z [00:02:55.551]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.8041180Z [00:02:55.551]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build693841089/b1568/_pkg_.a
2025-08-20T18:59:18.8041990Z [00:02:55.551]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build693841089/b1569/_pkg_.a
2025-08-20T18:59:18.8042636Z [00:02:55.551]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:18.8043174Z [00:02:55.551]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.8043743Z [00:02:55.551]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:18.8044386Z [00:02:55.551]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:18.8045359Z [00:02:55.551]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:18.8045966Z [00:02:55.551]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.8046385Z [00:02:55.551]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.8046694Z [00:02:55.551]➜  EOF
2025-08-20T18:59:18.8049183Z [00:02:55.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto=>github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto;$WORK/b1567=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.19 -complete -installsuffix shared -buildid d1aW5BO8t6j2Dlg-3fvS/d1aW5BO8t6j2Dlg-3fvS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1567/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/proto/v2/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T18:59:18.8169595Z [00:02:55.564]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T18:59:18.8185708Z [00:02:55.566]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/36/36406ea4bf7127e005e8316a2da5511a9f2dbe7877a36e5859b457ad809784c2-d # internal
2025-08-20T18:59:18.8187972Z [00:02:55.566]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T18:59:18.8193634Z [00:02:55.567]➜  mkdir -p $WORK/b1578/
2025-08-20T18:59:18.8205876Z [00:02:55.568]➜  cat >/tmp/go-build693841089/b1578/importcfg << 'EOF' # internal
2025-08-20T18:59:18.8222394Z [00:02:55.568]➜  # import config
2025-08-20T18:59:18.8223772Z [00:02:55.568]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.8225346Z [00:02:55.568]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.8225773Z [00:02:55.568]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.8226166Z [00:02:55.568]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:18.8226575Z [00:02:55.568]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:59:18.8227014Z [00:02:55.568]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:18.8227726Z [00:02:55.568]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:18.8228140Z [00:02:55.568]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.8228451Z [00:02:55.568]➜  EOF
2025-08-20T18:59:18.8230795Z [00:02:55.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/util=>github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/util;$WORK/b1578=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.19 -complete -installsuffix shared -buildid aeYeEINVPi3k_w5mTbYl/aeYeEINVPi3k_w5mTbYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/util/util.go
2025-08-20T18:59:18.8400612Z [00:02:55.588]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T18:59:18.8405317Z [00:02:55.588]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/cf/cf661b00ed9ddde8293c896b88f034ed531b40d2a11cd30d99242967d165d2c1-d # internal
2025-08-20T18:59:18.8439133Z [00:02:55.591]➜  net/rpc
2025-08-20T18:59:18.8439484Z [00:02:55.591]➜  mkdir -p $WORK/b1579/
2025-08-20T18:59:18.8441537Z [00:02:55.592]➜  cat >/tmp/go-build693841089/b1579/importcfg << 'EOF' # internal
2025-08-20T18:59:18.8443092Z [00:02:55.592]➜  # import config
2025-08-20T18:59:18.8443614Z [00:02:55.592]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:18.8444166Z [00:02:55.592]➜  packagefile encoding/gob=/tmp/go-build693841089/b951/_pkg_.a
2025-08-20T18:59:18.8444842Z [00:02:55.592]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.8445375Z [00:02:55.592]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.8446093Z [00:02:55.592]➜  packagefile go/token=/tmp/go-build693841089/b112/_pkg_.a
2025-08-20T18:59:18.8446698Z [00:02:55.592]➜  packagefile html/template=/tmp/go-build693841089/b260/_pkg_.a
2025-08-20T18:59:18.8447240Z [00:02:55.592]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.8447771Z [00:02:55.592]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:18.8448251Z [00:02:55.592]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:18.8448737Z [00:02:55.592]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.8449265Z [00:02:55.592]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:18.8449785Z [00:02:55.592]➜  packagefile slices=/tmp/go-build693841089/b050/_pkg_.a
2025-08-20T18:59:18.8450294Z [00:02:55.592]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:18.8450790Z [00:02:55.592]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.8451180Z [00:02:55.592]➜  EOF
2025-08-20T18:59:18.8452891Z [00:02:55.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1579/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b1579=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid JjVK9PrGwOKjjZS0dJcc/JjVK9PrGwOKjjZS0dJcc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack /root/.go/src/net/rpc/client.go /root/.go/src/net/rpc/debug.go /root/.go/src/net/rpc/server.go
2025-08-20T18:59:18.8689386Z [00:02:55.615]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T18:59:18.8690364Z [00:02:55.616]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/81/81e0b83f6c66b7203cdf6dd0a17bdfb501ff6760f9421890e4df2289e7741881-d # internal
2025-08-20T18:59:18.8694362Z [00:02:55.616]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T18:59:18.8700508Z [00:02:55.616]➜  mkdir -p $WORK/b1557/
2025-08-20T18:59:18.8710166Z [00:02:55.618]➜  cat >/tmp/go-build693841089/b1557/importcfg << 'EOF' # internal
2025-08-20T18:59:18.8711000Z [00:02:55.618]➜  # import config
2025-08-20T18:59:18.8711736Z [00:02:55.618]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.8712852Z [00:02:55.618]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:18.8713306Z [00:02:55.618]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.8713854Z [00:02:55.618]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build693841089/b1558/_pkg_.a
2025-08-20T18:59:18.8714572Z [00:02:55.618]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:18.8715471Z [00:02:55.618]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build693841089/b1561/_pkg_.a
2025-08-20T18:59:18.8716153Z [00:02:55.618]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build693841089/b1562/_pkg_.a
2025-08-20T18:59:18.8716834Z [00:02:55.618]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build693841089/b1566/_pkg_.a
2025-08-20T18:59:18.8717434Z [00:02:55.618]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:18.8718291Z [00:02:55.618]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:18.8718878Z [00:02:55.618]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:18.8719459Z [00:02:55.618]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:18.8719928Z [00:02:55.618]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.8720325Z [00:02:55.618]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:18.8720719Z [00:02:55.618]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:18.8721024Z [00:02:55.618]➜  EOF
2025-08-20T18:59:18.8723158Z [00:02:55.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker=>github.com/google/s2a-go@v0.1.7/internal/handshaker;$WORK/b1557=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.19 -complete -installsuffix shared -buildid LyXTKBt5irnrLQqweVHL/LyXTKBt5irnrLQqweVHL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/handshaker/handshaker.go
2025-08-20T18:59:18.9305333Z [00:02:55.678]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T18:59:18.9322850Z [00:02:55.680]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/6e/6e59e13001aef93074e5ff1119e8180764adff5c0fd624c032fea35b9a4f29aa-d # internal
2025-08-20T18:59:18.9323970Z [00:02:55.680]➜  google.golang.org/api/internal/impersonate
2025-08-20T18:59:18.9324377Z [00:02:55.680]➜  mkdir -p $WORK/b1580/
2025-08-20T18:59:18.9328894Z [00:02:55.680]➜  cat >/tmp/go-build693841089/b1580/importcfg << 'EOF' # internal
2025-08-20T18:59:18.9329310Z [00:02:55.680]➜  # import config
2025-08-20T18:59:18.9329649Z [00:02:55.680]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:18.9330078Z [00:02:55.680]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:18.9330531Z [00:02:55.680]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:18.9330957Z [00:02:55.680]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:18.9331410Z [00:02:55.680]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:18.9331853Z [00:02:55.680]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:18.9332475Z [00:02:55.680]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:18.9332996Z [00:02:55.680]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:18.9333300Z [00:02:55.680]➜  EOF
2025-08-20T18:59:18.9357872Z [00:02:55.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1580/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/impersonate=>google.golang.org/api@v0.169.0/internal/impersonate;$WORK/b1580=>" -p google.golang.org/api/internal/impersonate -lang=go1.19 -complete -installsuffix shared -buildid m0aE29nh2ZDvLA1A4yBE/m0aE29nh2ZDvLA1A4yBE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/impersonate/impersonate.go
2025-08-20T18:59:18.9570281Z [00:02:55.705]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.9571872Z [00:02:55.705]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x016.o -c pool.c
2025-08-20T18:59:18.9580550Z [00:02:55.706]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T18:59:18.9588904Z [00:02:55.706]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/6b/6b6b36b265e697264cfc54e9bccd4a3593958ec762a0bd242be2208a99e053fc-d # internal
2025-08-20T18:59:18.9592478Z [00:02:55.707]➜  go.opentelemetry.io/otel/semconv/v1.17.0
2025-08-20T18:59:18.9593302Z [00:02:55.707]➜  mkdir -p $WORK/b1585/
2025-08-20T18:59:18.9596404Z [00:02:55.707]➜  cat >/tmp/go-build693841089/b1585/importcfg << 'EOF' # internal
2025-08-20T18:59:18.9597225Z [00:02:55.707]➜  # import config
2025-08-20T18:59:18.9597687Z [00:02:55.707]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:18.9598104Z [00:02:55.707]➜  EOF
2025-08-20T18:59:18.9599106Z [00:02:55.707]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:18.9603164Z [00:02:55.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1585/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0=>go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0;$WORK/b1585=>" -p go.opentelemetry.io/otel/semconv/v1.17.0 -lang=go1.21 -complete -installsuffix shared -buildid rmY39K5rNH3y4-Hym8NX/rmY39K5rNH3y4-Hym8NX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1585/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.29.0/semconv/v1.17.0/trace.go
2025-08-20T18:59:18.9732174Z [00:02:55.721]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T18:59:18.9830506Z [00:02:55.730]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/14/1422aef8507e75661799a4da542cc260483f6caffab741cac747dbad97dcf0c0-d # internal
2025-08-20T18:59:18.9847393Z [00:02:55.732]➜  github.com/google/s2a-go/stream
2025-08-20T18:59:18.9849152Z [00:02:55.732]➜  mkdir -p $WORK/b1573/
2025-08-20T18:59:18.9850444Z [00:02:55.732]➜  cat >/tmp/go-build693841089/b1573/importcfg << 'EOF' # internal
2025-08-20T18:59:18.9851127Z [00:02:55.732]➜  # import config
2025-08-20T18:59:18.9865916Z [00:02:55.732]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build693841089/b1567/_pkg_.a
2025-08-20T18:59:18.9867023Z [00:02:55.732]➜  EOF
2025-08-20T18:59:18.9869242Z [00:02:55.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/stream=>github.com/google/s2a-go@v0.1.7/stream;$WORK/b1573=>" -p github.com/google/s2a-go/stream -lang=go1.19 -complete -installsuffix shared -buildid UWDc3KPKtTbiX5TwNpEC/UWDc3KPKtTbiX5TwNpEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/stream/s2a_stream.go
2025-08-20T18:59:18.9964255Z [00:02:55.744]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:18.9966752Z [00:02:55.744]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x017.o -c threading.c
2025-08-20T18:59:19.0129799Z [00:02:55.760]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x018.o -c xxhash.c
2025-08-20T18:59:19.0247103Z [00:02:55.772]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T18:59:19.0255033Z [00:02:55.773]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/01/01a29bf476d29d36d7218424cef310bf3b4243b80c4193b6320906ab7d4b62b1-d # internal
2025-08-20T18:59:19.0256802Z [00:02:55.773]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T18:59:19.0257660Z [00:02:55.773]➜  mkdir -p $WORK/b1572/
2025-08-20T18:59:19.0264083Z [00:02:55.774]➜  cat >/tmp/go-build693841089/b1572/importcfg << 'EOF' # internal
2025-08-20T18:59:19.0264446Z [00:02:55.774]➜  # import config
2025-08-20T18:59:19.0264908Z [00:02:55.774]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:19.0265353Z [00:02:55.774]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.0265940Z [00:02:55.774]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build693841089/b1567/_pkg_.a
2025-08-20T18:59:19.0266749Z [00:02:55.774]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build693841089/b1573/_pkg_.a
2025-08-20T18:59:19.0267394Z [00:02:55.774]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.0267963Z [00:02:55.774]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.0268354Z [00:02:55.774]➜  EOF
2025-08-20T18:59:19.0268632Z [00:02:55.774]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.0270852Z [00:02:55.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/certverifier=>github.com/google/s2a-go@v0.1.7/internal/v2/certverifier;$WORK/b1572=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.19 -complete -installsuffix shared -buildid PYxY78fJw8ufiW292Fze/PYxY78fJw8ufiW292Fze -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1572/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/certverifier/certverifier.go
2025-08-20T18:59:19.0531023Z [00:02:55.800]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T18:59:19.0585079Z [00:02:55.806]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/b0/b0099caf0e7bfc4eeababf17f1ae11faa2d1c873962e241339f1f72e0274dacf-d # internal
2025-08-20T18:59:19.0611742Z [00:02:55.806]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T18:59:19.0612119Z [00:02:55.806]➜  mkdir -p $WORK/b1574/
2025-08-20T18:59:19.0620511Z [00:02:55.810]➜  cat >/tmp/go-build693841089/b1574/importcfg << 'EOF' # internal
2025-08-20T18:59:19.0621712Z [00:02:55.810]➜  # import config
2025-08-20T18:59:19.0624379Z [00:02:55.810]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:19.0625300Z [00:02:55.810]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:19.0625812Z [00:02:55.810]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:19.0626237Z [00:02:55.810]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.0626842Z [00:02:55.810]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build693841089/b1567/_pkg_.a
2025-08-20T18:59:19.0627515Z [00:02:55.810]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build693841089/b1573/_pkg_.a
2025-08-20T18:59:19.0628255Z [00:02:55.810]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.0628820Z [00:02:55.810]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.0629290Z [00:02:55.810]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.0629579Z [00:02:55.810]➜  EOF
2025-08-20T18:59:19.0631705Z [00:02:55.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/remotesigner=>github.com/google/s2a-go@v0.1.7/internal/v2/remotesigner;$WORK/b1574=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.19 -complete -installsuffix shared -buildid yr65MMn-fmrVhjaAcLyz/yr65MMn-fmrVhjaAcLyz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/remotesigner/remotesigner.go
2025-08-20T18:59:19.0659408Z [00:02:55.813]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T18:59:19.0671460Z [00:02:55.814]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/67/67d6ff107f14d21bfac7fc9a8147c4753a266e3c18dcbc50f08bc2978d4be281-d # internal
2025-08-20T18:59:19.0677568Z [00:02:55.815]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T18:59:19.0677962Z [00:02:55.815]➜  mkdir -p $WORK/b1577/
2025-08-20T18:59:19.0681414Z [00:02:55.816]➜  cat >/tmp/go-build693841089/b1577/importcfg << 'EOF' # internal
2025-08-20T18:59:19.0681970Z [00:02:55.816]➜  # import config
2025-08-20T18:59:19.0683750Z [00:02:55.816]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:19.0684764Z [00:02:55.816]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:19.0685606Z [00:02:55.816]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:19.0686286Z [00:02:55.816]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:19.0687247Z [00:02:55.816]➜  packagefile encoding/gob=/tmp/go-build693841089/b951/_pkg_.a
2025-08-20T18:59:19.0687736Z [00:02:55.816]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.0688275Z [00:02:55.816]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.0688920Z [00:02:55.816]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build693841089/b1578/_pkg_.a
2025-08-20T18:59:19.0689538Z [00:02:55.816]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.0689949Z [00:02:55.816]➜  packagefile net/rpc=/tmp/go-build693841089/b1579/_pkg_.a
2025-08-20T18:59:19.0690350Z [00:02:55.816]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.0690758Z [00:02:55.816]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:19.0691068Z [00:02:55.816]➜  EOF
2025-08-20T18:59:19.0693611Z [00:02:55.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client=>github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client;$WORK/b1577=>" -p github.com/googleapis/enterprise-certificate-proxy/client -lang=go1.19 -complete -installsuffix shared -buildid PQpHx4CuTyjoS4wvpzOL/PQpHx4CuTyjoS4wvpzOL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.2/client/client.go
2025-08-20T18:59:19.0875999Z [00:02:55.833]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T18:59:19.0898233Z [00:02:55.837]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/34/34d77d77a140c6e4ecb79587cbfdf45941f771f5dcaf5e81cf185796853fcb87-d # internal
2025-08-20T18:59:19.0899887Z [00:02:55.837]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T18:59:19.0900366Z [00:02:55.837]➜  mkdir -p $WORK/b1584/
2025-08-20T18:59:19.0900757Z [00:02:55.837]➜  cat >/tmp/go-build693841089/b1584/importcfg << 'EOF' # internal
2025-08-20T18:59:19.0901102Z [00:02:55.837]➜  # import config
2025-08-20T18:59:19.0901538Z [00:02:55.837]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:19.0902171Z [00:02:55.837]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build693841089/b1585/_pkg_.a
2025-08-20T18:59:19.0902702Z [00:02:55.837]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.0903016Z [00:02:55.837]➜  EOF
2025-08-20T18:59:19.0905851Z [00:02:55.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1584/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/internal=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/internal;$WORK/b1584=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.20 -complete -installsuffix shared -buildid ATzrGpxUrhhqT8xN6Wov/ATzrGpxUrhhqT8xN6Wov -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/internal/parse.go
2025-08-20T18:59:19.0983831Z [00:02:55.846]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T18:59:19.0996821Z [00:02:55.847]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/2b/2bc055ab0d733c18b79a9ae9946e5faad7597c59a1df2b7b1508324b4c93ac16-d # internal
2025-08-20T18:59:19.1003097Z [00:02:55.848]➜  google.golang.org/api/internal/cert
2025-08-20T18:59:19.1003888Z [00:02:55.848]➜  mkdir -p $WORK/b1576/
2025-08-20T18:59:19.1011025Z [00:02:55.849]➜  cat >/tmp/go-build693841089/b1576/importcfg << 'EOF' # internal
2025-08-20T18:59:19.1011597Z [00:02:55.849]➜  # import config
2025-08-20T18:59:19.1012054Z [00:02:55.849]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.1012519Z [00:02:55.849]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:19.1012983Z [00:02:55.849]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:19.1013420Z [00:02:55.849]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.1013825Z [00:02:55.849]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.1014443Z [00:02:55.849]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build693841089/b1577/_pkg_.a
2025-08-20T18:59:19.1015184Z [00:02:55.849]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.1015585Z [00:02:55.849]➜  packagefile os/exec=/tmp/go-build693841089/b364/_pkg_.a
2025-08-20T18:59:19.1015998Z [00:02:55.849]➜  packagefile os/user=/tmp/go-build693841089/b398/_pkg_.a
2025-08-20T18:59:19.1016441Z [00:02:55.849]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:19.1016873Z [00:02:55.849]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.1017454Z [00:02:55.849]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.1017760Z [00:02:55.849]➜  EOF
2025-08-20T18:59:19.1020383Z [00:02:55.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1576/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/cert=>google.golang.org/api@v0.169.0/internal/cert;$WORK/b1576=>" -p google.golang.org/api/internal/cert -lang=go1.19 -complete -installsuffix shared -buildid n2ymVbczz_URdgO7n4IW/n2ymVbczz_URdgO7n4IW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/cert/secureconnect_cert.go
2025-08-20T18:59:19.1060406Z [00:02:55.853]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T18:59:19.1089155Z [00:02:55.856]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.1107078Z [00:02:55.856]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x019.o -c zbuff_common.c
2025-08-20T18:59:19.1108754Z [00:02:55.856]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/ec/ecc30f2a8ca51fda88621b0f298971a64c3097bee38593b0e82075abc4f888b9-d # internal
2025-08-20T18:59:19.1109383Z [00:02:55.856]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T18:59:19.1109721Z [00:02:55.856]➜  mkdir -p $WORK/b1571/
2025-08-20T18:59:19.1110095Z [00:02:55.856]➜  cat >/tmp/go-build693841089/b1571/importcfg << 'EOF' # internal
2025-08-20T18:59:19.1110435Z [00:02:55.856]➜  # import config
2025-08-20T18:59:19.1111065Z [00:02:55.856]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.1111521Z [00:02:55.856]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:19.1111973Z [00:02:55.856]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:19.1112404Z [00:02:55.856]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.1112848Z [00:02:55.856]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.1113443Z [00:02:55.856]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:19.1114206Z [00:02:55.856]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build693841089/b1568/_pkg_.a
2025-08-20T18:59:19.1115209Z [00:02:55.856]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build693841089/b1567/_pkg_.a
2025-08-20T18:59:19.1115984Z [00:02:55.856]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build693841089/b1566/_pkg_.a
2025-08-20T18:59:19.1116700Z [00:02:55.856]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build693841089/b1572/_pkg_.a
2025-08-20T18:59:19.1117414Z [00:02:55.856]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build693841089/b1574/_pkg_.a
2025-08-20T18:59:19.1118055Z [00:02:55.856]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build693841089/b1573/_pkg_.a
2025-08-20T18:59:19.1118630Z [00:02:55.856]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.1119194Z [00:02:55.856]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.1119576Z [00:02:55.856]➜  EOF
2025-08-20T18:59:19.1119850Z [00:02:55.856]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.1122102Z [00:02:55.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/tlsconfigstore=>github.com/google/s2a-go@v0.1.7/internal/v2/tlsconfigstore;$WORK/b1571=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.19 -complete -installsuffix shared -buildid EQhD5lmot4fxrt9i7LK9/EQhD5lmot4fxrt9i7LK9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T18:59:19.1124299Z [00:02:55.857]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T18:59:19.1125191Z [00:02:55.858]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/d6/d6be93a43ba069841004f11f3e10ed2d26b2545075620884502f5062a2964796-d # internal
2025-08-20T18:59:19.1125914Z [00:02:55.858]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T18:59:19.1126342Z [00:02:55.858]➜  mkdir -p $WORK/b1583/
2025-08-20T18:59:19.1128760Z [00:02:55.860]➜  cat >/tmp/go-build693841089/b1583/importcfg << 'EOF' # internal
2025-08-20T18:59:19.1129523Z [00:02:55.860]➜  # import config
2025-08-20T18:59:19.1130118Z [00:02:55.860]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.1131127Z [00:02:55.860]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build693841089/b1584/_pkg_.a
2025-08-20T18:59:19.1132125Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:59:19.1132948Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:19.1133863Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build693841089/b558/_pkg_.a
2025-08-20T18:59:19.1134763Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:19.1135635Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build693841089/b555/_pkg_.a
2025-08-20T18:59:19.1136503Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build693841089/b845/_pkg_.a
2025-08-20T18:59:19.1137650Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build693841089/b557/_pkg_.a
2025-08-20T18:59:19.1138541Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build693841089/b1585/_pkg_.a
2025-08-20T18:59:19.1139399Z [00:02:55.860]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:19.1140213Z [00:02:55.860]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.1141218Z [00:02:55.860]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.1141788Z [00:02:55.860]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:19.1142465Z [00:02:55.860]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build693841089/b307/_pkg_.a
2025-08-20T18:59:19.1143084Z [00:02:55.860]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build693841089/b308/_pkg_.a
2025-08-20T18:59:19.1143655Z [00:02:55.860]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:19.1144226Z [00:02:55.860]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:19.1144859Z [00:02:55.860]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.1145265Z [00:02:55.860]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.1145677Z [00:02:55.860]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:19.1146106Z [00:02:55.860]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:19.1146528Z [00:02:55.860]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.1146831Z [00:02:55.860]➜  EOF
2025-08-20T18:59:19.1152601Z [00:02:55.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1583/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0;$WORK/b1583=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.20 -complete -installsuffix shared -buildid 7cLM1B1zF8UyFGUgafOX/7cLM1B1zF8UyFGUgafOX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/interceptor.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/interceptorinfo.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/metadata_supplier.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/semconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/stats_handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.49.0/version.go
2025-08-20T18:59:19.1277759Z [00:02:55.875]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.1280806Z [00:02:55.876]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x020.o -c zbuff_compress.c
2025-08-20T18:59:19.1373807Z [00:02:55.885]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T18:59:19.1381685Z [00:02:55.886]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/8c/8cced2a50cc662b3ab4b839a1c8f380923e98a46dba8efbf66985c1e16b307f2-d # internal
2025-08-20T18:59:19.1386341Z [00:02:55.886]➜  golang.org/x/time/rate
2025-08-20T18:59:19.1389778Z [00:02:55.886]➜  mkdir -p $WORK/b1586/
2025-08-20T18:59:19.1390188Z [00:02:55.886]➜  cat >/tmp/go-build693841089/b1586/importcfg << 'EOF' # internal
2025-08-20T18:59:19.1390539Z [00:02:55.886]➜  # import config
2025-08-20T18:59:19.1390876Z [00:02:55.886]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.1391297Z [00:02:55.886]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.1391702Z [00:02:55.886]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:19.1392105Z [00:02:55.886]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.1392668Z [00:02:55.886]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.1393026Z [00:02:55.886]➜  EOF
2025-08-20T18:59:19.1394557Z [00:02:55.887]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.1400333Z [00:02:55.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1586/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.5.0/rate=>golang.org/x/time@v0.5.0/rate;$WORK/b1586=>" -p golang.org/x/time/rate -lang=go1.18 -complete -installsuffix shared -buildid 6X9LzrN5Z_YguyQvsoJZ/6X9LzrN5Z_YguyQvsoJZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.5.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.5.0/rate/sometimes.go
2025-08-20T18:59:19.1571618Z [00:02:55.905]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T18:59:19.1583527Z [00:02:55.906]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/83/83a6a4c95e975c01f1553f7be65ebe528aee20e649b4bda8377f04fd656003af-d # internal
2025-08-20T18:59:19.1584159Z [00:02:55.906]➜  github.com/google/s2a-go/internal/v2
2025-08-20T18:59:19.1584467Z [00:02:55.906]➜  mkdir -p $WORK/b1570/
2025-08-20T18:59:19.1594055Z [00:02:55.906]➜  cat >/tmp/go-build693841089/b1570/importcfg << 'EOF' # internal
2025-08-20T18:59:19.1597359Z [00:02:55.906]➜  # import config
2025-08-20T18:59:19.1600334Z [00:02:55.906]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.1601533Z [00:02:55.906]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.1601969Z [00:02:55.906]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.1602691Z [00:02:55.906]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:19.1603354Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build693841089/b1556/_pkg_.a
2025-08-20T18:59:19.1604035Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build693841089/b1563/_pkg_.a
2025-08-20T18:59:19.1604895Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:19.1605706Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build693841089/b1567/_pkg_.a
2025-08-20T18:59:19.1606431Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build693841089/b1566/_pkg_.a
2025-08-20T18:59:19.1607146Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build693841089/b1571/_pkg_.a
2025-08-20T18:59:19.1607790Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build693841089/b1575/_pkg_.a
2025-08-20T18:59:19.1608372Z [00:02:55.906]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build693841089/b1573/_pkg_.a
2025-08-20T18:59:19.1608916Z [00:02:55.906]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.1609485Z [00:02:55.906]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.1610069Z [00:02:55.906]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.1610727Z [00:02:55.906]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.1611132Z [00:02:55.906]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.1611525Z [00:02:55.906]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.1611823Z [00:02:55.906]➜  EOF
2025-08-20T18:59:19.1613693Z [00:02:55.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2=>github.com/google/s2a-go@v0.1.7/internal/v2;$WORK/b1570=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.19 -complete -installsuffix shared -buildid wkTFDBNiGRYLwqW9Q3LY/wkTFDBNiGRYLwqW9Q3LY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/internal/v2/s2av2.go
2025-08-20T18:59:19.1659936Z [00:02:55.913]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.1664052Z [00:02:55.913]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x021.o -c zbuff_decompress.c
2025-08-20T18:59:19.1771413Z [00:02:55.924]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T18:59:19.1780457Z [00:02:55.925]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/9e/9e5b5cbb38040c508f02b6946557d77f19919b92564933a66ed9607fdab2e84c-d # internal
2025-08-20T18:59:19.1798858Z [00:02:55.927]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T18:59:19.1800118Z [00:02:55.928]➜  mkdir -p $WORK/b1588/
2025-08-20T18:59:19.1802567Z [00:02:55.928]➜  cat >/tmp/go-build693841089/b1588/importcfg << 'EOF' # internal
2025-08-20T18:59:19.1804200Z [00:02:55.928]➜  # import config
2025-08-20T18:59:19.1805145Z [00:02:55.928]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.1806350Z [00:02:55.928]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.1806944Z [00:02:55.928]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.1807523Z [00:02:55.928]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:19.1808420Z [00:02:55.928]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:19.1809184Z [00:02:55.928]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:19.1809890Z [00:02:55.928]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:19.1810626Z [00:02:55.928]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:59:19.1811198Z [00:02:55.928]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:19.1811619Z [00:02:55.928]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.1811925Z [00:02:55.928]➜  EOF
2025-08-20T18:59:19.1812211Z [00:02:55.928]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.1816044Z [00:02:55.928]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1588/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpc_lb_v1=>google.golang.org/grpc@v1.65.0/balancer/grpclb/grpc_lb_v1;$WORK/b1588=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.21 -complete -installsuffix shared -buildid nActRNfC98jPjgJrMYFD/nActRNfC98jPjgJrMYFD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpc_lb_v1/load_balancer.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go
2025-08-20T18:59:19.2198576Z [00:02:55.967]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T18:59:19.2205407Z [00:02:55.968]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.2206996Z [00:02:55.968]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x022.o -c zdict.c
2025-08-20T18:59:19.2219808Z [00:02:55.969]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/4d/4daf1e4951c6cc517322d0d098c741cf9461dae1d5c5f407712ecfbc44f604c9-d # internal
2025-08-20T18:59:19.2226225Z [00:02:55.970]➜  github.com/google/s2a-go
2025-08-20T18:59:19.2228253Z [00:02:55.970]➜  mkdir -p $WORK/b1555/
2025-08-20T18:59:19.2228848Z [00:02:55.970]➜  cat >/tmp/go-build693841089/b1555/importcfg << 'EOF' # internal
2025-08-20T18:59:19.2229226Z [00:02:55.970]➜  # import config
2025-08-20T18:59:19.2229582Z [00:02:55.970]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.2230016Z [00:02:55.970]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.2230444Z [00:02:55.970]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.2230847Z [00:02:55.970]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.2231363Z [00:02:55.970]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:19.2231962Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build693841089/b1556/_pkg_.a
2025-08-20T18:59:19.2232609Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build693841089/b1557/_pkg_.a
2025-08-20T18:59:19.2233330Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build693841089/b1563/_pkg_.a
2025-08-20T18:59:19.2234084Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build693841089/b1559/_pkg_.a
2025-08-20T18:59:19.2235155Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build693841089/b1567/_pkg_.a
2025-08-20T18:59:19.2235899Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build693841089/b1566/_pkg_.a
2025-08-20T18:59:19.2236662Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build693841089/b1570/_pkg_.a
2025-08-20T18:59:19.2237325Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build693841089/b1575/_pkg_.a
2025-08-20T18:59:19.2237910Z [00:02:55.970]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build693841089/b1573/_pkg_.a
2025-08-20T18:59:19.2238506Z [00:02:55.970]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.2239092Z [00:02:55.970]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.2239665Z [00:02:55.970]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build693841089/b307/_pkg_.a
2025-08-20T18:59:19.2240134Z [00:02:55.970]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.2240533Z [00:02:55.970]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.2240934Z [00:02:55.970]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.2241236Z [00:02:55.970]➜  EOF
2025-08-20T18:59:19.2241512Z [00:02:55.970]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.2243730Z [00:02:55.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.7=>github.com/google/s2a-go@v0.1.7;$WORK/b1555=>" -p github.com/google/s2a-go -lang=go1.19 -complete -installsuffix shared -buildid TYCMVet1O8X5cQtokFbj/TYCMVet1O8X5cQtokFbj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/s2a.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/s2a_options.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.7/s2a_utils.go
2025-08-20T18:59:19.2407119Z [00:02:55.988]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T18:59:19.2438062Z [00:02:55.991]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/01/01fdb06e426db0c4c1dca228c8eab8897878d0c2308483fdcc666194e90a6828-d # internal
2025-08-20T18:59:19.2448853Z [00:02:55.992]➜  google.golang.org/grpc/resolver/manual
2025-08-20T18:59:19.2449613Z [00:02:55.992]➜  mkdir -p $WORK/b1589/
2025-08-20T18:59:19.2450034Z [00:02:55.992]➜  cat >/tmp/go-build693841089/b1589/importcfg << 'EOF' # internal
2025-08-20T18:59:19.2450390Z [00:02:55.992]➜  # import config
2025-08-20T18:59:19.2451078Z [00:02:55.992]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:59:19.2451630Z [00:02:55.992]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.2451945Z [00:02:55.992]➜  EOF
2025-08-20T18:59:19.2454005Z [00:02:55.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1589/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver/manual=>google.golang.org/grpc@v1.65.0/resolver/manual;$WORK/b1589=>" -p google.golang.org/grpc/resolver/manual -lang=go1.21 -complete -installsuffix shared -buildid WlqGrjgCUZLEg8vR708O/WlqGrjgCUZLEg8vR708O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/resolver/manual/manual.go
2025-08-20T18:59:19.2616534Z [00:02:56.009]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T18:59:19.2629205Z [00:02:56.010]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/48/48d1c1bf467aeea185a9f0d605c649995b93c2bfd4a31c0c1257629e80f523df-d # internal
2025-08-20T18:59:19.2669085Z [00:02:56.014]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T18:59:19.2670915Z [00:02:56.014]➜  mkdir -p $WORK/b1592/
2025-08-20T18:59:19.2671846Z [00:02:56.015]➜  cat >/tmp/go-build693841089/b1592/importcfg << 'EOF' # internal
2025-08-20T18:59:19.2672507Z [00:02:56.015]➜  # import config
2025-08-20T18:59:19.2672849Z [00:02:56.015]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.2673379Z [00:02:56.015]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.2673873Z [00:02:56.015]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.2674168Z [00:02:56.015]➜  EOF
2025-08-20T18:59:19.2679023Z [00:02:56.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1592/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal=>google.golang.org/grpc@v1.65.0/credentials/alts/internal;$WORK/b1592=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.21 -complete -installsuffix shared -buildid l9B5FNYe8J4y1YXmCmWI/l9B5FNYe8J4y1YXmCmWI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/common.go
2025-08-20T18:59:19.2926559Z [00:02:56.040]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T18:59:19.2931813Z [00:02:56.041]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/6d/6d095e5c04fc89c46ba0e11ec6a45f5558a3cb81eb4752f5b95d13ac2f43b054-d # internal
2025-08-20T18:59:19.2953220Z [00:02:56.043]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T18:59:19.2954427Z [00:02:56.043]➜  mkdir -p $WORK/b1595/
2025-08-20T18:59:19.2961976Z [00:02:56.044]➜  cat >/tmp/go-build693841089/b1595/importcfg << 'EOF' # internal
2025-08-20T18:59:19.2962355Z [00:02:56.044]➜  # import config
2025-08-20T18:59:19.2962698Z [00:02:56.044]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.2963198Z [00:02:56.044]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.2963747Z [00:02:56.044]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.2964328Z [00:02:56.044]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:19.2965127Z [00:02:56.044]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:19.2965925Z [00:02:56.044]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:19.2966475Z [00:02:56.044]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:19.2966886Z [00:02:56.044]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.2967185Z [00:02:56.044]➜  EOF
2025-08-20T18:59:19.2972210Z [00:02:56.044]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1595/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/proto/grpc_gcp=>google.golang.org/grpc@v1.65.0/credentials/alts/internal/proto/grpc_gcp;$WORK/b1595=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.21 -complete -installsuffix shared -buildid 7Vtr6cWSsDocACgOqXUC/7Vtr6cWSsDocACgOqXUC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/proto/grpc_gcp/handshaker_grpc.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go
2025-08-20T18:59:19.3025721Z [00:02:56.048]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T18:59:19.3036416Z [00:02:56.051]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/fb/fb0b6e92c10f27a82fb8a5aecc2da856c50e71d505d7728db4be48f00b418b16-d # internal
2025-08-20T18:59:19.3056487Z [00:02:56.053]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T18:59:19.3062817Z [00:02:56.054]➜  mkdir -p $WORK/b1587/
2025-08-20T18:59:19.3084167Z [00:02:56.055]➜  cat >/tmp/go-build693841089/b1587/importcfg << 'EOF' # internal
2025-08-20T18:59:19.3085110Z [00:02:56.055]➜  # import config
2025-08-20T18:59:19.3085927Z [00:02:56.055]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.3086833Z [00:02:56.055]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:19.3087355Z [00:02:56.055]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.3087766Z [00:02:56.055]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.3088230Z [00:02:56.055]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.3088789Z [00:02:56.055]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build693841089/b266/_pkg_.a
2025-08-20T18:59:19.3089390Z [00:02:56.055]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build693841089/b274/_pkg_.a
2025-08-20T18:59:19.3090375Z [00:02:56.055]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build693841089/b1588/_pkg_.a
2025-08-20T18:59:19.3091080Z [00:02:56.055]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build693841089/b313/_pkg_.a
2025-08-20T18:59:19.3091744Z [00:02:56.055]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build693841089/b275/_pkg_.a
2025-08-20T18:59:19.3092407Z [00:02:56.055]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build693841089/b277/_pkg_.a
2025-08-20T18:59:19.3093014Z [00:02:56.055]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.3093598Z [00:02:56.055]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build693841089/b075/_pkg_.a
2025-08-20T18:59:19.3094209Z [00:02:56.055]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.3094997Z [00:02:56.055]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:59:19.3095681Z [00:02:56.055]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.3096253Z [00:02:56.055]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:59:19.3096855Z [00:02:56.055]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build693841089/b282/_pkg_.a
2025-08-20T18:59:19.3097495Z [00:02:56.055]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build693841089/b081/_pkg_.a
2025-08-20T18:59:19.3098135Z [00:02:56.055]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build693841089/b290/_pkg_.a
2025-08-20T18:59:19.3098766Z [00:02:56.055]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build693841089/b276/_pkg_.a
2025-08-20T18:59:19.3099728Z [00:02:56.055]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build693841089/b312/_pkg_.a
2025-08-20T18:59:19.3100413Z [00:02:56.055]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build693841089/b306/_pkg_.a
2025-08-20T18:59:19.3101001Z [00:02:56.055]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:19.3101575Z [00:02:56.055]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:59:19.3102179Z [00:02:56.055]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build693841089/b1589/_pkg_.a
2025-08-20T18:59:19.3102904Z [00:02:56.055]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build693841089/b084/_pkg_.a
2025-08-20T18:59:19.3103595Z [00:02:56.055]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:19.3104166Z [00:02:56.055]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:19.3104931Z [00:02:56.055]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:19.3105712Z [00:02:56.055]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:59:19.3106401Z [00:02:56.055]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.3106810Z [00:02:56.055]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:19.3107218Z [00:02:56.055]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.3107611Z [00:02:56.055]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.3108037Z [00:02:56.055]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:19.3108455Z [00:02:56.055]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.3108754Z [00:02:56.055]➜  EOF
2025-08-20T18:59:19.3170960Z [00:02:56.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1587/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb=>google.golang.org/grpc@v1.65.0/balancer/grpclb;$WORK/b1587=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.21 -complete -installsuffix shared -buildid PJRmd-7WDP-ew4EAOpG8/PJRmd-7WDP-ew4EAOpG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1587/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpclb.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpclb_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpclb_picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpclb_remote_balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/balancer/grpclb/grpclb_util.go
2025-08-20T18:59:19.3174127Z [00:02:56.065]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T18:59:19.3189356Z [00:02:56.066]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/0c/0c6c755153352aa601551cccf90b5b8b54aabbde451e4d5aec1ff2a9637a3d3a-d # internal
2025-08-20T18:59:19.3208369Z [00:02:56.068]➜  google.golang.org/api/internal
2025-08-20T18:59:19.3208726Z [00:02:56.068]➜  mkdir -p $WORK/b1554/
2025-08-20T18:59:19.3218457Z [00:02:56.069]➜  cat >/tmp/go-build693841089/b1554/importcfg << 'EOF' # internal
2025-08-20T18:59:19.3219006Z [00:02:56.069]➜  # import config
2025-08-20T18:59:19.3219599Z [00:02:56.069]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build693841089/b1546/_pkg_.a
2025-08-20T18:59:19.3220217Z [00:02:56.069]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.3220758Z [00:02:56.069]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.3221321Z [00:02:56.069]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:19.3221866Z [00:02:56.069]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.3222381Z [00:02:56.069]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.3223168Z [00:02:56.069]➜  packagefile github.com/google/s2a-go=/tmp/go-build693841089/b1555/_pkg_.a
2025-08-20T18:59:19.3223898Z [00:02:56.069]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build693841089/b1556/_pkg_.a
2025-08-20T18:59:19.3224730Z [00:02:56.069]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:19.3225408Z [00:02:56.069]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build693841089/b1545/_pkg_.a
2025-08-20T18:59:19.3226090Z [00:02:56.069]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build693841089/b1576/_pkg_.a
2025-08-20T18:59:19.3227008Z [00:02:56.069]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build693841089/b1580/_pkg_.a
2025-08-20T18:59:19.3227728Z [00:02:56.069]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.3228373Z [00:02:56.069]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.3228970Z [00:02:56.069]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:19.3229504Z [00:02:56.069]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.3230098Z [00:02:56.069]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.3230761Z [00:02:56.069]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:19.3231270Z [00:02:56.069]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.3231782Z [00:02:56.069]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:19.3232302Z [00:02:56.069]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.3232826Z [00:02:56.069]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.3233364Z [00:02:56.069]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.3233759Z [00:02:56.069]➜  EOF
2025-08-20T18:59:19.3236947Z [00:02:56.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1554/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/internal=>google.golang.org/api@v0.169.0/internal;$WORK/b1554=>" -p google.golang.org/api/internal -lang=go1.19 -complete -installsuffix shared -buildid gO__Q7kiV38wi-S7TF_x/gO__Q7kiV38wi-S7TF_x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1554/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/version.go
2025-08-20T18:59:19.3392136Z [00:02:56.086]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.3393810Z [00:02:56.086]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x023.o -c zstd_common.c
2025-08-20T18:59:19.3796267Z [00:02:56.127]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x024.o -c zstd_compress.c
2025-08-20T18:59:19.4341267Z [00:02:56.181]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T18:59:19.4380886Z [00:02:56.185]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/3d/3d0eceae45e861e1df8e4c4d519a5f6b3f063b7c5fae8199ff4c708439c57f2a-d # internal
2025-08-20T18:59:19.4389501Z [00:02:56.186]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T18:59:19.4390141Z [00:02:56.186]➜  mkdir -p $WORK/b1594/
2025-08-20T18:59:19.4390626Z [00:02:56.186]➜  cat >/tmp/go-build693841089/b1594/importcfg << 'EOF' # internal
2025-08-20T18:59:19.4390994Z [00:02:56.186]➜  # import config
2025-08-20T18:59:19.4391449Z [00:02:56.186]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.4392188Z [00:02:56.186]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build693841089/b1595/_pkg_.a
2025-08-20T18:59:19.4392694Z [00:02:56.186]➜  EOF
2025-08-20T18:59:19.4392976Z [00:02:56.186]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.4395604Z [00:02:56.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1594/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/authinfo=>google.golang.org/grpc@v1.65.0/credentials/alts/internal/authinfo;$WORK/b1594=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.21 -complete -installsuffix shared -buildid fJ6-DEVmykI18F9i3gbJ/fJ6-DEVmykI18F9i3gbJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/authinfo/authinfo.go
2025-08-20T18:59:19.4525759Z [00:02:56.200]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T18:59:19.4548426Z [00:02:56.202]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/33/33d5396f15af1061af07ee322bfd2753e2254ee87ba22d93759bab506841abbf-d # internal
2025-08-20T18:59:19.4560658Z [00:02:56.204]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T18:59:19.4584523Z [00:02:56.206]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/0b/0b5cdd541d3ed6683de91d4b3c0d44c56010056f1e6d2c3baae1c1b2c17cd767-d # internal
2025-08-20T18:59:19.4587864Z [00:02:56.206]➜  google.golang.org/api/option
2025-08-20T18:59:19.4588247Z [00:02:56.206]➜  mkdir -p $WORK/b1544/
2025-08-20T18:59:19.4593246Z [00:02:56.207]➜  cat >/tmp/go-build693841089/b1544/importcfg << 'EOF' # internal
2025-08-20T18:59:19.4594122Z [00:02:56.207]➜  # import config
2025-08-20T18:59:19.4595178Z [00:02:56.207]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.4596018Z [00:02:56.207]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:19.4596575Z [00:02:56.207]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build693841089/b1545/_pkg_.a
2025-08-20T18:59:19.4597153Z [00:02:56.207]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:19.4597783Z [00:02:56.207]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build693841089/b1580/_pkg_.a
2025-08-20T18:59:19.4598382Z [00:02:56.207]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.4598856Z [00:02:56.207]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.4599174Z [00:02:56.207]➜  EOF
2025-08-20T18:59:19.4601056Z [00:02:56.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1544/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/option=>google.golang.org/api@v0.169.0/option;$WORK/b1544=>" -p google.golang.org/api/option -lang=go1.19 -complete -installsuffix shared -buildid qVS8Vfd52Fbhaeqm2lEG/qVS8Vfd52Fbhaeqm2lEG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1544/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/option/option.go
2025-08-20T18:59:19.4607682Z [00:02:56.208]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T18:59:19.4608484Z [00:02:56.208]➜  mkdir -p $WORK/b1596/
2025-08-20T18:59:19.4608945Z [00:02:56.208]➜  cat >/tmp/go-build693841089/b1596/importcfg << 'EOF' # internal
2025-08-20T18:59:19.4609296Z [00:02:56.208]➜  # import config
2025-08-20T18:59:19.4609627Z [00:02:56.208]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:19.4610054Z [00:02:56.208]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:19.4610512Z [00:02:56.208]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:19.4610967Z [00:02:56.208]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:19.4611427Z [00:02:56.208]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:19.4611893Z [00:02:56.208]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:19.4612331Z [00:02:56.208]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.4612733Z [00:02:56.208]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.4613504Z [00:02:56.208]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build693841089/b1592/_pkg_.a
2025-08-20T18:59:19.4614177Z [00:02:56.208]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:19.4614576Z [00:02:56.208]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.4615174Z [00:02:56.208]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:19.4615484Z [00:02:56.208]➜  EOF
2025-08-20T18:59:19.4619773Z [00:02:56.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1596/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn=>google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn;$WORK/b1596=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.21 -complete -installsuffix shared -buildid tFnqiCul5EmzqeFjfwFU/tFnqiCul5EmzqeFjfwFU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn/aeadrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn/aes128gcm.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn/aes128gcmrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn/common.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn/counter.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn/record.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/conn/utils.go
2025-08-20T18:59:19.4689355Z [00:02:56.216]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T18:59:19.4690266Z [00:02:56.216]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/f6/f65b50f1705dcdae28f58d7a6e898518e2c28d1ec7257d05e7f9fb2fb34b1736-d # internal
2025-08-20T18:59:19.4696979Z [00:02:56.217]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T18:59:19.4698722Z [00:02:56.217]➜  mkdir -p $WORK/b1597/
2025-08-20T18:59:19.4708456Z [00:02:56.218]➜  cat >/tmp/go-build693841089/b1597/importcfg << 'EOF' # internal
2025-08-20T18:59:19.4708826Z [00:02:56.218]➜  # import config
2025-08-20T18:59:19.4709226Z [00:02:56.218]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.4709989Z [00:02:56.218]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:59:19.4710589Z [00:02:56.218]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.4710898Z [00:02:56.218]➜  EOF
2025-08-20T18:59:19.4713341Z [00:02:56.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1597/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/handshaker/service=>google.golang.org/grpc@v1.65.0/credentials/alts/internal/handshaker/service;$WORK/b1597=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.21 -complete -installsuffix shared -buildid bE-Pg-uhGjPURVQ60isX/bE-Pg-uhGjPURVQ60isX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/handshaker/service/service.go
2025-08-20T18:59:19.5190098Z [00:02:56.266]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T18:59:19.5201300Z [00:02:56.267]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/7f/7f642c74e8cac9733f04b2cb4b72e1435255135faff5c7b3258d80f15ea9c102-d # internal
2025-08-20T18:59:19.5209344Z [00:02:56.268]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T18:59:19.5229965Z [00:02:56.271]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/0d/0d500ab3b8efc1f4ff8cd43bddc72a7c58bf7a4349fc904941baa4f71be7ec07-d # internal
2025-08-20T18:59:19.5240126Z [00:02:56.272]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T18:59:19.5253611Z [00:02:56.273]➜  mkdir -p $WORK/b1593/
2025-08-20T18:59:19.5254515Z [00:02:56.273]➜  cat >/tmp/go-build693841089/b1593/importcfg << 'EOF' # internal
2025-08-20T18:59:19.5296454Z [00:02:56.273]➜  # import config
2025-08-20T18:59:19.5296887Z [00:02:56.273]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.5297315Z [00:02:56.273]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.5297723Z [00:02:56.273]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.5298222Z [00:02:56.273]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build693841089/b1302/_pkg_.a
2025-08-20T18:59:19.5298775Z [00:02:56.273]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.5299501Z [00:02:56.273]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.5300091Z [00:02:56.273]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.5300757Z [00:02:56.273]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build693841089/b1592/_pkg_.a
2025-08-20T18:59:19.5301529Z [00:02:56.273]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build693841089/b1594/_pkg_.a
2025-08-20T18:59:19.5302304Z [00:02:56.273]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build693841089/b1596/_pkg_.a
2025-08-20T18:59:19.5303113Z [00:02:56.273]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build693841089/b1595/_pkg_.a
2025-08-20T18:59:19.5303856Z [00:02:56.273]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build693841089/b272/_pkg_.a
2025-08-20T18:59:19.5304554Z [00:02:56.273]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.5305173Z [00:02:56.273]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.5305578Z [00:02:56.273]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.5305884Z [00:02:56.273]➜  EOF
2025-08-20T18:59:19.5308343Z [00:02:56.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1593/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/handshaker=>google.golang.org/grpc@v1.65.0/credentials/alts/internal/handshaker;$WORK/b1593=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.21 -complete -installsuffix shared -buildid WLiZ1GWUwLhtz0CR4L1x/WLiZ1GWUwLhtz0CR4L1x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1593/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/internal/handshaker/handshaker.go
2025-08-20T18:59:19.5310506Z [00:02:56.273]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T18:59:19.5311177Z [00:02:56.274]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T18:59:19.5311517Z [00:02:56.274]➜  mkdir -p $WORK/b1598/
2025-08-20T18:59:19.5311996Z [00:02:56.275]➜  cat >/tmp/go-build693841089/b1598/importcfg << 'EOF' # internal
2025-08-20T18:59:19.5312471Z [00:02:56.275]➜  # import config
2025-08-20T18:59:19.5313019Z [00:02:56.275]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.5313752Z [00:02:56.275]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build693841089/b081/_pkg_.a
2025-08-20T18:59:19.5314380Z [00:02:56.275]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.5315022Z [00:02:56.275]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:19.5315553Z [00:02:56.275]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.5316107Z [00:02:56.275]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.5316524Z [00:02:56.275]➜  EOF
2025-08-20T18:59:19.5319191Z [00:02:56.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1598/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/googlecloud=>google.golang.org/grpc@v1.65.0/internal/googlecloud;$WORK/b1598=>" -p google.golang.org/grpc/internal/googlecloud -lang=go1.21 -complete -installsuffix shared -buildid 1Lzi5QDDOUUsEaTXwJFd/1Lzi5QDDOUUsEaTXwJFd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/googlecloud/googlecloud.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/googlecloud/manufacturer_linux.go
2025-08-20T18:59:19.5321774Z [00:02:56.275]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/7b/7b4718bcf8e351f854355cebd1a5b5e6f5c5efda9dea090c428d39be343a5a23-d # internal
2025-08-20T18:59:19.5322488Z [00:02:56.275]➜  google.golang.org/api/option/internaloption
2025-08-20T18:59:19.5322916Z [00:02:56.275]➜  mkdir -p $WORK/b1581/
2025-08-20T18:59:19.5323451Z [00:02:56.276]➜  cat >/tmp/go-build693841089/b1581/importcfg << 'EOF' # internal
2025-08-20T18:59:19.5334381Z [00:02:56.276]➜  # import config
2025-08-20T18:59:19.5335804Z [00:02:56.276]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build693841089/b1545/_pkg_.a
2025-08-20T18:59:19.5336592Z [00:02:56.276]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:19.5338143Z [00:02:56.276]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:19.5338716Z [00:02:56.276]➜  EOF
2025-08-20T18:59:19.5342700Z [00:02:56.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1581/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/option/internaloption=>google.golang.org/api@v0.169.0/option/internaloption;$WORK/b1581=>" -p google.golang.org/api/option/internaloption -lang=go1.19 -complete -installsuffix shared -buildid uQiQJRkL2nL33CqWnKZ-/uQiQJRkL2nL33CqWnKZ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/option/internaloption/internaloption.go
2025-08-20T18:59:19.5601859Z [00:02:56.306]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T18:59:19.5602623Z [00:02:56.307]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/a7/a7249687575d45e8b5cfb5ebe2b3171baea6389d9e9b72b56dc4013dbb5412a1-d # internal
2025-08-20T18:59:19.5606860Z [00:02:56.307]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T18:59:19.5608419Z [00:02:56.307]➜  mkdir -p $WORK/b1599/
2025-08-20T18:59:19.5610229Z [00:02:56.308]➜  cat >/tmp/go-build693841089/b1599/importcfg << 'EOF' # internal
2025-08-20T18:59:19.5611854Z [00:02:56.308]➜  # import config
2025-08-20T18:59:19.5613883Z [00:02:56.308]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.5615934Z [00:02:56.308]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.5616960Z [00:02:56.308]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:19.5619883Z [00:02:56.308]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build693841089/b1545/_pkg_.a
2025-08-20T18:59:19.5620441Z [00:02:56.308]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build693841089/b1553/_pkg_.a
2025-08-20T18:59:19.5621015Z [00:02:56.308]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.5621528Z [00:02:56.308]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:19.5621933Z [00:02:56.308]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.5622331Z [00:02:56.308]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.5622632Z [00:02:56.308]➜  EOF
2025-08-20T18:59:19.5628982Z [00:02:56.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1599/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/oauth=>google.golang.org/grpc@v1.65.0/credentials/oauth;$WORK/b1599=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.21 -complete -installsuffix shared -buildid 19Mphk1S42egn4QZALwD/19Mphk1S42egn4QZALwD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/oauth/oauth.go
2025-08-20T18:59:19.5942336Z [00:02:56.341]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T18:59:19.5986384Z [00:02:56.345]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T18:59:19.5989574Z [00:02:56.346]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/c0/c0a53602b5d85cfb0c9332e5a36fda1eed137a86d440349da87c0ed731212795-d # internal
2025-08-20T18:59:19.5990195Z [00:02:56.346]➜  google.golang.org/grpc/internal/xds
2025-08-20T18:59:19.5990517Z [00:02:56.347]➜  mkdir -p $WORK/b1600/
2025-08-20T18:59:19.5995655Z [00:02:56.347]➜  cat >/tmp/go-build693841089/b1600/importcfg << 'EOF' # internal
2025-08-20T18:59:19.5997111Z [00:02:56.347]➜  # import config
2025-08-20T18:59:19.5998249Z [00:02:56.347]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build693841089/b270/_pkg_.a
2025-08-20T18:59:19.5998845Z [00:02:56.347]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build693841089/b273/_pkg_.a
2025-08-20T18:59:19.5999232Z [00:02:56.347]➜  EOF
2025-08-20T18:59:19.6001106Z [00:02:56.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1600/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/xds=>google.golang.org/grpc@v1.65.0/internal/xds;$WORK/b1600=>" -p google.golang.org/grpc/internal/xds -lang=go1.21 -complete -installsuffix shared -buildid jBQW5klUZt6O6pVUA-cD/jBQW5klUZt6O6pVUA-cD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/internal/xds/xds.go
2025-08-20T18:59:19.6003112Z [00:02:56.347]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/83/8386fdbde69a593776d1309823a82c737c829d14fccc214eb6c3b243d3a3b921-d # internal
2025-08-20T18:59:19.6029142Z [00:02:56.350]➜  google.golang.org/grpc/credentials/alts
2025-08-20T18:59:19.6030541Z [00:02:56.350]➜  mkdir -p $WORK/b1591/
2025-08-20T18:59:19.6031856Z [00:02:56.350]➜  cat >/tmp/go-build693841089/b1591/importcfg << 'EOF' # internal
2025-08-20T18:59:19.6032814Z [00:02:56.350]➜  # import config
2025-08-20T18:59:19.6033398Z [00:02:56.350]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.6033960Z [00:02:56.350]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.6034444Z [00:02:56.350]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.6035404Z [00:02:56.350]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.6036415Z [00:02:56.350]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.6037328Z [00:02:56.350]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build693841089/b1592/_pkg_.a
2025-08-20T18:59:19.6038281Z [00:02:56.350]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build693841089/b1593/_pkg_.a
2025-08-20T18:59:19.6039484Z [00:02:56.350]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build693841089/b1597/_pkg_.a
2025-08-20T18:59:19.6040549Z [00:02:56.350]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build693841089/b1595/_pkg_.a
2025-08-20T18:59:19.6041503Z [00:02:56.350]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.6042381Z [00:02:56.350]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build693841089/b1598/_pkg_.a
2025-08-20T18:59:19.6043217Z [00:02:56.350]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build693841089/b307/_pkg_.a
2025-08-20T18:59:19.6043955Z [00:02:56.350]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:19.6044679Z [00:02:56.350]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.6045166Z [00:02:56.350]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.6045756Z [00:02:56.350]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.6046288Z [00:02:56.350]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.6046593Z [00:02:56.350]➜  EOF
2025-08-20T18:59:19.6049461Z [00:02:56.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1591/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts=>google.golang.org/grpc@v1.65.0/credentials/alts;$WORK/b1591=>" -p google.golang.org/grpc/credentials/alts -lang=go1.21 -complete -installsuffix shared -buildid NfC2R6I0RAW0MZNE3TtZ/NfC2R6I0RAW0MZNE3TtZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1591/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/alts.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/alts/utils.go
2025-08-20T18:59:19.6055064Z [00:02:56.353]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T18:59:19.6076042Z [00:02:56.355]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/09/090226ca87d4b51fd5091a6c9a167dff79eba02849c161bc1df7cf445eb4f874-d # internal
2025-08-20T18:59:19.6077197Z [00:02:56.355]➜  go.opencensus.io/plugin/ochttp/propagation/b3
2025-08-20T18:59:19.6077565Z [00:02:56.355]➜  mkdir -p $WORK/b1603/
2025-08-20T18:59:19.6077962Z [00:02:56.355]➜  cat >/tmp/go-build693841089/b1603/importcfg << 'EOF' # internal
2025-08-20T18:59:19.6078313Z [00:02:56.355]➜  # import config
2025-08-20T18:59:19.6078670Z [00:02:56.355]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:19.6079306Z [00:02:56.355]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:19.6079955Z [00:02:56.355]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build693841089/b1229/_pkg_.a
2025-08-20T18:59:19.6080468Z [00:02:56.355]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.6081067Z [00:02:56.355]➜  EOF
2025-08-20T18:59:19.6083138Z [00:02:56.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1603/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3=>go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3;$WORK/b1603=>" -p go.opencensus.io/plugin/ochttp/propagation/b3 -lang=go1.13 -complete -installsuffix shared -buildid U1APAikWIWYQ7Zv9sM5V/U1APAikWIWYQ7Zv9sM5V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/propagation/b3/b3.go
2025-08-20T18:59:19.6143548Z [00:02:56.362]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T18:59:19.6152515Z [00:02:56.363]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/ab/abc88ddc7621190eb112358742f2ef5291fc95267cda167687afa39d624085fc-d # internal
2025-08-20T18:59:19.6158120Z [00:02:56.363]➜  google.golang.org/api/googleapi/transport
2025-08-20T18:59:19.6159178Z [00:02:56.364]➜  mkdir -p $WORK/b1604/
2025-08-20T18:59:19.6166158Z [00:02:56.364]➜  cat >/tmp/go-build693841089/b1604/importcfg << 'EOF' # internal
2025-08-20T18:59:19.6166583Z [00:02:56.364]➜  # import config
2025-08-20T18:59:19.6166920Z [00:02:56.364]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.6167345Z [00:02:56.364]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.6167699Z [00:02:56.364]➜  EOF
2025-08-20T18:59:19.6177412Z [00:02:56.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1604/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/googleapi/transport=>google.golang.org/api@v0.169.0/googleapi/transport;$WORK/b1604=>" -p google.golang.org/api/googleapi/transport -lang=go1.19 -complete -installsuffix shared -buildid BPESfIBF6p4fXcRaI_eh/BPESfIBF6p4fXcRaI_eh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/googleapi/transport/apikey.go
2025-08-20T18:59:19.6271317Z [00:02:56.374]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T18:59:19.6279218Z [00:02:56.375]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/f7/f7fabdb8fa23a0619250d1aca0c4879f6e106a2304b094e081357c9c816c4014-d # internal
2025-08-20T18:59:19.6280004Z [00:02:56.375]➜  go.opencensus.io/plugin/ochttp
2025-08-20T18:59:19.6280402Z [00:02:56.375]➜  mkdir -p $WORK/b1602/
2025-08-20T18:59:19.6281093Z [00:02:56.375]➜  cat >/tmp/go-build693841089/b1602/importcfg << 'EOF' # internal
2025-08-20T18:59:19.6282389Z [00:02:56.375]➜  # import config
2025-08-20T18:59:19.6282751Z [00:02:56.375]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.6283189Z [00:02:56.375]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.6283795Z [00:02:56.375]➜  packagefile go.opencensus.io/plugin/ochttp/propagation/b3=/tmp/go-build693841089/b1603/_pkg_.a
2025-08-20T18:59:19.6284399Z [00:02:56.375]➜  packagefile go.opencensus.io/stats=/tmp/go-build693841089/b658/_pkg_.a
2025-08-20T18:59:19.6285388Z [00:02:56.375]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build693841089/b664/_pkg_.a
2025-08-20T18:59:19.6285919Z [00:02:56.375]➜  packagefile go.opencensus.io/tag=/tmp/go-build693841089/b662/_pkg_.a
2025-08-20T18:59:19.6286434Z [00:02:56.375]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:19.6286998Z [00:02:56.375]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build693841089/b1229/_pkg_.a
2025-08-20T18:59:19.6287494Z [00:02:56.375]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.6287900Z [00:02:56.375]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.6288360Z [00:02:56.375]➜  packagefile net/http/httptrace=/tmp/go-build693841089/b253/_pkg_.a
2025-08-20T18:59:19.6288819Z [00:02:56.375]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:19.6289237Z [00:02:56.375]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.6289961Z [00:02:56.375]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.6290369Z [00:02:56.375]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.6290674Z [00:02:56.375]➜  EOF
2025-08-20T18:59:19.6295061Z [00:02:56.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1602/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp=>go.opencensus.io@v0.24.0/plugin/ochttp;$WORK/b1602=>" -p go.opencensus.io/plugin/ochttp -lang=go1.13 -complete -installsuffix shared -buildid x3N2oxpPj3Xlrtn2PvQD/x3N2oxpPj3Xlrtn2PvQD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/client.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/client_stats.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/route.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/server.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/span_annotating_client_trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/stats.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/trace.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ochttp/wrapped_body.go
2025-08-20T18:59:19.6445236Z [00:02:56.392]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T18:59:19.6502211Z [00:02:56.396]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/80/804c38186994bf10292c84d715d727591a544e86225491318ad013b9b749aafb-d # internal
2025-08-20T18:59:19.6503061Z [00:02:56.397]➜  google.golang.org/api/transport/http/internal/propagation
2025-08-20T18:59:19.6503430Z [00:02:56.397]➜  mkdir -p $WORK/b1605/
2025-08-20T18:59:19.6506899Z [00:02:56.398]➜  cat >/tmp/go-build693841089/b1605/importcfg << 'EOF' # internal
2025-08-20T18:59:19.6507529Z [00:02:56.398]➜  # import config
2025-08-20T18:59:19.6510029Z [00:02:56.398]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:19.6510910Z [00:02:56.398]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:19.6523853Z [00:02:56.398]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.6524350Z [00:02:56.398]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:19.6525126Z [00:02:56.398]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build693841089/b1229/_pkg_.a
2025-08-20T18:59:19.6525874Z [00:02:56.398]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.6526377Z [00:02:56.398]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:19.6526799Z [00:02:56.398]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.6527108Z [00:02:56.398]➜  EOF
2025-08-20T18:59:19.6529393Z [00:02:56.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1605/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/http/internal/propagation=>google.golang.org/api@v0.169.0/transport/http/internal/propagation;$WORK/b1605=>" -p google.golang.org/api/transport/http/internal/propagation -lang=go1.19 -complete -installsuffix shared -buildid Hrp74Gsor5pwPjuFaQ7O/Hrp74Gsor5pwPjuFaQ7O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/http/internal/propagation/http.go
2025-08-20T18:59:19.6707437Z [00:02:56.417]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T18:59:19.6724841Z [00:02:56.419]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/f1/f1d6c0eb1a7bb2cf5475e28dce6ce00d6c0e00eb477d69d530be0aacdef2bbd1-d # internal
2025-08-20T18:59:19.6726003Z [00:02:56.419]➜  google.golang.org/grpc/credentials/google
2025-08-20T18:59:19.6728337Z [00:02:56.419]➜  mkdir -p $WORK/b1590/
2025-08-20T18:59:19.6729015Z [00:02:56.419]➜  cat >/tmp/go-build693841089/b1590/importcfg << 'EOF' # internal
2025-08-20T18:59:19.6732027Z [00:02:56.419]➜  # import config
2025-08-20T18:59:19.6732700Z [00:02:56.419]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.6733126Z [00:02:56.419]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.6733641Z [00:02:56.419]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build693841089/b269/_pkg_.a
2025-08-20T18:59:19.6739191Z [00:02:56.419]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build693841089/b1591/_pkg_.a
2025-08-20T18:59:19.6739937Z [00:02:56.419]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build693841089/b1599/_pkg_.a
2025-08-20T18:59:19.6740553Z [00:02:56.419]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build693841089/b076/_pkg_.a
2025-08-20T18:59:19.6741125Z [00:02:56.419]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build693841089/b070/_pkg_.a
2025-08-20T18:59:19.6741939Z [00:02:56.419]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build693841089/b1600/_pkg_.a
2025-08-20T18:59:19.6742508Z [00:02:56.419]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.6742918Z [00:02:56.419]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:19.6743327Z [00:02:56.419]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.6743731Z [00:02:56.419]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.6744030Z [00:02:56.419]➜  EOF
2025-08-20T18:59:19.6746406Z [00:02:56.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1590/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/google=>google.golang.org/grpc@v1.65.0/credentials/google;$WORK/b1590=>" -p google.golang.org/grpc/credentials/google -lang=go1.21 -complete -installsuffix shared -buildid 4_90r9v4UHoClilmWugu/4_90r9v4UHoClilmWugu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/google/google.go /root/go/pkg/mod/google.golang.org/grpc@v1.65.0/credentials/google/xds.go
2025-08-20T18:59:19.6773259Z [00:02:56.425]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T18:59:19.6783343Z [00:02:56.426]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/68/68a6d230135677ce2408f6b6c19bd464e001839c31b14c856626abc81dfdbdf1-d # internal
2025-08-20T18:59:19.6789901Z [00:02:56.426]➜  cloud.google.com/go/internal/btree
2025-08-20T18:59:19.6793330Z [00:02:56.427]➜  mkdir -p $WORK/b1606/
2025-08-20T18:59:19.6798085Z [00:02:56.427]➜  cat >/tmp/go-build693841089/b1606/importcfg << 'EOF' # internal
2025-08-20T18:59:19.6799009Z [00:02:56.427]➜  # import config
2025-08-20T18:59:19.6799662Z [00:02:56.427]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.6800401Z [00:02:56.427]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.6801241Z [00:02:56.427]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:19.6802690Z [00:02:56.427]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.6804294Z [00:02:56.427]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.6804710Z [00:02:56.427]➜  EOF
2025-08-20T18:59:19.6806870Z [00:02:56.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1606/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/btree=>cloud.google.com/go@v0.112.1/internal/btree;$WORK/b1606=>" -p cloud.google.com/go/internal/btree -lang=go1.19 -complete -installsuffix shared -buildid fod7EPLDXLo-JrLbQW8w/fod7EPLDXLo-JrLbQW8w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/btree/btree.go /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/btree/debug.go
2025-08-20T18:59:19.7020795Z [00:02:56.449]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T18:59:19.7028209Z [00:02:56.450]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/88/88ca5858910a5981302723d4654368826b428577d85aadaf5d52fa16dfcda66e-d # internal
2025-08-20T18:59:19.7029688Z [00:02:56.450]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.7032096Z [00:02:56.450]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x025.o -c zstd_ddict.c
2025-08-20T18:59:19.7041780Z [00:02:56.450]➜  google.golang.org/api/transport/grpc
2025-08-20T18:59:19.7042418Z [00:02:56.450]➜  mkdir -p $WORK/b1582/
2025-08-20T18:59:19.7043138Z [00:02:56.451]➜  cat >/tmp/go-build693841089/b1582/importcfg << 'EOF' # internal
2025-08-20T18:59:19.7043757Z [00:02:56.451]➜  # import config
2025-08-20T18:59:19.7044804Z [00:02:56.451]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build693841089/b1546/_pkg_.a
2025-08-20T18:59:19.7045640Z [00:02:56.451]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.7046195Z [00:02:56.451]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.7047260Z [00:02:56.451]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.7047768Z [00:02:56.451]➜  packagefile go.opencensus.io/plugin/ocgrpc=/tmp/go-build693841089/b1228/_pkg_.a
2025-08-20T18:59:19.7048540Z [00:02:56.451]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build693841089/b1583/_pkg_.a
2025-08-20T18:59:19.7049250Z [00:02:56.451]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:19.7049769Z [00:02:56.451]➜  packagefile golang.org/x/time/rate=/tmp/go-build693841089/b1586/_pkg_.a
2025-08-20T18:59:19.7050327Z [00:02:56.451]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:19.7050897Z [00:02:56.451]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:19.7051440Z [00:02:56.451]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.7052288Z [00:02:56.451]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build693841089/b1587/_pkg_.a
2025-08-20T18:59:19.7052935Z [00:02:56.451]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build693841089/b1590/_pkg_.a
2025-08-20T18:59:19.7053597Z [00:02:56.451]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build693841089/b278/_pkg_.a
2025-08-20T18:59:19.7054361Z [00:02:56.451]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build693841089/b1599/_pkg_.a
2025-08-20T18:59:19.7055198Z [00:02:56.451]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build693841089/b308/_pkg_.a
2025-08-20T18:59:19.7055677Z [00:02:56.451]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:19.7056070Z [00:02:56.451]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.7056462Z [00:02:56.451]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.7056866Z [00:02:56.451]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.7057274Z [00:02:56.451]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.7057691Z [00:02:56.451]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:19.7058118Z [00:02:56.451]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:19.7058526Z [00:02:56.451]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.7058824Z [00:02:56.451]➜  EOF
2025-08-20T18:59:19.7059099Z [00:02:56.451]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.7061664Z [00:02:56.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1582/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/grpc=>google.golang.org/api@v0.169.0/transport/grpc;$WORK/b1582=>" -p google.golang.org/api/transport/grpc -lang=go1.19 -complete -installsuffix shared -buildid e19wikGMjlDo8gbf73K5/e19wikGMjlDo8gbf73K5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/grpc/dial.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/grpc/dial_socketopt.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/grpc/pool.go
2025-08-20T18:59:19.7463782Z [00:02:56.494]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T18:59:19.7476573Z [00:02:56.495]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/9d/9d3753bad3448275962c1b36351b62f60b8b76e93d614083d4dcc80a142119ce-d # internal
2025-08-20T18:59:19.7494112Z [00:02:56.495]➜  cloud.google.com/go/internal/fields
2025-08-20T18:59:19.7494441Z [00:02:56.495]➜  mkdir -p $WORK/b1607/
2025-08-20T18:59:19.7496092Z [00:02:56.496]➜  cat >/tmp/go-build693841089/b1607/importcfg << 'EOF' # internal
2025-08-20T18:59:19.7496502Z [00:02:56.496]➜  # import config
2025-08-20T18:59:19.7496839Z [00:02:56.496]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:19.7497274Z [00:02:56.496]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.7497690Z [00:02:56.496]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:19.7498100Z [00:02:56.496]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:19.7498507Z [00:02:56.496]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.7498916Z [00:02:56.496]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.7499351Z [00:02:56.496]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:19.7499682Z [00:02:56.496]➜  EOF
2025-08-20T18:59:19.7501813Z [00:02:56.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1607/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/fields=>cloud.google.com/go@v0.112.1/internal/fields;$WORK/b1607=>" -p cloud.google.com/go/internal/fields -lang=go1.19 -complete -installsuffix shared -buildid 0ywesh5UpkSOTEdD_x7o/0ywesh5UpkSOTEdD_x7o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/fields/fields.go /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/fields/fold.go
2025-08-20T18:59:19.7576711Z [00:02:56.505]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.7579138Z [00:02:56.505]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x026.o -c zstd_decompress.c
2025-08-20T18:59:19.8501109Z [00:02:56.598]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T18:59:19.8552768Z [00:02:56.603]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/b8/b891717b5e849078f7dc59f6a77653c4d3e43cfa3d183c8551f9fcb76cb394a4-d # internal
2025-08-20T18:59:19.8559687Z [00:02:56.603]➜  cloud.google.com/go/internal/trace
2025-08-20T18:59:19.8560126Z [00:02:56.603]➜  mkdir -p $WORK/b1608/
2025-08-20T18:59:19.8563119Z [00:02:56.604]➜  cat >/tmp/go-build693841089/b1608/importcfg << 'EOF' # internal
2025-08-20T18:59:19.8563814Z [00:02:56.604]➜  # import config
2025-08-20T18:59:19.8566874Z [00:02:56.604]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.8567744Z [00:02:56.604]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.8568339Z [00:02:56.604]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.8568882Z [00:02:56.604]➜  packagefile go.opencensus.io/trace=/tmp/go-build693841089/b1188/_pkg_.a
2025-08-20T18:59:19.8569716Z [00:02:56.604]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build693841089/b543/_pkg_.a
2025-08-20T18:59:19.8570383Z [00:02:56.604]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build693841089/b551/_pkg_.a
2025-08-20T18:59:19.8571772Z [00:02:56.604]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build693841089/b554/_pkg_.a
2025-08-20T18:59:19.8572357Z [00:02:56.604]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build693841089/b560/_pkg_.a
2025-08-20T18:59:19.8572937Z [00:02:56.604]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:19.8573590Z [00:02:56.604]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build693841089/b1538/_pkg_.a
2025-08-20T18:59:19.8574223Z [00:02:56.604]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:19.8574838Z [00:02:56.604]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:19.8575299Z [00:02:56.604]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.8575875Z [00:02:56.604]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.8576229Z [00:02:56.604]➜  EOF
2025-08-20T18:59:19.8576515Z [00:02:56.604]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.8578483Z [00:02:56.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1608/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/trace=>cloud.google.com/go@v0.112.1/internal/trace;$WORK/b1608=>" -p cloud.google.com/go/internal/trace -lang=go1.19 -complete -installsuffix shared -buildid NWgTJyPzsgl1inrfUcOx/NWgTJyPzsgl1inrfUcOx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/trace/trace.go
2025-08-20T18:59:19.8624227Z [00:02:56.610]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T18:59:19.8659136Z [00:02:56.613]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/c0/c07d6ca434217802edfc0f4ae64b5fcb0b78524e1e134f3ec136077a00d8fd89-d # internal
2025-08-20T18:59:19.8675670Z [00:02:56.615]➜  github.com/golang/protobuf/ptypes
2025-08-20T18:59:19.8676880Z [00:02:56.615]➜  mkdir -p $WORK/b1609/
2025-08-20T18:59:19.8679483Z [00:02:56.615]➜  cat >/tmp/go-build693841089/b1609/importcfg << 'EOF' # internal
2025-08-20T18:59:19.8680258Z [00:02:56.615]➜  # import config
2025-08-20T18:59:19.8682012Z [00:02:56.615]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.8682727Z [00:02:56.615]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.8683525Z [00:02:56.615]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:19.8685710Z [00:02:56.615]➜  packagefile github.com/golang/protobuf/ptypes/any=/tmp/go-build693841089/b148/_pkg_.a
2025-08-20T18:59:19.8686580Z [00:02:56.615]➜  packagefile github.com/golang/protobuf/ptypes/duration=/tmp/go-build693841089/b149/_pkg_.a
2025-08-20T18:59:19.8687280Z [00:02:56.615]➜  packagefile github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build693841089/b151/_pkg_.a
2025-08-20T18:59:19.8687976Z [00:02:56.615]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:19.8688699Z [00:02:56.615]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build693841089/b117/_pkg_.a
2025-08-20T18:59:19.8689259Z [00:02:56.615]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.8689669Z [00:02:56.615]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.8689968Z [00:02:56.615]➜  EOF
2025-08-20T18:59:19.8692596Z [00:02:56.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes=>github.com/golang/protobuf@v1.5.4/ptypes;$WORK/b1609=>" -p github.com/golang/protobuf/ptypes -lang=go1.17 -complete -installsuffix shared -buildid dtdH0M0On7xqCD5Jvlei/dtdH0M0On7xqCD5Jvlei -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/importcfg -pack /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/any.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/doc.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/duration.go /root/go/pkg/mod/github.com/golang/protobuf@v1.5.4/ptypes/timestamp.go
2025-08-20T18:59:19.8766942Z [00:02:56.624]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T18:59:19.8828621Z [00:02:56.629]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/fe/fec04767faadc23c4cbce7aef4ae86d6e019ffbf163ee96d648d46fcb195ac04-d # internal
2025-08-20T18:59:19.8829319Z [00:02:56.629]➜  google.golang.org/api/transport/http
2025-08-20T18:59:19.8829635Z [00:02:56.629]➜  mkdir -p $WORK/b1601/
2025-08-20T18:59:19.8830021Z [00:02:56.630]➜  cat >/tmp/go-build693841089/b1601/importcfg << 'EOF' # internal
2025-08-20T18:59:19.8830365Z [00:02:56.630]➜  # import config
2025-08-20T18:59:19.8830705Z [00:02:56.630]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.8831364Z [00:02:56.630]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:19.8831897Z [00:02:56.630]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.8832412Z [00:02:56.630]➜  packagefile go.opencensus.io/plugin/ochttp=/tmp/go-build693841089/b1602/_pkg_.a
2025-08-20T18:59:19.8833135Z [00:02:56.630]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build693841089/b839/_pkg_.a
2025-08-20T18:59:19.8833794Z [00:02:56.630]➜  packagefile golang.org/x/net/http2=/tmp/go-build693841089/b297/_pkg_.a
2025-08-20T18:59:19.8834306Z [00:02:56.630]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:19.8835183Z [00:02:56.630]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build693841089/b1604/_pkg_.a
2025-08-20T18:59:19.8835864Z [00:02:56.630]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:19.8836465Z [00:02:56.630]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build693841089/b1576/_pkg_.a
2025-08-20T18:59:19.8837051Z [00:02:56.630]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:19.8837746Z [00:02:56.630]➜  packagefile google.golang.org/api/transport/http/internal/propagation=/tmp/go-build693841089/b1605/_pkg_.a
2025-08-20T18:59:19.8838600Z [00:02:56.630]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:19.8839014Z [00:02:56.630]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.8839418Z [00:02:56.630]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.8839716Z [00:02:56.630]➜  EOF
2025-08-20T18:59:19.8841728Z [00:02:56.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1601/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/http=>google.golang.org/api@v0.169.0/transport/http;$WORK/b1601=>" -p google.golang.org/api/transport/http -lang=go1.19 -complete -installsuffix shared -buildid jpQpLp3kym2hLd_jHT0S/jpQpLp3kym2hLd_jHT0S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/http/dial.go
2025-08-20T18:59:19.9002689Z [00:02:56.648]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T18:59:19.9009802Z [00:02:56.648]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/50/506879ebaa5235521781db805e805fef2d507cd92ad909ff397f7ed2eb078f9a-d # internal
2025-08-20T18:59:19.9011023Z [00:02:56.649]➜  google.golang.org/api/support/bundler
2025-08-20T18:59:19.9011382Z [00:02:56.649]➜  mkdir -p $WORK/b1610/
2025-08-20T18:59:19.9014972Z [00:02:56.649]➜  cat >/tmp/go-build693841089/b1610/importcfg << 'EOF' # internal
2025-08-20T18:59:19.9015356Z [00:02:56.649]➜  # import config
2025-08-20T18:59:19.9015695Z [00:02:56.649]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.9016112Z [00:02:56.649]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.9016617Z [00:02:56.649]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build693841089/b1302/_pkg_.a
2025-08-20T18:59:19.9017100Z [00:02:56.649]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:19.9017866Z [00:02:56.649]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.9018281Z [00:02:56.649]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.9018582Z [00:02:56.649]➜  EOF
2025-08-20T18:59:19.9021147Z [00:02:56.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1610/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/support/bundler=>google.golang.org/api@v0.169.0/support/bundler;$WORK/b1610=>" -p google.golang.org/api/support/bundler -lang=go1.19 -complete -installsuffix shared -buildid haT_7A_Ixzzq6MFaIHR7/haT_7A_Ixzzq6MFaIHR7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/support/bundler/bundler.go
2025-08-20T18:59:19.9323791Z [00:02:56.680]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T18:59:19.9329664Z [00:02:56.680]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/b1/b143675ef8542749bda26ec22b744840a763754f1d2fee7cfe9e6d54f34d9f83-d # internal
2025-08-20T18:59:19.9330377Z [00:02:56.680]➜  github.com/golang-jwt/jwt/v4
2025-08-20T18:59:19.9330669Z [00:02:56.680]➜  mkdir -p $WORK/b1615/
2025-08-20T18:59:19.9355239Z [00:02:56.683]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T18:59:19.9355887Z [00:02:56.683]➜  cat >/tmp/go-build693841089/b1615/importcfg << 'EOF' # internal
2025-08-20T18:59:19.9356369Z [00:02:56.683]➜  # import config
2025-08-20T18:59:19.9356868Z [00:02:56.683]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:19.9357405Z [00:02:56.683]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:19.9357973Z [00:02:56.683]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:19.9358586Z [00:02:56.683]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:19.9359169Z [00:02:56.683]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:19.9359733Z [00:02:56.683]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:19.9360584Z [00:02:56.683]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:19.9361166Z [00:02:56.683]➜  packagefile crypto/subtle=/tmp/go-build693841089/b189/_pkg_.a
2025-08-20T18:59:19.9361746Z [00:02:56.683]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:19.9362312Z [00:02:56.683]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:19.9363064Z [00:02:56.683]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:19.9363667Z [00:02:56.683]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:19.9364113Z [00:02:56.683]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:19.9364793Z [00:02:56.683]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.9365327Z [00:02:56.683]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:19.9366024Z [00:02:56.683]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:19.9366562Z [00:02:56.683]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:19.9366989Z [00:02:56.683]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:19.9373696Z [00:02:56.683]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:19.9374297Z [00:02:56.683]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.9374936Z [00:02:56.683]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.9375353Z [00:02:56.683]➜  EOF
2025-08-20T18:59:19.9381148Z [00:02:56.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2=>github.com/golang-jwt/jwt/v4@v4.5.2;$WORK/b1615=>" -p github.com/golang-jwt/jwt/v4 -lang=go1.16 -complete -installsuffix shared -buildid aJx5xirYEPVvnG7N1cZ2/aJx5xirYEPVvnG7N1cZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/parser_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/token.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/types.go
2025-08-20T18:59:19.9395145Z [00:02:56.683]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/d4/d473056f1fdf450a5dbc9d9a392e5f27c6fc9360ba0fef588eaa9dacfac6f9b7-d # internal
2025-08-20T18:59:19.9396804Z [00:02:56.683]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T18:59:19.9397547Z [00:02:56.683]➜  mkdir -p $WORK/b1625/
2025-08-20T18:59:19.9398341Z [00:02:56.683]➜  cat >/tmp/go-build693841089/b1625/importcfg << 'EOF' # internal
2025-08-20T18:59:19.9399003Z [00:02:56.683]➜  # import config
2025-08-20T18:59:19.9399718Z [00:02:56.683]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:19.9400620Z [00:02:56.683]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:19.9401378Z [00:02:56.683]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:19.9402211Z [00:02:56.683]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.9402731Z [00:02:56.683]➜  EOF
2025-08-20T18:59:19.9405935Z [00:02:56.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1625/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/expr=>google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/expr;$WORK/b1625=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.19 -complete -installsuffix shared -buildid C8tYIs4OWgfg5LGjm704/C8tYIs4OWgfg5LGjm704 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1625/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/expr/expr.pb.go
2025-08-20T18:59:19.9548407Z [00:02:56.702]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:19.9550199Z [00:02:56.702]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x027.o -c zstd_decompress_block.c
2025-08-20T18:59:19.9740662Z [00:02:56.721]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T18:59:19.9754500Z [00:02:56.722]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/15/153db1b7456d708d72b25520da8cae8e72f54fd53118f6af04fd7415caaf7270-d # internal
2025-08-20T18:59:19.9758667Z [00:02:56.723]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T18:59:19.9759001Z [00:02:56.723]➜  mkdir -p $WORK/b1624/
2025-08-20T18:59:19.9759406Z [00:02:56.723]➜  cat >/tmp/go-build693841089/b1624/importcfg << 'EOF' # internal
2025-08-20T18:59:19.9759750Z [00:02:56.723]➜  # import config
2025-08-20T18:59:19.9760090Z [00:02:56.723]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.9760724Z [00:02:56.723]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build693841089/b1529/_pkg_.a
2025-08-20T18:59:19.9761466Z [00:02:56.723]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build693841089/b1625/_pkg_.a
2025-08-20T18:59:19.9762072Z [00:02:56.723]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.9762625Z [00:02:56.723]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.9763191Z [00:02:56.723]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:19.9763836Z [00:02:56.723]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:19.9764906Z [00:02:56.723]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:19.9765724Z [00:02:56.723]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build693841089/b159/_pkg_.a
2025-08-20T18:59:19.9766298Z [00:02:56.723]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:19.9766713Z [00:02:56.723]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:19.9767014Z [00:02:56.723]➜  EOF
2025-08-20T18:59:19.9767284Z [00:02:56.723]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:19.9769957Z [00:02:56.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1624/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.1.6/apiv1/iampb=>cloud.google.com/go/iam@v1.1.6/apiv1/iampb;$WORK/b1624=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.19 -complete -installsuffix shared -buildid VbyAlzirghCV4c39o53g/VbyAlzirghCV4c39o53g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.1.6/apiv1/iampb/iam_policy.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.1.6/apiv1/iampb/options.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.1.6/apiv1/iampb/policy.pb.go
2025-08-20T18:59:19.9789652Z [00:02:56.726]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T18:59:19.9824159Z [00:02:56.729]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/72/72acd6470833366d3449de0f1a1bd8af69bf63bed0742ce280a148c98cfb0e9a-d # internal
2025-08-20T18:59:19.9825280Z [00:02:56.729]➜  cloud.google.com/go/firestore/apiv1
2025-08-20T18:59:19.9825592Z [00:02:56.729]➜  mkdir -p $WORK/b1527/
2025-08-20T18:59:19.9847297Z [00:02:56.731]➜  cat >/tmp/go-build693841089/b1527/importcfg << 'EOF' # internal
2025-08-20T18:59:19.9847734Z [00:02:56.731]➜  # import config
2025-08-20T18:59:19.9848070Z [00:02:56.731]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:19.9848655Z [00:02:56.731]➜  packagefile cloud.google.com/go/firestore/apiv1/firestorepb=/tmp/go-build693841089/b1528/_pkg_.a
2025-08-20T18:59:19.9849329Z [00:02:56.731]➜  packagefile cloud.google.com/go/firestore/internal=/tmp/go-build693841089/b1533/_pkg_.a
2025-08-20T18:59:19.9850390Z [00:02:56.731]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build693841089/b1534/_pkg_.a
2025-08-20T18:59:19.9850970Z [00:02:56.731]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:19.9851375Z [00:02:56.731]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:19.9851870Z [00:02:56.731]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:19.9852641Z [00:02:56.731]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:19.9853222Z [00:02:56.731]➜  packagefile google.golang.org/api/iterator=/tmp/go-build693841089/b1543/_pkg_.a
2025-08-20T18:59:19.9853794Z [00:02:56.731]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:19.9854417Z [00:02:56.731]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build693841089/b1581/_pkg_.a
2025-08-20T18:59:19.9855199Z [00:02:56.731]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build693841089/b1582/_pkg_.a
2025-08-20T18:59:19.9855821Z [00:02:56.731]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build693841089/b1601/_pkg_.a
2025-08-20T18:59:19.9856385Z [00:02:56.731]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:19.9856925Z [00:02:56.731]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:19.9857496Z [00:02:56.731]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:19.9858131Z [00:02:56.731]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build693841089/b144/_pkg_.a
2025-08-20T18:59:19.9858913Z [00:02:56.731]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:19.9859474Z [00:02:56.731]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:19.9859873Z [00:02:56.731]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:19.9860289Z [00:02:56.731]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:19.9860701Z [00:02:56.731]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:19.9861106Z [00:02:56.731]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:19.9861406Z [00:02:56.731]➜  EOF
2025-08-20T18:59:19.9864185Z [00:02:56.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1527/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1=>cloud.google.com/go/firestore@v1.14.0/apiv1;$WORK/b1527=>" -p cloud.google.com/go/firestore/apiv1 -lang=go1.19 -complete -installsuffix shared -buildid _P4r3abWTd75mHFSThK1/_P4r3abWTd75mHFSThK1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/doc.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/firestore_client.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/info.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/apiv1/version.go
2025-08-20T18:59:20.0746709Z [00:02:56.822]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T18:59:20.0772344Z [00:02:56.824]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/e7/e7145acc2d0cc5d05555d6d661122c4b96ee704c7493efc5bb783f477dfe20e1-d # internal
2025-08-20T18:59:20.0772994Z [00:02:56.825]➜  google.golang.org/api/transport
2025-08-20T18:59:20.0777388Z [00:02:56.825]➜  mkdir -p $WORK/b1611/
2025-08-20T18:59:20.0783558Z [00:02:56.825]➜  cat >/tmp/go-build693841089/b1611/importcfg << 'EOF' # internal
2025-08-20T18:59:20.0799838Z [00:02:56.825]➜  # import config
2025-08-20T18:59:20.0800490Z [00:02:56.825]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.0802076Z [00:02:56.825]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build693841089/b1545/_pkg_.a
2025-08-20T18:59:20.0803827Z [00:02:56.825]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:20.0804463Z [00:02:56.825]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:20.0805745Z [00:02:56.825]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build693841089/b1582/_pkg_.a
2025-08-20T18:59:20.0806373Z [00:02:56.825]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build693841089/b1601/_pkg_.a
2025-08-20T18:59:20.0806948Z [00:02:56.825]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:20.0807423Z [00:02:56.825]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.0807734Z [00:02:56.825]➜  EOF
2025-08-20T18:59:20.0809799Z [00:02:56.825]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1611/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/transport=>google.golang.org/api@v0.169.0/transport;$WORK/b1611=>" -p google.golang.org/api/transport -lang=go1.19 -complete -installsuffix shared -buildid -kZYBb-hxBgrFmHOqRnG/-kZYBb-hxBgrFmHOqRnG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/dial.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/transport/doc.go
2025-08-20T18:59:20.0811656Z [00:02:56.828]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T18:59:20.0834100Z [00:02:56.831]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/9d/9d1dabd8578dbd7c246fb0cd7422865b64e0320014e934ac1e2708b396ea7258-d # internal
2025-08-20T18:59:20.0930441Z [00:02:56.841]➜  github.com/MicahParks/keyfunc
2025-08-20T18:59:20.0930808Z [00:02:56.841]➜  mkdir -p $WORK/b1614/
2025-08-20T18:59:20.0947266Z [00:02:56.842]➜  cat >/tmp/go-build693841089/b1614/importcfg << 'EOF' # internal
2025-08-20T18:59:20.0948056Z [00:02:56.842]➜  # import config
2025-08-20T18:59:20.0948573Z [00:02:56.842]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.0949113Z [00:02:56.842]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.0949662Z [00:02:56.842]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:20.0950257Z [00:02:56.842]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:20.0950860Z [00:02:56.842]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:20.0951454Z [00:02:56.842]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:20.0952188Z [00:02:56.842]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:20.0952826Z [00:02:56.842]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.0953392Z [00:02:56.842]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.0953884Z [00:02:56.842]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.0954463Z [00:02:56.842]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build693841089/b1615/_pkg_.a
2025-08-20T18:59:20.0955197Z [00:02:56.842]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:20.0955911Z [00:02:56.842]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:20.0956475Z [00:02:56.842]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.0957020Z [00:02:56.842]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.0957510Z [00:02:56.842]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.0958000Z [00:02:56.842]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.0958390Z [00:02:56.842]➜  EOF
2025-08-20T18:59:20.0962356Z [00:02:56.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0=>github.com/MicahParks/keyfunc@v1.9.0;$WORK/b1614=>" -p github.com/MicahParks/keyfunc -lang=go1.16 -complete -installsuffix shared -buildid 7QVtniyQNTVaewSUZeYn/7QVtniyQNTVaewSUZeYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/ecdsa.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/eddsa.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/get.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/given.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/jwks.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/keyfunc.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/multiple.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/oct.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/options.go /root/go/pkg/mod/github.com/!micah!parks/keyfunc@v1.9.0/rsa.go
2025-08-20T18:59:20.1297396Z [00:02:56.877]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T18:59:20.1303968Z [00:02:56.878]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/ef/ef2254855da03efb4dd36f0dab7b8fab45878bb80bce0a32e168a6d35dee6dde-d # internal
2025-08-20T18:59:20.1314913Z [00:02:56.879]➜  firebase.google.com/go/v4/internal
2025-08-20T18:59:20.1315703Z [00:02:56.879]➜  mkdir -p $WORK/b1613/
2025-08-20T18:59:20.1328545Z [00:02:56.880]➜  cat >/tmp/go-build693841089/b1613/importcfg << 'EOF' # internal
2025-08-20T18:59:20.1329356Z [00:02:56.880]➜  # import config
2025-08-20T18:59:20.1329737Z [00:02:56.880]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.1330163Z [00:02:56.880]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.1330621Z [00:02:56.880]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.1331052Z [00:02:56.880]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.1331505Z [00:02:56.880]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:20.1332340Z [00:02:56.880]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:20.1332980Z [00:02:56.880]➜  packagefile google.golang.org/api/transport=/tmp/go-build693841089/b1611/_pkg_.a
2025-08-20T18:59:20.1333479Z [00:02:56.880]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:20.1333885Z [00:02:56.880]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:20.1334298Z [00:02:56.880]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:20.1334863Z [00:02:56.880]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:20.1335471Z [00:02:56.880]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.1335952Z [00:02:56.880]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.1336347Z [00:02:56.880]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:20.1336749Z [00:02:56.880]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:20.1337171Z [00:02:56.880]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:20.1337572Z [00:02:56.880]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.1338069Z [00:02:56.880]➜  EOF
2025-08-20T18:59:20.1348997Z [00:02:56.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1613/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/internal=>firebase.google.com/go/v4@v4.12.0/internal;$WORK/b1613=>" -p firebase.google.com/go/v4/internal -lang=go1.17 -complete -installsuffix shared -buildid x311tKer0lnp9Xj7_t-A/x311tKer0lnp9Xj7_t-A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/internal/errors.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/internal/http_client.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/internal/internal.go
2025-08-20T18:59:20.1447959Z [00:02:56.892]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:20.1455623Z [00:02:56.892]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x028.o -c zstd_double_fast.c
2025-08-20T18:59:20.1540519Z [00:02:56.901]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T18:59:20.1545448Z [00:02:56.902]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/77/77ada0d1a314211f35004c30684e7869978e0da0224aab9051d1e8e6b4993abc-d # internal
2025-08-20T18:59:20.1546065Z [00:02:56.902]➜  cloud.google.com/go/iam
2025-08-20T18:59:20.1546350Z [00:02:56.902]➜  mkdir -p $WORK/b1623/
2025-08-20T18:59:20.1558110Z [00:02:56.903]➜  cat >/tmp/go-build693841089/b1623/importcfg << 'EOF' # internal
2025-08-20T18:59:20.1558493Z [00:02:56.903]➜  # import config
2025-08-20T18:59:20.1559187Z [00:02:56.903]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build693841089/b1624/_pkg_.a
2025-08-20T18:59:20.1559950Z [00:02:56.903]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.1560387Z [00:02:56.903]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.1560884Z [00:02:56.903]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:20.1561440Z [00:02:56.903]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:20.1561978Z [00:02:56.903]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:20.1562552Z [00:02:56.903]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:20.1563036Z [00:02:56.903]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.1563334Z [00:02:56.903]➜  EOF
2025-08-20T18:59:20.1563614Z [00:02:56.903]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:20.1565474Z [00:02:56.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1623/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.1.6=>cloud.google.com/go/iam@v1.1.6;$WORK/b1623=>" -p cloud.google.com/go/iam -lang=go1.19 -complete -installsuffix shared -buildid 6N2v1c6hgD3hgwEE6801/6N2v1c6hgD3hgwEE6801 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1623/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.1.6/iam.go
2025-08-20T18:59:20.2549547Z [00:02:57.002]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T18:59:20.2562856Z [00:02:57.003]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/b7/b75ea512b1c15ea1c69905df2582ad10625ab26a070b07f7a64ee41ff2a27620-d # internal
2025-08-20T18:59:20.2568749Z [00:02:57.004]➜  firebase.google.com/go/v4/appcheck
2025-08-20T18:59:20.2570509Z [00:02:57.004]➜  mkdir -p $WORK/b1612/
2025-08-20T18:59:20.2589956Z [00:02:57.006]➜  cat >/tmp/go-build693841089/b1612/importcfg << 'EOF' # internal
2025-08-20T18:59:20.2590848Z [00:02:57.007]➜  # import config
2025-08-20T18:59:20.2592565Z [00:02:57.007]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.2593108Z [00:02:57.007]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.2593955Z [00:02:57.007]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:20.2594562Z [00:02:57.007]➜  packagefile github.com/MicahParks/keyfunc=/tmp/go-build693841089/b1614/_pkg_.a
2025-08-20T18:59:20.2595304Z [00:02:57.007]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build693841089/b1615/_pkg_.a
2025-08-20T18:59:20.2595803Z [00:02:57.007]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.2596223Z [00:02:57.007]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.2596527Z [00:02:57.007]➜  EOF
2025-08-20T18:59:20.2598416Z [00:02:57.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1612/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/appcheck=>firebase.google.com/go/v4@v4.12.0/appcheck;$WORK/b1612=>" -p firebase.google.com/go/v4/appcheck -lang=go1.17 -complete -installsuffix shared -buildid A-rC9eAx6fps1Q6LyY3O/A-rC9eAx6fps1Q6LyY3O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/appcheck/appcheck.go
2025-08-20T18:59:20.2731119Z [00:02:57.021]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T18:59:20.2749145Z [00:02:57.022]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/5d/5d274c2c4b304d4c2735f5654d36a6478c3e89193b3432783bf7affe7c4ae59e-d # internal
2025-08-20T18:59:20.2822816Z [00:02:57.030]➜  firebase.google.com/go/v4/auth
2025-08-20T18:59:20.2823670Z [00:02:57.030]➜  mkdir -p $WORK/b1616/
2025-08-20T18:59:20.2827570Z [00:02:57.030]➜  cat >/tmp/go-build693841089/b1616/importcfg << 'EOF' # internal
2025-08-20T18:59:20.2828003Z [00:02:57.030]➜  # import config
2025-08-20T18:59:20.2828739Z [00:02:57.030]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.2829266Z [00:02:57.030]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.2829704Z [00:02:57.030]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:20.2830152Z [00:02:57.030]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:20.2830597Z [00:02:57.030]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:20.2831046Z [00:02:57.030]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:20.2831498Z [00:02:57.030]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:20.2832020Z [00:02:57.030]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:20.2832484Z [00:02:57.030]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.2832942Z [00:02:57.030]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:20.2833380Z [00:02:57.030]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.2833899Z [00:02:57.030]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:20.2834412Z [00:02:57.030]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.2835162Z [00:02:57.030]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:20.2835716Z [00:02:57.030]➜  packagefile google.golang.org/api/iterator=/tmp/go-build693841089/b1543/_pkg_.a
2025-08-20T18:59:20.2836284Z [00:02:57.030]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:20.2837046Z [00:02:57.030]➜  packagefile google.golang.org/api/transport=/tmp/go-build693841089/b1611/_pkg_.a
2025-08-20T18:59:20.2837618Z [00:02:57.030]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:20.2838055Z [00:02:57.030]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.2838478Z [00:02:57.030]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.2838873Z [00:02:57.030]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:20.2839448Z [00:02:57.030]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:20.2839872Z [00:02:57.030]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:20.2840289Z [00:02:57.030]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.2840699Z [00:02:57.030]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.2841100Z [00:02:57.030]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.2841405Z [00:02:57.030]➜  EOF
2025-08-20T18:59:20.2846272Z [00:02:57.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1616/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth=>firebase.google.com/go/v4@v4.12.0/auth;$WORK/b1616=>" -p firebase.google.com/go/v4/auth -lang=go1.17 -complete -installsuffix shared -buildid tL0Q9yx-q_7P9ZrhX4Pg/tL0Q9yx-q_7P9ZrhX4Pg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/auth.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/auth_std.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/email_action_links.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/export_users.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/import_users.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/multi_factor_config_mgt.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/project_config_mgt.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/provider_config.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/tenant_mgt.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/token_generator.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/token_verifier.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/auth/user_mgt.go
2025-08-20T18:59:20.2907075Z [00:02:57.038]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T18:59:20.2919931Z [00:02:57.039]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/d9/d93efd52aedb87e40169f3f8b5a17520e2726a6b1078080c84de0c86dca4d4b3-d # internal
2025-08-20T18:59:20.2930699Z [00:02:57.041]➜  firebase.google.com/go/v4/db
2025-08-20T18:59:20.2931021Z [00:02:57.041]➜  mkdir -p $WORK/b1617/
2025-08-20T18:59:20.2938460Z [00:02:57.041]➜  cat >/tmp/go-build693841089/b1617/importcfg << 'EOF' # internal
2025-08-20T18:59:20.2938836Z [00:02:57.041]➜  # import config
2025-08-20T18:59:20.2939195Z [00:02:57.041]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.2939641Z [00:02:57.041]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.2940073Z [00:02:57.041]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.2940650Z [00:02:57.041]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:20.2941148Z [00:02:57.041]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.2941611Z [00:02:57.041]➜  packagefile golang.org/x/oauth2=/tmp/go-build693841089/b1215/_pkg_.a
2025-08-20T18:59:20.2942158Z [00:02:57.041]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:20.2942648Z [00:02:57.041]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.2943066Z [00:02:57.041]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.2943460Z [00:02:57.041]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:20.2944130Z [00:02:57.041]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:20.2944743Z [00:02:57.041]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:20.2945159Z [00:02:57.041]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:20.2945579Z [00:02:57.041]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.2945887Z [00:02:57.041]➜  EOF
2025-08-20T18:59:20.2956457Z [00:02:57.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1617/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/db=>firebase.google.com/go/v4@v4.12.0/db;$WORK/b1617=>" -p firebase.google.com/go/v4/db -lang=go1.17 -complete -installsuffix shared -buildid rvZJFlXIQZQSB3AZdI9O/rvZJFlXIQZQSB3AZdI9O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/db/db.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/db/query.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/db/ref.go
2025-08-20T18:59:20.3079098Z [00:02:57.055]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:20.3080760Z [00:02:57.055]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x029.o -c zstd_fast.c
2025-08-20T18:59:20.3454267Z [00:02:57.093]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T18:59:20.3504356Z [00:02:57.098]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/a3/a3831af70510b42068f1c1fc586e998e1af9c2386817b647966b47720efb629f-d # internal
2025-08-20T18:59:20.3510633Z [00:02:57.099]➜  cloud.google.com/go/firestore
2025-08-20T18:59:20.3511575Z [00:02:57.099]➜  mkdir -p $WORK/b1526/
2025-08-20T18:59:20.3517403Z [00:02:57.099]➜  cat >/tmp/go-build693841089/b1526/importcfg << 'EOF' # internal
2025-08-20T18:59:20.3519136Z [00:02:57.099]➜  # import config
2025-08-20T18:59:20.3520527Z [00:02:57.099]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.3522383Z [00:02:57.099]➜  packagefile cloud.google.com/go/firestore/apiv1=/tmp/go-build693841089/b1527/_pkg_.a
2025-08-20T18:59:20.3523146Z [00:02:57.099]➜  packagefile cloud.google.com/go/firestore/apiv1/firestorepb=/tmp/go-build693841089/b1528/_pkg_.a
2025-08-20T18:59:20.3523834Z [00:02:57.099]➜  packagefile cloud.google.com/go/firestore/internal=/tmp/go-build693841089/b1533/_pkg_.a
2025-08-20T18:59:20.3524496Z [00:02:57.099]➜  packagefile cloud.google.com/go/internal/btree=/tmp/go-build693841089/b1606/_pkg_.a
2025-08-20T18:59:20.3525235Z [00:02:57.099]➜  packagefile cloud.google.com/go/internal/fields=/tmp/go-build693841089/b1607/_pkg_.a
2025-08-20T18:59:20.3525847Z [00:02:57.099]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build693841089/b1608/_pkg_.a
2025-08-20T18:59:20.3526355Z [00:02:57.099]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.3526788Z [00:02:57.099]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:20.3527217Z [00:02:57.099]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.3527625Z [00:02:57.099]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.3528125Z [00:02:57.099]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:20.3528743Z [00:02:57.099]➜  packagefile github.com/golang/protobuf/ptypes=/tmp/go-build693841089/b1609/_pkg_.a
2025-08-20T18:59:20.3529392Z [00:02:57.099]➜  packagefile github.com/golang/protobuf/ptypes/timestamp=/tmp/go-build693841089/b151/_pkg_.a
2025-08-20T18:59:20.3530070Z [00:02:57.099]➜  packagefile github.com/golang/protobuf/ptypes/wrappers=/tmp/go-build693841089/b153/_pkg_.a
2025-08-20T18:59:20.3530855Z [00:02:57.099]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:20.3531496Z [00:02:57.099]➜  packagefile golang.org/x/time/rate=/tmp/go-build693841089/b1586/_pkg_.a
2025-08-20T18:59:20.3532058Z [00:02:57.099]➜  packagefile google.golang.org/api/iterator=/tmp/go-build693841089/b1543/_pkg_.a
2025-08-20T18:59:20.3532633Z [00:02:57.099]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:20.3533233Z [00:02:57.099]➜  packagefile google.golang.org/api/support/bundler=/tmp/go-build693841089/b1610/_pkg_.a
2025-08-20T18:59:20.3534007Z [00:02:57.099]➜  packagefile google.golang.org/api/transport=/tmp/go-build693841089/b1611/_pkg_.a
2025-08-20T18:59:20.3555918Z [00:02:57.099]➜  packagefile google.golang.org/genproto/googleapis/type/latlng=/tmp/go-build693841089/b1531/_pkg_.a
2025-08-20T18:59:20.3556732Z [00:02:57.099]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:20.3557308Z [00:02:57.099]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:20.3557884Z [00:02:57.099]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:20.3558454Z [00:02:57.099]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:20.3559116Z [00:02:57.099]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:59:20.3559665Z [00:02:57.099]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:20.3560395Z [00:02:57.099]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:20.3560793Z [00:02:57.099]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:20.3561203Z [00:02:57.099]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.3561601Z [00:02:57.099]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:20.3562001Z [00:02:57.099]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:20.3562418Z [00:02:57.099]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:20.3562822Z [00:02:57.099]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:20.3563227Z [00:02:57.099]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.3563728Z [00:02:57.099]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.3564228Z [00:02:57.099]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.3564540Z [00:02:57.099]➜  EOF
2025-08-20T18:59:20.3564971Z [00:02:57.100]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:20.3570870Z [00:02:57.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1526/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0=>cloud.google.com/go/firestore@v1.14.0;$WORK/b1526=>" -p cloud.google.com/go/firestore -lang=go1.19 -complete -installsuffix shared -buildid HRgS6ym0gevrrN7SG16D/HRgS6ym0gevrrN7SG16D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/bulkwriter.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/client.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/collgroupref.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/collref.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/doc.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/docref.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/document.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/fieldpath.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/from_value.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/list_documents.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/options.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/order.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/query.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/to_value.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/transaction.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/watch.go /root/go/pkg/mod/cloud.google.com/go/firestore@v1.14.0/writebatch.go
2025-08-20T18:59:20.3870537Z [00:02:57.134]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T18:59:20.3903610Z [00:02:57.137]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/90/90578cbda72041aad8dc95d110d0e554694b89d1159c71446e2a9cf5d1986471-d # internal
2025-08-20T18:59:20.3919797Z [00:02:57.139]➜  firebase.google.com/go/v4/errorutils
2025-08-20T18:59:20.3926769Z [00:02:57.139]➜  mkdir -p $WORK/b1619/
2025-08-20T18:59:20.3927171Z [00:02:57.139]➜  cat >/tmp/go-build693841089/b1619/importcfg << 'EOF' # internal
2025-08-20T18:59:20.3927518Z [00:02:57.139]➜  # import config
2025-08-20T18:59:20.3927955Z [00:02:57.139]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:20.3928472Z [00:02:57.139]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.3928803Z [00:02:57.139]➜  EOF
2025-08-20T18:59:20.3930724Z [00:02:57.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1619/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/errorutils=>firebase.google.com/go/v4@v4.12.0/errorutils;$WORK/b1619=>" -p firebase.google.com/go/v4/errorutils -lang=go1.17 -complete -installsuffix shared -buildid yUFmdW7rliAHDaOPqeEd/yUFmdW7rliAHDaOPqeEd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/errorutils/errorutils.go
2025-08-20T18:59:20.4211033Z [00:02:57.168]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T18:59:20.4215243Z [00:02:57.169]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/ed/edbc9597cd9d4975514e0da5528f6172de47187e760e9acc63406b9427dca9d7-d # internal
2025-08-20T18:59:20.4222621Z [00:02:57.170]➜  firebase.google.com/go/v4/iid
2025-08-20T18:59:20.4223383Z [00:02:57.170]➜  mkdir -p $WORK/b1618/
2025-08-20T18:59:20.4233279Z [00:02:57.171]➜  cat >/tmp/go-build693841089/b1618/importcfg << 'EOF' # internal
2025-08-20T18:59:20.4234121Z [00:02:57.171]➜  # import config
2025-08-20T18:59:20.4235177Z [00:02:57.171]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.4235647Z [00:02:57.171]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.4236444Z [00:02:57.171]➜  packagefile firebase.google.com/go/v4/errorutils=/tmp/go-build693841089/b1619/_pkg_.a
2025-08-20T18:59:20.4237175Z [00:02:57.171]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:20.4237686Z [00:02:57.171]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.4238096Z [00:02:57.171]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.4238519Z [00:02:57.171]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.4238829Z [00:02:57.171]➜  EOF
2025-08-20T18:59:20.4252445Z [00:02:57.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1618/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/iid=>firebase.google.com/go/v4@v4.12.0/iid;$WORK/b1618=>" -p firebase.google.com/go/v4/iid -lang=go1.17 -complete -installsuffix shared -buildid 1k2SzgCZEdUNpZVYq3s4/1k2SzgCZEdUNpZVYq3s4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/iid/iid.go
2025-08-20T18:59:20.4321395Z [00:02:57.180]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:20.4323930Z [00:02:57.180]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x030.o -c zstd_lazy.c
2025-08-20T18:59:20.5036493Z [00:02:57.251]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T18:59:20.5051759Z [00:02:57.253]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/97/976b106c82321d66972cbddcd33c7b72ac27de0279c869fe9e0b295388c1e94f-d # internal
2025-08-20T18:59:20.5065036Z [00:02:57.254]➜  firebase.google.com/go/v4/messaging
2025-08-20T18:59:20.5068244Z [00:02:57.254]➜  mkdir -p $WORK/b1620/
2025-08-20T18:59:20.5068694Z [00:02:57.254]➜  cat >/tmp/go-build693841089/b1620/importcfg << 'EOF' # internal
2025-08-20T18:59:20.5069065Z [00:02:57.254]➜  # import config
2025-08-20T18:59:20.5069408Z [00:02:57.254]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:20.5069832Z [00:02:57.254]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.5070246Z [00:02:57.254]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.5072522Z [00:02:57.255]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.5073534Z [00:02:57.255]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.5074128Z [00:02:57.255]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:20.5074800Z [00:02:57.255]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.5075372Z [00:02:57.255]➜  packagefile google.golang.org/api/transport=/tmp/go-build693841089/b1611/_pkg_.a
2025-08-20T18:59:20.5075856Z [00:02:57.255]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:20.5076620Z [00:02:57.255]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:20.5085811Z [00:02:57.255]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:20.5086274Z [00:02:57.255]➜  packagefile mime/multipart=/tmp/go-build693841089/b251/_pkg_.a
2025-08-20T18:59:20.5086720Z [00:02:57.255]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.5087163Z [00:02:57.255]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:59:20.5087613Z [00:02:57.255]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.5088025Z [00:02:57.255]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:20.5088435Z [00:02:57.255]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:20.5089095Z [00:02:57.255]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.5089589Z [00:02:57.255]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.5090004Z [00:02:57.255]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.5090312Z [00:02:57.255]➜  EOF
2025-08-20T18:59:20.5090580Z [00:02:57.255]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:20.5093434Z [00:02:57.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1620/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/messaging=>firebase.google.com/go/v4@v4.12.0/messaging;$WORK/b1620=>" -p firebase.google.com/go/v4/messaging -lang=go1.17 -complete -installsuffix shared -buildid gfIFMLHVS00ykFK-8LFR/gfIFMLHVS00ykFK-8LFR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/messaging/messaging.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/messaging/messaging_batch.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/messaging/messaging_utils.go /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/messaging/topic_mgt.go
2025-08-20T18:59:20.6639858Z [00:02:57.411]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T18:59:20.6858579Z [00:02:57.433]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/d2/d2bcd7e318717e2f5e8cbf7370a11cc9604423a16a14c810a0cd90f7f57a7c16-d # internal
2025-08-20T18:59:20.6859320Z [00:02:57.433]➜  cloud.google.com/go/internal
2025-08-20T18:59:20.6859618Z [00:02:57.433]➜  mkdir -p $WORK/b1626/
2025-08-20T18:59:20.6859998Z [00:02:57.433]➜  cat >/tmp/go-build693841089/b1626/importcfg << 'EOF' # internal
2025-08-20T18:59:20.6860353Z [00:02:57.433]➜  # import config
2025-08-20T18:59:20.6860946Z [00:02:57.433]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.6861420Z [00:02:57.433]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.6861925Z [00:02:57.433]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:20.6862525Z [00:02:57.433]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:20.6863112Z [00:02:57.433]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:20.6863598Z [00:02:57.433]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.6863901Z [00:02:57.433]➜  EOF
2025-08-20T18:59:20.6866084Z [00:02:57.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1626/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal=>cloud.google.com/go@v0.112.1/internal;$WORK/b1626=>" -p cloud.google.com/go/internal -lang=go1.19 -complete -installsuffix shared -buildid 4BUVEaOqf9N1F4GHRgaa/4BUVEaOqf9N1F4GHRgaa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/annotate.go /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/retry.go
2025-08-20T18:59:20.7111326Z [00:02:57.459]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T18:59:20.7143223Z [00:02:57.462]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/28/2894dc3b36324361bc0958c5c983be0f891114ae772d5fdba3fe31d428f4d7e0-d # internal
2025-08-20T18:59:20.7144710Z [00:02:57.462]➜  cloud.google.com/go/internal/optional
2025-08-20T18:59:20.7145360Z [00:02:57.462]➜  mkdir -p $WORK/b1627/
2025-08-20T18:59:20.7145954Z [00:02:57.462]➜  cat >/tmp/go-build693841089/b1627/importcfg << 'EOF' # internal
2025-08-20T18:59:20.7146452Z [00:02:57.462]➜  # import config
2025-08-20T18:59:20.7146877Z [00:02:57.462]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.7147940Z [00:02:57.462]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.7148359Z [00:02:57.462]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.7148663Z [00:02:57.462]➜  EOF
2025-08-20T18:59:20.7150779Z [00:02:57.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1627/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/optional=>cloud.google.com/go@v0.112.1/internal/optional;$WORK/b1627=>" -p cloud.google.com/go/internal/optional -lang=go1.19 -complete -installsuffix shared -buildid cWDZB0a_pVLlvWyQ_hAF/cWDZB0a_pVLlvWyQ_hAF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/optional/optional.go
2025-08-20T18:59:20.7267840Z [00:02:57.474]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T18:59:20.7289136Z [00:02:57.475]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/23/234b0e0f23308e8836f2399c8ced0476fabc20ef637aee07228b9b380bd055d8-d # internal
2025-08-20T18:59:20.7290358Z [00:02:57.475]➜  cloud.google.com/go/internal/version
2025-08-20T18:59:20.7291017Z [00:02:57.475]➜  mkdir -p $WORK/b1628/
2025-08-20T18:59:20.7291606Z [00:02:57.475]➜  cat >/tmp/go-build693841089/b1628/importcfg << 'EOF' # internal
2025-08-20T18:59:20.7292081Z [00:02:57.475]➜  # import config
2025-08-20T18:59:20.7292631Z [00:02:57.475]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:20.7293306Z [00:02:57.475]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.7294194Z [00:02:57.475]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:20.7295369Z [00:02:57.475]➜  EOF
2025-08-20T18:59:20.7297494Z [00:02:57.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1628/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/version=>cloud.google.com/go@v0.112.1/internal/version;$WORK/b1628=>" -p cloud.google.com/go/internal/version -lang=go1.19 -complete -installsuffix shared -buildid Mucm3DCe4Tk91_l2Xw9J/Mucm3DCe4Tk91_l2Xw9J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1628/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.112.1/internal/version/version.go
2025-08-20T18:59:20.7325443Z [00:02:57.480]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:20.7327459Z [00:02:57.480]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x031.o -c zstd_ldm.c
2025-08-20T18:59:20.7346733Z [00:02:57.482]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T18:59:20.7352311Z [00:02:57.483]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/6e/6ebe599e861dd125736a756f010e19154f1bb3d110983a2ee0c3e43597226c45-d # internal
2025-08-20T18:59:20.7352964Z [00:02:57.483]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T18:59:20.7353300Z [00:02:57.483]➜  mkdir -p $WORK/b1632/
2025-08-20T18:59:20.7353964Z [00:02:57.483]➜  cat >/tmp/go-build693841089/b1632/importcfg << 'EOF' # internal
2025-08-20T18:59:20.7354478Z [00:02:57.483]➜  # import config
2025-08-20T18:59:20.7355224Z [00:02:57.483]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:20.7356031Z [00:02:57.483]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:20.7366312Z [00:02:57.483]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:20.7367324Z [00:02:57.483]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.7367680Z [00:02:57.483]➜  EOF
2025-08-20T18:59:20.7367965Z [00:02:57.483]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:20.7370752Z [00:02:57.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1632/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/date=>google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/date;$WORK/b1632=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.19 -complete -installsuffix shared -buildid gI7YbSjppNJIXK50NUW8/gI7YbSjppNJIXK50NUW8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1632/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20240213162025-012b6fc9bca9/googleapis/type/date/date.pb.go
2025-08-20T18:59:20.7464335Z [00:02:57.494]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T18:59:20.7467339Z [00:02:57.494]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/54/549133a8ea6578b8f80ed30f3a7c4dc1cb30fdd2dbbd13b6f05dabc9fa2f1935-d # internal
2025-08-20T18:59:20.7470657Z [00:02:57.495]➜  google.golang.org/api/internal/gensupport
2025-08-20T18:59:20.7471251Z [00:02:57.495]➜  mkdir -p $WORK/b1634/
2025-08-20T18:59:20.7473044Z [00:02:57.495]➜  cat >/tmp/go-build693841089/b1634/importcfg << 'EOF' # internal
2025-08-20T18:59:20.7473692Z [00:02:57.495]➜  # import config
2025-08-20T18:59:20.7474255Z [00:02:57.495]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.7475080Z [00:02:57.495]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.7476024Z [00:02:57.495]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.7476517Z [00:02:57.495]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.7477247Z [00:02:57.495]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.7477711Z [00:02:57.495]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:20.7478273Z [00:02:57.495]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:20.7478897Z [00:02:57.495]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build693841089/b1536/_pkg_.a
2025-08-20T18:59:20.7479659Z [00:02:57.495]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build693841089/b1541/_pkg_.a
2025-08-20T18:59:20.7480331Z [00:02:57.495]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:20.7480922Z [00:02:57.495]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:20.7481398Z [00:02:57.495]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:20.7481795Z [00:02:57.495]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:20.7482197Z [00:02:57.495]➜  packagefile mime=/tmp/go-build693841089/b161/_pkg_.a
2025-08-20T18:59:20.7482656Z [00:02:57.495]➜  packagefile mime/multipart=/tmp/go-build693841089/b251/_pkg_.a
2025-08-20T18:59:20.7483082Z [00:02:57.495]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:20.7483489Z [00:02:57.495]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.7483936Z [00:02:57.495]➜  packagefile net/textproto=/tmp/go-build693841089/b248/_pkg_.a
2025-08-20T18:59:20.7484370Z [00:02:57.495]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.7484971Z [00:02:57.495]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:20.7485392Z [00:02:57.495]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:20.7485804Z [00:02:57.495]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.7486435Z [00:02:57.495]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.7486847Z [00:02:57.495]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:20.7487253Z [00:02:57.495]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.7487656Z [00:02:57.495]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:20.7487961Z [00:02:57.495]➜  EOF
2025-08-20T18:59:20.7493274Z [00:02:57.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1634/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport=>google.golang.org/api@v0.169.0/internal/gensupport;$WORK/b1634=>" -p google.golang.org/api/internal/gensupport -lang=go1.19 -complete -installsuffix shared -buildid BI_09FwzbAXfZpKNnz6I/BI_09FwzbAXfZpKNnz6I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1634/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/buffer.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/doc.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/error.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/json.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/jsonfloat.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/media.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/params.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/resumable.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/retry.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/retryable_linux.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/send.go /root/go/pkg/mod/google.golang.org/api@v0.169.0/internal/gensupport/version.go
2025-08-20T18:59:20.7855176Z [00:02:57.533]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T18:59:20.7863699Z [00:02:57.534]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/bf/bfaa1860e2d380c2e60c70be802eb5c58450cbabc6b7ac07f44bb952ad590e18-d # internal
2025-08-20T18:59:20.7873501Z [00:02:57.535]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T18:59:20.7873881Z [00:02:57.535]➜  mkdir -p $WORK/b1631/
2025-08-20T18:59:20.7879082Z [00:02:57.535]➜  cat >/tmp/go-build693841089/b1631/importcfg << 'EOF' # internal
2025-08-20T18:59:20.7879487Z [00:02:57.535]➜  # import config
2025-08-20T18:59:20.7880165Z [00:02:57.535]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build693841089/b1624/_pkg_.a
2025-08-20T18:59:20.7880751Z [00:02:57.535]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.7881358Z [00:02:57.535]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build693841089/b1529/_pkg_.a
2025-08-20T18:59:20.7882105Z [00:02:57.535]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build693841089/b1632/_pkg_.a
2025-08-20T18:59:20.7882718Z [00:02:57.535]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:20.7883268Z [00:02:57.535]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:20.7883826Z [00:02:57.535]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:20.7884460Z [00:02:57.535]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:20.7885862Z [00:02:57.535]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build693841089/b102/_pkg_.a
2025-08-20T18:59:20.7886575Z [00:02:57.535]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:20.7887282Z [00:02:57.535]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build693841089/b1532/_pkg_.a
2025-08-20T18:59:20.7887999Z [00:02:57.535]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build693841089/b159/_pkg_.a
2025-08-20T18:59:20.7888997Z [00:02:57.536]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:59:20.7889568Z [00:02:57.536]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:20.7889976Z [00:02:57.536]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.7890272Z [00:02:57.536]➜  EOF
2025-08-20T18:59:20.7897219Z [00:02:57.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1631/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/apiv2/storagepb=>cloud.google.com/go/storage@v1.38.0/internal/apiv2/storagepb;$WORK/b1631=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.19 -complete -installsuffix shared -buildid Y8uwppyzovH81p03iU_T/Y8uwppyzovH81p03iU_T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1631/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T18:59:20.8174844Z [00:02:57.565]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:20.8176525Z [00:02:57.565]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x032.o -c zstd_opt.c
2025-08-20T18:59:20.8956341Z [00:02:57.643]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T18:59:20.8976814Z [00:02:57.645]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/a2/a233d65b90f42d4b3009d67cf9c21d312d256dbecefea8e0d20a2cf4f2ca74a3-d # internal
2025-08-20T18:59:20.8977972Z [00:02:57.645]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T18:59:20.8978357Z [00:02:57.645]➜  mkdir -p $WORK/b1633/
2025-08-20T18:59:20.9006673Z [00:02:57.646]➜  cat >/tmp/go-build693841089/b1633/importcfg << 'EOF' # internal
2025-08-20T18:59:20.9007120Z [00:02:57.646]➜  # import config
2025-08-20T18:59:20.9007825Z [00:02:57.646]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.9008250Z [00:02:57.646]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.9008692Z [00:02:57.646]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.9009129Z [00:02:57.646]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.9009665Z [00:02:57.646]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.9010221Z [00:02:57.646]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:20.9010801Z [00:02:57.646]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:20.9011436Z [00:02:57.646]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build693841089/b1634/_pkg_.a
2025-08-20T18:59:20.9012049Z [00:02:57.646]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:20.9012685Z [00:02:57.646]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build693841089/b1581/_pkg_.a
2025-08-20T18:59:20.9013330Z [00:02:57.646]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build693841089/b1601/_pkg_.a
2025-08-20T18:59:20.9013822Z [00:02:57.646]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:20.9014227Z [00:02:57.646]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.9015166Z [00:02:57.646]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.9015650Z [00:02:57.646]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:20.9016065Z [00:02:57.646]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.9016369Z [00:02:57.646]➜  EOF
2025-08-20T18:59:20.9016647Z [00:02:57.646]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:20.9018767Z [00:02:57.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1633/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/iamcredentials/v1=>google.golang.org/api@v0.169.0/iamcredentials/v1;$WORK/b1633=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.19 -complete -installsuffix shared -buildid ZPSHsuZYxxR6w5yMFvkM/ZPSHsuZYxxR6w5yMFvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1633/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T18:59:20.9161906Z [00:02:57.664]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T18:59:20.9340599Z [00:02:57.681]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/79/797a1b4dd54eba4a86d2520fb90e54041f3e2d2a5b3020e85c3c03ac4cd55771-d # internal
2025-08-20T18:59:20.9345720Z [00:02:57.682]➜  google.golang.org/api/storage/v1
2025-08-20T18:59:20.9346395Z [00:02:57.682]➜  mkdir -p $WORK/b1635/
2025-08-20T18:59:20.9381164Z [00:02:57.686]➜  cat >/tmp/go-build693841089/b1635/importcfg << 'EOF' # internal
2025-08-20T18:59:20.9381974Z [00:02:57.686]➜  # import config
2025-08-20T18:59:20.9382771Z [00:02:57.686]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:20.9383240Z [00:02:57.686]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:20.9383700Z [00:02:57.686]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:20.9384142Z [00:02:57.686]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.9384566Z [00:02:57.686]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:20.9385309Z [00:02:57.686]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:20.9385903Z [00:02:57.686]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:20.9386494Z [00:02:57.686]➜  packagefile google.golang.org/api/internal=/tmp/go-build693841089/b1554/_pkg_.a
2025-08-20T18:59:20.9387121Z [00:02:57.686]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build693841089/b1634/_pkg_.a
2025-08-20T18:59:20.9388134Z [00:02:57.686]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:20.9388766Z [00:02:57.686]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build693841089/b1581/_pkg_.a
2025-08-20T18:59:20.9389417Z [00:02:57.686]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build693841089/b1601/_pkg_.a
2025-08-20T18:59:20.9390031Z [00:02:57.686]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:20.9390508Z [00:02:57.686]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:20.9391361Z [00:02:57.686]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:20.9391783Z [00:02:57.686]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:20.9392203Z [00:02:57.686]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:20.9392509Z [00:02:57.686]➜  EOF
2025-08-20T18:59:20.9394359Z [00:02:57.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1635/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.169.0/storage/v1=>google.golang.org/api@v0.169.0/storage/v1;$WORK/b1635=>" -p google.golang.org/api/storage/v1 -lang=go1.19 -complete -installsuffix shared -buildid LWCAj_TYZwh_GPPCew3r/LWCAj_TYZwh_GPPCew3r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1635/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.169.0/storage/v1/storage-gen.go
2025-08-20T18:59:20.9868719Z [00:02:57.734]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T18:59:20.9895061Z [00:02:57.737]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/a1/a1335853855fd55f8e424bca630d490538526020bf1bf081c8a1089f95d13cd1-d # internal
2025-08-20T18:59:20.9902064Z [00:02:57.738]➜  github.com/sideshow/apns2/token
2025-08-20T18:59:20.9902440Z [00:02:57.738]➜  mkdir -p $WORK/b1637/
2025-08-20T18:59:20.9906593Z [00:02:57.738]➜  cat >/tmp/go-build693841089/b1637/importcfg << 'EOF' # internal
2025-08-20T18:59:20.9907795Z [00:02:57.738]➜  # import config
2025-08-20T18:59:20.9908573Z [00:02:57.738]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:20.9909447Z [00:02:57.738]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:20.9909932Z [00:02:57.738]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:20.9910393Z [00:02:57.738]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:20.9910907Z [00:02:57.738]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build693841089/b1615/_pkg_.a
2025-08-20T18:59:20.9911402Z [00:02:57.738]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:20.9911820Z [00:02:57.738]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:20.9912487Z [00:02:57.738]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:20.9912844Z [00:02:57.738]➜  EOF
2025-08-20T18:59:20.9914809Z [00:02:57.738]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/token=>github.com/sideshow/apns2@v0.23.0/token;$WORK/b1637=>" -p github.com/sideshow/apns2/token -lang=go1.15 -complete -installsuffix shared -buildid n8R2f_y48hlS2oxZ5_iw/n8R2f_y48hlS2oxZ5_iw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1637/importcfg -pack /root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/token/token.go
2025-08-20T18:59:21.0120508Z [00:02:57.759]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T18:59:21.0127692Z [00:02:57.760]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/5b/5b81a2c776dda61d28e00fa3e15a59b41b242bb13f6b7de07b7f7827a9205a7d-d # internal
2025-08-20T18:59:21.0144336Z [00:02:57.762]➜  github.com/sideshow/apns2
2025-08-20T18:59:21.0144958Z [00:02:57.762]➜  mkdir -p $WORK/b1636/
2025-08-20T18:59:21.0145456Z [00:02:57.762]➜  cat >/tmp/go-build693841089/b1636/importcfg << 'EOF' # internal
2025-08-20T18:59:21.0145917Z [00:02:57.762]➜  # import config
2025-08-20T18:59:21.0146630Z [00:02:57.762]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:21.0147202Z [00:02:57.762]➜  packagefile container/list=/tmp/go-build693841089/b164/_pkg_.a
2025-08-20T18:59:21.0147732Z [00:02:57.762]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:21.0148250Z [00:02:57.762]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:21.0148803Z [00:02:57.762]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:21.0149383Z [00:02:57.762]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.0150044Z [00:02:57.762]➜  packagefile github.com/sideshow/apns2/token=/tmp/go-build693841089/b1637/_pkg_.a
2025-08-20T18:59:21.0150693Z [00:02:57.762]➜  packagefile golang.org/x/net/http2=/tmp/go-build693841089/b297/_pkg_.a
2025-08-20T18:59:21.0151222Z [00:02:57.762]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:21.0151912Z [00:02:57.762]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:21.0152415Z [00:02:57.762]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:21.0152950Z [00:02:57.762]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:21.0153465Z [00:02:57.762]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:21.0153971Z [00:02:57.762]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.0154375Z [00:02:57.762]➜  EOF
2025-08-20T18:59:21.0157028Z [00:02:57.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0=>github.com/sideshow/apns2@v0.23.0;$WORK/b1636=>" -p github.com/sideshow/apns2 -lang=go1.15 -complete -installsuffix shared -buildid DsdKoyNQbU_L6LARO1g8/DsdKoyNQbU_L6LARO1g8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1636/importcfg -pack /root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/client.go /root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/client_manager.go /root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/notification.go /root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/response.go
2025-08-20T18:59:21.1826677Z [00:02:57.928]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T18:59:21.1853113Z [00:02:57.933]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/1d/1d1b4a9eb1dc172ddcea2b82bd1e3f5917c6e375c8564414fc0149ac3fd33a52-d # internal
2025-08-20T18:59:21.1865823Z [00:02:57.934]➜  golang.org/x/crypto/pkcs12/internal/rc2
2025-08-20T18:59:21.1866713Z [00:02:57.934]➜  mkdir -p $WORK/b1640/
2025-08-20T18:59:21.1874180Z [00:02:57.935]➜  cat >/tmp/go-build693841089/b1640/importcfg << 'EOF' # internal
2025-08-20T18:59:21.1875390Z [00:02:57.935]➜  # import config
2025-08-20T18:59:21.1876329Z [00:02:57.935]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:21.1877125Z [00:02:57.935]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:21.1877737Z [00:02:57.935]➜  packagefile math/bits=/tmp/go-build693841089/b042/_pkg_.a
2025-08-20T18:59:21.1878281Z [00:02:57.935]➜  EOF
2025-08-20T18:59:21.1880684Z [00:02:57.935]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1640/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/internal/rc2=>golang.org/x/crypto@v0.31.0/pkcs12/internal/rc2;$WORK/b1640=>" -p golang.org/x/crypto/pkcs12/internal/rc2 -lang=go1.20 -complete -installsuffix shared -buildid gOqBMQAErazOi7RjkfHb/gOqBMQAErazOi7RjkfHb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1640/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/internal/rc2/rc2.go
2025-08-20T18:59:21.2040995Z [00:02:57.951]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T18:59:21.2067003Z [00:02:57.954]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/8e/8e9c133942b95da6aa31f1a6e96a098ef1a9822f8714df5b7c6070c718ef4696-d # internal
2025-08-20T18:59:21.2144440Z [00:02:57.962]➜  golang.org/x/crypto/pkcs12
2025-08-20T18:59:21.2145459Z [00:02:57.962]➜  mkdir -p $WORK/b1639/
2025-08-20T18:59:21.2149987Z [00:02:57.962]➜  cat >/tmp/go-build693841089/b1639/importcfg << 'EOF' # internal
2025-08-20T18:59:21.2150354Z [00:02:57.962]➜  # import config
2025-08-20T18:59:21.2150693Z [00:02:57.962]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:21.2151136Z [00:02:57.962]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:21.2151599Z [00:02:57.962]➜  packagefile crypto/des=/tmp/go-build693841089/b195/_pkg_.a
2025-08-20T18:59:21.2152050Z [00:02:57.962]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:21.2152502Z [00:02:57.962]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:21.2152946Z [00:02:57.962]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:21.2153399Z [00:02:57.962]➜  packagefile crypto/sha1=/tmp/go-build693841089/b231/_pkg_.a
2025-08-20T18:59:21.2154090Z [00:02:57.962]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:21.2154561Z [00:02:57.962]➜  packagefile crypto/x509/pkix=/tmp/go-build693841089/b237/_pkg_.a
2025-08-20T18:59:21.2162166Z [00:02:57.962]➜  packagefile encoding/asn1=/tmp/go-build693841089/b211/_pkg_.a
2025-08-20T18:59:21.2162632Z [00:02:57.962]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:21.2163130Z [00:02:57.963]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:21.2163568Z [00:02:57.963]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.2164121Z [00:02:57.963]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build693841089/b1640/_pkg_.a
2025-08-20T18:59:21.2164778Z [00:02:57.963]➜  packagefile math/big=/tmp/go-build693841089/b191/_pkg_.a
2025-08-20T18:59:21.2165281Z [00:02:57.963]➜  packagefile unicode/utf16=/tmp/go-build693841089/b080/_pkg_.a
2025-08-20T18:59:21.2165614Z [00:02:57.963]➜  EOF
2025-08-20T18:59:21.2168745Z [00:02:57.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1639/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12=>golang.org/x/crypto@v0.31.0/pkcs12;$WORK/b1639=>" -p golang.org/x/crypto/pkcs12 -lang=go1.20 -complete -installsuffix shared -buildid dI74Td2AmjSuf26TgUYL/dI74Td2AmjSuf26TgUYL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1639/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/bmp-string.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/crypto.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/errors.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/pbkdf.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/pkcs12.go /root/go/pkg/mod/golang.org/x/crypto@v0.31.0/pkcs12/safebags.go
2025-08-20T18:59:21.2707022Z [00:02:58.017]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T18:59:21.2811500Z [00:02:58.028]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T18:59:21.2832544Z [00:02:58.031]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/64/64713d24753bdab42162154a4624a42243475f98d56c982bbfdaab8f776eff24-d # internal
2025-08-20T18:59:21.2834451Z [00:02:58.031]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/10/10bc5ac8dc9e166bf052ff99f3681f498531c87900f2f040b8f3d8dcb03f9647-d # internal
2025-08-20T18:59:21.2835956Z [00:02:58.031]➜  github.com/sideshow/apns2/certificate
2025-08-20T18:59:21.2839007Z [00:02:58.031]➜  mkdir -p $WORK/b1638/
2025-08-20T18:59:21.2843392Z [00:02:58.032]➜  cat >/tmp/go-build693841089/b1638/importcfg << 'EOF' # internal
2025-08-20T18:59:21.2843826Z [00:02:58.032]➜  # import config
2025-08-20T18:59:21.2844174Z [00:02:58.032]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:21.2844973Z [00:02:58.032]➜  packagefile crypto/tls=/tmp/go-build693841089/b193/_pkg_.a
2025-08-20T18:59:21.2845455Z [00:02:58.032]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:21.2851816Z [00:02:58.032]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:21.2852967Z [00:02:58.032]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.2856222Z [00:02:58.032]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build693841089/b1639/_pkg_.a
2025-08-20T18:59:21.2856919Z [00:02:58.032]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:21.2858162Z [00:02:58.032]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.2858494Z [00:02:58.032]➜  EOF
2025-08-20T18:59:21.2858767Z [00:02:58.032]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T18:59:21.2859085Z [00:02:58.032]➜  mkdir -p $WORK/b1630/
2025-08-20T18:59:21.2859456Z [00:02:58.032]➜  cat >/tmp/go-build693841089/b1630/importcfg << 'EOF' # internal
2025-08-20T18:59:21.2859810Z [00:02:58.032]➜  # import config
2025-08-20T18:59:21.2860250Z [00:02:58.032]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build693841089/b1624/_pkg_.a
2025-08-20T18:59:21.2861098Z [00:02:58.032]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build693841089/b1629/_pkg_.a
2025-08-20T18:59:21.2861804Z [00:02:58.032]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build693841089/b1631/_pkg_.a
2025-08-20T18:59:21.2862383Z [00:02:58.032]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:21.2862790Z [00:02:58.032]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.2863295Z [00:02:58.032]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:21.2863882Z [00:02:58.032]➜  packagefile google.golang.org/api/iterator=/tmp/go-build693841089/b1543/_pkg_.a
2025-08-20T18:59:21.2864515Z [00:02:58.032]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:21.2865475Z [00:02:58.032]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build693841089/b1581/_pkg_.a
2025-08-20T18:59:21.2866141Z [00:02:58.033]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build693841089/b1582/_pkg_.a
2025-08-20T18:59:21.2866712Z [00:02:58.033]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:21.2867260Z [00:02:58.033]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:21.2867835Z [00:02:58.033]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:21.2868333Z [00:02:58.033]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:21.2868755Z [00:02:58.033]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:21.2869167Z [00:02:58.033]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:21.2869583Z [00:02:58.033]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.2870150Z [00:02:58.033]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.2870515Z [00:02:58.033]➜  EOF
2025-08-20T18:59:21.2872500Z [00:02:58.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/certificate=>github.com/sideshow/apns2@v0.23.0/certificate;$WORK/b1638=>" -p github.com/sideshow/apns2/certificate -lang=go1.15 -complete -installsuffix shared -buildid VCYp0yEj8lnYlRsRNOyH/VCYp0yEj8lnYlRsRNOyH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1638/importcfg -pack /root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/certificate/certificate.go
2025-08-20T18:59:21.2884128Z [00:02:58.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1630/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/apiv2=>cloud.google.com/go/storage@v1.38.0/internal/apiv2;$WORK/b1630=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.19 -complete -installsuffix shared -buildid K-SfwIex5KeI9r3OtVYQ/K-SfwIex5KeI9r3OtVYQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1630/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/apiv2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/apiv2/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/apiv2/storage_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/internal/apiv2/version.go
2025-08-20T18:59:21.3219708Z [00:02:58.069]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T18:59:21.3232635Z [00:02:58.071]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/77/775ab5761459123bb2365f35f9d04256199eb49695832d469cea73b23598a856-d # internal
2025-08-20T18:59:21.3243597Z [00:02:58.072]➜  github.com/sideshow/apns2/payload
2025-08-20T18:59:21.3249411Z [00:02:58.073]➜  mkdir -p $WORK/b1641/
2025-08-20T18:59:21.3259390Z [00:02:58.073]➜  cat >/tmp/go-build693841089/b1641/importcfg << 'EOF' # internal
2025-08-20T18:59:21.3262441Z [00:02:58.074]➜  # import config
2025-08-20T18:59:21.3265364Z [00:02:58.074]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.3266000Z [00:02:58.074]➜  EOF
2025-08-20T18:59:21.3275662Z [00:02:58.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/payload=>github.com/sideshow/apns2@v0.23.0/payload;$WORK/b1641=>" -p github.com/sideshow/apns2/payload -lang=go1.15 -complete -installsuffix shared -buildid 9DhnLLyCaqlC5s5j4owQ/9DhnLLyCaqlC5s5j4owQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1641/importcfg -pack /root/go/pkg/mod/github.com/sideshow/apns2@v0.23.0/payload/builder.go
2025-08-20T18:59:21.3543770Z [00:02:58.102]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T18:59:21.3587403Z [00:02:58.106]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/44/445af3ca7c7750385a3e8d1a8b196ebb16ea5676052d9f4a5a46e8a8a6cf7df2-d # internal
2025-08-20T18:59:21.3602460Z [00:02:58.108]➜  github.com/tj/assert
2025-08-20T18:59:21.3602939Z [00:02:58.108]➜  mkdir -p $WORK/b1643/
2025-08-20T18:59:21.3611422Z [00:02:58.109]➜  cat >/tmp/go-build693841089/b1643/importcfg << 'EOF' # internal
2025-08-20T18:59:21.3613930Z [00:02:58.109]➜  # import config
2025-08-20T18:59:21.3619503Z [00:02:58.109]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build693841089/b508/_pkg_.a
2025-08-20T18:59:21.3620037Z [00:02:58.109]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:21.3620460Z [00:02:58.109]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:21.3620884Z [00:02:58.109]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.3621186Z [00:02:58.109]➜  EOF
2025-08-20T18:59:21.3623979Z [00:02:58.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tj/assert@v0.0.3=>github.com/tj/assert@v0.0.3;$WORK/b1643=>" -p github.com/tj/assert -lang=go1.14 -complete -installsuffix shared -buildid j_h_PdlZwzEVLtHEvLsw/j_h_PdlZwzEVLtHEvLsw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1643/importcfg -pack /root/go/pkg/mod/github.com/tj/assert@v0.0.3/doc.go /root/go/pkg/mod/github.com/tj/assert@v0.0.3/forward_requirements.go /root/go/pkg/mod/github.com/tj/assert@v0.0.3/require.go /root/go/pkg/mod/github.com/tj/assert@v0.0.3/require_forward.go /root/go/pkg/mod/github.com/tj/assert@v0.0.3/requirements.go
2025-08-20T18:59:21.4662308Z [00:02:58.213]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T18:59:21.4676986Z [00:02:58.215]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/38/384669667295581066479a71f4ae013632b83fccaf53418e12563fe10ae91b3e-d # internal
2025-08-20T18:59:21.4678298Z [00:02:58.215]➜  berty.tech/berty/v2/go/pkg/bertyvcissuer/templates
2025-08-20T18:59:21.4707733Z [00:02:58.218]➜  mkdir -p $WORK/b1645/
2025-08-20T18:59:21.4716058Z [00:02:58.219]➜  cat >/tmp/go-build693841089/b1645/importcfg << 'EOF' # internal
2025-08-20T18:59:21.4717193Z [00:02:58.219]➜  # import config
2025-08-20T18:59:21.4717947Z [00:02:58.219]➜  packagefile embed=/tmp/go-build693841089/b107/_pkg_.a
2025-08-20T18:59:21.4718714Z [00:02:58.219]➜  packagefile html/template=/tmp/go-build693841089/b260/_pkg_.a
2025-08-20T18:59:21.4719538Z [00:02:58.219]➜  EOF
2025-08-20T18:59:21.4719997Z [00:02:58.219]➜  cat >/tmp/go-build693841089/b1645/embedcfg << 'EOF' # internal
2025-08-20T18:59:21.4720443Z [00:02:58.219]➜  {
2025-08-20T18:59:21.4720981Z [00:02:58.219]➜  	"Patterns": {
2025-08-20T18:59:21.4721556Z [00:02:58.219]➜  		"confirmation_input.go.tmpl": [
2025-08-20T18:59:21.4721970Z [00:02:58.219]➜  			"confirmation_input.go.tmpl"
2025-08-20T18:59:21.4722499Z [00:02:58.219]➜  		],
2025-08-20T18:59:21.4723312Z [00:02:58.219]➜  		"identifier_input.go.tmpl": [
2025-08-20T18:59:21.4723619Z [00:02:58.219]➜  			"identifier_input.go.tmpl"
2025-08-20T18:59:21.4723873Z [00:02:58.219]➜  		],
2025-08-20T18:59:21.4724102Z [00:02:58.219]➜  		"redirect.html.tmpl": [
2025-08-20T18:59:21.4724385Z [00:02:58.219]➜  			"redirect.html.tmpl"
2025-08-20T18:59:21.4724811Z [00:02:58.219]➜  		]
2025-08-20T18:59:21.4725063Z [00:02:58.219]➜  	},
2025-08-20T18:59:21.4725521Z [00:02:58.219]➜  	"Files": {
2025-08-20T18:59:21.4726117Z [00:02:58.219]➜  		"confirmation_input.go.tmpl": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/templates/confirmation_input.go.tmpl",
2025-08-20T18:59:21.4726971Z [00:02:58.219]➜  		"identifier_input.go.tmpl": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/templates/identifier_input.go.tmpl",
2025-08-20T18:59:21.4727757Z [00:02:58.219]➜  		"redirect.html.tmpl": "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/templates/redirect.html.tmpl"
2025-08-20T18:59:21.4728218Z [00:02:58.219]➜  	}
2025-08-20T18:59:21.4728405Z [00:02:58.219]➜  }EOF
2025-08-20T18:59:21.4730708Z [00:02:58.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1645/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/templates=>berty.tech/berty/v2/go/pkg/bertyvcissuer/templates;$WORK/b1645=>" -p berty.tech/berty/v2/go/pkg/bertyvcissuer/templates -lang=go1.22 -complete -installsuffix shared -buildid 35ol0u4rjUsqFVqx3CZz/35ol0u4rjUsqFVqx3CZz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1645/importcfg -embedcfg $WORK/b1645/embedcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/templates/templates.go
2025-08-20T18:59:21.5006757Z [00:02:58.248]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T18:59:21.5020902Z [00:02:58.249]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/e4/e4c478658c473733cc8dbead29946cc485a1796c4834c2f3a63d5c167affd311-d # internal
2025-08-20T18:59:21.5039483Z [00:02:58.251]➜  github.com/hyperledger/aries-framework-go/component/storageutil/mem
2025-08-20T18:59:21.5040082Z [00:02:58.251]➜  mkdir -p $WORK/b1646/
2025-08-20T18:59:21.5050057Z [00:02:58.252]➜  cat >/tmp/go-build693841089/b1646/importcfg << 'EOF' # internal
2025-08-20T18:59:21.5050607Z [00:02:58.252]➜  # import config
2025-08-20T18:59:21.5051120Z [00:02:58.252]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.5051659Z [00:02:58.252]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.5052371Z [00:02:58.252]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:21.5053066Z [00:02:58.252]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.5053586Z [00:02:58.252]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:21.5054006Z [00:02:58.252]➜  EOF
2025-08-20T18:59:21.5057180Z [00:02:58.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/storageutil@v0.0.0-20230427134832-0c9969493bd3/mem=>github.com/hyperledger/aries-framework-go/component/storageutil@v0.0.0-20230427134832-0c9969493bd3/mem;$WORK/b1646=>" -p github.com/hyperledger/aries-framework-go/component/storageutil/mem -lang=go1.19 -complete -installsuffix shared -buildid YQJTIJRpeEPVZr_-leqW/YQJTIJRpeEPVZr_-leqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1646/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/storageutil@v0.0.0-20230427134832-0c9969493bd3/mem/mem.go
2025-08-20T18:59:21.5817630Z [00:02:58.328]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T18:59:21.5818470Z [00:02:58.329]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/29/2909f4fdf5f37b8cbe56388d3234cff4673f4c425eea2b7a9ab30aad32e84963-d # internal
2025-08-20T18:59:21.5825146Z [00:02:58.329]➜  github.com/hyperledger/aries-framework-go/component/models/ld/context
2025-08-20T18:59:21.5829214Z [00:02:58.329]➜  mkdir -p $WORK/b1648/
2025-08-20T18:59:21.5831834Z [00:02:58.330]➜  cat >/tmp/go-build693841089/b1648/importcfg << 'EOF' # internal
2025-08-20T18:59:21.5832197Z [00:02:58.330]➜  # import config
2025-08-20T18:59:21.5832565Z [00:02:58.330]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.5832911Z [00:02:58.330]➜  EOF
2025-08-20T18:59:21.5835892Z [00:02:58.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context;$WORK/b1648=>" -p github.com/hyperledger/aries-framework-go/component/models/ld/context -lang=go1.19 -complete -installsuffix shared -buildid EAPOm7mF3SVIfBhr9hDk/EAPOm7mF3SVIfBhr9hDk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1648/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/document.go
2025-08-20T18:59:21.5991777Z [00:02:58.346]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T18:59:21.5998698Z [00:02:58.347]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/7e/7ed1d43e88b75f6da7edc6923e6026239d3835ffbbe87c89b44def434a2a1ef5-d # internal
2025-08-20T18:59:21.6004382Z [00:02:58.348]➜  github.com/hyperledger/aries-framework-go/component/models/ld/context/embed
2025-08-20T18:59:21.6005260Z [00:02:58.348]➜  mkdir -p $WORK/b1650/
2025-08-20T18:59:21.6014917Z [00:02:58.349]➜  cat >/tmp/go-build693841089/b1650/importcfg << 'EOF' # internal
2025-08-20T18:59:21.6015326Z [00:02:58.349]➜  # import config
2025-08-20T18:59:21.6015659Z [00:02:58.349]➜  packagefile embed=/tmp/go-build693841089/b107/_pkg_.a
2025-08-20T18:59:21.6016326Z [00:02:58.349]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/context=/tmp/go-build693841089/b1648/_pkg_.a
2025-08-20T18:59:21.6016848Z [00:02:58.349]➜  EOF
2025-08-20T18:59:21.6021432Z [00:02:58.349]➜  cat >/tmp/go-build693841089/b1650/embedcfg << 'EOF' # internal
2025-08-20T18:59:21.6022464Z [00:02:58.349]➜  {
2025-08-20T18:59:21.6022743Z [00:02:58.349]➜  	"Patterns": {
2025-08-20T18:59:21.6023171Z [00:02:58.349]➜  		"third_party/digitalbazaar.github.io/ed25519-signature-2018-v1.jsonld": [
2025-08-20T18:59:21.6023741Z [00:02:58.349]➜  			"third_party/digitalbazaar.github.io/ed25519-signature-2018-v1.jsonld"
2025-08-20T18:59:21.6024118Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6024495Z [00:02:58.349]➜  		"third_party/digitalbazaar.github.io/ed25519-signature-2020-v1.jsonld": [
2025-08-20T18:59:21.6025235Z [00:02:58.349]➜  			"third_party/digitalbazaar.github.io/ed25519-signature-2020-v1.jsonld"
2025-08-20T18:59:21.6025604Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6025962Z [00:02:58.349]➜  		"third_party/identity.foundation/credential-application.jsonld": [
2025-08-20T18:59:21.6026471Z [00:02:58.349]➜  			"third_party/identity.foundation/credential-application.jsonld"
2025-08-20T18:59:21.6027106Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6027514Z [00:02:58.349]➜  		"third_party/identity.foundation/credential-response.jsonld": [
2025-08-20T18:59:21.6027999Z [00:02:58.349]➜  			"third_party/identity.foundation/credential-response.jsonld"
2025-08-20T18:59:21.6028336Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6028710Z [00:02:58.349]➜  		"third_party/identity.foundation/presentation-submission_v1.jsonld": [
2025-08-20T18:59:21.6029245Z [00:02:58.349]➜  			"third_party/identity.foundation/presentation-submission_v1.jsonld"
2025-08-20T18:59:21.6029816Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6030117Z [00:02:58.349]➜  		"third_party/ns.did.ai/secp256k1-2019_v1.jsonld": [
2025-08-20T18:59:21.6030505Z [00:02:58.349]➜  			"third_party/ns.did.ai/secp256k1-2019_v1.jsonld"
2025-08-20T18:59:21.6030793Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6031073Z [00:02:58.349]➜  		"third_party/ns.did.ai/x25519-2019_v1.jsonld": [
2025-08-20T18:59:21.6031443Z [00:02:58.349]➜  			"third_party/ns.did.ai/x25519-2019_v1.jsonld"
2025-08-20T18:59:21.6031723Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6031997Z [00:02:58.349]➜  		"third_party/w3.org/credentials_v1.jsonld": [
2025-08-20T18:59:21.6032355Z [00:02:58.349]➜  			"third_party/w3.org/credentials_v1.jsonld"
2025-08-20T18:59:21.6032635Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6032896Z [00:02:58.349]➜  		"third_party/w3.org/did_v1.jsonld": [
2025-08-20T18:59:21.6033222Z [00:02:58.349]➜  			"third_party/w3.org/did_v1.jsonld"
2025-08-20T18:59:21.6033692Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6034019Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/did_docres_v1.jsonld": [
2025-08-20T18:59:21.6034429Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/did_docres_v1.jsonld"
2025-08-20T18:59:21.6034905Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6035196Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/did_v0.11.jsonld": [
2025-08-20T18:59:21.6035580Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/did_v0.11.jsonld"
2025-08-20T18:59:21.6035877Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6036163Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/did_v1.jsonld": [
2025-08-20T18:59:21.6036532Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/did_v1.jsonld"
2025-08-20T18:59:21.6036816Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6037239Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/ldp-bbs2020_v1.jsonld": [
2025-08-20T18:59:21.6037741Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/ldp-bbs2020_v1.jsonld"
2025-08-20T18:59:21.6038052Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6038360Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/lds-jws2020_v1.jsonld": [
2025-08-20T18:59:21.6038773Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/lds-jws2020_v1.jsonld"
2025-08-20T18:59:21.6039072Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6039393Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/revocationList2020.jsonld": [
2025-08-20T18:59:21.6039843Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/revocationList2020.jsonld"
2025-08-20T18:59:21.6040169Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6040492Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/revocationList2021.jsonld": [
2025-08-20T18:59:21.6040941Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/revocationList2021.jsonld"
2025-08-20T18:59:21.6041258Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6041557Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/security_v1.jsonld": [
2025-08-20T18:59:21.6041956Z [00:02:58.349]➜  			"third_party/w3c-ccg.github.io/security_v1.jsonld"
2025-08-20T18:59:21.6042255Z [00:02:58.349]➜  		],
2025-08-20T18:59:21.6042554Z [00:02:58.349]➜  		"third_party/w3c-ccg.github.io/security_v2.jsonld": [
2025-08-20T18:59:21.6042952Z [00:02:58.350]➜  			"third_party/w3c-ccg.github.io/security_v2.jsonld"
2025-08-20T18:59:21.6043256Z [00:02:58.350]➜  		],
2025-08-20T18:59:21.6043551Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/wallet-v1.jsonld": [
2025-08-20T18:59:21.6043985Z [00:02:58.350]➜  			"third_party/w3c-ccg.github.io/wallet-v1.jsonld"
2025-08-20T18:59:21.6044422Z [00:02:58.350]➜  		]
2025-08-20T18:59:21.6065242Z [00:02:58.350]➜  	},
2025-08-20T18:59:21.6065529Z [00:02:58.350]➜  	"Files": {
2025-08-20T18:59:21.6066779Z [00:02:58.350]➜  		"third_party/digitalbazaar.github.io/ed25519-signature-2018-v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/digitalbazaar.github.io/ed25519-signature-2018-v1.jsonld",
2025-08-20T18:59:21.6068776Z [00:02:58.350]➜  		"third_party/digitalbazaar.github.io/ed25519-signature-2020-v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/digitalbazaar.github.io/ed25519-signature-2020-v1.jsonld",
2025-08-20T18:59:21.6071025Z [00:02:58.350]➜  		"third_party/identity.foundation/credential-application.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/identity.foundation/credential-application.jsonld",
2025-08-20T18:59:21.6072897Z [00:02:58.350]➜  		"third_party/identity.foundation/credential-response.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/identity.foundation/credential-response.jsonld",
2025-08-20T18:59:21.6075117Z [00:02:58.350]➜  		"third_party/identity.foundation/presentation-submission_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/identity.foundation/presentation-submission_v1.jsonld",
2025-08-20T18:59:21.6077084Z [00:02:58.350]➜  		"third_party/ns.did.ai/secp256k1-2019_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/ns.did.ai/secp256k1-2019_v1.jsonld",
2025-08-20T18:59:21.6078651Z [00:02:58.350]➜  		"third_party/ns.did.ai/x25519-2019_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/ns.did.ai/x25519-2019_v1.jsonld",
2025-08-20T18:59:21.6080262Z [00:02:58.350]➜  		"third_party/w3.org/credentials_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3.org/credentials_v1.jsonld",
2025-08-20T18:59:21.6081830Z [00:02:58.350]➜  		"third_party/w3.org/did_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3.org/did_v1.jsonld",
2025-08-20T18:59:21.6083376Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/did_docres_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/did_docres_v1.jsonld",
2025-08-20T18:59:21.6085110Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/did_v0.11.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/did_v0.11.jsonld",
2025-08-20T18:59:21.6086740Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/did_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/did_v1.jsonld",
2025-08-20T18:59:21.6088353Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/ldp-bbs2020_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/ldp-bbs2020_v1.jsonld",
2025-08-20T18:59:21.6090109Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/lds-jws2020_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/lds-jws2020_v1.jsonld",
2025-08-20T18:59:21.6091883Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/revocationList2020.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/revocationList2020.jsonld",
2025-08-20T18:59:21.6093634Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/revocationList2021.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/revocationList2021.jsonld",
2025-08-20T18:59:21.6095641Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/security_v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/security_v1.jsonld",
2025-08-20T18:59:21.6097311Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/security_v2.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/security_v2.jsonld",
2025-08-20T18:59:21.6098932Z [00:02:58.350]➜  		"third_party/w3c-ccg.github.io/wallet-v1.jsonld": "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/third_party/w3c-ccg.github.io/wallet-v1.jsonld"
2025-08-20T18:59:21.6099953Z [00:02:58.350]➜  	}
2025-08-20T18:59:21.6100140Z [00:02:58.350]➜  }EOF
2025-08-20T18:59:21.6103263Z [00:02:58.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed;$WORK/b1650=>" -p github.com/hyperledger/aries-framework-go/component/models/ld/context/embed -lang=go1.19 -complete -installsuffix shared -buildid au6TDc6A65crUXamSPo-/au6TDc6A65crUXamSPo- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1650/importcfg -embedcfg $WORK/b1650/embedcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/context/embed/embed_contexts.go
2025-08-20T18:59:21.6174360Z [00:02:58.365]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T18:59:21.6182409Z [00:02:58.366]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/1d/1de1fee1033a9904d8420926768d0f063358e491960249549a11d0994608e07a-d # internal
2025-08-20T18:59:21.6187098Z [00:02:58.366]➜  github.com/hyperledger/aries-framework-go/component/models/ld/store
2025-08-20T18:59:21.6187551Z [00:02:58.366]➜  mkdir -p $WORK/b1651/
2025-08-20T18:59:21.6201623Z [00:02:58.368]➜  cat >/tmp/go-build693841089/b1651/importcfg << 'EOF' # internal
2025-08-20T18:59:21.6202060Z [00:02:58.368]➜  # import config
2025-08-20T18:59:21.6202428Z [00:02:58.368]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:21.6202876Z [00:02:58.368]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:21.6203336Z [00:02:58.368]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.6203775Z [00:02:58.368]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.6204237Z [00:02:58.368]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:21.6205370Z [00:02:58.368]➜  packagefile github.com/hyperledger/aries-framework-go/component/log=/tmp/go-build693841089/b1355/_pkg_.a
2025-08-20T18:59:21.6206258Z [00:02:58.368]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/context=/tmp/go-build693841089/b1648/_pkg_.a
2025-08-20T18:59:21.6207069Z [00:02:58.368]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:21.6208024Z [00:02:58.368]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:21.6208533Z [00:02:58.368]➜  EOF
2025-08-20T18:59:21.6232809Z [00:02:58.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/store=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/store;$WORK/b1651=>" -p github.com/hyperledger/aries-framework-go/component/models/ld/store -lang=go1.19 -complete -installsuffix shared -buildid 3lSnei2pmExpvAKJXOlR/3lSnei2pmExpvAKJXOlR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/store/context_store.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/store/remote_provider_store.go
2025-08-20T18:59:21.6424469Z [00:02:58.390]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T18:59:21.6472763Z [00:02:58.395]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/ba/ba001cdb55c17c1174e4e313cd617d795b1ab32f7d5e251e703da2de25019ae1-d # internal
2025-08-20T18:59:21.6490763Z [00:02:58.397]➜  github.com/hyperledger/aries-framework-go/pkg/doc/ldcontext/embed
2025-08-20T18:59:21.6492069Z [00:02:58.397]➜  mkdir -p $WORK/b1652/
2025-08-20T18:59:21.6498122Z [00:02:58.397]➜  cat >/tmp/go-build693841089/b1652/importcfg << 'EOF' # internal
2025-08-20T18:59:21.6499000Z [00:02:58.397]➜  # import config
2025-08-20T18:59:21.6499658Z [00:02:58.398]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/context/embed=/tmp/go-build693841089/b1650/_pkg_.a
2025-08-20T18:59:21.6500220Z [00:02:58.398]➜  EOF
2025-08-20T18:59:21.6502799Z [00:02:58.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/ldcontext/embed=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/ldcontext/embed;$WORK/b1652=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/ldcontext/embed -lang=go1.19 -complete -installsuffix shared -buildid Ppm5xlrBlBQj0szs4tMu/Ppm5xlrBlBQj0szs4tMu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1652/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/ldcontext/embed/embed.go
2025-08-20T18:59:21.6534672Z [00:02:58.401]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T18:59:21.6542190Z [00:02:58.402]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/8f/8fd31c1f0207f4ad77e1379bb2c36e504c877217de6f98da7448cbd51b32e3b0-d # internal
2025-08-20T18:59:21.6543950Z [00:02:58.402]➜  github.com/hyperledger/aries-framework-go/component/models/ld/documentloader
2025-08-20T18:59:21.6544897Z [00:02:58.402]➜  mkdir -p $WORK/b1649/
2025-08-20T18:59:21.6548859Z [00:02:58.402]➜  cat >/tmp/go-build693841089/b1649/importcfg << 'EOF' # internal
2025-08-20T18:59:21.6549225Z [00:02:58.402]➜  # import config
2025-08-20T18:59:21.6549564Z [00:02:58.402]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.6549970Z [00:02:58.402]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.6550782Z [00:02:58.402]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/context=/tmp/go-build693841089/b1648/_pkg_.a
2025-08-20T18:59:21.6551808Z [00:02:58.402]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/context/embed=/tmp/go-build693841089/b1650/_pkg_.a
2025-08-20T18:59:21.6554940Z [00:02:58.402]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/store=/tmp/go-build693841089/b1651/_pkg_.a
2025-08-20T18:59:21.6559170Z [00:02:58.402]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:21.6559849Z [00:02:58.402]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:21.6560500Z [00:02:58.402]➜  EOF
2025-08-20T18:59:21.6563483Z [00:02:58.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/documentloader=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/documentloader;$WORK/b1649=>" -p github.com/hyperledger/aries-framework-go/component/models/ld/documentloader -lang=go1.19 -complete -installsuffix shared -buildid KOjopd-T6GCGixgreWdX/KOjopd-T6GCGixgreWdX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1649/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/ld/documentloader/document_loader.go
2025-08-20T18:59:21.6626394Z [00:02:58.410]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T18:59:21.6636661Z [00:02:58.411]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T18:59:21.6638392Z [00:02:58.411]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/1d/1ddba82a40bb808c8563ef2bd9f248bc1e0a84726e033d19c75ddb05ba50c4d1-d # internal
2025-08-20T18:59:21.6641359Z [00:02:58.411]➜  github.com/hyperledger/aries-framework-go/component/models/signature/util/internal/signer
2025-08-20T18:59:21.6642245Z [00:02:58.411]➜  mkdir -p $WORK/b1655/
2025-08-20T18:59:21.6659125Z [00:02:58.413]➜  cat >/tmp/go-build693841089/b1655/importcfg << 'EOF' # internal
2025-08-20T18:59:21.6660289Z [00:02:58.413]➜  # import config
2025-08-20T18:59:21.6661035Z [00:02:58.413]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:21.6661669Z [00:02:58.413]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:21.6662320Z [00:02:58.413]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:21.6662884Z [00:02:58.413]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:21.6663588Z [00:02:58.413]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:21.6664233Z [00:02:58.413]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:21.6665380Z [00:02:58.413]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:21.6666587Z [00:02:58.413]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.6667110Z [00:02:58.413]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.6667632Z [00:02:58.413]➜  packagefile github.com/btcsuite/btcd/btcec=/tmp/go-build693841089/b1296/_pkg_.a
2025-08-20T18:59:21.6668322Z [00:02:58.413]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:21.6669059Z [00:02:58.413]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:21.6669514Z [00:02:58.413]➜  EOF
2025-08-20T18:59:21.6674575Z [00:02:58.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/internal/signer=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/internal/signer;$WORK/b1655=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/util/internal/signer -lang=go1.19 -complete -installsuffix shared -buildid 7jv1hes4HSOuP4t2DyDk/7jv1hes4HSOuP4t2DyDk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1655/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/internal/signer/crypto_signer.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/internal/signer/ecdsa.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/internal/signer/ed25519.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/internal/signer/rsa.go
2025-08-20T18:59:21.6814975Z [00:02:58.429]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T18:59:21.6816456Z [00:02:58.429]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/b2/b2d6a78022733430d62fdf38a599eb0f10658d457ccba7658aa9539cb0d60560-d # internal
2025-08-20T18:59:21.6824561Z [00:02:58.430]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/0d/0d97ef7af286310a058a86fe555eef8b42b990a6644aa76c42e6c41ee84eca11-d # internal
2025-08-20T18:59:21.6831003Z [00:02:58.430]➜  github.com/hyperledger/aries-framework-go/pkg/doc/ld
2025-08-20T18:59:21.6836009Z [00:02:58.431]➜  mkdir -p $WORK/b1647/
2025-08-20T18:59:21.6836431Z [00:02:58.431]➜  cloud.google.com/go/storage
2025-08-20T18:59:21.6840749Z [00:02:58.431]➜  mkdir -p $WORK/b1622/
2025-08-20T18:59:21.6841148Z [00:02:58.431]➜  cat >/tmp/go-build693841089/b1647/importcfg << 'EOF' # internal
2025-08-20T18:59:21.6841510Z [00:02:58.431]➜  # import config
2025-08-20T18:59:21.6842098Z [00:02:58.431]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/context=/tmp/go-build693841089/b1648/_pkg_.a
2025-08-20T18:59:21.6843023Z [00:02:58.431]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/documentloader=/tmp/go-build693841089/b1649/_pkg_.a
2025-08-20T18:59:21.6843924Z [00:02:58.431]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/store=/tmp/go-build693841089/b1651/_pkg_.a
2025-08-20T18:59:21.6857862Z [00:02:58.431]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:21.6858322Z [00:02:58.431]➜  EOF
2025-08-20T18:59:21.6860469Z [00:02:58.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/ld=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/ld;$WORK/b1647=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/ld -lang=go1.19 -complete -installsuffix shared -buildid Pz7T3FwlV_Rbnq6Pl7V0/Pz7T3FwlV_Rbnq6Pl7V0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1647/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/ld/ld.go
2025-08-20T18:59:21.6862604Z [00:02:58.431]➜  cat >/tmp/go-build693841089/b1622/importcfg << 'EOF' # internal
2025-08-20T18:59:21.6862996Z [00:02:58.431]➜  # import config
2025-08-20T18:59:21.6863339Z [00:02:58.431]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:21.6863872Z [00:02:58.431]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build693841089/b1546/_pkg_.a
2025-08-20T18:59:21.6864441Z [00:02:58.431]➜  packagefile cloud.google.com/go/iam=/tmp/go-build693841089/b1623/_pkg_.a
2025-08-20T18:59:21.6866179Z [00:02:58.431]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build693841089/b1624/_pkg_.a
2025-08-20T18:59:21.6866947Z [00:02:58.431]➜  packagefile cloud.google.com/go/internal=/tmp/go-build693841089/b1626/_pkg_.a
2025-08-20T18:59:21.6867693Z [00:02:58.431]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build693841089/b1627/_pkg_.a
2025-08-20T18:59:21.6868493Z [00:02:58.431]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build693841089/b1608/_pkg_.a
2025-08-20T18:59:21.6869304Z [00:02:58.431]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build693841089/b1628/_pkg_.a
2025-08-20T18:59:21.6870105Z [00:02:58.431]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build693841089/b1629/_pkg_.a
2025-08-20T18:59:21.6871271Z [00:02:58.431]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build693841089/b1630/_pkg_.a
2025-08-20T18:59:21.6872143Z [00:02:58.431]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build693841089/b1631/_pkg_.a
2025-08-20T18:59:21.6872929Z [00:02:58.431]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:21.6873613Z [00:02:58.431]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:21.6874270Z [00:02:58.431]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:21.6875031Z [00:02:58.431]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:21.6875630Z [00:02:58.431]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:21.6876194Z [00:02:58.431]➜  packagefile crypto/x509=/tmp/go-build693841089/b235/_pkg_.a
2025-08-20T18:59:21.6876715Z [00:02:58.431]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:21.6877183Z [00:02:58.431]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:21.6877639Z [00:02:58.431]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.6878100Z [00:02:58.431]➜  packagefile encoding/pem=/tmp/go-build693841089/b239/_pkg_.a
2025-08-20T18:59:21.6878531Z [00:02:58.431]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.6878937Z [00:02:58.431]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.6879388Z [00:02:58.431]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:21.6879941Z [00:02:58.431]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build693841089/b1535/_pkg_.a
2025-08-20T18:59:21.6880560Z [00:02:58.431]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build693841089/b1541/_pkg_.a
2025-08-20T18:59:21.6881386Z [00:02:58.431]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build693841089/b1545/_pkg_.a
2025-08-20T18:59:21.6881963Z [00:02:58.431]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build693841089/b1539/_pkg_.a
2025-08-20T18:59:21.6882606Z [00:02:58.432]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build693841089/b1633/_pkg_.a
2025-08-20T18:59:21.6883208Z [00:02:58.432]➜  packagefile google.golang.org/api/iterator=/tmp/go-build693841089/b1543/_pkg_.a
2025-08-20T18:59:21.6883783Z [00:02:58.432]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:21.6884408Z [00:02:58.432]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build693841089/b1581/_pkg_.a
2025-08-20T18:59:21.6885377Z [00:02:58.432]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build693841089/b1635/_pkg_.a
2025-08-20T18:59:21.6886018Z [00:02:58.432]➜  packagefile google.golang.org/api/transport=/tmp/go-build693841089/b1611/_pkg_.a
2025-08-20T18:59:21.6886625Z [00:02:58.432]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build693841089/b1601/_pkg_.a
2025-08-20T18:59:21.6887301Z [00:02:58.432]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build693841089/b1632/_pkg_.a
2025-08-20T18:59:21.6888009Z [00:02:58.432]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build693841089/b1625/_pkg_.a
2025-08-20T18:59:21.6888611Z [00:02:58.432]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:21.6889153Z [00:02:58.432]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build693841089/b069/_pkg_.a
2025-08-20T18:59:21.6889719Z [00:02:58.432]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build693841089/b160/_pkg_.a
2025-08-20T18:59:21.6890287Z [00:02:58.432]➜  packagefile google.golang.org/grpc/status=/tmp/go-build693841089/b093/_pkg_.a
2025-08-20T18:59:21.6890858Z [00:02:58.432]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:21.6891508Z [00:02:58.432]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build693841089/b095/_pkg_.a
2025-08-20T18:59:21.6892440Z [00:02:58.432]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build693841089/b150/_pkg_.a
2025-08-20T18:59:21.6893161Z [00:02:58.432]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build693841089/b159/_pkg_.a
2025-08-20T18:59:21.6893957Z [00:02:58.432]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build693841089/b152/_pkg_.a
2025-08-20T18:59:21.6894583Z [00:02:58.432]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:21.6895372Z [00:02:58.432]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:21.6896032Z [00:02:58.432]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:21.6896589Z [00:02:58.432]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:21.6897019Z [00:02:58.432]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:21.6897713Z [00:02:58.432]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:21.6898331Z [00:02:58.432]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:21.6898887Z [00:02:58.432]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:21.6899338Z [00:02:58.432]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:21.6899954Z [00:02:58.432]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:21.6900573Z [00:02:58.432]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:21.6901160Z [00:02:58.432]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.6901723Z [00:02:58.432]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:21.6902238Z [00:02:58.432]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.6902868Z [00:02:58.432]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:21.6903642Z [00:02:58.432]➜  EOF
2025-08-20T18:59:21.6909338Z [00:02:58.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1622/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0=>cloud.google.com/go/storage@v1.38.0;$WORK/b1622=>" -p cloud.google.com/go/storage -lang=go1.19 -complete -installsuffix shared -buildid gUegpldYpGizC-aBuPyb/gUegpldYpGizC-aBuPyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1622/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/acl.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/bucket.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/copy.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/grpc_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/hmac.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/http_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/iam.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/invoke.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/notifications.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/option.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/post_policy_v4.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/storage.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.38.0/writer.go
2025-08-20T18:59:21.7013409Z [00:02:58.448]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T18:59:21.7025347Z [00:02:58.448]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/a3/a3721c610082d01b0243c0e5ba9763fd392fcd3944a3b76a82d8a186a5e1cf70-d # internal
2025-08-20T18:59:21.7026050Z [00:02:58.449]➜  github.com/hyperledger/aries-framework-go/pkg/common/model
2025-08-20T18:59:21.7026422Z [00:02:58.449]➜  mkdir -p $WORK/b1658/
2025-08-20T18:59:21.7033375Z [00:02:58.451]➜  cat >/tmp/go-build693841089/b1658/importcfg << 'EOF' # internal
2025-08-20T18:59:21.7034402Z [00:02:58.451]➜  # import config
2025-08-20T18:59:21.7037451Z [00:02:58.451]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/did/endpoint=/tmp/go-build693841089/b1374/_pkg_.a
2025-08-20T18:59:21.7038108Z [00:02:58.451]➜  EOF
2025-08-20T18:59:21.7040569Z [00:02:58.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/model=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/model;$WORK/b1658=>" -p github.com/hyperledger/aries-framework-go/pkg/common/model -lang=go1.19 -complete -installsuffix shared -buildid l4rEk9Acucfv0y1tMnv6/l4rEk9Acucfv0y1tMnv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1658/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/common/model/model.go
2025-08-20T18:59:21.7134936Z [00:02:58.460]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T18:59:21.7135626Z [00:02:58.461]➜  go tool buildid -w $WORK/b1658/_pkg_.a # internal
2025-08-20T18:59:21.7137299Z [00:02:58.461]➜  cp $WORK/b1658/_pkg_.a /root/.cache/go-build/98/98e27da77d8e6febb919fa7220218872cf4f0e737bc82ccaab5c2df0e1b7487b-d # internal
2025-08-20T18:59:21.7138700Z [00:02:58.461]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/2d/2d66d4de6d9e454e34d5cc083a2615f9523160572a0d6e725dee26dbb07a03eb-d # internal
2025-08-20T18:59:21.7143702Z [00:02:58.462]➜  github.com/hyperledger/aries-framework-go/component/models/signature/util
2025-08-20T18:59:21.7144780Z [00:02:58.462]➜  mkdir -p $WORK/b1654/
2025-08-20T18:59:21.7145254Z [00:02:58.462]➜  cat >/tmp/go-build693841089/b1654/importcfg << 'EOF' # internal
2025-08-20T18:59:21.7145603Z [00:02:58.462]➜  # import config
2025-08-20T18:59:21.7145975Z [00:02:58.462]➜  packagefile crypto/ecdsa=/tmp/go-build693841089/b201/_pkg_.a
2025-08-20T18:59:21.7146435Z [00:02:58.462]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:21.7147205Z [00:02:58.462]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:21.7147662Z [00:02:58.462]➜  packagefile crypto/rsa=/tmp/go-build693841089/b229/_pkg_.a
2025-08-20T18:59:21.7148088Z [00:02:58.462]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.7148591Z [00:02:58.462]➜  packagefile github.com/btcsuite/btcd/btcec=/tmp/go-build693841089/b1296/_pkg_.a
2025-08-20T18:59:21.7149372Z [00:02:58.462]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:21.7150361Z [00:02:58.462]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/util/internal/signer=/tmp/go-build693841089/b1655/_pkg_.a
2025-08-20T18:59:21.7151336Z [00:02:58.462]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:21.7152140Z [00:02:58.462]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:21.7152602Z [00:02:58.462]➜  EOF
2025-08-20T18:59:21.7156734Z [00:02:58.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util=>github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util;$WORK/b1654=>" -p github.com/hyperledger/aries-framework-go/component/models/signature/util -lang=go1.19 -complete -installsuffix shared -buildid lTCXzeb0t3uqGNhMEFVN/lTCXzeb0t3uqGNhMEFVN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1654/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/api.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/signer.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go/component/models@v0.0.0-20230501135648-a9a7ad029347/signature/util/utils.go
2025-08-20T18:59:21.7160380Z [00:02:58.462]➜  github.com/hyperledger/aries-framework-go/pkg/internal/didkeyutil
2025-08-20T18:59:21.7160763Z [00:02:58.462]➜  mkdir -p $WORK/b1660/
2025-08-20T18:59:21.7161130Z [00:02:58.462]➜  cat >/tmp/go-build693841089/b1660/importcfg << 'EOF' # internal
2025-08-20T18:59:21.7161468Z [00:02:58.462]➜  # import config
2025-08-20T18:59:21.7161995Z [00:02:58.462]➜  packagefile github.com/btcsuite/btcutil/base58=/tmp/go-build693841089/b1373/_pkg_.a
2025-08-20T18:59:21.7162827Z [00:02:58.462]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint=/tmp/go-build693841089/b1450/_pkg_.a
2025-08-20T18:59:21.7163439Z [00:02:58.462]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.7163748Z [00:02:58.462]➜  EOF
2025-08-20T18:59:21.7166209Z [00:02:58.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/didkeyutil=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/didkeyutil;$WORK/b1660=>" -p github.com/hyperledger/aries-framework-go/pkg/internal/didkeyutil -lang=go1.19 -complete -installsuffix shared -buildid O9I4OSy9zl-YT3rHgwOD/O9I4OSy9zl-YT3rHgwOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1660/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/didkeyutil/util.go
2025-08-20T18:59:21.7356691Z [00:02:58.483]➜  go tool buildid -w $WORK/b1660/_pkg_.a # internal
2025-08-20T18:59:21.7358479Z [00:02:58.483]➜  cp $WORK/b1660/_pkg_.a /root/.cache/go-build/bb/bbea41bef34fc203b20b86128e46ec72792709875470c8e00546e6742b7d88ca-d # internal
2025-08-20T18:59:21.7463608Z [00:02:58.493]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service
2025-08-20T18:59:21.7464068Z [00:02:58.493]➜  mkdir -p $WORK/b1659/
2025-08-20T18:59:21.7464928Z [00:02:58.493]➜  cat >/tmp/go-build693841089/b1659/importcfg << 'EOF' # internal
2025-08-20T18:59:21.7465305Z [00:02:58.493]➜  # import config
2025-08-20T18:59:21.7465672Z [00:02:58.493]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:21.7466138Z [00:02:58.493]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.7466578Z [00:02:58.493]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.7466991Z [00:02:58.493]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.7467449Z [00:02:58.493]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:21.7468117Z [00:02:58.493]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/model=/tmp/go-build693841089/b1658/_pkg_.a
2025-08-20T18:59:21.7469023Z [00:02:58.493]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:21.7470042Z [00:02:58.493]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:21.7470959Z [00:02:58.493]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/didkeyutil=/tmp/go-build693841089/b1660/_pkg_.a
2025-08-20T18:59:21.7471675Z [00:02:58.493]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build693841089/b1460/_pkg_.a
2025-08-20T18:59:21.7472180Z [00:02:58.493]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:21.7472598Z [00:02:58.493]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.7473004Z [00:02:58.493]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:21.7473394Z [00:02:58.493]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.7473697Z [00:02:58.493]➜  EOF
2025-08-20T18:59:21.7480520Z [00:02:58.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service;$WORK/b1659=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service -lang=go1.19 -complete -installsuffix shared -buildid fXNOEHL-lb1h8Bjp_Txt/fXNOEHL-lb1h8Bjp_Txt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1659/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/action.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/constants.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/destination.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/destination_default.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/did_comm_msg.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/errors.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/event.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/message.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/messenger.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/service/service.go
2025-08-20T18:59:21.7500356Z [00:02:58.495]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T18:59:21.7501033Z [00:02:58.495]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/f9/f92bc8725c721f7d65b3deb03cc840113c7d545385d021eb8d3f250f8bd04997-d # internal
2025-08-20T18:59:21.7501704Z [00:02:58.495]➜  github.com/hyperledger/aries-framework-go/pkg/doc/util/signature
2025-08-20T18:59:21.7502082Z [00:02:58.495]➜  mkdir -p $WORK/b1653/
2025-08-20T18:59:21.7502445Z [00:02:58.495]➜  cat >/tmp/go-build693841089/b1653/importcfg << 'EOF' # internal
2025-08-20T18:59:21.7503089Z [00:02:58.495]➜  # import config
2025-08-20T18:59:21.7503455Z [00:02:58.495]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:21.7503925Z [00:02:58.495]➜  packagefile crypto/elliptic=/tmp/go-build693841089/b202/_pkg_.a
2025-08-20T18:59:21.7504857Z [00:02:58.495]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:21.7505839Z [00:02:58.495]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/signature/util=/tmp/go-build693841089/b1654/_pkg_.a
2025-08-20T18:59:21.7506661Z [00:02:58.495]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:21.7507495Z [00:02:58.495]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:21.7508032Z [00:02:58.495]➜  EOF
2025-08-20T18:59:21.7510403Z [00:02:58.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/signature=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/signature;$WORK/b1653=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/util/signature -lang=go1.19 -complete -installsuffix shared -buildid 82F-kxvPpbsCu53I0nsg/82F-kxvPpbsCu53I0nsg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/signature/signature.go
2025-08-20T18:59:21.7629652Z [00:02:58.510]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T18:59:21.7636160Z [00:02:58.511]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/1e/1e1f0a3b96d86fc418f472cc4774e251131101c427d9a06daebb8a324f2f014f-d # internal
2025-08-20T18:59:21.7648169Z [00:02:58.512]➜  github.com/hyperledger/aries-framework-go/pkg/doc/util/vmparse
2025-08-20T18:59:21.7648574Z [00:02:58.512]➜  mkdir -p $WORK/b1661/
2025-08-20T18:59:21.7648965Z [00:02:58.512]➜  cat >/tmp/go-build693841089/b1661/importcfg << 'EOF' # internal
2025-08-20T18:59:21.7649579Z [00:02:58.512]➜  # import config
2025-08-20T18:59:21.7649910Z [00:02:58.512]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.7650502Z [00:02:58.512]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:21.7651342Z [00:02:58.512]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:21.7651891Z [00:02:58.512]➜  EOF
2025-08-20T18:59:21.7654231Z [00:02:58.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/vmparse=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/vmparse;$WORK/b1661=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/util/vmparse -lang=go1.19 -complete -installsuffix shared -buildid AxeFhCs0OF055X_2DwYx/AxeFhCs0OF055X_2DwYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1661/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/util/vmparse/vmparse.go
2025-08-20T18:59:21.7834006Z [00:02:58.531]➜  go tool buildid -w $WORK/b1661/_pkg_.a # internal
2025-08-20T18:59:21.7839018Z [00:02:58.531]➜  cp $WORK/b1661/_pkg_.a /root/.cache/go-build/24/24af0d003971d3b5a93413dbdf42d2684e9271e0aa910539cb73a8376ce5d32c-d # internal
2025-08-20T18:59:21.7841205Z [00:02:58.531]➜  github.com/jinzhu/copier
2025-08-20T18:59:21.7857212Z [00:02:58.533]➜  mkdir -p $WORK/b1666/
2025-08-20T18:59:21.7863146Z [00:02:58.534]➜  cat >/tmp/go-build693841089/b1666/importcfg << 'EOF' # internal
2025-08-20T18:59:21.7863611Z [00:02:58.534]➜  # import config
2025-08-20T18:59:21.7864013Z [00:02:58.534]➜  packagefile database/sql=/tmp/go-build693841089/b1043/_pkg_.a
2025-08-20T18:59:21.7864454Z [00:02:58.534]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.7865427Z [00:02:58.534]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:21.7865752Z [00:02:58.534]➜  EOF
2025-08-20T18:59:21.7867829Z [00:02:58.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/copier@v0.0.0-20190924061706-b57f9002281a=>github.com/jinzhu/copier@v0.0.0-20190924061706-b57f9002281a;$WORK/b1666=>" -p github.com/jinzhu/copier -lang=go1.16 -complete -installsuffix shared -buildid f7XPxLLgxCEGo6rDRh4T/f7XPxLLgxCEGo6rDRh4T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1666/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/copier@v0.0.0-20190924061706-b57f9002281a/copier.go
2025-08-20T18:59:21.8273676Z [00:02:58.575]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:21.8275825Z [00:02:58.575]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x033.o -c zstd_v01.c
2025-08-20T18:59:21.8471551Z [00:02:58.595]➜  go tool buildid -w $WORK/b1659/_pkg_.a # internal
2025-08-20T18:59:21.8491769Z [00:02:58.597]➜  cp $WORK/b1659/_pkg_.a /root/.cache/go-build/b5/b55c79a0742aed2e0757868f3de27537ed7070792eea74d72ec3727e1e119e64-d # internal
2025-08-20T18:59:21.8492865Z [00:02:58.597]➜  go tool buildid -w $WORK/b1666/_pkg_.a # internal
2025-08-20T18:59:21.8500357Z [00:02:58.597]➜  cp $WORK/b1666/_pkg_.a /root/.cache/go-build/6c/6c98effda59da4e559f5e7ed4751ad2b8e7ede90c7a17295ceb383683ec03f9f-d # internal
2025-08-20T18:59:21.8504346Z [00:02:58.597]➜  github.com/hyperledger/aries-framework-go/pkg/store/connection
2025-08-20T18:59:21.8505937Z [00:02:58.597]➜  mkdir -p $WORK/b1662/
2025-08-20T18:59:21.8509216Z [00:02:58.598]➜  cat >/tmp/go-build693841089/b1662/importcfg << 'EOF' # internal
2025-08-20T18:59:21.8511419Z [00:02:58.598]➜  # import config
2025-08-20T18:59:21.8512063Z [00:02:58.598]➜  packagefile crypto=/tmp/go-build693841089/b167/_pkg_.a
2025-08-20T18:59:21.8512514Z [00:02:58.598]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.8513186Z [00:02:58.598]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.8513596Z [00:02:58.598]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.8514206Z [00:02:58.598]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:21.8515084Z [00:02:58.598]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/model=/tmp/go-build693841089/b1658/_pkg_.a
2025-08-20T18:59:21.8515932Z [00:02:58.598]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:21.8516737Z [00:02:58.598]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:21.8536183Z [00:02:58.598]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.8536638Z [00:02:58.598]➜  EOF
2025-08-20T18:59:21.8536918Z [00:02:58.598]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:21.8543015Z [00:02:58.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/connection=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/connection;$WORK/b1662=>" -p github.com/hyperledger/aries-framework-go/pkg/store/connection -lang=go1.19 -complete -installsuffix shared -buildid JZIBboKgJ8u7-CBM8DK8/JZIBboKgJ8u7-CBM8DK8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1662/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/connection/connection_lookup.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/connection/connection_recorder.go
2025-08-20T18:59:21.8545781Z [00:02:58.600]➜  github.com/hyperledger/aries-framework-go/pkg/store/did
2025-08-20T18:59:21.8546141Z [00:02:58.600]➜  mkdir -p $WORK/b1663/
2025-08-20T18:59:21.8546509Z [00:02:58.601]➜  cat >/tmp/go-build693841089/b1663/importcfg << 'EOF' # internal
2025-08-20T18:59:21.8546847Z [00:02:58.601]➜  # import config
2025-08-20T18:59:21.8547201Z [00:02:58.601]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.8547640Z [00:02:58.601]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.8548043Z [00:02:58.601]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.8548640Z [00:02:58.601]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:21.8549699Z [00:02:58.601]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:21.8550580Z [00:02:58.601]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:21.8551405Z [00:02:58.601]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:21.8552212Z [00:02:58.601]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:21.8552674Z [00:02:58.601]➜  EOF
2025-08-20T18:59:21.8560720Z [00:02:58.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/did=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/did;$WORK/b1663=>" -p github.com/hyperledger/aries-framework-go/pkg/store/did -lang=go1.19 -complete -installsuffix shared -buildid f84_2QOD7HFN75WGi8m0/f84_2QOD7HFN75WGi8m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1663/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/did/didconnection.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/did/models.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/did/store.go
2025-08-20T18:59:21.8865632Z [00:02:58.634]➜  go tool buildid -w $WORK/b1663/_pkg_.a # internal
2025-08-20T18:59:21.8871228Z [00:02:58.635]➜  cp $WORK/b1663/_pkg_.a /root/.cache/go-build/a2/a2223c049e9396895f088d90e030c9e3f40177c4afd9132db6aee16d12947603-d # internal
2025-08-20T18:59:21.8916554Z [00:02:58.639]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/transport
2025-08-20T18:59:21.8922016Z [00:02:58.639]➜  mkdir -p $WORK/b1665/
2025-08-20T18:59:21.8923229Z [00:02:58.640]➜  cat >/tmp/go-build693841089/b1665/importcfg << 'EOF' # internal
2025-08-20T18:59:21.8924143Z [00:02:58.640]➜  # import config
2025-08-20T18:59:21.8925952Z [00:02:58.640]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:21.8927032Z [00:02:58.640]➜  EOF
2025-08-20T18:59:21.8930005Z [00:02:58.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/transport=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/transport;$WORK/b1665=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/transport -lang=go1.19 -complete -installsuffix shared -buildid kZRiCWZXlB8t889eaazd/kZRiCWZXlB8t889eaazd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1665/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/transport/media_type.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/transport/transport_interface.go
2025-08-20T18:59:21.9170600Z [00:02:58.664]➜  go tool buildid -w $WORK/b1665/_pkg_.a # internal
2025-08-20T18:59:21.9192789Z [00:02:58.667]➜  cp $WORK/b1665/_pkg_.a /root/.cache/go-build/e9/e9d279ad99a1a11e8cf2f9a05642040e0ef803ec2571327ada223c282b552cf3-d # internal
2025-08-20T18:59:21.9206032Z [00:02:58.668]➜  github.com/hyperledger/aries-framework-go/pkg/vdr/peer
2025-08-20T18:59:21.9214039Z [00:02:58.668]➜  mkdir -p $WORK/b1664/
2025-08-20T18:59:21.9215739Z [00:02:58.669]➜  go tool buildid -w $WORK/b1662/_pkg_.a # internal
2025-08-20T18:59:21.9217216Z [00:02:58.669]➜  cat >/tmp/go-build693841089/b1664/importcfg << 'EOF' # internal
2025-08-20T18:59:21.9217658Z [00:02:58.669]➜  # import config
2025-08-20T18:59:21.9218051Z [00:02:58.669]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:21.9218520Z [00:02:58.669]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.9218962Z [00:02:58.669]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.9219630Z [00:02:58.669]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.9220252Z [00:02:58.669]➜  packagefile github.com/btcsuite/btcutil/base58=/tmp/go-build693841089/b1373/_pkg_.a
2025-08-20T18:59:21.9220834Z [00:02:58.669]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:21.9221500Z [00:02:58.669]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/model=/tmp/go-build693841089/b1658/_pkg_.a
2025-08-20T18:59:21.9222314Z [00:02:58.669]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:21.9223233Z [00:02:58.669]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:21.9224118Z [00:02:58.669]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:21.9225204Z [00:02:58.669]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint=/tmp/go-build693841089/b1450/_pkg_.a
2025-08-20T18:59:21.9225996Z [00:02:58.669]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:21.9227065Z [00:02:58.669]➜  packagefile github.com/jinzhu/copier=/tmp/go-build693841089/b1666/_pkg_.a
2025-08-20T18:59:21.9227671Z [00:02:58.669]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:21.9228292Z [00:02:58.669]➜  packagefile github.com/multiformats/go-multihash=/tmp/go-build693841089/b342/_pkg_.a
2025-08-20T18:59:21.9228805Z [00:02:58.669]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:21.9229219Z [00:02:58.669]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.9229623Z [00:02:58.669]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.9229923Z [00:02:58.669]➜  EOF
2025-08-20T18:59:21.9250039Z [00:02:58.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/peer=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/peer;$WORK/b1664=>" -p github.com/hyperledger/aries-framework-go/pkg/vdr/peer -lang=go1.19 -complete -installsuffix shared -buildid G0o-EXL0KJhEVKzMVLxo/G0o-EXL0KJhEVKzMVLxo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1664/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/peer/creator.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/peer/did.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/peer/resolver.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/peer/store.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/peer/vdr.go
2025-08-20T18:59:21.9253778Z [00:02:58.672]➜  cp $WORK/b1662/_pkg_.a /root/.cache/go-build/27/27d478e566b7e2ff428a0a51c335a41602f3523362970158c1d3e8b1af1e405c-d # internal
2025-08-20T18:59:21.9254460Z [00:02:58.672]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher
2025-08-20T18:59:21.9255063Z [00:02:58.672]➜  mkdir -p $WORK/b1667/
2025-08-20T18:59:21.9255461Z [00:02:58.672]➜  cat >/tmp/go-build693841089/b1667/importcfg << 'EOF' # internal
2025-08-20T18:59:21.9255802Z [00:02:58.672]➜  # import config
2025-08-20T18:59:21.9256378Z [00:02:58.672]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:21.9256897Z [00:02:58.672]➜  EOF
2025-08-20T18:59:21.9259385Z [00:02:58.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/dispatcher=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/dispatcher;$WORK/b1667=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher -lang=go1.19 -complete -installsuffix shared -buildid ww4EBChm6hftXWgJuHar/ww4EBChm6hftXWgJuHar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1667/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/dispatcher/api.go
2025-08-20T18:59:21.9450129Z [00:02:58.692]➜  go tool buildid -w $WORK/b1667/_pkg_.a # internal
2025-08-20T18:59:21.9479726Z [00:02:58.695]➜  cp $WORK/b1667/_pkg_.a /root/.cache/go-build/72/72c7532f5d19a2629575e48ab62b421fb1765995e0a4704b3a49ecb0c05d5c56-d # internal
2025-08-20T18:59:21.9499930Z [00:02:58.697]➜  github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk/jwksupport
2025-08-20T18:59:21.9500519Z [00:02:58.697]➜  mkdir -p $WORK/b1671/
2025-08-20T18:59:21.9528048Z [00:02:58.700]➜  cat >/tmp/go-build693841089/b1671/importcfg << 'EOF' # internal
2025-08-20T18:59:21.9528505Z [00:02:58.700]➜  # import config
2025-08-20T18:59:21.9529330Z [00:02:58.700]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk=/tmp/go-build693841089/b1342/_pkg_.a
2025-08-20T18:59:21.9530438Z [00:02:58.700]➜  packagefile github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk/jwksupport=/tmp/go-build693841089/b1445/_pkg_.a
2025-08-20T18:59:21.9531592Z [00:02:58.700]➜  packagefile github.com/hyperledger/aries-framework-go/spi/crypto=/tmp/go-build693841089/b1420/_pkg_.a
2025-08-20T18:59:21.9532442Z [00:02:58.700]➜  packagefile github.com/hyperledger/aries-framework-go/spi/kms=/tmp/go-build693841089/b1352/_pkg_.a
2025-08-20T18:59:21.9532995Z [00:02:58.700]➜  EOF
2025-08-20T18:59:21.9536737Z [00:02:58.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jwk/jwksupport=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jwk/jwksupport;$WORK/b1671=>" -p github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk/jwksupport -lang=go1.19 -complete -installsuffix shared -buildid LUwlIyCEu3iP84Optb2T/LUwlIyCEu3iP84Optb2T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1671/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/jose/jwk/jwksupport/jwk.go
2025-08-20T18:59:21.9542772Z [00:02:58.702]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:21.9544345Z [00:02:58.702]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x034.o -c zstd_v02.c
2025-08-20T18:59:21.9696359Z [00:02:58.717]➜  go tool buildid -w $WORK/b1671/_pkg_.a # internal
2025-08-20T18:59:21.9702227Z [00:02:58.718]➜  cp $WORK/b1671/_pkg_.a /root/.cache/go-build/34/34c5d9712b40005826fd9bb5565cedbc752b9c571936bcb6ed3ef66efa2f643a-d # internal
2025-08-20T18:59:21.9725659Z [00:02:58.720]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/decorator
2025-08-20T18:59:21.9726171Z [00:02:58.720]➜  mkdir -p $WORK/b1670/
2025-08-20T18:59:21.9726518Z [00:02:58.720]➜  go tool buildid -w $WORK/b1664/_pkg_.a # internal
2025-08-20T18:59:21.9726948Z [00:02:58.720]➜  cat >/tmp/go-build693841089/b1670/importcfg << 'EOF' # internal
2025-08-20T18:59:21.9728876Z [00:02:58.720]➜  # import config
2025-08-20T18:59:21.9729282Z [00:02:58.720]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:21.9729758Z [00:02:58.720]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.9730207Z [00:02:58.720]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.9730612Z [00:02:58.720]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.9731197Z [00:02:58.720]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:21.9732159Z [00:02:58.720]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk=/tmp/go-build693841089/b1451/_pkg_.a
2025-08-20T18:59:21.9733065Z [00:02:58.720]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk/jwksupport=/tmp/go-build693841089/b1671/_pkg_.a
2025-08-20T18:59:21.9733879Z [00:02:58.720]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:21.9734938Z [00:02:58.720]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint=/tmp/go-build693841089/b1450/_pkg_.a
2025-08-20T18:59:21.9738504Z [00:02:58.720]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:21.9739093Z [00:02:58.720]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.9739458Z [00:02:58.720]➜  EOF
2025-08-20T18:59:21.9739743Z [00:02:58.720]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:21.9749638Z [00:02:58.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/decorator=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/decorator;$WORK/b1670=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/decorator -lang=go1.19 -complete -installsuffix shared -buildid 0mSZMbacnJtxyzqNzTRn/0mSZMbacnJtxyzqNzTRn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1670/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/decorator/decorator.go
2025-08-20T18:59:21.9752531Z [00:02:58.722]➜  cp $WORK/b1664/_pkg_.a /root/.cache/go-build/9d/9d25a053f3ac94141e98a566a954698c661af3a0be96e13b082dec7b42056d33-d # internal
2025-08-20T18:59:21.9767657Z [00:02:58.724]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/common/middleware
2025-08-20T18:59:21.9771605Z [00:02:58.724]➜  mkdir -p $WORK/b1657/
2025-08-20T18:59:21.9772016Z [00:02:58.724]➜  cat >/tmp/go-build693841089/b1657/importcfg << 'EOF' # internal
2025-08-20T18:59:21.9772381Z [00:02:58.724]➜  # import config
2025-08-20T18:59:21.9772741Z [00:02:58.724]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:21.9773745Z [00:02:58.724]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:21.9774155Z [00:02:58.724]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:21.9774810Z [00:02:58.724]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:21.9775549Z [00:02:58.724]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:21.9776338Z [00:02:58.724]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/model=/tmp/go-build693841089/b1658/_pkg_.a
2025-08-20T18:59:21.9777099Z [00:02:58.724]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:21.9777914Z [00:02:58.724]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:21.9778716Z [00:02:58.724]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:21.9779476Z [00:02:58.724]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose=/tmp/go-build693841089/b1379/_pkg_.a
2025-08-20T18:59:21.9780583Z [00:02:58.724]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/jwkkid=/tmp/go-build693841089/b1443/_pkg_.a
2025-08-20T18:59:21.9781407Z [00:02:58.725]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/vmparse=/tmp/go-build693841089/b1661/_pkg_.a
2025-08-20T18:59:21.9782261Z [00:02:58.725]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:21.9783050Z [00:02:58.725]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:21.9784008Z [00:02:58.725]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/connection=/tmp/go-build693841089/b1662/_pkg_.a
2025-08-20T18:59:21.9785080Z [00:02:58.725]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/did=/tmp/go-build693841089/b1663/_pkg_.a
2025-08-20T18:59:21.9785909Z [00:02:58.725]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/peer=/tmp/go-build693841089/b1664/_pkg_.a
2025-08-20T18:59:21.9786662Z [00:02:58.725]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:21.9787227Z [00:02:58.725]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:21.9787657Z [00:02:58.725]➜  EOF
2025-08-20T18:59:21.9790198Z [00:02:58.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/middleware=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/middleware;$WORK/b1657=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/common/middleware -lang=go1.19 -complete -installsuffix shared -buildid hKLf-zIIUD5pM86-gSFH/hKLf-zIIUD5pM86-gSFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1657/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/middleware/middleware.go
2025-08-20T18:59:22.0143551Z [00:02:58.762]➜  go tool buildid -w $WORK/b1670/_pkg_.a # internal
2025-08-20T18:59:22.0147365Z [00:02:58.762]➜  cp $WORK/b1670/_pkg_.a /root/.cache/go-build/12/1226939155fd949a7a49b1d5ac9d309e2db51ee7ead3574d8abea931ab6de200-d # internal
2025-08-20T18:59:22.0167674Z [00:02:58.763]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/common/model
2025-08-20T18:59:22.0170352Z [00:02:58.763]➜  mkdir -p $WORK/b1673/
2025-08-20T18:59:22.0170754Z [00:02:58.763]➜  cat >/tmp/go-build693841089/b1673/importcfg << 'EOF' # internal
2025-08-20T18:59:22.0171105Z [00:02:58.763]➜  # import config
2025-08-20T18:59:22.0171712Z [00:02:58.763]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/decorator=/tmp/go-build693841089/b1670/_pkg_.a
2025-08-20T18:59:22.0172602Z [00:02:58.763]➜  EOF
2025-08-20T18:59:22.0176847Z [00:02:58.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/model=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/model;$WORK/b1673=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/common/model -lang=go1.19 -complete -installsuffix shared -buildid Q2DCF57SjRbQd1J-VFgm/Q2DCF57SjRbQd1J-VFgm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1673/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/model/ack.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/model/envelope.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/model/event.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/model/forward.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/common/model/problem_report.go
2025-08-20T18:59:22.0274708Z [00:02:58.775]➜  go tool buildid -w $WORK/b1673/_pkg_.a # internal
2025-08-20T18:59:22.0280479Z [00:02:58.775]➜  cp $WORK/b1673/_pkg_.a /root/.cache/go-build/8e/8ea3851635a67b0db3b2686f13ed289beba838c59cfe9737ddc69d1ac5ff2990-d # internal
2025-08-20T18:59:22.0297048Z [00:02:58.776]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/messagepickup
2025-08-20T18:59:22.0300361Z [00:02:58.776]➜  mkdir -p $WORK/b1674/
2025-08-20T18:59:22.0300759Z [00:02:58.776]➜  cat >/tmp/go-build693841089/b1674/importcfg << 'EOF' # internal
2025-08-20T18:59:22.0301113Z [00:02:58.776]➜  # import config
2025-08-20T18:59:22.0301476Z [00:02:58.776]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.0301915Z [00:02:58.776]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.0302374Z [00:02:58.776]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:22.0303055Z [00:02:58.776]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:22.0303885Z [00:02:58.776]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:22.0306927Z [00:02:58.776]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher=/tmp/go-build693841089/b1667/_pkg_.a
2025-08-20T18:59:22.0308092Z [00:02:58.776]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/decorator=/tmp/go-build693841089/b1670/_pkg_.a
2025-08-20T18:59:22.0309032Z [00:02:58.776]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.0309868Z [00:02:58.776]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/connection=/tmp/go-build693841089/b1662/_pkg_.a
2025-08-20T18:59:22.0310657Z [00:02:58.776]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.0311444Z [00:02:58.776]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:22.0311904Z [00:02:58.776]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:22.0312304Z [00:02:58.776]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:22.0312605Z [00:02:58.776]➜  EOF
2025-08-20T18:59:22.0316195Z [00:02:58.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/messagepickup=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/messagepickup;$WORK/b1674=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/messagepickup -lang=go1.19 -complete -installsuffix shared -buildid Fg7YLpHzHxSUmaFtx4Wr/Fg7YLpHzHxSUmaFtx4Wr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1674/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/messagepickup/api.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/messagepickup/models.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/messagepickup/service.go
2025-08-20T18:59:22.0790357Z [00:02:58.826]➜  go tool buildid -w $WORK/b1657/_pkg_.a # internal
2025-08-20T18:59:22.0803084Z [00:02:58.828]➜  cp $WORK/b1657/_pkg_.a /root/.cache/go-build/ec/ecd69134899c8d95282bdc345ebe7ccbdbea0687f91654ada0453dbae4a83607-d # internal
2025-08-20T18:59:22.0822279Z [00:02:58.830]➜  github.com/hyperledger/aries-framework-go/pkg/internal/logutil
2025-08-20T18:59:22.0823282Z [00:02:58.830]➜  mkdir -p $WORK/b1675/
2025-08-20T18:59:22.0830784Z [00:02:58.831]➜  cat >/tmp/go-build693841089/b1675/importcfg << 'EOF' # internal
2025-08-20T18:59:22.0831994Z [00:02:58.831]➜  # import config
2025-08-20T18:59:22.0832354Z [00:02:58.831]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.0832971Z [00:02:58.831]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:22.0833449Z [00:02:58.831]➜  EOF
2025-08-20T18:59:22.0835955Z [00:02:58.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/logutil=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/logutil;$WORK/b1675=>" -p github.com/hyperledger/aries-framework-go/pkg/internal/logutil -lang=go1.19 -complete -installsuffix shared -buildid qTH5duxT0ebLfKjAhJ9u/qTH5duxT0ebLfKjAhJ9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1675/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/internal/logutil/util.go
2025-08-20T18:59:22.1098208Z [00:02:58.857]➜  go tool buildid -w $WORK/b1675/_pkg_.a # internal
2025-08-20T18:59:22.1099639Z [00:02:58.857]➜  cp $WORK/b1675/_pkg_.a /root/.cache/go-build/b7/b79adaf4890822d6ec3aed72a0026fbbb38604fe42a4d7c36d55b5824c5de71e-d # internal
2025-08-20T18:59:22.1100337Z [00:02:58.857]➜  github.com/hyperledger/aries-framework-go/pkg/vdr
2025-08-20T18:59:22.1100680Z [00:02:58.857]➜  mkdir -p $WORK/b1677/
2025-08-20T18:59:22.1119994Z [00:02:58.859]➜  cat >/tmp/go-build693841089/b1677/importcfg << 'EOF' # internal
2025-08-20T18:59:22.1120846Z [00:02:58.860]➜  # import config
2025-08-20T18:59:22.1121768Z [00:02:58.860]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.1122386Z [00:02:58.860]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.1123176Z [00:02:58.860]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:22.1124268Z [00:02:58.860]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.1125392Z [00:02:58.860]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/peer=/tmp/go-build693841089/b1664/_pkg_.a
2025-08-20T18:59:22.1126462Z [00:02:58.860]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.1126807Z [00:02:58.860]➜  EOF
2025-08-20T18:59:22.1129400Z [00:02:58.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr;$WORK/b1677=>" -p github.com/hyperledger/aries-framework-go/pkg/vdr -lang=go1.19 -complete -installsuffix shared -buildid Ht_DMBr0N3pGI3uVdz92/Ht_DMBr0N3pGI3uVdz92 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1677/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/vdr/registry.go
2025-08-20T18:59:22.1469639Z [00:02:58.894]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:22.1471352Z [00:02:58.894]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x035.o -c zstd_v03.c
2025-08-20T18:59:22.1549911Z [00:02:58.902]➜  go tool buildid -w $WORK/b1674/_pkg_.a # internal
2025-08-20T18:59:22.1567802Z [00:02:58.904]➜  cp $WORK/b1674/_pkg_.a /root/.cache/go-build/e1/e1d00f3fb16868a96785f6b16f5d7871c6964aaedc4b5e2b434f0708e5f153a7-d # internal
2025-08-20T18:59:22.1603561Z [00:02:58.908]➜  go tool buildid -w $WORK/b1677/_pkg_.a # internal
2025-08-20T18:59:22.1611911Z [00:02:58.909]➜  cp $WORK/b1677/_pkg_.a /root/.cache/go-build/60/60b31c38ede6f750c2891ccdeb83334d18bde4d9181f5b9b37d19158e72f2017-d # internal
2025-08-20T18:59:22.1620112Z [00:02:58.909]➜  github.com/hyperledger/aries-framework-go/pkg/store/verifiable/internal
2025-08-20T18:59:22.1620574Z [00:02:58.909]➜  mkdir -p $WORK/b1682/
2025-08-20T18:59:22.1620961Z [00:02:58.909]➜  cat >/tmp/go-build693841089/b1682/importcfg << 'EOF' # internal
2025-08-20T18:59:22.1621311Z [00:02:58.909]➜  # import config
2025-08-20T18:59:22.1621636Z [00:02:58.909]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.1621937Z [00:02:58.910]➜  EOF
2025-08-20T18:59:22.1622214Z [00:02:58.910]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:22.1627180Z [00:02:58.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/verifiable/internal=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/verifiable/internal;$WORK/b1682=>" -p github.com/hyperledger/aries-framework-go/pkg/store/verifiable/internal -lang=go1.19 -complete -installsuffix shared -buildid oPu_nAv7YAKl_HWbRlt-/oPu_nAv7YAKl_HWbRlt- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1682/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/verifiable/internal/helpers.go
2025-08-20T18:59:22.1629842Z [00:02:58.910]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/mediator
2025-08-20T18:59:22.1630250Z [00:02:58.910]➜  mkdir -p $WORK/b1672/
2025-08-20T18:59:22.1630617Z [00:02:58.910]➜  cat >/tmp/go-build693841089/b1672/importcfg << 'EOF' # internal
2025-08-20T18:59:22.1630956Z [00:02:58.910]➜  # import config
2025-08-20T18:59:22.1631521Z [00:02:58.910]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.1632069Z [00:02:58.910]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.1632476Z [00:02:58.910]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.1632970Z [00:02:58.910]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build693841089/b863/_pkg_.a
2025-08-20T18:59:22.1633511Z [00:02:58.910]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:22.1634179Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:22.1637916Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/model=/tmp/go-build693841089/b1673/_pkg_.a
2025-08-20T18:59:22.1638806Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:22.1639677Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher=/tmp/go-build693841089/b1667/_pkg_.a
2025-08-20T18:59:22.1640554Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/decorator=/tmp/go-build693841089/b1670/_pkg_.a
2025-08-20T18:59:22.1641485Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/messagepickup=/tmp/go-build693841089/b1674/_pkg_.a
2025-08-20T18:59:22.1645474Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.1646354Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/kmsdidkey=/tmp/go-build693841089/b1446/_pkg_.a
2025-08-20T18:59:22.1647210Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.1648061Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/logutil=/tmp/go-build693841089/b1675/_pkg_.a
2025-08-20T18:59:22.1648854Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:22.1649815Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/connection=/tmp/go-build693841089/b1662/_pkg_.a
2025-08-20T18:59:22.1650743Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint=/tmp/go-build693841089/b1450/_pkg_.a
2025-08-20T18:59:22.1651542Z [00:02:58.910]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.1652119Z [00:02:58.910]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:22.1652516Z [00:02:58.910]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:22.1652815Z [00:02:58.910]➜  EOF
2025-08-20T18:59:22.1687447Z [00:02:58.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/mediator=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/mediator;$WORK/b1672=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/mediator -lang=go1.19 -complete -installsuffix shared -buildid kvN1djFOE6zG_zLdksML/kvN1djFOE6zG_zLdksML -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1672/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/mediator/api.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/mediator/config.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/mediator/models.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/mediator/service.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/mediator/util.go
2025-08-20T18:59:22.1829002Z [00:02:58.930]➜  go tool buildid -w $WORK/b1682/_pkg_.a # internal
2025-08-20T18:59:22.1836915Z [00:02:58.931]➜  cp $WORK/b1682/_pkg_.a /root/.cache/go-build/a6/a6b320f416cba925e402d7e10966b3fe551851fbd3d35bf0cd06c3f61888c159-d # internal
2025-08-20T18:59:22.1844429Z [00:02:58.932]➜  github.com/hyperledger/aries-framework-go/pkg/store/verifiable
2025-08-20T18:59:22.1846718Z [00:02:58.932]➜  mkdir -p $WORK/b1681/
2025-08-20T18:59:22.1868589Z [00:02:58.934]➜  cat >/tmp/go-build693841089/b1681/importcfg << 'EOF' # internal
2025-08-20T18:59:22.1869520Z [00:02:58.934]➜  # import config
2025-08-20T18:59:22.1870199Z [00:02:58.934]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.1871185Z [00:02:58.934]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.1895393Z [00:02:58.934]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.1896781Z [00:02:58.934]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:22.1897474Z [00:02:58.934]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:22.1898270Z [00:02:58.934]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/verifiable=/tmp/go-build693841089/b1367/_pkg_.a
2025-08-20T18:59:22.1899128Z [00:02:58.934]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/verifiable/internal=/tmp/go-build693841089/b1682/_pkg_.a
2025-08-20T18:59:22.1900247Z [00:02:58.934]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.1900921Z [00:02:58.934]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:22.1901314Z [00:02:58.934]➜  EOF
2025-08-20T18:59:22.1904112Z [00:02:58.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/verifiable=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/verifiable;$WORK/b1681=>" -p github.com/hyperledger/aries-framework-go/pkg/store/verifiable -lang=go1.19 -complete -installsuffix shared -buildid tgB5NsGlASyijtcgsEwO/tgB5NsGlASyijtcgsEwO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1681/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/verifiable/models.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/verifiable/store.go
2025-08-20T18:59:22.2625402Z [00:02:59.010]➜  go tool buildid -w $WORK/b1681/_pkg_.a # internal
2025-08-20T18:59:22.2632514Z [00:02:59.011]➜  go tool buildid -w $WORK/b1672/_pkg_.a # internal
2025-08-20T18:59:22.2637213Z [00:02:59.011]➜  cp $WORK/b1681/_pkg_.a /root/.cache/go-build/d6/d6508b11b40564335bc60a3e4588456b47f394000cdcb820c3414f8da6b1df04-d # internal
2025-08-20T18:59:22.2642111Z [00:02:59.012]➜  github.com/hyperledger/aries-framework-go/pkg/framework/aries/api
2025-08-20T18:59:22.2645972Z [00:02:59.012]➜  mkdir -p $WORK/b1679/
2025-08-20T18:59:22.2649264Z [00:02:59.012]➜  cat >/tmp/go-build693841089/b1679/importcfg << 'EOF' # internal
2025-08-20T18:59:22.2649624Z [00:02:59.012]➜  # import config
2025-08-20T18:59:22.2649962Z [00:02:59.012]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.2650576Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:22.2651402Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:22.2652278Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher=/tmp/go-build693841089/b1667/_pkg_.a
2025-08-20T18:59:22.2653115Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.2654218Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.2660203Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:22.2660973Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/secretlock=/tmp/go-build693841089/b1680/_pkg_.a
2025-08-20T18:59:22.2661753Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/did=/tmp/go-build693841089/b1663/_pkg_.a
2025-08-20T18:59:22.2662560Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/verifiable=/tmp/go-build693841089/b1681/_pkg_.a
2025-08-20T18:59:22.2663588Z [00:02:59.012]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.2664257Z [00:02:59.012]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:22.2664772Z [00:02:59.012]➜  EOF
2025-08-20T18:59:22.2667199Z [00:02:59.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/aries/api=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/aries/api;$WORK/b1679=>" -p github.com/hyperledger/aries-framework-go/pkg/framework/aries/api -lang=go1.19 -complete -installsuffix shared -buildid v3pGV1bk_8lqE2iR_wcX/v3pGV1bk_8lqE2iR_wcX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1679/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/aries/api/protocol.go
2025-08-20T18:59:22.2694429Z [00:02:59.017]➜  cp $WORK/b1672/_pkg_.a /root/.cache/go-build/4d/4d1a97cb45f35f30793d711361417ecaf53017acdd8f34078809c9e4dc47cf59-d # internal
2025-08-20T18:59:22.2759679Z [00:02:59.023]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/didexchange
2025-08-20T18:59:22.2760713Z [00:02:59.023]➜  mkdir -p $WORK/b1669/
2025-08-20T18:59:22.2770379Z [00:02:59.024]➜  cat >/tmp/go-build693841089/b1669/importcfg << 'EOF' # internal
2025-08-20T18:59:22.2770754Z [00:02:59.024]➜  # import config
2025-08-20T18:59:22.2771128Z [00:02:59.024]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:22.2771850Z [00:02:59.024]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:22.2772390Z [00:02:59.024]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.2772839Z [00:02:59.024]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.2773251Z [00:02:59.024]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.2773734Z [00:02:59.024]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build693841089/b1343/_pkg_.a
2025-08-20T18:59:22.2774272Z [00:02:59.025]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:22.2782994Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:22.2783902Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/model=/tmp/go-build693841089/b1658/_pkg_.a
2025-08-20T18:59:22.2785038Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:22.2785939Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:22.2787333Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher=/tmp/go-build693841089/b1667/_pkg_.a
2025-08-20T18:59:22.2788327Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/decorator=/tmp/go-build693841089/b1670/_pkg_.a
2025-08-20T18:59:22.2789227Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/mediator=/tmp/go-build693841089/b1672/_pkg_.a
2025-08-20T18:59:22.2790392Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.2791283Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:22.2792059Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk=/tmp/go-build693841089/b1451/_pkg_.a
2025-08-20T18:59:22.2792895Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/jose/jwk/jwksupport=/tmp/go-build693841089/b1671/_pkg_.a
2025-08-20T18:59:22.2793917Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/jwkkid=/tmp/go-build693841089/b1443/_pkg_.a
2025-08-20T18:59:22.2825196Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.2826254Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/didcommutil=/tmp/go-build693841089/b1676/_pkg_.a
2025-08-20T18:59:22.2827101Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/logutil=/tmp/go-build693841089/b1675/_pkg_.a
2025-08-20T18:59:22.2827878Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:22.2828657Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/connection=/tmp/go-build693841089/b1662/_pkg_.a
2025-08-20T18:59:22.2829873Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/did=/tmp/go-build693841089/b1663/_pkg_.a
2025-08-20T18:59:22.2830620Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr=/tmp/go-build693841089/b1677/_pkg_.a
2025-08-20T18:59:22.2831389Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint=/tmp/go-build693841089/b1450/_pkg_.a
2025-08-20T18:59:22.2832171Z [00:02:59.025]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.2832851Z [00:02:59.025]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build693841089/b1460/_pkg_.a
2025-08-20T18:59:22.2833355Z [00:02:59.025]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.2833851Z [00:02:59.025]➜  EOF
2025-08-20T18:59:22.2838879Z [00:02:59.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange;$WORK/b1669=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/didexchange -lang=go1.19 -complete -installsuffix shared -buildid HaOzgkCIUpjYhCBTBDdl/HaOzgkCIUpjYhCBTBDdl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1669/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange/didex_default.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange/event.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange/keys.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange/models.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange/service.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/didexchange/states.go
2025-08-20T18:59:22.2946926Z [00:02:59.042]➜  go tool buildid -w $WORK/b1679/_pkg_.a # internal
2025-08-20T18:59:22.2956734Z [00:02:59.043]➜  cp $WORK/b1679/_pkg_.a /root/.cache/go-build/d2/d216d3cf12c01ccaabf0ce813108231b97a128a3289bf0b5594e694360d94a44-d # internal
2025-08-20T18:59:22.2978510Z [00:02:59.045]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/legacyconnection
2025-08-20T18:59:22.2981461Z [00:02:59.045]➜  mkdir -p $WORK/b1678/
2025-08-20T18:59:22.2997345Z [00:02:59.047]➜  cat >/tmp/go-build693841089/b1678/importcfg << 'EOF' # internal
2025-08-20T18:59:22.2998002Z [00:02:59.047]➜  # import config
2025-08-20T18:59:22.2998706Z [00:02:59.047]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:22.2999801Z [00:02:59.047]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:22.3000313Z [00:02:59.047]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.3001086Z [00:02:59.047]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.3001500Z [00:02:59.047]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.3002012Z [00:02:59.047]➜  packagefile github.com/btcsuite/btcutil/base58=/tmp/go-build693841089/b1373/_pkg_.a
2025-08-20T18:59:22.3002576Z [00:02:59.047]➜  packagefile github.com/google/uuid=/tmp/go-build693841089/b569/_pkg_.a
2025-08-20T18:59:22.3003238Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:22.3004019Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/model=/tmp/go-build693841089/b1658/_pkg_.a
2025-08-20T18:59:22.3005534Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:22.3006416Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/model=/tmp/go-build693841089/b1673/_pkg_.a
2025-08-20T18:59:22.3007547Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:22.3008400Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher=/tmp/go-build693841089/b1667/_pkg_.a
2025-08-20T18:59:22.3009281Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/decorator=/tmp/go-build693841089/b1670/_pkg_.a
2025-08-20T18:59:22.3010180Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/mediator=/tmp/go-build693841089/b1672/_pkg_.a
2025-08-20T18:59:22.3011141Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.3012034Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:22.3012822Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/jwkkid=/tmp/go-build693841089/b1443/_pkg_.a
2025-08-20T18:59:22.3013648Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/kmsdidkey=/tmp/go-build693841089/b1446/_pkg_.a
2025-08-20T18:59:22.3014504Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.3015576Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/didcommutil=/tmp/go-build693841089/b1676/_pkg_.a
2025-08-20T18:59:22.3016430Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/didkeyutil=/tmp/go-build693841089/b1660/_pkg_.a
2025-08-20T18:59:22.3017263Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/internal/logutil=/tmp/go-build693841089/b1675/_pkg_.a
2025-08-20T18:59:22.3018032Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:22.3018998Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/connection=/tmp/go-build693841089/b1662/_pkg_.a
2025-08-20T18:59:22.3019787Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/did=/tmp/go-build693841089/b1663/_pkg_.a
2025-08-20T18:59:22.3020623Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr=/tmp/go-build693841089/b1677/_pkg_.a
2025-08-20T18:59:22.3021417Z [00:02:59.047]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.3022086Z [00:02:59.047]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build693841089/b1460/_pkg_.a
2025-08-20T18:59:22.3022592Z [00:02:59.047]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.3023001Z [00:02:59.047]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:22.3023308Z [00:02:59.047]➜  EOF
2025-08-20T18:59:22.3027936Z [00:02:59.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/legacyconnection=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/legacyconnection;$WORK/b1678=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/legacyconnection -lang=go1.19 -complete -installsuffix shared -buildid RVXgvDx7ApnK-J2Dq_ba/RVXgvDx7ApnK-J2Dq_ba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1678/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/legacyconnection/event.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/legacyconnection/keys.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/legacyconnection/models.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/legacyconnection/service.go /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/protocol/legacyconnection/states.go
2025-08-20T18:59:22.3964029Z [00:02:59.144]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:22.3965777Z [00:02:59.144]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x036.o -c zstd_v04.c
2025-08-20T18:59:22.4385674Z [00:02:59.186]➜  go tool buildid -w $WORK/b1678/_pkg_.a # internal
2025-08-20T18:59:22.4420552Z [00:02:59.189]➜  cp $WORK/b1678/_pkg_.a /root/.cache/go-build/60/60ac7be110ecdecd14a44e877d36f2189e9fb99552db94b1b9253c3b951f6d4b-d # internal
2025-08-20T18:59:22.4425880Z [00:02:59.190]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/packer
2025-08-20T18:59:22.4426389Z [00:02:59.190]➜  mkdir -p $WORK/b1683/
2025-08-20T18:59:22.4427331Z [00:02:59.190]➜  cat >/tmp/go-build693841089/b1683/importcfg << 'EOF' # internal
2025-08-20T18:59:22.4430132Z [00:02:59.190]➜  # import config
2025-08-20T18:59:22.4430720Z [00:02:59.190]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:22.4431537Z [00:02:59.190]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.4432401Z [00:02:59.190]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.4433196Z [00:02:59.190]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:22.4433934Z [00:02:59.190]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.4434819Z [00:02:59.190]➜  EOF
2025-08-20T18:59:22.4435127Z [00:02:59.190]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:22.4437640Z [00:02:59.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/packer=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/packer;$WORK/b1683=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/packer -lang=go1.19 -complete -installsuffix shared -buildid _xOq7MPyuUuvl7ngBciD/_xOq7MPyuUuvl7ngBciD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1683/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/packer/api.go
2025-08-20T18:59:22.4734084Z [00:02:59.221]➜  go tool buildid -w $WORK/b1683/_pkg_.a # internal
2025-08-20T18:59:22.4748375Z [00:02:59.222]➜  cp $WORK/b1683/_pkg_.a /root/.cache/go-build/a9/a96a80704f4b25e7b8334be84885e3afbf86a4eabb88268a8edc498a9cac5c71-d # internal
2025-08-20T18:59:22.4749229Z [00:02:59.222]➜  github.com/hyperledger/aries-framework-go/pkg/store/ld
2025-08-20T18:59:22.4758728Z [00:02:59.222]➜  mkdir -p $WORK/b1684/
2025-08-20T18:59:22.4759128Z [00:02:59.223]➜  cat >/tmp/go-build693841089/b1684/importcfg << 'EOF' # internal
2025-08-20T18:59:22.4759480Z [00:02:59.223]➜  # import config
2025-08-20T18:59:22.4760073Z [00:02:59.223]➜  packagefile github.com/hyperledger/aries-framework-go/component/models/ld/store=/tmp/go-build693841089/b1651/_pkg_.a
2025-08-20T18:59:22.4760885Z [00:02:59.223]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.4761349Z [00:02:59.223]➜  EOF
2025-08-20T18:59:22.4763520Z [00:02:59.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/ld=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/ld;$WORK/b1684=>" -p github.com/hyperledger/aries-framework-go/pkg/store/ld -lang=go1.19 -complete -installsuffix shared -buildid MxaLm5nIwbFSmvyL1hXV/MxaLm5nIwbFSmvyL1hXV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1684/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/store/ld/ld.go
2025-08-20T18:59:22.4869241Z [00:02:59.234]➜  go tool buildid -w $WORK/b1684/_pkg_.a # internal
2025-08-20T18:59:22.4877030Z [00:02:59.235]➜  cp $WORK/b1684/_pkg_.a /root/.cache/go-build/38/3824a8cfad26ca7ceb69f78199a42e0b0d5fe70e3fd1c8d91f3f0d1d86049192-d # internal
2025-08-20T18:59:22.4890749Z [00:02:59.237]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T18:59:22.4970382Z [00:02:59.245]➜  golang.org/x/text/language/display
2025-08-20T18:59:22.4975446Z [00:02:59.245]➜  mkdir -p $WORK/b1686/
2025-08-20T18:59:22.4976137Z [00:02:59.245]➜  cat >/tmp/go-build693841089/b1686/importcfg << 'EOF' # internal
2025-08-20T18:59:22.4976597Z [00:02:59.245]➜  # import config
2025-08-20T18:59:22.4976942Z [00:02:59.245]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.4977464Z [00:02:59.245]➜  packagefile golang.org/x/text/internal/format=/tmp/go-build693841089/b503/_pkg_.a
2025-08-20T18:59:22.4978038Z [00:02:59.245]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:59:22.4978509Z [00:02:59.245]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:22.4978930Z [00:02:59.245]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.4979239Z [00:02:59.245]➜  EOF
2025-08-20T18:59:22.4981907Z [00:02:59.245]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1686/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.21.0/language/display=>golang.org/x/text@v0.21.0/language/display;$WORK/b1686=>" -p golang.org/x/text/language/display -lang=go1.18 -complete -installsuffix shared -buildid abcXUvwGP4b5bna2Qhws/abcXUvwGP4b5bna2Qhws -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1686/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/display/dict.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/display/display.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/display/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.21.0/language/display/tables.go
2025-08-20T18:59:22.5029525Z [00:02:59.250]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/12/12b2f58b498ac5294d8b566c5fb3ee8aee8c54c0e1dc117e6aae52aa35b9d7c6-d # internal
2025-08-20T18:59:22.5053923Z [00:02:59.253]➜  firebase.google.com/go/v4/storage
2025-08-20T18:59:22.5057150Z [00:02:59.253]➜  mkdir -p $WORK/b1621/
2025-08-20T18:59:22.5058585Z [00:02:59.253]➜  go tool buildid -w $WORK/b1669/_pkg_.a # internal
2025-08-20T18:59:22.5079927Z [00:02:59.255]➜  cat >/tmp/go-build693841089/b1621/importcfg << 'EOF' # internal
2025-08-20T18:59:22.5082015Z [00:02:59.256]➜  # import config
2025-08-20T18:59:22.5082759Z [00:02:59.256]➜  packagefile cloud.google.com/go/storage=/tmp/go-build693841089/b1622/_pkg_.a
2025-08-20T18:59:22.5083722Z [00:02:59.256]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:22.5084365Z [00:02:59.256]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.5085298Z [00:02:59.256]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:22.5085927Z [00:02:59.256]➜  EOF
2025-08-20T18:59:22.5088421Z [00:02:59.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1621/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/storage=>firebase.google.com/go/v4@v4.12.0/storage;$WORK/b1621=>" -p firebase.google.com/go/v4/storage -lang=go1.17 -complete -installsuffix shared -buildid e_HdhKHxgKbaSGG4PZnl/e_HdhKHxgKbaSGG4PZnl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/storage/storage.go
2025-08-20T18:59:22.5106333Z [00:02:59.258]➜  cp $WORK/b1669/_pkg_.a /root/.cache/go-build/48/487e48b1323eebea7d5f7d89cf34f1db845c2b53890a852f2bba5439a38ce4ef-d # internal
2025-08-20T18:59:22.5115141Z [00:02:59.259]➜  github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher/inbound
2025-08-20T18:59:22.5116570Z [00:02:59.259]➜  mkdir -p $WORK/b1668/
2025-08-20T18:59:22.5125054Z [00:02:59.260]➜  cat >/tmp/go-build693841089/b1668/importcfg << 'EOF' # internal
2025-08-20T18:59:22.5125445Z [00:02:59.260]➜  # import config
2025-08-20T18:59:22.5127882Z [00:02:59.260]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.5128770Z [00:02:59.260]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.5133744Z [00:02:59.260]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.5135443Z [00:02:59.260]➜  packagefile github.com/btcsuite/btcutil/base58=/tmp/go-build693841089/b1373/_pkg_.a
2025-08-20T18:59:22.5136607Z [00:02:59.260]➜  packagefile github.com/cenkalti/backoff/v4=/tmp/go-build693841089/b863/_pkg_.a
2025-08-20T18:59:22.5139311Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/common/log=/tmp/go-build693841089/b1370/_pkg_.a
2025-08-20T18:59:22.5140676Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:22.5141804Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/middleware=/tmp/go-build693841089/b1657/_pkg_.a
2025-08-20T18:59:22.5143281Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:22.5144201Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher=/tmp/go-build693841089/b1667/_pkg_.a
2025-08-20T18:59:22.5145254Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/didexchange=/tmp/go-build693841089/b1669/_pkg_.a
2025-08-20T18:59:22.5146217Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/protocol/legacyconnection=/tmp/go-build693841089/b1678/_pkg_.a
2025-08-20T18:59:22.5147440Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.5148235Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/did=/tmp/go-build693841089/b1371/_pkg_.a
2025-08-20T18:59:22.5149042Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api=/tmp/go-build693841089/b1679/_pkg_.a
2025-08-20T18:59:22.5150007Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.5150897Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/did=/tmp/go-build693841089/b1663/_pkg_.a
2025-08-20T18:59:22.5151692Z [00:02:59.260]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/vdr/fingerprint=/tmp/go-build693841089/b1450/_pkg_.a
2025-08-20T18:59:22.5152303Z [00:02:59.260]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.5152725Z [00:02:59.260]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:22.5153028Z [00:02:59.260]➜  EOF
2025-08-20T18:59:22.5155738Z [00:02:59.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/dispatcher/inbound=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/dispatcher/inbound;$WORK/b1668=>" -p github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher/inbound -lang=go1.19 -complete -installsuffix shared -buildid hQhUjkCtVgb01wOsxyS8/hQhUjkCtVgb01wOsxyS8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1668/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/didcomm/dispatcher/inbound/inbound_message_handler.go
2025-08-20T18:59:22.5642767Z [00:02:59.311]➜  go tool buildid -w $WORK/b1668/_pkg_.a # internal
2025-08-20T18:59:22.5644077Z [00:02:59.312]➜  cp $WORK/b1668/_pkg_.a /root/.cache/go-build/a2/a25d21a07f85bca5fb387c055c3dbe3960b7c5f577e6878bc3aeaa1fb113dcf9-d # internal
2025-08-20T18:59:22.5648940Z [00:02:59.312]➜  github.com/hyperledger/aries-framework-go/pkg/framework/context
2025-08-20T18:59:22.5649358Z [00:02:59.312]➜  mkdir -p $WORK/b1656/
2025-08-20T18:59:22.5660645Z [00:02:59.313]➜  cat >/tmp/go-build693841089/b1656/importcfg << 'EOF' # internal
2025-08-20T18:59:22.5661062Z [00:02:59.314]➜  # import config
2025-08-20T18:59:22.5675800Z [00:02:59.314]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.5676853Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/crypto=/tmp/go-build693841089/b1418/_pkg_.a
2025-08-20T18:59:22.5677986Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/middleware=/tmp/go-build693841089/b1657/_pkg_.a
2025-08-20T18:59:22.5678937Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/common/service=/tmp/go-build693841089/b1659/_pkg_.a
2025-08-20T18:59:22.5679824Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher=/tmp/go-build693841089/b1667/_pkg_.a
2025-08-20T18:59:22.5680698Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/dispatcher/inbound=/tmp/go-build693841089/b1668/_pkg_.a
2025-08-20T18:59:22.5681554Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/packer=/tmp/go-build693841089/b1683/_pkg_.a
2025-08-20T18:59:22.5682372Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/didcomm/transport=/tmp/go-build693841089/b1665/_pkg_.a
2025-08-20T18:59:22.5683212Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api=/tmp/go-build693841089/b1679/_pkg_.a
2025-08-20T18:59:22.5684070Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/aries/api/vdr=/tmp/go-build693841089/b1453/_pkg_.a
2025-08-20T18:59:22.5685143Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/kms=/tmp/go-build693841089/b1447/_pkg_.a
2025-08-20T18:59:22.5685895Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/secretlock=/tmp/go-build693841089/b1680/_pkg_.a
2025-08-20T18:59:22.5686693Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/connection=/tmp/go-build693841089/b1662/_pkg_.a
2025-08-20T18:59:22.5687597Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/did=/tmp/go-build693841089/b1663/_pkg_.a
2025-08-20T18:59:22.5688462Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/ld=/tmp/go-build693841089/b1684/_pkg_.a
2025-08-20T18:59:22.5689261Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/verifiable=/tmp/go-build693841089/b1681/_pkg_.a
2025-08-20T18:59:22.5690041Z [00:02:59.314]➜  packagefile github.com/hyperledger/aries-framework-go/spi/storage=/tmp/go-build693841089/b1449/_pkg_.a
2025-08-20T18:59:22.5690715Z [00:02:59.314]➜  packagefile github.com/piprate/json-gold/ld=/tmp/go-build693841089/b1360/_pkg_.a
2025-08-20T18:59:22.5691203Z [00:02:59.314]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:22.5691503Z [00:02:59.314]➜  EOF
2025-08-20T18:59:22.5693868Z [00:02:59.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/context=>github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/context;$WORK/b1656=>" -p github.com/hyperledger/aries-framework-go/pkg/framework/context -lang=go1.19 -complete -installsuffix shared -buildid wgLQqFEeIvtC2YJAwmO0/wgLQqFEeIvtC2YJAwmO0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1656/importcfg -pack /root/go/pkg/mod/github.com/hyperledger/aries-framework-go@v0.3.2/pkg/framework/context/context.go
2025-08-20T18:59:22.5785159Z [00:02:59.326]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T18:59:22.5803001Z [00:02:59.328]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/72/7272854cd6394212da5cd34b474be5de86ddae638733f2f8d833669d6f187c30-d # internal
2025-08-20T18:59:22.5829166Z [00:02:59.330]➜  firebase.google.com/go/v4
2025-08-20T18:59:22.5829589Z [00:02:59.330]➜  mkdir -p $WORK/b1525/
2025-08-20T18:59:22.5832007Z [00:02:59.331]➜  cat >/tmp/go-build693841089/b1525/importcfg << 'EOF' # internal
2025-08-20T18:59:22.5832394Z [00:02:59.331]➜  # import config
2025-08-20T18:59:22.5832835Z [00:02:59.331]➜  packagefile cloud.google.com/go/firestore=/tmp/go-build693841089/b1526/_pkg_.a
2025-08-20T18:59:22.5833337Z [00:02:59.331]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:22.5834043Z [00:02:59.331]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.5834540Z [00:02:59.331]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.5836506Z [00:02:59.331]➜  packagefile firebase.google.com/go/v4/appcheck=/tmp/go-build693841089/b1612/_pkg_.a
2025-08-20T18:59:22.5837120Z [00:02:59.331]➜  packagefile firebase.google.com/go/v4/auth=/tmp/go-build693841089/b1616/_pkg_.a
2025-08-20T18:59:22.5837692Z [00:02:59.331]➜  packagefile firebase.google.com/go/v4/db=/tmp/go-build693841089/b1617/_pkg_.a
2025-08-20T18:59:22.5838256Z [00:02:59.331]➜  packagefile firebase.google.com/go/v4/iid=/tmp/go-build693841089/b1618/_pkg_.a
2025-08-20T18:59:22.5838850Z [00:02:59.331]➜  packagefile firebase.google.com/go/v4/internal=/tmp/go-build693841089/b1613/_pkg_.a
2025-08-20T18:59:22.5839462Z [00:02:59.331]➜  packagefile firebase.google.com/go/v4/messaging=/tmp/go-build693841089/b1620/_pkg_.a
2025-08-20T18:59:22.5840067Z [00:02:59.331]➜  packagefile firebase.google.com/go/v4/storage=/tmp/go-build693841089/b1621/_pkg_.a
2025-08-20T18:59:22.5840651Z [00:02:59.331]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:22.5841232Z [00:02:59.331]➜  packagefile google.golang.org/api/transport=/tmp/go-build693841089/b1611/_pkg_.a
2025-08-20T18:59:22.5842088Z [00:02:59.331]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:22.5842514Z [00:02:59.331]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:22.5842811Z [00:02:59.331]➜  EOF
2025-08-20T18:59:22.5844777Z [00:02:59.331]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1525/_pkg_.a -trimpath "/root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0=>firebase.google.com/go/v4@v4.12.0;$WORK/b1525=>" -p firebase.google.com/go/v4 -lang=go1.17 -complete -installsuffix shared -buildid k59ll7POyOlcepgLNSHQ/k59ll7POyOlcepgLNSHQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1525/importcfg -pack /root/go/pkg/mod/firebase.google.com/go/v4@v4.12.0/firebase.go
2025-08-20T18:59:22.5942793Z [00:02:59.342]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:22.5944378Z [00:02:59.342]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x037.o -c zstd_v05.c
2025-08-20T18:59:22.6256233Z [00:02:59.372]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T18:59:22.6272412Z [00:02:59.375]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/2d/2d8445761abb931b356bec36ec80598d959f891ef160ef8e27573da12160aae0-d # internal
2025-08-20T18:59:22.6318232Z [00:02:59.379]➜  github.com/peterbourgon/ff/v3
2025-08-20T18:59:22.6319004Z [00:02:59.379]➜  mkdir -p $WORK/b1687/
2025-08-20T18:59:22.6319419Z [00:02:59.379]➜  cat >/tmp/go-build693841089/b1687/importcfg << 'EOF' # internal
2025-08-20T18:59:22.6319800Z [00:02:59.379]➜  # import config
2025-08-20T18:59:22.6320136Z [00:02:59.379]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:22.6320851Z [00:02:59.379]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:22.6321297Z [00:02:59.379]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:59:22.6321691Z [00:02:59.379]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.6322080Z [00:02:59.379]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:22.6322462Z [00:02:59.379]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:22.6323613Z [00:02:59.379]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:22.6324054Z [00:02:59.379]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.6324363Z [00:02:59.379]➜  EOF
2025-08-20T18:59:22.6324800Z [00:02:59.379]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:22.6327227Z [00:02:59.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moul/ff/v3@v3.0.1=>github.com/peterbourgon/ff/v3@v3.0.0;$WORK/b1687=>" -p github.com/peterbourgon/ff/v3 -lang=go1.14 -complete -installsuffix shared -buildid QRVh4T6rn5CxcnmcUVkP/QRVh4T6rn5CxcnmcUVkP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1687/importcfg -pack /root/go/pkg/mod/github.com/moul/ff/v3@v3.0.1/doc.go /root/go/pkg/mod/github.com/moul/ff/v3@v3.0.1/json.go /root/go/pkg/mod/github.com/moul/ff/v3@v3.0.1/parse.go
2025-08-20T18:59:22.6698121Z [00:02:59.417]➜  go tool buildid -w $WORK/b1687/_pkg_.a # internal
2025-08-20T18:59:22.6708555Z [00:02:59.418]➜  cp $WORK/b1687/_pkg_.a /root/.cache/go-build/3a/3a78035550063db76fcc31ce2a7ab53d78e73fbc7b4acf1f12b0badf3a45566f-d # internal
2025-08-20T18:59:22.6716550Z [00:02:59.419]➜  github.com/peterbourgon/ff/v3/ffcli
2025-08-20T18:59:22.6719836Z [00:02:59.419]➜  mkdir -p $WORK/b1688/
2025-08-20T18:59:22.6720264Z [00:02:59.419]➜  cat >/tmp/go-build693841089/b1688/importcfg << 'EOF' # internal
2025-08-20T18:59:22.6720613Z [00:02:59.419]➜  # import config
2025-08-20T18:59:22.6720961Z [00:02:59.419]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:22.6721634Z [00:02:59.419]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:22.6722043Z [00:02:59.419]➜  packagefile flag=/tmp/go-build693841089/b353/_pkg_.a
2025-08-20T18:59:22.6722439Z [00:02:59.419]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.6722934Z [00:02:59.419]➜  packagefile github.com/peterbourgon/ff/v3=/tmp/go-build693841089/b1687/_pkg_.a
2025-08-20T18:59:22.6723554Z [00:02:59.420]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.6724074Z [00:02:59.420]➜  packagefile text/tabwriter=/tmp/go-build693841089/b264/_pkg_.a
2025-08-20T18:59:22.6724408Z [00:02:59.420]➜  EOF
2025-08-20T18:59:22.6726628Z [00:02:59.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moul/ff/v3@v3.0.1/ffcli=>github.com/peterbourgon/ff/v3@v3.0.0/ffcli;$WORK/b1688=>" -p github.com/peterbourgon/ff/v3/ffcli -lang=go1.14 -complete -installsuffix shared -buildid cUdKdKYZPixJaeNi6pPM/cUdKdKYZPixJaeNi6pPM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1688/importcfg -pack /root/go/pkg/mod/github.com/moul/ff/v3@v3.0.1/ffcli/command.go /root/go/pkg/mod/github.com/moul/ff/v3@v3.0.1/ffcli/doc.go
2025-08-20T18:59:22.6925819Z [00:02:59.440]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T18:59:22.6949852Z [00:02:59.442]➜  go tool buildid -w $WORK/b1688/_pkg_.a # internal
2025-08-20T18:59:22.6953649Z [00:02:59.443]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/c3/c38945f96827d1734ac851ec26f3f29dbcd63d4ef841150da9ab0cc86de87950-d # internal
2025-08-20T18:59:22.6955894Z [00:02:59.443]➜  berty.tech/berty/v2/go/pkg/bertypushrelay
2025-08-20T18:59:22.6956223Z [00:02:59.443]➜  mkdir -p $WORK/b1524/
2025-08-20T18:59:22.6956624Z [00:02:59.443]➜  cat >/tmp/go-build693841089/b1524/importcfg << 'EOF' # internal
2025-08-20T18:59:22.6956973Z [00:02:59.443]➜  # import config
2025-08-20T18:59:22.6957418Z [00:02:59.443]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:59:22.6962307Z [00:02:59.443]➜  packagefile berty.tech/berty/v2/go/pkg/pushtypes=/tmp/go-build693841089/b133/_pkg_.a
2025-08-20T18:59:22.6962982Z [00:02:59.443]➜  packagefile berty.tech/weshnet/v2/pkg/cryptoutil=/tmp/go-build693841089/b316/_pkg_.a
2025-08-20T18:59:22.6963592Z [00:02:59.443]➜  packagefile berty.tech/weshnet/v2/pkg/logutil=/tmp/go-build693841089/b376/_pkg_.a
2025-08-20T18:59:22.6964231Z [00:02:59.443]➜  packagefile berty.tech/weshnet/v2/pkg/protocoltypes=/tmp/go-build693841089/b315/_pkg_.a
2025-08-20T18:59:22.6964880Z [00:02:59.443]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:22.6965329Z [00:02:59.443]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:22.6965981Z [00:02:59.443]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:22.6966503Z [00:02:59.443]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:22.6967026Z [00:02:59.443]➜  packagefile firebase.google.com/go/v4=/tmp/go-build693841089/b1525/_pkg_.a
2025-08-20T18:59:22.6967606Z [00:02:59.443]➜  packagefile firebase.google.com/go/v4/messaging=/tmp/go-build693841089/b1620/_pkg_.a
2025-08-20T18:59:22.6968098Z [00:02:59.443]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:22.6968649Z [00:02:59.443]➜  packagefile github.com/grpc-ecosystem/grpc-gateway/runtime=/tmp/go-build693841089/b142/_pkg_.a
2025-08-20T18:59:22.6969363Z [00:02:59.443]➜  packagefile github.com/sideshow/apns2=/tmp/go-build693841089/b1636/_pkg_.a
2025-08-20T18:59:22.6970013Z [00:02:59.443]➜  packagefile github.com/sideshow/apns2/certificate=/tmp/go-build693841089/b1638/_pkg_.a
2025-08-20T18:59:22.6970636Z [00:02:59.443]➜  packagefile github.com/sideshow/apns2/payload=/tmp/go-build693841089/b1641/_pkg_.a
2025-08-20T18:59:22.6971238Z [00:02:59.443]➜  packagefile github.com/stretchr/testify/require=/tmp/go-build693841089/b507/_pkg_.a
2025-08-20T18:59:22.6971778Z [00:02:59.443]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:22.6972438Z [00:02:59.444]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:22.6973007Z [00:02:59.444]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build693841089/b1264/_pkg_.a
2025-08-20T18:59:22.6973568Z [00:02:59.444]➜  packagefile google.golang.org/api/option=/tmp/go-build693841089/b1544/_pkg_.a
2025-08-20T18:59:22.6974105Z [00:02:59.444]➜  packagefile google.golang.org/grpc=/tmp/go-build693841089/b257/_pkg_.a
2025-08-20T18:59:22.6974787Z [00:02:59.444]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:22.6975330Z [00:02:59.444]➜  packagefile net=/tmp/go-build693841089/b085/_pkg_.a
2025-08-20T18:59:22.6975724Z [00:02:59.444]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:22.6976125Z [00:02:59.444]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:22.6976710Z [00:02:59.444]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:22.6977136Z [00:02:59.444]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:22.6977560Z [00:02:59.444]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:59:22.6977867Z [00:02:59.444]➜  EOF
2025-08-20T18:59:22.6980580Z [00:02:59.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1524/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertypushrelay=>berty.tech/berty/v2/go/pkg/bertypushrelay;$WORK/b1524=>" -p berty.tech/berty/v2/go/pkg/bertypushrelay -lang=go1.22 -complete -installsuffix shared -buildid 23_p64kCBK9hgUJ_BxL7/23_p64kCBK9hgUJ_BxL7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1524/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertypushrelay/services_push.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertypushrelay/services_push_apns.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertypushrelay/services_push_fcm.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertypushrelay/testing.go
2025-08-20T18:59:22.6983290Z [00:02:59.444]➜  cp $WORK/b1688/_pkg_.a /root/.cache/go-build/58/58cd0867d0b3c8e4f75a1000b9c470824cd59cbd9226f7fbbea57520392485ca-d # internal
2025-08-20T18:59:22.7966538Z [00:02:59.543]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T18:59:22.7980936Z [00:02:59.546]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/c4/c459c144057c940e1fee3500c7de705330b058c737ef56438b05a99357e4b3fa-d # internal
2025-08-20T18:59:22.8091341Z [00:02:59.557]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:22.8093150Z [00:02:59.557]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x038.o -c zstd_v06.c
2025-08-20T18:59:22.9863956Z [00:02:59.734]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x039.o -c zstd_v07.c
2025-08-20T18:59:22.9951823Z [00:02:59.743]➜  go tool buildid -w $WORK/b1686/_pkg_.a # internal
2025-08-20T18:59:23.0041143Z [00:02:59.752]➜  cp $WORK/b1686/_pkg_.a /root/.cache/go-build/f6/f681ff1cedaaf57f7a37d97b5874cd61aba479e69a66a6e007f03ed9bd379292-d # internal
2025-08-20T18:59:23.0167549Z [00:02:59.764]➜  github.com/nyaruka/phonenumbers
2025-08-20T18:59:23.0169139Z [00:02:59.764]➜  mkdir -p $WORK/b1685/
2025-08-20T18:59:23.0170156Z [00:02:59.764]➜  cat >/tmp/go-build693841089/b1685/importcfg << 'EOF' # internal
2025-08-20T18:59:23.0170562Z [00:02:59.764]➜  # import config
2025-08-20T18:59:23.0170916Z [00:02:59.764]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:23.0171661Z [00:02:59.764]➜  packagefile compress/gzip=/tmp/go-build693841089/b121/_pkg_.a
2025-08-20T18:59:23.0172136Z [00:02:59.764]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:23.0172606Z [00:02:59.764]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:23.0173069Z [00:02:59.764]➜  packagefile encoding/xml=/tmp/go-build693841089/b527/_pkg_.a
2025-08-20T18:59:23.0173512Z [00:02:59.764]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:23.0173964Z [00:02:59.764]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:23.0174476Z [00:02:59.764]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:23.0175218Z [00:02:59.764]➜  packagefile golang.org/x/text/language=/tmp/go-build693841089/b494/_pkg_.a
2025-08-20T18:59:23.0176009Z [00:02:59.764]➜  packagefile golang.org/x/text/language/display=/tmp/go-build693841089/b1686/_pkg_.a
2025-08-20T18:59:23.0176516Z [00:02:59.764]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:23.0176929Z [00:02:59.764]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:23.0177344Z [00:02:59.764]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:23.0177753Z [00:02:59.764]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:23.0178173Z [00:02:59.764]➜  packagefile regexp=/tmp/go-build693841089/b146/_pkg_.a
2025-08-20T18:59:23.0178580Z [00:02:59.764]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:23.0178988Z [00:02:59.764]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:23.0179407Z [00:02:59.764]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:23.0179815Z [00:02:59.764]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:23.0180224Z [00:02:59.764]➜  packagefile unicode=/tmp/go-build693841089/b049/_pkg_.a
2025-08-20T18:59:23.0180662Z [00:02:59.765]➜  packagefile unicode/utf8=/tmp/go-build693841089/b044/_pkg_.a
2025-08-20T18:59:23.0180990Z [00:02:59.765]➜  EOF
2025-08-20T18:59:23.0181283Z [00:02:59.765]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:23.0187387Z [00:02:59.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75=>github.com/nyaruka/phonenumbers@v1.0.75;$WORK/b1685=>" -p github.com/nyaruka/phonenumbers -lang=go1.16 -complete -installsuffix shared -buildid Gt796J9FUGDR7YwVBESX/Gt796J9FUGDR7YwVBESX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1685/importcfg -pack /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/builder.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/countrycode_to_region_bin.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/insertablebuffer.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/matcher.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/metadata_bin.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/metadata_util.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/phonemetadata.pb.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/phonenumber.pb.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/phonenumbers.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/prefix_to_carriers_bin.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/prefix_to_geocodings_bin.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/prefix_to_timezone_bin.go /root/go/pkg/mod/github.com/nyaruka/phonenumbers@v1.0.75/serialize.go
2025-08-20T18:59:23.1898793Z [00:02:59.937]➜  go tool buildid -w $WORK/b1685/_pkg_.a # internal
2025-08-20T18:59:23.1950639Z [00:02:59.943]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:23.1952283Z [00:02:59.943]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_x040.o -c zstdmt_compress.c
2025-08-20T18:59:23.1968752Z [00:02:59.944]➜  cp $WORK/b1685/_pkg_.a /root/.cache/go-build/f0/f05c406ea035befebee43cc964e47d253840e93ad6843609d7df3723c0c200ad-d # internal
2025-08-20T18:59:23.1970116Z [00:02:59.944]➜  berty.tech/berty/v2/go/pkg/bertyvcissuer
2025-08-20T18:59:23.1970449Z [00:02:59.944]➜  mkdir -p $WORK/b1644/
2025-08-20T18:59:23.1971828Z [00:02:59.945]➜  cat >/tmp/go-build693841089/b1644/importcfg << 'EOF' # internal
2025-08-20T18:59:23.1972322Z [00:02:59.945]➜  # import config
2025-08-20T18:59:23.1972892Z [00:02:59.945]➜  packagefile berty.tech/berty/v2/go/pkg/bertylinks=/tmp/go-build693841089/b371/_pkg_.a
2025-08-20T18:59:23.1973681Z [00:02:59.945]➜  packagefile berty.tech/berty/v2/go/pkg/bertyvcissuer/templates=/tmp/go-build693841089/b1645/_pkg_.a
2025-08-20T18:59:23.1974999Z [00:02:59.945]➜  packagefile berty.tech/berty/v2/go/pkg/errcode=/tmp/go-build693841089/b004/_pkg_.a
2025-08-20T18:59:23.1975719Z [00:02:59.945]➜  packagefile berty.tech/berty/v2/go/pkg/messengertypes=/tmp/go-build693841089/b132/_pkg_.a
2025-08-20T18:59:23.1976524Z [00:02:59.945]➜  packagefile berty.tech/weshnet/v2/pkg/bertyvcissuer=/tmp/go-build693841089/b1338/_pkg_.a
2025-08-20T18:59:23.1977284Z [00:02:59.945]➜  packagefile berty.tech/weshnet/v2/pkg/cryptoutil=/tmp/go-build693841089/b316/_pkg_.a
2025-08-20T18:59:23.1978061Z [00:02:59.945]➜  packagefile berty.tech/weshnet/v2/pkg/verifiablecredstypes=/tmp/go-build693841089/b1339/_pkg_.a
2025-08-20T18:59:23.1983615Z [00:02:59.945]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:23.1984175Z [00:02:59.945]➜  packagefile crypto/ed25519=/tmp/go-build693841089/b213/_pkg_.a
2025-08-20T18:59:23.1984766Z [00:02:59.945]➜  packagefile crypto/hmac=/tmp/go-build693841089/b218/_pkg_.a
2025-08-20T18:59:23.1985310Z [00:02:59.945]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:23.1985794Z [00:02:59.945]➜  packagefile crypto/sha256=/tmp/go-build693841089/b232/_pkg_.a
2025-08-20T18:59:23.1986522Z [00:02:59.945]➜  packagefile encoding/base64=/tmp/go-build693841089/b079/_pkg_.a
2025-08-20T18:59:23.1987163Z [00:02:59.945]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:23.1987702Z [00:02:59.945]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:23.1988360Z [00:02:59.945]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:23.1989207Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/component/storageutil/mem=/tmp/go-build693841089/b1646/_pkg_.a
2025-08-20T18:59:23.1990310Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/ld=/tmp/go-build693841089/b1647/_pkg_.a
2025-08-20T18:59:23.1991208Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/ldcontext/embed=/tmp/go-build693841089/b1652/_pkg_.a
2025-08-20T18:59:23.1992011Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util=/tmp/go-build693841089/b1480/_pkg_.a
2025-08-20T18:59:23.1992809Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/util/signature=/tmp/go-build693841089/b1653/_pkg_.a
2025-08-20T18:59:23.1993741Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/doc/verifiable=/tmp/go-build693841089/b1367/_pkg_.a
2025-08-20T18:59:23.1994706Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/framework/context=/tmp/go-build693841089/b1656/_pkg_.a
2025-08-20T18:59:23.1995504Z [00:02:59.945]➜  packagefile github.com/hyperledger/aries-framework-go/pkg/store/ld=/tmp/go-build693841089/b1684/_pkg_.a
2025-08-20T18:59:23.1996186Z [00:02:59.945]➜  packagefile github.com/multiformats/go-multibase=/tmp/go-build693841089/b338/_pkg_.a
2025-08-20T18:59:23.1997011Z [00:02:59.945]➜  packagefile github.com/multiformats/go-multicodec=/tmp/go-build693841089/b632/_pkg_.a
2025-08-20T18:59:23.1997621Z [00:02:59.945]➜  packagefile github.com/nyaruka/phonenumbers=/tmp/go-build693841089/b1685/_pkg_.a
2025-08-20T18:59:23.1998147Z [00:02:59.945]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:23.1998674Z [00:02:59.945]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build693841089/b941/_pkg_.a
2025-08-20T18:59:23.1999251Z [00:02:59.945]➜  packagefile golang.org/x/crypto/nacl/box=/tmp/go-build693841089/b1264/_pkg_.a
2025-08-20T18:59:23.1999829Z [00:02:59.945]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build693841089/b115/_pkg_.a
2025-08-20T18:59:23.2000337Z [00:02:59.945]➜  packagefile net/http=/tmp/go-build693841089/b163/_pkg_.a
2025-08-20T18:59:23.2000753Z [00:02:59.945]➜  packagefile net/url=/tmp/go-build693841089/b240/_pkg_.a
2025-08-20T18:59:23.2001350Z [00:02:59.945]➜  packagefile testing=/tmp/go-build693841089/b520/_pkg_.a
2025-08-20T18:59:23.2001766Z [00:02:59.945]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:23.2002067Z [00:02:59.945]➜  EOF
2025-08-20T18:59:23.2002337Z [00:02:59.945]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:23.2005965Z [00:02:59.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1644/_pkg_.a -trimpath "/tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer=>berty.tech/berty/v2/go/pkg/bertyvcissuer;$WORK/b1644=>" -p berty.tech/berty/v2/go/pkg/bertyvcissuer -lang=go1.22 -complete -installsuffix shared -buildid meAq1hyJoJa6rBexetSh/meAq1hyJoJa6rBexetSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1644/importcfg -pack /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/code_generator.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/code_sender_stub.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/errors.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/issuer.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/json.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/urls.go /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/pkg/bertyvcissuer/verifiable.go
2025-08-20T18:59:23.2705127Z [00:03:00.018]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T18:59:23.2722601Z [00:03:00.020]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/0b/0b1e105cb72b4149451429f92f55efbe1587795b49b2cf93cf2ff67b465fc016-d # internal
2025-08-20T18:59:23.3257611Z [00:03:00.073]➜  cd $WORK/b1497
2025-08-20T18:59:23.3259560Z [00:03:00.073]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -I $WORK/b1497/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=/_/github.com/DataDog/zstd@v1.4.1 -frandom-seed=Q5ziIuCKwjF9RRgiBFO0 -o $WORK/b1497/_cgo_main.o -c _cgo_main.c
2025-08-20T18:59:23.3404571Z [00:03:00.088]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:23.3408648Z [00:03:00.088]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1497/_cgo_.o $WORK/b1497/_cgo_main.o $WORK/b1497/preferlinkext $WORK/b1497/_x001.o $WORK/b1497/_x002.o $WORK/b1497/_x003.o $WORK/b1497/_x004.o $WORK/b1497/_x005.o $WORK/b1497/_x006.o $WORK/b1497/_x007.o $WORK/b1497/_x008.o $WORK/b1497/_x009.o $WORK/b1497/_x010.o $WORK/b1497/_x011.o $WORK/b1497/_x012.o $WORK/b1497/_x013.o $WORK/b1497/_x014.o $WORK/b1497/_x015.o $WORK/b1497/_x016.o $WORK/b1497/_x017.o $WORK/b1497/_x018.o $WORK/b1497/_x019.o $WORK/b1497/_x020.o $WORK/b1497/_x021.o $WORK/b1497/_x022.o $WORK/b1497/_x023.o $WORK/b1497/_x024.o $WORK/b1497/_x025.o $WORK/b1497/_x026.o $WORK/b1497/_x027.o $WORK/b1497/_x028.o $WORK/b1497/_x029.o $WORK/b1497/_x030.o $WORK/b1497/_x031.o $WORK/b1497/_x032.o $WORK/b1497/_x033.o $WORK/b1497/_x034.o $WORK/b1497/_x035.o $WORK/b1497/_x036.o $WORK/b1497/_x037.o $WORK/b1497/_x038.o $WORK/b1497/_x039.o $WORK/b1497/_x040.o -O2 -g
2025-08-20T18:59:23.5011669Z [00:03:00.248]➜  gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b1497=/tmp/go-build -gno-record-gcc-switches -o $WORK/b1497/_cgo_.o $WORK/b1497/_cgo_main.o $WORK/b1497/preferlinkext $WORK/b1497/_x001.o $WORK/b1497/_x002.o $WORK/b1497/_x003.o $WORK/b1497/_x004.o $WORK/b1497/_x005.o $WORK/b1497/_x006.o $WORK/b1497/_x007.o $WORK/b1497/_x008.o $WORK/b1497/_x009.o $WORK/b1497/_x010.o $WORK/b1497/_x011.o $WORK/b1497/_x012.o $WORK/b1497/_x013.o $WORK/b1497/_x014.o $WORK/b1497/_x015.o $WORK/b1497/_x016.o $WORK/b1497/_x017.o $WORK/b1497/_x018.o $WORK/b1497/_x019.o $WORK/b1497/_x020.o $WORK/b1497/_x021.o $WORK/b1497/_x022.o $WORK/b1497/_x023.o $WORK/b1497/_x024.o $WORK/b1497/_x025.o $WORK/b1497/_x026.o $WORK/b1497/_x027.o $WORK/b1497/_x028.o $WORK/b1497/_x029.o $WORK/b1497/_x030.o $WORK/b1497/_x031.o $WORK/b1497/_x032.o $WORK/b1497/_x033.o $WORK/b1497/_x034.o $WORK/b1497/_x035.o $WORK/b1497/_x036.o $WORK/b1497/_x037.o $WORK/b1497/_x038.o $WORK/b1497/_x039.o $WORK/b1497/_x040.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T18:59:23.5015934Z [00:03:00.248]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage zstd -dynimport $WORK/b1497/_cgo_.o -dynout $WORK/b1497/_cgo_import.go
2025-08-20T18:59:23.5032595Z [00:03:00.251]➜  cat >/tmp/go-build693841089/b1497/importcfg << 'EOF' # internal
2025-08-20T18:59:23.5033022Z [00:03:00.251]➜  # import config
2025-08-20T18:59:23.5033362Z [00:03:00.251]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:23.5033781Z [00:03:00.251]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:23.5034198Z [00:03:00.251]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:23.5034747Z [00:03:00.251]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:23.5035229Z [00:03:00.251]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:23.5035659Z [00:03:00.251]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:23.5036090Z [00:03:00.251]➜  packagefile runtime/cgo=/tmp/go-build693841089/b092/_pkg_.a
2025-08-20T18:59:23.5036517Z [00:03:00.251]➜  packagefile syscall=/tmp/go-build693841089/b060/_pkg_.a
2025-08-20T18:59:23.5036826Z [00:03:00.251]➜  EOF
2025-08-20T18:59:23.5039037Z [00:03:00.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1=>github.com/DataDog/zstd@v1.4.1;$WORK/b1497=>" -p github.com/DataDog/zstd -lang=go1.16 -installsuffix shared -buildid Q5ziIuCKwjF9RRgiBFO0/Q5ziIuCKwjF9RRgiBFO0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1497/importcfg -pack $WORK/b1497/_cgo_gotypes.go $WORK/b1497/errors.cgo1.go $WORK/b1497/zstd.cgo1.go $WORK/b1497/zstd_stream.cgo1.go $WORK/b1497/_cgo_import.go
2025-08-20T18:59:23.5356567Z [00:03:00.283]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.4.1
2025-08-20T18:59:23.5359938Z [00:03:00.283]➜  go tool pack r $WORK/b1497/_pkg_.a $WORK/b1497/preferlinkext $WORK/b1497/_x001.o $WORK/b1497/_x002.o $WORK/b1497/_x003.o $WORK/b1497/_x004.o $WORK/b1497/_x005.o $WORK/b1497/_x006.o $WORK/b1497/_x007.o $WORK/b1497/_x008.o $WORK/b1497/_x009.o $WORK/b1497/_x010.o $WORK/b1497/_x011.o $WORK/b1497/_x012.o $WORK/b1497/_x013.o $WORK/b1497/_x014.o $WORK/b1497/_x015.o $WORK/b1497/_x016.o $WORK/b1497/_x017.o $WORK/b1497/_x018.o $WORK/b1497/_x019.o $WORK/b1497/_x020.o $WORK/b1497/_x021.o $WORK/b1497/_x022.o $WORK/b1497/_x023.o $WORK/b1497/_x024.o $WORK/b1497/_x025.o $WORK/b1497/_x026.o $WORK/b1497/_x027.o $WORK/b1497/_x028.o $WORK/b1497/_x029.o $WORK/b1497/_x030.o $WORK/b1497/_x031.o $WORK/b1497/_x032.o $WORK/b1497/_x033.o $WORK/b1497/_x034.o $WORK/b1497/_x035.o $WORK/b1497/_x036.o $WORK/b1497/_x037.o $WORK/b1497/_x038.o $WORK/b1497/_x039.o $WORK/b1497/_x040.o # internal
2025-08-20T18:59:23.5378466Z [00:03:00.285]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T18:59:23.5456496Z [00:03:00.293]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/05/0531a638f880ff88d59afa5696d16669fa4f8c6434e47dc20323767fc79fa60e-d # internal
2025-08-20T18:59:23.5458198Z [00:03:00.293]➜  github.com/dgraph-io/badger/v2/y
2025-08-20T18:59:23.5458706Z [00:03:00.293]➜  mkdir -p $WORK/b1496/
2025-08-20T18:59:23.5461228Z [00:03:00.294]➜  cat >/tmp/go-build693841089/b1496/importcfg << 'EOF' # internal
2025-08-20T18:59:23.5461635Z [00:03:00.294]➜  # import config
2025-08-20T18:59:23.5461971Z [00:03:00.294]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:23.5462416Z [00:03:00.294]➜  packagefile container/heap=/tmp/go-build693841089/b778/_pkg_.a
2025-08-20T18:59:23.5462855Z [00:03:00.294]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:23.5463295Z [00:03:00.294]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:23.5464070Z [00:03:00.294]➜  packagefile crypto/cipher=/tmp/go-build693841089/b168/_pkg_.a
2025-08-20T18:59:23.5464529Z [00:03:00.294]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:23.5465204Z [00:03:00.294]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:23.5465647Z [00:03:00.294]➜  packagefile expvar=/tmp/go-build693841089/b682/_pkg_.a
2025-08-20T18:59:23.5466047Z [00:03:00.294]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:23.5466519Z [00:03:00.294]➜  packagefile github.com/DataDog/zstd=/tmp/go-build693841089/b1497/_pkg_.a
2025-08-20T18:59:23.5467061Z [00:03:00.294]➜  packagefile github.com/cespare/xxhash=/tmp/go-build693841089/b1145/_pkg_.a
2025-08-20T18:59:23.5467643Z [00:03:00.294]➜  packagefile github.com/dgraph-io/badger/v2/pb=/tmp/go-build693841089/b1494/_pkg_.a
2025-08-20T18:59:23.5468323Z [00:03:00.294]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:23.5468963Z [00:03:00.294]➜  packagefile golang.org/x/net/trace=/tmp/go-build693841089/b258/_pkg_.a
2025-08-20T18:59:23.5469488Z [00:03:00.294]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:23.5469959Z [00:03:00.294]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:23.5471922Z [00:03:00.295]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:23.5472859Z [00:03:00.295]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:23.5473370Z [00:03:00.295]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:23.5473775Z [00:03:00.295]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:23.5474185Z [00:03:00.295]➜  packagefile reflect=/tmp/go-build693841089/b038/_pkg_.a
2025-08-20T18:59:23.5474699Z [00:03:00.295]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:23.5475202Z [00:03:00.295]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:23.5475637Z [00:03:00.295]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:23.5475951Z [00:03:00.295]➜  EOF
2025-08-20T18:59:23.5476222Z [00:03:00.295]➜  cd /tmp/tmp.XtrEmgjbWw/TEMPREPO/go/cmd/berty
2025-08-20T18:59:23.5481179Z [00:03:00.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y=>github.com/dgraph-io/badger/v2@v2.2007.3/y;$WORK/b1496=>" -p github.com/dgraph-io/badger/v2/y -lang=go1.12 -complete -installsuffix shared -buildid I6eMs-K0kyZrxhAAWeFR/I6eMs-K0kyZrxhAAWeFR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/checksum.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/encrypt.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/error.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/event_log.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/file_dsync.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/metrics.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/mmap.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/mmap_unix.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/watermark.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/y.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/y/zstd_cgo.go
2025-08-20T18:59:23.6378099Z [00:03:00.385]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T18:59:23.6409849Z [00:03:00.388]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/93/93b8560d5fc632e1b2996b88fb7576d84869029c4725c1fd6c71cfbd4c4937da-d # internal
2025-08-20T18:59:23.6410509Z [00:03:00.388]➜  github.com/dgraph-io/badger/v2/skl
2025-08-20T18:59:23.6410840Z [00:03:00.388]➜  mkdir -p $WORK/b1495/
2025-08-20T18:59:23.6411142Z [00:03:00.388]➜  github.com/dgraph-io/badger/v2/table
2025-08-20T18:59:23.6411787Z [00:03:00.388]➜  mkdir -p $WORK/b1498/
2025-08-20T18:59:23.6412161Z [00:03:00.388]➜  cat >/tmp/go-build693841089/b1495/importcfg << 'EOF' # internal
2025-08-20T18:59:23.6412519Z [00:03:00.388]➜  # import config
2025-08-20T18:59:23.6412948Z [00:03:00.388]➜  packagefile github.com/dgraph-io/badger/v2/y=/tmp/go-build693841089/b1496/_pkg_.a
2025-08-20T18:59:23.6413534Z [00:03:00.388]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build693841089/b1144/_pkg_.a
2025-08-20T18:59:23.6414028Z [00:03:00.388]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:23.6414456Z [00:03:00.388]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:23.6415026Z [00:03:00.388]➜  EOF
2025-08-20T18:59:23.6417298Z [00:03:00.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/skl=>github.com/dgraph-io/badger/v2@v2.2007.3/skl;$WORK/b1495=>" -p github.com/dgraph-io/badger/v2/skl -lang=go1.12 -complete -installsuffix shared -buildid I0t8fRMWzeXHEpijIr1G/I0t8fRMWzeXHEpijIr1G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1495/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/skl/arena.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/skl/skl.go
2025-08-20T18:59:23.6419319Z [00:03:00.388]➜  cat >/tmp/go-build693841089/b1498/importcfg << 'EOF' # internal
2025-08-20T18:59:23.6419661Z [00:03:00.388]➜  # import config
2025-08-20T18:59:23.6419996Z [00:03:00.388]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:23.6420424Z [00:03:00.388]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:23.6420881Z [00:03:00.389]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:23.6421314Z [00:03:00.389]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:23.6421837Z [00:03:00.389]➜  packagefile github.com/dgraph-io/badger/v2/options=/tmp/go-build693841089/b1491/_pkg_.a
2025-08-20T18:59:23.6422455Z [00:03:00.389]➜  packagefile github.com/dgraph-io/badger/v2/pb=/tmp/go-build693841089/b1494/_pkg_.a
2025-08-20T18:59:23.6423052Z [00:03:00.389]➜  packagefile github.com/dgraph-io/badger/v2/y=/tmp/go-build693841089/b1496/_pkg_.a
2025-08-20T18:59:23.6423628Z [00:03:00.389]➜  packagefile github.com/dgraph-io/ristretto=/tmp/go-build693841089/b1499/_pkg_.a
2025-08-20T18:59:23.6424209Z [00:03:00.389]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build693841089/b1144/_pkg_.a
2025-08-20T18:59:23.6425074Z [00:03:00.389]➜  packagefile github.com/dgryski/go-farm=/tmp/go-build693841089/b1500/_pkg_.a
2025-08-20T18:59:23.6425716Z [00:03:00.389]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:23.6426275Z [00:03:00.389]➜  packagefile github.com/golang/snappy=/tmp/go-build693841089/b1170/_pkg_.a
2025-08-20T18:59:23.6426802Z [00:03:00.389]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:23.6427245Z [00:03:00.389]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:23.6427836Z [00:03:00.389]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:23.6428230Z [00:03:00.389]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:23.6428621Z [00:03:00.389]➜  packagefile path=/tmp/go-build693841089/b056/_pkg_.a
2025-08-20T18:59:23.6429055Z [00:03:00.389]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:23.6429490Z [00:03:00.389]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:23.6429898Z [00:03:00.389]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:23.6430308Z [00:03:00.389]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:23.6430712Z [00:03:00.389]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:23.6431137Z [00:03:00.389]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:23.6431460Z [00:03:00.389]➜  EOF
2025-08-20T18:59:23.6434380Z [00:03:00.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/table=>github.com/dgraph-io/badger/v2@v2.2007.3/table;$WORK/b1498=>" -p github.com/dgraph-io/badger/v2/table -lang=go1.12 -complete -installsuffix shared -buildid rYpMVT9eHYDYB0fxDwCi/rYpMVT9eHYDYB0fxDwCi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/table/builder.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/table/iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/table/merge_iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/table/table.go
2025-08-20T18:59:23.6711989Z [00:03:00.419]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T18:59:23.6719748Z [00:03:00.419]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/4c/4caf17b189c7544f1a1d53ef66673f2df697bc569c6ad312ab5b6d4642903e82-d # internal
2025-08-20T18:59:23.7064531Z [00:03:00.454]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T18:59:23.7081771Z [00:03:00.456]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/14/142606444dc1312600ebf9a54c8216b26e62deb802f9b031634b081e58f2c1c2-d # internal
2025-08-20T18:59:23.7087384Z [00:03:00.456]➜  github.com/dgraph-io/badger/v2
2025-08-20T18:59:23.7087715Z [00:03:00.456]➜  mkdir -p $WORK/b1493/
2025-08-20T18:59:23.7092888Z [00:03:00.457]➜  cat >/tmp/go-build693841089/b1493/importcfg << 'EOF' # internal
2025-08-20T18:59:23.7093341Z [00:03:00.457]➜  # import config
2025-08-20T18:59:23.7093688Z [00:03:00.457]➜  packagefile bufio=/tmp/go-build693841089/b122/_pkg_.a
2025-08-20T18:59:23.7094102Z [00:03:00.457]➜  packagefile bytes=/tmp/go-build693841089/b066/_pkg_.a
2025-08-20T18:59:23.7094528Z [00:03:00.457]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:23.7095226Z [00:03:00.457]➜  packagefile crypto/aes=/tmp/go-build693841089/b194/_pkg_.a
2025-08-20T18:59:23.7095690Z [00:03:00.457]➜  packagefile crypto/rand=/tmp/go-build693841089/b165/_pkg_.a
2025-08-20T18:59:23.7096159Z [00:03:00.457]➜  packagefile encoding/binary=/tmp/go-build693841089/b073/_pkg_.a
2025-08-20T18:59:23.7096625Z [00:03:00.457]➜  packagefile encoding/hex=/tmp/go-build693841089/b238/_pkg_.a
2025-08-20T18:59:23.7097081Z [00:03:00.457]➜  packagefile encoding/json=/tmp/go-build693841089/b077/_pkg_.a
2025-08-20T18:59:23.7097517Z [00:03:00.457]➜  packagefile expvar=/tmp/go-build693841089/b682/_pkg_.a
2025-08-20T18:59:23.7098159Z [00:03:00.457]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:23.7098794Z [00:03:00.457]➜  packagefile github.com/dgraph-io/badger/v2/options=/tmp/go-build693841089/b1491/_pkg_.a
2025-08-20T18:59:23.7099422Z [00:03:00.457]➜  packagefile github.com/dgraph-io/badger/v2/pb=/tmp/go-build693841089/b1494/_pkg_.a
2025-08-20T18:59:23.7100050Z [00:03:00.457]➜  packagefile github.com/dgraph-io/badger/v2/skl=/tmp/go-build693841089/b1495/_pkg_.a
2025-08-20T18:59:23.7100669Z [00:03:00.457]➜  packagefile github.com/dgraph-io/badger/v2/table=/tmp/go-build693841089/b1498/_pkg_.a
2025-08-20T18:59:23.7101493Z [00:03:00.457]➜  packagefile github.com/dgraph-io/badger/v2/trie=/tmp/go-build693841089/b1501/_pkg_.a
2025-08-20T18:59:23.7102089Z [00:03:00.457]➜  packagefile github.com/dgraph-io/badger/v2/y=/tmp/go-build693841089/b1496/_pkg_.a
2025-08-20T18:59:23.7102671Z [00:03:00.457]➜  packagefile github.com/dgraph-io/ristretto=/tmp/go-build693841089/b1499/_pkg_.a
2025-08-20T18:59:23.7103259Z [00:03:00.457]➜  packagefile github.com/dgraph-io/ristretto/z=/tmp/go-build693841089/b1144/_pkg_.a
2025-08-20T18:59:23.7103828Z [00:03:00.457]➜  packagefile github.com/dgryski/go-farm=/tmp/go-build693841089/b1500/_pkg_.a
2025-08-20T18:59:23.7104381Z [00:03:00.457]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build693841089/b746/_pkg_.a
2025-08-20T18:59:23.7105149Z [00:03:00.457]➜  packagefile github.com/golang/protobuf/proto=/tmp/go-build693841089/b135/_pkg_.a
2025-08-20T18:59:23.7105895Z [00:03:00.457]➜  packagefile github.com/pkg/errors=/tmp/go-build693841089/b465/_pkg_.a
2025-08-20T18:59:23.7106417Z [00:03:00.457]➜  packagefile golang.org/x/net/trace=/tmp/go-build693841089/b258/_pkg_.a
2025-08-20T18:59:23.7106928Z [00:03:00.457]➜  packagefile golang.org/x/sys/unix=/tmp/go-build693841089/b072/_pkg_.a
2025-08-20T18:59:23.7107384Z [00:03:00.457]➜  packagefile hash=/tmp/go-build693841089/b100/_pkg_.a
2025-08-20T18:59:23.7107801Z [00:03:00.457]➜  packagefile hash/crc32=/tmp/go-build693841089/b124/_pkg_.a
2025-08-20T18:59:23.7108213Z [00:03:00.457]➜  packagefile io=/tmp/go-build693841089/b051/_pkg_.a
2025-08-20T18:59:23.7108621Z [00:03:00.457]➜  packagefile io/ioutil=/tmp/go-build693841089/b140/_pkg_.a
2025-08-20T18:59:23.7109030Z [00:03:00.457]➜  packagefile log=/tmp/go-build693841089/b082/_pkg_.a
2025-08-20T18:59:23.7109540Z [00:03:00.457]➜  packagefile math=/tmp/go-build693841089/b041/_pkg_.a
2025-08-20T18:59:23.7110015Z [00:03:00.457]➜  packagefile math/rand=/tmp/go-build693841089/b192/_pkg_.a
2025-08-20T18:59:23.7110426Z [00:03:00.457]➜  packagefile os=/tmp/go-build693841089/b052/_pkg_.a
2025-08-20T18:59:23.7110858Z [00:03:00.457]➜  packagefile path/filepath=/tmp/go-build693841089/b241/_pkg_.a
2025-08-20T18:59:23.7111287Z [00:03:00.457]➜  packagefile sort=/tmp/go-build693841089/b074/_pkg_.a
2025-08-20T18:59:23.7111698Z [00:03:00.457]➜  packagefile strconv=/tmp/go-build693841089/b043/_pkg_.a
2025-08-20T18:59:23.7112138Z [00:03:00.457]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:23.7112547Z [00:03:00.457]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:23.7112967Z [00:03:00.457]➜  packagefile sync/atomic=/tmp/go-build693841089/b047/_pkg_.a
2025-08-20T18:59:23.7113384Z [00:03:00.457]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:23.7113683Z [00:03:00.457]➜  EOF
2025-08-20T18:59:23.7121709Z [00:03:00.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3=>github.com/dgraph-io/badger/v2@v2.2007.3;$WORK/b1493=>" -p github.com/dgraph-io/badger/v2 -lang=go1.12 -complete -installsuffix shared -buildid 8PEcWzx-z-76NAxkbOjX/8PEcWzx-z-76NAxkbOjX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/importcfg -pack /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/backup.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/batch.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/compaction.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/db.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/dir_unix.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/doc.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/errors.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/histogram.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/iterator.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/key_registry.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/level_handler.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/levels.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/logger.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/managed_db.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/manifest.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/merge.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/options.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/publisher.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/stream.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/stream_writer.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/structs.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/txn.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/util.go /root/go/pkg/mod/github.com/dgraph-io/badger/v2@v2.2007.3/value.go
2025-08-20T18:59:24.1457028Z [00:03:00.893]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T18:59:24.1547615Z [00:03:00.902]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/e5/e5ebca89126b9c9d682f6baad4dc1a385201fe1f8a2bd4dd80d0f2805c09525e-d # internal
2025-08-20T18:59:24.1549555Z [00:03:00.902]➜  github.com/ipfs/go-ds-badger2
2025-08-20T18:59:24.1550747Z [00:03:00.902]➜  mkdir -p $WORK/b1492/
2025-08-20T18:59:24.1551723Z [00:03:00.903]➜  cat >/tmp/go-build693841089/b1492/importcfg << 'EOF' # internal
2025-08-20T18:59:24.1552105Z [00:03:00.903]➜  # import config
2025-08-20T18:59:24.1552465Z [00:03:00.903]➜  packagefile context=/tmp/go-build693841089/b071/_pkg_.a
2025-08-20T18:59:24.1552886Z [00:03:00.903]➜  packagefile errors=/tmp/go-build693841089/b006/_pkg_.a
2025-08-20T18:59:24.1553295Z [00:03:00.903]➜  packagefile fmt=/tmp/go-build693841089/b005/_pkg_.a
2025-08-20T18:59:24.1554036Z [00:03:00.903]➜  packagefile github.com/dgraph-io/badger/v2=/tmp/go-build693841089/b1493/_pkg_.a
2025-08-20T18:59:24.1554998Z [00:03:00.903]➜  packagefile github.com/dgraph-io/badger/v2/options=/tmp/go-build693841089/b1491/_pkg_.a
2025-08-20T18:59:24.1555663Z [00:03:00.903]➜  packagefile github.com/ipfs/go-datastore=/tmp/go-build693841089/b568/_pkg_.a
2025-08-20T18:59:24.1556252Z [00:03:00.903]➜  packagefile github.com/ipfs/go-datastore/query=/tmp/go-build693841089/b570/_pkg_.a
2025-08-20T18:59:24.1556812Z [00:03:00.903]➜  packagefile github.com/ipfs/go-log/v2=/tmp/go-build693841089/b393/_pkg_.a
2025-08-20T18:59:24.1557355Z [00:03:00.903]➜  packagefile github.com/jbenet/goprocess=/tmp/go-build693841089/b571/_pkg_.a
2025-08-20T18:59:24.1557869Z [00:03:00.903]➜  packagefile go.uber.org/zap=/tmp/go-build693841089/b383/_pkg_.a
2025-08-20T18:59:24.1558313Z [00:03:00.903]➜  packagefile runtime=/tmp/go-build693841089/b012/_pkg_.a
2025-08-20T18:59:24.1558727Z [00:03:00.903]➜  packagefile strings=/tmp/go-build693841089/b068/_pkg_.a
2025-08-20T18:59:24.1559155Z [00:03:00.903]➜  packagefile sync=/tmp/go-build693841089/b045/_pkg_.a
2025-08-20T18:59:24.1559899Z [00:03:00.903]➜  packagefile time=/tmp/go-build693841089/b057/_pkg_.a
2025-08-20T18:59:24.1560214Z [00:03:00.903]➜  EOF
2025-08-20T18:59:24.1562447Z [00:03:00.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1492/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ipfs/go-ds-badger2@v0.1.3=>github.com/ipfs/go-ds-badger2@v0.1.3;$WORK/b1492=>" -p github.com/ipfs/go-ds-badger2 -lang=go1.16 -complete -installsuffix shared -buildid sEXnP1XZqWBSzQWxlKXt/sEXnP1XZqWBSzQWxlKXt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/importcfg -pack /root/go/pkg/mod/github.com/ipfs/go-ds-badger2@v0.1.3/compat_logger.go /root/go/pkg/mod/github.com/ipfs/go-ds-badger2@v0.1.3/datastore.go
2025-08-20T18:59:24.2433753Z [00:03:00.991]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T18:59:24.2462695Z [00:03:00.994]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/7d/7dd9b5514bfbd234c90de1e6186be028476502a153ed1eba2b3528ea6cbe1686-d # internal
2025-08-20T18:59:24.6317258Z [00:03:01.379]➜  '/tmp/tmp.XtrEmgjbWw/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T18:59:24.6683912Z [00:03:01.416]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T18:59:24.6720084Z [00:03:01.420]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T18:59:24.7088814Z [00:03:01.456]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T18:59:24.7113351Z [00:03:01.459]➜  
2025-08-20T18:59:24.7127674Z [00:03:01.460]➜  /build-bins/LICENSE
2025-08-20T18:59:24.7163668Z [00:03:01.464]➜  + file /build-bins/LICENSE
2025-08-20T18:59:24.7355231Z [00:03:01.483]➜  /build-bins/LICENSE: ASCII text
2025-08-20T18:59:24.7361618Z [00:03:01.484]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T18:59:24.7377613Z [00:03:01.485]➜  /build-bins/LICENSE:         11353 Bytes
2025-08-20T18:59:24.7382752Z [00:03:01.486]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T18:59:24.7395047Z [00:03:01.487]➜  12K	2025-08-20 18:59:24.629630763 +0000	/build-bins/LICENSE
2025-08-20T18:59:24.7396954Z [00:03:01.487]➜  + popd
2025-08-20T18:59:28.2209262Z [00:03:04.968]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T18:59:28.2501531Z [00:03:04.998]➜  + '[' -s /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T18:59:28.2502529Z [00:03:04.998]➜  + cp -fv /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T18:59:28.2518778Z [00:03:04.999]➜  '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T18:59:28.2523386Z [00:03:05.000]➜  + find /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T18:59:28.2525470Z [00:03:05.000]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T18:59:28.2527137Z [00:03:05.000]➜  + cut -d: -f1
2025-08-20T18:59:28.2535809Z [00:03:05.001]➜  + xargs realpath --no-symlinks
2025-08-20T18:59:28.2536476Z [00:03:05.001]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:28.4003299Z [00:03:05.148]➜  realpath: missing operand
2025-08-20T18:59:28.4003813Z [00:03:05.148]➜  Try 'realpath --help' for more information.
2025-08-20T18:59:28.4012513Z [00:03:05.149]➜  
2025-08-20T18:59:29.9820649Z [00:03:06.729]➜  
2025-08-20T18:59:29.9903318Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.version' retained as runner:runner
2025-08-20T18:59:29.9904272Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T18:59:29.9905386Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T18:59:29.9906550Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T18:59:29.9907342Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T18:59:29.9908288Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.static.version' retained as runner:runner
2025-08-20T18:59:29.9909134Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T18:59:29.9909878Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T18:59:29.9910588Z [00:03:06.738]➜  ownership of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T18:59:29.9971546Z [00:03:06.745]➜  mode of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:59:30.0031113Z [00:03:06.751]➜  mode of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:59:30.0089042Z [00:03:06.756]➜  mode of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:59:30.0151006Z [00:03:06.763]➜  mode of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:59:30.0208483Z [00:03:06.768]➜  mode of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:59:30.0264024Z [00:03:06.774]➜  mode of '/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:59:30.0525789Z [00:03:06.800]➜  realpath: missing operand
2025-08-20T18:59:30.0526194Z [00:03:06.800]➜  Try 'realpath --help' for more information.
2025-08-20T18:59:30.0605966Z [00:03:06.808]➜  
2025-08-20T18:59:30.0606463Z [00:03:06.808]➜  [+] Found LICENSE ==> [/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T18:59:30.0606863Z [00:03:06.808]➜  
2025-08-20T18:59:30.0607050Z [00:03:06.808]➜  
2025-08-20T18:59:30.0615817Z [00:03:06.809]➜                                   Apache License
2025-08-20T18:59:30.0616216Z [00:03:06.809]➜                             Version 2.0, January 2004
2025-08-20T18:59:30.0616607Z [00:03:06.809]➜                          http://www.apache.org/licenses/
2025-08-20T18:59:30.0616898Z [00:03:06.809]➜  
2025-08-20T18:59:30.0617452Z [00:03:06.809]➜     TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2025-08-20T18:59:30.0617839Z [00:03:06.809]➜  
2025-08-20T18:59:30.0618783Z [00:03:06.809]➜     1. Definitions.
2025-08-20T18:59:30.0619359Z [00:03:06.809]➜  
2025-08-20T18:59:30.0619733Z [00:03:06.809]➜        "License" shall mean the terms and conditions for use, reproduction,
2025-08-20T18:59:30.0620247Z [00:03:06.809]➜        and distribution as defined by Sections 1 through 9 of this document.
2025-08-20T18:59:30.0620604Z [00:03:06.809]➜  
2025-08-20T18:59:30.0620930Z [00:03:06.809]➜        "Licensor" shall mean the copyright owner or entity authorized by
2025-08-20T18:59:30.0621384Z [00:03:06.809]➜        the copyright owner that is granting the License.
2025-08-20T18:59:30.0621684Z [00:03:06.809]➜  
2025-08-20T18:59:30.0622011Z [00:03:06.809]➜        "Legal Entity" shall mean the union of the acting entity and all
2025-08-20T18:59:30.0622505Z [00:03:06.809]➜        other entities that control, are controlled by, or are under common
2025-08-20T18:59:30.0622995Z [00:03:06.809]➜        control with that entity. For the purposes of this definition,
2025-08-20T18:59:30.0623466Z [00:03:06.809]➜        "control" means (i) the power, direct or indirect, to cause the
2025-08-20T18:59:30.0624162Z [00:03:06.809]➜        direction or management of such entity, whether by contract or
2025-08-20T18:59:30.0624862Z [00:03:06.809]➜        otherwise, or (ii) ownership of fifty percent (50%) or more of the
2025-08-20T18:59:30.0625416Z [00:03:06.809]➜        outstanding shares, or (iii) beneficial ownership of such entity.
2025-08-20T18:59:30.0625757Z [00:03:06.809]➜  
2025-08-20T18:59:30.0626185Z [00:03:06.809]➜        "You" (or "Your") shall mean an individual or Legal Entity
2025-08-20T18:59:30.0626666Z [00:03:06.809]➜        exercising permissions granted by this License.
2025-08-20T18:59:30.0626962Z [00:03:06.809]➜  
2025-08-20T18:59:30.0627305Z [00:03:06.809]➜        "Source" form shall mean the preferred form for making modifications,
2025-08-20T18:59:30.0627801Z [00:03:06.809]➜        including but not limited to software source code, documentation
2025-08-20T18:59:30.0628211Z [00:03:06.809]➜        source, and configuration files.
2025-08-20T18:59:30.0628480Z [00:03:06.809]➜  
2025-08-20T18:59:30.0628785Z [00:03:06.809]➜        "Object" form shall mean any form resulting from mechanical
2025-08-20T18:59:30.0629242Z [00:03:06.809]➜        transformation or translation of a Source form, including but
2025-08-20T18:59:30.0629712Z [00:03:06.809]➜        not limited to compiled object code, generated documentation,
2025-08-20T18:59:30.0630108Z [00:03:06.809]➜        and conversions to other media types.
2025-08-20T18:59:30.0630384Z [00:03:06.809]➜  
2025-08-20T18:59:30.0630701Z [00:03:06.809]➜        "Work" shall mean the work of authorship, whether in Source or
2025-08-20T18:59:30.0631234Z [00:03:06.809]➜        Object form, made available under the License, as indicated by a
2025-08-20T18:59:30.0631704Z [00:03:06.809]➜        copyright notice that is included in or attached to the work
2025-08-20T18:59:30.0632123Z [00:03:06.809]➜        (an example is provided in the Appendix below).
2025-08-20T18:59:30.0632652Z [00:03:06.809]➜  
2025-08-20T18:59:30.0633003Z [00:03:06.809]➜        "Derivative Works" shall mean any work, whether in Source or Object
2025-08-20T18:59:30.0633483Z [00:03:06.809]➜        form, that is based on (or derived from) the Work and for which the
2025-08-20T18:59:30.0633986Z [00:03:06.809]➜        editorial revisions, annotations, elaborations, or other modifications
2025-08-20T18:59:30.0634513Z [00:03:06.809]➜        represent, as a whole, an original work of authorship. For the purposes
2025-08-20T18:59:30.0635297Z [00:03:06.809]➜        of this License, Derivative Works shall not include works that remain
2025-08-20T18:59:30.0635805Z [00:03:06.809]➜        separable from, or merely link (or bind by name) to the interfaces of,
2025-08-20T18:59:30.0636221Z [00:03:06.809]➜        the Work and Derivative Works thereof.
2025-08-20T18:59:30.0636608Z [00:03:06.809]➜  
2025-08-20T18:59:30.0636994Z [00:03:06.809]➜        "Contribution" shall mean any work of authorship, including
2025-08-20T18:59:30.0637480Z [00:03:06.809]➜        the original version of the Work and any modifications or additions
2025-08-20T18:59:30.0637969Z [00:03:06.809]➜        to that Work or Derivative Works thereof, that is intentionally
2025-08-20T18:59:30.0638459Z [00:03:06.809]➜        submitted to Licensor for inclusion in the Work by the copyright owner
2025-08-20T18:59:30.0638962Z [00:03:06.809]➜        or by an individual or Legal Entity authorized to submit on behalf of
2025-08-20T18:59:30.0639466Z [00:03:06.809]➜        the copyright owner. For the purposes of this definition, "submitted"
2025-08-20T18:59:30.0639964Z [00:03:06.809]➜        means any form of electronic, verbal, or written communication sent
2025-08-20T18:59:30.0640504Z [00:03:06.809]➜        to the Licensor or its representatives, including but not limited to
2025-08-20T18:59:30.0641022Z [00:03:06.809]➜        communication on electronic mailing lists, source code control systems,
2025-08-20T18:59:30.0641533Z [00:03:06.809]➜        and issue tracking systems that are managed by, or on behalf of, the
2025-08-20T18:59:30.0642243Z [00:03:06.809]➜        Licensor for the purpose of discussing and improving the Work, but
2025-08-20T18:59:30.0642749Z [00:03:06.809]➜        excluding communication that is conspicuously marked or otherwise
2025-08-20T18:59:30.0643262Z [00:03:06.809]➜        designated in writing by the copyright owner as "Not a Contribution."
2025-08-20T18:59:30.0643611Z [00:03:06.809]➜  
2025-08-20T18:59:30.0644029Z [00:03:06.809]➜        "Contributor" shall mean Licensor and any individual or Legal Entity
2025-08-20T18:59:30.0644581Z [00:03:06.809]➜        on behalf of whom a Contribution has been received by Licensor and
2025-08-20T18:59:30.0645169Z [00:03:06.809]➜        subsequently incorporated within the Work.
2025-08-20T18:59:30.0645455Z [00:03:06.809]➜  
2025-08-20T18:59:30.0645803Z [00:03:06.809]➜     2. Grant of Copyright License. Subject to the terms and conditions of
2025-08-20T18:59:30.0646292Z [00:03:06.809]➜        this License, each Contributor hereby grants to You a perpetual,
2025-08-20T18:59:30.0646782Z [00:03:06.809]➜        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2025-08-20T18:59:30.0647256Z [00:03:06.809]➜        copyright license to reproduce, prepare Derivative Works of,
2025-08-20T18:59:30.0647743Z [00:03:06.809]➜        publicly display, publicly perform, sublicense, and distribute the
2025-08-20T18:59:30.0648203Z [00:03:06.809]➜        Work and such Derivative Works in Source or Object form.
2025-08-20T18:59:30.0648515Z [00:03:06.809]➜  
2025-08-20T18:59:30.0648843Z [00:03:06.809]➜     3. Grant of Patent License. Subject to the terms and conditions of
2025-08-20T18:59:30.0649316Z [00:03:06.809]➜        this License, each Contributor hereby grants to You a perpetual,
2025-08-20T18:59:30.0649798Z [00:03:06.809]➜        worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2025-08-20T18:59:30.0650282Z [00:03:06.809]➜        (except as stated in this section) patent license to make, have made,
2025-08-20T18:59:30.0650960Z [00:03:06.809]➜        use, offer to sell, sell, import, and otherwise transfer the Work,
2025-08-20T18:59:30.0651444Z [00:03:06.809]➜        where such license applies only to those patent claims licensable
2025-08-20T18:59:30.0651908Z [00:03:06.809]➜        by such Contributor that are necessarily infringed by their
2025-08-20T18:59:30.0652374Z [00:03:06.809]➜        Contribution(s) alone or by combination of their Contribution(s)
2025-08-20T18:59:30.0652856Z [00:03:06.809]➜        with the Work to which such Contribution(s) was submitted. If You
2025-08-20T18:59:30.0653323Z [00:03:06.809]➜        institute patent litigation against any entity (including a
2025-08-20T18:59:30.0653793Z [00:03:06.809]➜        cross-claim or counterclaim in a lawsuit) alleging that the Work
2025-08-20T18:59:30.0654393Z [00:03:06.809]➜        or a Contribution incorporated within the Work constitutes direct
2025-08-20T18:59:30.0655124Z [00:03:06.809]➜        or contributory patent infringement, then any patent licenses
2025-08-20T18:59:30.0655606Z [00:03:06.809]➜        granted to You under this License for that Work shall terminate
2025-08-20T18:59:30.0656008Z [00:03:06.809]➜        as of the date such litigation is filed.
2025-08-20T18:59:30.0656279Z [00:03:06.809]➜  
2025-08-20T18:59:30.0656613Z [00:03:06.809]➜     4. Redistribution. You may reproduce and distribute copies of the
2025-08-20T18:59:30.0657089Z [00:03:06.809]➜        Work or Derivative Works thereof in any medium, with or without
2025-08-20T18:59:30.0657560Z [00:03:06.809]➜        modifications, and in Source or Object form, provided that You
2025-08-20T18:59:30.0657955Z [00:03:06.809]➜        meet the following conditions:
2025-08-20T18:59:30.0658218Z [00:03:06.809]➜  
2025-08-20T18:59:30.0658502Z [00:03:06.809]➜        (a) You must give any other recipients of the Work or
2025-08-20T18:59:30.0658897Z [00:03:06.809]➜            Derivative Works a copy of this License; and
2025-08-20T18:59:30.0659188Z [00:03:06.809]➜  
2025-08-20T18:59:30.0659509Z [00:03:06.809]➜        (b) You must cause any modified files to carry prominent notices
2025-08-20T18:59:30.0660111Z [00:03:06.809]➜            stating that You changed the files; and
2025-08-20T18:59:30.0660388Z [00:03:06.809]➜  
2025-08-20T18:59:30.0660703Z [00:03:06.809]➜        (c) You must retain, in the Source form of any Derivative Works
2025-08-20T18:59:30.0661152Z [00:03:06.809]➜            that You distribute, all copyright, patent, trademark, and
2025-08-20T18:59:30.0661677Z [00:03:06.809]➜            attribution notices from the Source form of the Work,
2025-08-20T18:59:30.0662223Z [00:03:06.809]➜            excluding those notices that do not pertain to any part of
2025-08-20T18:59:30.0662600Z [00:03:06.809]➜            the Derivative Works; and
2025-08-20T18:59:30.0662853Z [00:03:06.809]➜  
2025-08-20T18:59:30.0663157Z [00:03:06.809]➜        (d) If the Work includes a "NOTICE" text file as part of its
2025-08-20T18:59:30.0663620Z [00:03:06.809]➜            distribution, then any Derivative Works that You distribute must
2025-08-20T18:59:30.0664104Z [00:03:06.809]➜            include a readable copy of the attribution notices contained
2025-08-20T18:59:30.0664563Z [00:03:06.809]➜            within such NOTICE file, excluding those notices that do not
2025-08-20T18:59:30.0665201Z [00:03:06.809]➜            pertain to any part of the Derivative Works, in at least one
2025-08-20T18:59:30.0665664Z [00:03:06.809]➜            of the following places: within a NOTICE text file distributed
2025-08-20T18:59:30.0666118Z [00:03:06.809]➜            as part of the Derivative Works; within the Source form or
2025-08-20T18:59:30.0666580Z [00:03:06.809]➜            documentation, if provided along with the Derivative Works; or,
2025-08-20T18:59:30.0667047Z [00:03:06.809]➜            within a display generated by the Derivative Works, if and
2025-08-20T18:59:30.0667521Z [00:03:06.809]➜            wherever such third-party notices normally appear. The contents
2025-08-20T18:59:30.0668214Z [00:03:06.809]➜            of the NOTICE file are for informational purposes only and
2025-08-20T18:59:30.0668664Z [00:03:06.809]➜            do not modify the License. You may add Your own attribution
2025-08-20T18:59:30.0669120Z [00:03:06.809]➜            notices within Derivative Works that You distribute, alongside
2025-08-20T18:59:30.0669579Z [00:03:06.809]➜            or as an addendum to the NOTICE text from the Work, provided
2025-08-20T18:59:30.0670027Z [00:03:06.809]➜            that such additional attribution notices cannot be construed
2025-08-20T18:59:30.0670407Z [00:03:06.809]➜            as modifying the License.
2025-08-20T18:59:30.0670662Z [00:03:06.809]➜  
2025-08-20T18:59:30.0670987Z [00:03:06.809]➜        You may add Your own copyright statement to Your modifications and
2025-08-20T18:59:30.0671562Z [00:03:06.809]➜        may provide additional or different license terms and conditions
2025-08-20T18:59:30.0672148Z [00:03:06.809]➜        for use, reproduction, or distribution of Your modifications, or
2025-08-20T18:59:30.0672619Z [00:03:06.809]➜        for any such Derivative Works as a whole, provided Your use,
2025-08-20T18:59:30.0673104Z [00:03:06.809]➜        reproduction, and distribution of the Work otherwise complies with
2025-08-20T18:59:30.0673520Z [00:03:06.809]➜        the conditions stated in this License.
2025-08-20T18:59:30.0673792Z [00:03:06.809]➜  
2025-08-20T18:59:30.0674133Z [00:03:06.809]➜     5. Submission of Contributions. Unless You explicitly state otherwise,
2025-08-20T18:59:30.0674889Z [00:03:06.809]➜        any Contribution intentionally submitted for inclusion in the Work
2025-08-20T18:59:30.0675439Z [00:03:06.809]➜        by You to the Licensor shall be under the terms and conditions of
2025-08-20T18:59:30.0675886Z [00:03:06.809]➜        this License, without any additional terms or conditions.
2025-08-20T18:59:30.0676359Z [00:03:06.809]➜        Notwithstanding the above, nothing herein shall supersede or modify
2025-08-20T18:59:30.0676844Z [00:03:06.809]➜        the terms of any separate license agreement you may have executed
2025-08-20T18:59:30.0677485Z [00:03:06.809]➜        with Licensor regarding such Contributions.
2025-08-20T18:59:30.0677773Z [00:03:06.809]➜  
2025-08-20T18:59:30.0678114Z [00:03:06.809]➜     6. Trademarks. This License does not grant permission to use the trade
2025-08-20T18:59:30.0678610Z [00:03:06.809]➜        names, trademarks, service marks, or product names of the Licensor,
2025-08-20T18:59:30.0679195Z [00:03:06.809]➜        except as required for reasonable and customary use in describing the
2025-08-20T18:59:30.0679742Z [00:03:06.809]➜        origin of the Work and reproducing the content of the NOTICE file.
2025-08-20T18:59:30.0680075Z [00:03:06.809]➜  
2025-08-20T18:59:30.0680394Z [00:03:06.809]➜     7. Disclaimer of Warranty. Unless required by applicable law or
2025-08-20T18:59:30.0680849Z [00:03:06.809]➜        agreed to in writing, Licensor provides the Work (and each
2025-08-20T18:59:30.0681300Z [00:03:06.809]➜        Contributor provides its Contributions) on an "AS IS" BASIS,
2025-08-20T18:59:30.0681790Z [00:03:06.809]➜        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2025-08-20T18:59:30.0682288Z [00:03:06.809]➜        implied, including, without limitation, any warranties or conditions
2025-08-20T18:59:30.0682772Z [00:03:06.809]➜        of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2025-08-20T18:59:30.0683256Z [00:03:06.809]➜        PARTICULAR PURPOSE. You are solely responsible for determining the
2025-08-20T18:59:30.0683765Z [00:03:06.809]➜        appropriateness of using or redistributing the Work and assume any
2025-08-20T18:59:30.0684282Z [00:03:06.810]➜        risks associated with Your exercise of permissions under this License.
2025-08-20T18:59:30.0684824Z [00:03:06.810]➜  
2025-08-20T18:59:30.0685231Z [00:03:06.810]➜     8. Limitation of Liability. In no event and under no legal theory,
2025-08-20T18:59:30.0685702Z [00:03:06.810]➜        whether in tort (including negligence), contract, or otherwise,
2025-08-20T18:59:30.0686365Z [00:03:06.810]➜        unless required by applicable law (such as deliberate and grossly
2025-08-20T18:59:30.0686852Z [00:03:06.810]➜        negligent acts) or agreed to in writing, shall any Contributor be
2025-08-20T18:59:30.0687337Z [00:03:06.810]➜        liable to You for damages, including any direct, indirect, special,
2025-08-20T18:59:30.0687822Z [00:03:06.810]➜        incidental, or consequential damages of any character arising as a
2025-08-20T18:59:30.0688308Z [00:03:06.810]➜        result of this License or out of the use or inability to use the
2025-08-20T18:59:30.0688778Z [00:03:06.810]➜        Work (including but not limited to damages for loss of goodwill,
2025-08-20T18:59:30.0689250Z [00:03:06.810]➜        work stoppage, computer failure or malfunction, or any and all
2025-08-20T18:59:30.0689807Z [00:03:06.810]➜        other commercial damages or losses), even if such Contributor
2025-08-20T18:59:30.0690300Z [00:03:06.810]➜        has been advised of the possibility of such damages.
2025-08-20T18:59:30.0690607Z [00:03:06.810]➜  
2025-08-20T18:59:30.0690940Z [00:03:06.810]➜     9. Accepting Warranty or Additional Liability. While redistributing
2025-08-20T18:59:30.0691414Z [00:03:06.810]➜        the Work or Derivative Works thereof, You may choose to offer,
2025-08-20T18:59:30.0691879Z [00:03:06.810]➜        and charge a fee for, acceptance of support, warranty, indemnity,
2025-08-20T18:59:30.0692356Z [00:03:06.810]➜        or other liability obligations and/or rights consistent with this
2025-08-20T18:59:30.0692845Z [00:03:06.810]➜        License. However, in accepting such obligations, You may act only
2025-08-20T18:59:30.0693319Z [00:03:06.810]➜        on Your own behalf and on Your sole responsibility, not on behalf
2025-08-20T18:59:30.0693787Z [00:03:06.810]➜        of any other Contributor, and only if You agree to indemnify,
2025-08-20T18:59:30.0694235Z [00:03:06.810]➜        defend, and hold each Contributor harmless for any liability
2025-08-20T18:59:30.0694857Z [00:03:06.810]➜        incurred by, or claims asserted against, such Contributor by reason
2025-08-20T18:59:30.0695550Z [00:03:06.810]➜        of your accepting any such warranty or additional liability.
2025-08-20T18:59:30.0695881Z [00:03:06.810]➜  
2025-08-20T18:59:30.0696108Z [00:03:06.810]➜     END OF TERMS AND CONDITIONS
2025-08-20T18:59:30.0696354Z [00:03:06.810]➜  
2025-08-20T18:59:30.0696651Z [00:03:06.810]➜     APPENDIX: How to apply the Apache License to your work.
2025-08-20T18:59:30.0696955Z [00:03:06.810]➜  
2025-08-20T18:59:30.0697354Z [00:03:06.810]➜        To apply the Apache License to your work, attach the following
2025-08-20T18:59:30.0697892Z [00:03:06.810]➜        boilerplate notice, with the fields enclosed by brackets "[]"
2025-08-20T18:59:30.0698367Z [00:03:06.810]➜        replaced with your own identifying information. (Don't include
2025-08-20T18:59:30.0698832Z [00:03:06.810]➜        the brackets!)  The text should be enclosed in the appropriate
2025-08-20T18:59:30.0699414Z [00:03:06.810]➜        comment syntax for the file format. We also recommend that a
2025-08-20T18:59:30.0699883Z [00:03:06.810]➜        file or class name and description of purpose be included on the
2025-08-20T18:59:30.0700326Z [00:03:06.810]➜        same "printed page" as the copyright notice for easier
2025-08-20T18:59:30.0700721Z [00:03:06.810]➜        identification within third-party archives.
2025-08-20T18:59:30.0701005Z [00:03:06.810]➜  
2025-08-20T18:59:30.0701256Z [00:03:06.810]➜     Copyright 2018-2023 Berty Technologies
2025-08-20T18:59:30.0701527Z [00:03:06.810]➜  
2025-08-20T18:59:30.0701849Z [00:03:06.810]➜     Licensed under the Apache License, Version 2.0 (the "License");
2025-08-20T18:59:30.0702313Z [00:03:06.810]➜     you may not use this file except in compliance with the License.
2025-08-20T18:59:30.0702714Z [00:03:06.810]➜     You may obtain a copy of the License at
2025-08-20T18:59:30.0702980Z [00:03:06.810]➜  
2025-08-20T18:59:30.0703265Z [00:03:06.810]➜         http://www.apache.org/licenses/LICENSE-2.0
2025-08-20T18:59:30.0703562Z [00:03:06.810]➜  
2025-08-20T18:59:30.0703896Z [00:03:06.810]➜     Unless required by applicable law or agreed to in writing, software
2025-08-20T18:59:30.0704386Z [00:03:06.810]➜     distributed under the License is distributed on an "AS IS" BASIS,
2025-08-20T18:59:30.0705084Z [00:03:06.810]➜     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2025-08-20T18:59:30.0705593Z [00:03:06.810]➜     See the License for the specific language governing permissions and
2025-08-20T18:59:30.0705991Z [00:03:06.810]➜     limitations under the License.
2025-08-20T18:59:30.0706249Z [00:03:06.810]➜  
2025-08-20T18:59:30.0706428Z [00:03:06.810]➜  
2025-08-20T18:59:30.0928160Z [00:03:06.840]➜  
2025-08-20T18:59:30.0928451Z [00:03:06.840]➜  File: LICENSE
2025-08-20T18:59:30.0928867Z [00:03:06.840]➜    Type: ASCII text
2025-08-20T18:59:30.0929353Z [00:03:06.840]➜    B3sum: d785ad435969284c27128f2da3ecce7cfcb4545b252d0b1d4f1b8ff3bd1fbdc3
2025-08-20T18:59:30.0929940Z [00:03:06.840]➜    SHA256sum: f67e38ea41ff62bed7e4d2848eb6923202d90c39f5c724840af709a4e71ed115
2025-08-20T18:59:30.0930340Z [00:03:06.840]➜    Size: 12K
2025-08-20T18:59:30.1031589Z [00:03:06.851]➜  
2025-08-20T18:59:30.1031862Z [00:03:06.851]➜  File: SBUILD
2025-08-20T18:59:30.1032210Z [00:03:06.851]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T18:59:30.1032723Z [00:03:06.851]➜    B3sum: 3c9c1dd730d881bff66e5df8aa63eba9b03bb1906f26de0aae89269d743c9515
2025-08-20T18:59:30.1033499Z [00:03:06.851]➜    SHA256sum: fc01190d7c9d8bce5f4d80f9bb30a8089b4ba345fe23ecb40a16616eb52fd63e
2025-08-20T18:59:30.1033959Z [00:03:06.851]➜    Size: 4.0K
2025-08-20T18:59:30.1118720Z [00:03:06.859]➜  
2025-08-20T18:59:30.1119060Z [00:03:06.859]➜  File: berty.static.version
2025-08-20T18:59:30.1119426Z [00:03:06.859]➜    Type: ASCII text, with no line terminators
2025-08-20T18:59:30.1119900Z [00:03:06.859]➜    B3sum: 8edfe374d72b588bc4d47e58f662d11044b0a5b284976b2bf531e78d27fc4779
2025-08-20T18:59:30.1120471Z [00:03:06.859]➜    SHA256sum: 3099195b098e1ccff89607c87aa8db52c6e592555f5d09ff9cc1476c37a749bf
2025-08-20T18:59:30.1121188Z [00:03:06.859]➜    Size: 4.0K
2025-08-20T18:59:30.1206222Z [00:03:06.868]➜  
2025-08-20T18:59:30.1206513Z [00:03:06.868]➜  File: berty.version
2025-08-20T18:59:30.1206837Z [00:03:06.868]➜    Type: ASCII text, with no line terminators
2025-08-20T18:59:30.1207312Z [00:03:06.868]➜    B3sum: 8edfe374d72b588bc4d47e58f662d11044b0a5b284976b2bf531e78d27fc4779
2025-08-20T18:59:30.1207891Z [00:03:06.868]➜    SHA256sum: 3099195b098e1ccff89607c87aa8db52c6e592555f5d09ff9cc1476c37a749bf
2025-08-20T18:59:30.1208278Z [00:03:06.868]➜    Size: 4.0K
2025-08-20T18:59:30.1208494Z [00:03:06.868]➜  
2025-08-20T18:59:30.1208953Z [00:03:06.868]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T18:59:30.1239618Z [00:03:06.871]➜  berty.version:8edfe374d72b588bc4d47e58f662d11044b0a5b284976b2bf531e78d27fc4779
2025-08-20T18:59:30.1240537Z [00:03:06.871]➜  berty.static.version:8edfe374d72b588bc4d47e58f662d11044b0a5b284976b2bf531e78d27fc4779
2025-08-20T18:59:30.1241151Z [00:03:06.871]➜  SBUILD:3c9c1dd730d881bff66e5df8aa63eba9b03bb1906f26de0aae89269d743c9515
2025-08-20T18:59:30.1241706Z [00:03:06.871]➜  LICENSE:d785ad435969284c27128f2da3ecce7cfcb4545b252d0b1d4f1b8ff3bd1fbdc3
2025-08-20T18:59:30.1259431Z [00:03:06.873]➜  
2025-08-20T18:59:30.1260641Z [00:03:06.873]➜  [+] Signing berty.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T18:59:30.1357284Z [00:03:06.883]➜  
2025-08-20T18:59:30.1358143Z [00:03:06.883]➜  [✓] SuccessFully Built berty.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/berty/static.official.source.yaml [Wednesday, 2025-08-20 (06:59:30 PM) UTC]
2025-08-20T18:59:30.1358848Z [00:03:06.883]➜  
2025-08-20T18:59:30.1383073Z [00:03:06.886]➜  [+] Total Size: 72K (Includes DUPES+TMPFILES)
2025-08-20T18:59:30.1383612Z [00:03:06.886]➜  [+] LOGPATH='/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.static.log'
2025-08-20T18:59:30.1396758Z [00:03:06.887]➜  [+] ENVPATH=/tmp/pkgforge/2F9mZHX1v_SBUILD/ENVPATH
2025-08-20T18:59:30.1516028Z 
2025-08-20T18:59:30.1516839Z [+] Sanitizing /tmp/pkgforge/2F9mZHX1v_SBUILD/BUILD.log ==> /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/berty.static.log
2025-08-20T18:59:33.6806318Z 
2025-08-20T18:59:33.6807209Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/berty/official]
2025-08-20T18:59:33.6807748Z [+] LOGS (Build Dir): /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:33.6808009Z 
2025-08-20T18:59:33.6898344Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T18:59:33.7010640Z ./BUILD_ARTIFACTS.tar : 12.19%   (  3.44 MiB =>    429 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T18:59:33.7034901Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T18:59:33.7071141Z 
2025-08-20T18:59:33.7071889Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml :: 00(Hr):03(Min):10(Sec)
2025-08-20T18:59:33.7072551Z 
2025-08-20T18:59:33.7085726Z 
2025-08-20T18:59:33.7086126Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (06:59:33 PM) UTC
2025-08-20T18:59:33.7086380Z 
2025-08-20T18:59:34.6172196Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T18:59:34.6220224Z ##[group]Run ##Presets
2025-08-20T18:59:34.6220552Z [36;1m##Presets[0m
2025-08-20T18:59:34.6220730Z [36;1mset +x ; set +e[0m
2025-08-20T18:59:34.6220920Z [36;1m#-------------#[0m
2025-08-20T18:59:34.6221098Z [36;1m##Debug?[0m
2025-08-20T18:59:34.6221309Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:59:34.6221567Z [36;1m  set -x[0m
2025-08-20T18:59:34.6221726Z [36;1mfi[0m
2025-08-20T18:59:34.6221877Z [36;1m#-------------#[0m
2025-08-20T18:59:34.6222056Z [36;1m##Set ENV[0m
2025-08-20T18:59:34.6222264Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T18:59:34.6222669Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T18:59:34.6223220Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T18:59:34.6223586Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-"[0m
2025-08-20T18:59:34.6224032Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T18:59:34.6224404Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:59:34.6224997Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:59:34.6225315Z [36;1m fi[0m
2025-08-20T18:59:34.6225469Z [36;1m##Push[0m
2025-08-20T18:59:34.6225667Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T18:59:34.6225918Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T18:59:34.6226261Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T18:59:34.6226874Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:59:34.6227294Z [36;1m     ls -sh "/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T18:59:34.6227610Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T18:59:34.6227798Z [36;1m       {[0m
2025-08-20T18:59:34.6227970Z [36;1m        for i in {1..10}; do[0m
2025-08-20T18:59:34.6228324Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T18:59:34.6228744Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T18:59:34.6229151Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T18:59:34.6229555Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T18:59:34.6229947Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T18:59:34.6230320Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T18:59:34.6230687Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T18:59:34.6231056Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T18:59:34.6231421Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T18:59:34.6231800Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T18:59:34.6232251Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T18:59:34.6232733Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T18:59:34.6233161Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T18:59:34.6233570Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T18:59:34.6233971Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T18:59:34.6234403Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-berty")[0m
2025-08-20T18:59:34.6234931Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T18:59:34.6235611Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T18:59:34.6236051Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T18:59:34.6236441Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T18:59:34.6236914Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T18:59:34.6237321Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T18:59:34.6237548Z [36;1m         #Check[0m
2025-08-20T18:59:34.6238069Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T18:59:34.6238827Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T18:59:34.6239156Z [36;1m            break[0m
2025-08-20T18:59:34.6239340Z [36;1m          else[0m
2025-08-20T18:59:34.6239716Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T18:59:34.6240120Z [36;1m          fi[0m
2025-08-20T18:59:34.6240315Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T18:59:34.6240548Z [36;1m        done[0m
2025-08-20T18:59:34.6240715Z [36;1m       }[0m
2025-08-20T18:59:34.6240890Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T18:59:34.6241114Z [36;1m       ghcr_push_cmd[0m
2025-08-20T18:59:34.6241641Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T18:59:34.6242431Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T18:59:34.6252694Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T18:59:34.6252962Z [36;1m          ghcr_push_cmd[0m
2025-08-20T18:59:34.6253522Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T18:59:34.6254196Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T18:59:34.6254814Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T18:59:34.6255186Z [36;1m             return 1 || exit 1[0m
2025-08-20T18:59:34.6255399Z [36;1m           fi[0m
2025-08-20T18:59:34.6255574Z [36;1m       fi[0m
2025-08-20T18:59:34.6255740Z [36;1m   fi[0m
2025-08-20T18:59:34.6255892Z [36;1m fi[0m
2025-08-20T18:59:34.6256052Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:59:34.6440694Z shell: /usr/bin/bash -e {0}
2025-08-20T18:59:34.6440926Z env:
2025-08-20T18:59:34.6441093Z   CROSS_COMPILING: NO
2025-08-20T18:59:34.6441281Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:34.6441513Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:34.6441706Z   ON_QEMU: NO
2025-08-20T18:59:34.6441857Z   DEBUG: 0
2025-08-20T18:59:34.6442011Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:34.6442215Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:34.6442470Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:34.6442738Z   KEEP_LOGS: YES
2025-08-20T18:59:34.6442899Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:34.6443089Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:34.6443275Z   SBUILD_REBUILD: false
2025-08-20T18:59:34.6443768Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:34.6444302Z   BUILD_SYS: docker://go
2025-08-20T18:59:34.6444485Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:34.6444843Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:34.6445016Z   SYSTMP: /tmp
2025-08-20T18:59:34.6445171Z   GHA_MODE: MATRIX
2025-08-20T18:59:34.6445866Z   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-20T18:59:34.6446355Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:34.6446651Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:34.6446999Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:34.6447444Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:34.6447793Z   PKG_TYPE: static
2025-08-20T18:59:34.6447961Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:34.6448144Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:34.6448988Z   GHCR_TOKEN: ***
2025-08-20T18:59:34.6449434Z   GITHUB_TOKEN: ***
2025-08-20T18:59:34.6449642Z   GITLAB_TOKEN: ***
2025-08-20T18:59:34.6450782Z   MINISIGN_KEY: ***
2025-08-20T18:59:34.6450952Z ##[endgroup]
2025-08-20T18:59:34.6522254Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T18:59:34.6530929Z 432K	./BUILD_ARTIFACTS.zstd
2025-08-20T18:59:34.6542404Z total 3.5M
2025-08-20T18:59:34.6542591Z 4.0K CHECKSUM
2025-08-20T18:59:34.6542756Z 4.0K CHECKSUM.sig
2025-08-20T18:59:34.6542914Z  12K LICENSE
2025-08-20T18:59:34.6543067Z 4.0K LICENSE.sig
2025-08-20T18:59:34.6543223Z 4.0K SBUILD
2025-08-20T18:59:34.6543368Z 4.0K SBUILD.sig
2025-08-20T18:59:34.6543524Z 4.0K SBUILD_TEMP
2025-08-20T18:59:34.6543686Z 3.4M berty.static.log
2025-08-20T18:59:34.6543868Z 4.0K berty.static.version
2025-08-20T18:59:34.6544066Z 4.0K berty.static.version.sig
2025-08-20T18:59:34.6544261Z 4.0K berty.version
2025-08-20T18:59:34.6544427Z 4.0K berty.version.sig
2025-08-20T18:59:34.6825234Z Error: "ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/berty/official/berty-srcbuild-"
2025-08-20T18:59:34.6830791Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T18:59:39.6886739Z Error: "ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/berty/official/berty-srcbuild-"
2025-08-20T18:59:39.6891621Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T18:59:39.6895314Z 
2025-08-20T18:59:39.6895617Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:39.6895932Z 
2025-08-20T18:59:39.6928100Z Error: "ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/berty/official/berty-srcbuild-"
2025-08-20T18:59:39.6928879Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T18:59:39.6966102Z ##[group]Run ##Presets
2025-08-20T18:59:39.6966353Z [36;1m##Presets[0m
2025-08-20T18:59:39.6966524Z [36;1mset +x ; set +e[0m
2025-08-20T18:59:39.6966704Z [36;1m#-------------#[0m
2025-08-20T18:59:39.6966879Z [36;1m##Debug?[0m
2025-08-20T18:59:39.6967092Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:59:39.6967358Z [36;1m  set -x[0m
2025-08-20T18:59:39.6967516Z [36;1mfi[0m
2025-08-20T18:59:39.6967669Z [36;1m#-------------#[0m
2025-08-20T18:59:39.6967898Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T18:59:39.6968200Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:59:39.7001280Z shell: /usr/bin/bash -e {0}
2025-08-20T18:59:39.7001494Z env:
2025-08-20T18:59:39.7001654Z   CROSS_COMPILING: NO
2025-08-20T18:59:39.7001843Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:39.7002055Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:39.7002247Z   ON_QEMU: NO
2025-08-20T18:59:39.7002448Z   DEBUG: 0
2025-08-20T18:59:39.7002607Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:39.7002822Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:39.7003105Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:39.7003373Z   KEEP_LOGS: YES
2025-08-20T18:59:39.7003542Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:39.7003728Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:39.7003919Z   SBUILD_REBUILD: false
2025-08-20T18:59:39.7004420Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:39.7005131Z   BUILD_SYS: docker://go
2025-08-20T18:59:39.7005318Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:39.7005492Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:39.7005669Z   SYSTMP: /tmp
2025-08-20T18:59:39.7005825Z   GHA_MODE: MATRIX
2025-08-20T18:59:39.7006221Z   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-20T18:59:39.7006707Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:39.7007217Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:39.7007572Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:39.7008019Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:39.7008372Z   PKG_TYPE: static
2025-08-20T18:59:39.7008544Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:39.7008730Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:39.7008911Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:39.7009218Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:39.7009550Z ##[endgroup]
2025-08-20T18:59:39.7149418Z ##[group]Run actions/upload-artifact@v4
2025-08-20T18:59:39.7149743Z with:
2025-08-20T18:59:39.7149917Z   name: Bincache_berty_aarch64-Linux
2025-08-20T18:59:39.7150180Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T18:59:39.7150433Z   compression-level: 0
2025-08-20T18:59:39.7150829Z   retention-days: 30
2025-08-20T18:59:39.7151008Z   overwrite: true
2025-08-20T18:59:39.7151184Z   if-no-files-found: warn
2025-08-20T18:59:39.7151381Z   include-hidden-files: false
2025-08-20T18:59:39.7151572Z env:
2025-08-20T18:59:39.7151715Z   CROSS_COMPILING: NO
2025-08-20T18:59:39.7151896Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:39.7152105Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:39.7152297Z   ON_QEMU: NO
2025-08-20T18:59:39.7152446Z   DEBUG: 0
2025-08-20T18:59:39.7152601Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:39.7152804Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:39.7153061Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:39.7153357Z   KEEP_LOGS: YES
2025-08-20T18:59:39.7153529Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:39.7153722Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:39.7153908Z   SBUILD_REBUILD: false
2025-08-20T18:59:39.7154404Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:39.7155188Z   BUILD_SYS: docker://go
2025-08-20T18:59:39.7155379Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:39.7155557Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:39.7155729Z   SYSTMP: /tmp
2025-08-20T18:59:39.7155885Z   GHA_MODE: MATRIX
2025-08-20T18:59:39.7156274Z   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-20T18:59:39.7156750Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:39.7157042Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:39.7157408Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:39.7157856Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:39.7158207Z   PKG_TYPE: static
2025-08-20T18:59:39.7158377Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:39.7158562Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:39.7158747Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:39.7159064Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:39.7159408Z   UTC_TIME: 2025_08_20T06_59_39_PM
2025-08-20T18:59:39.7159604Z ##[endgroup]
2025-08-20T18:59:40.3813881Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T18:59:40.3817719Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T18:59:40.3818350Z With the provided path, there will be 2 files uploaded
2025-08-20T18:59:40.6011286Z Artifact name is valid!
2025-08-20T18:59:40.6014583Z Root directory input is valid!
2025-08-20T18:59:40.6768829Z Beginning upload of artifact content to blob storage
2025-08-20T18:59:40.8857740Z Uploaded bytes 4329083
2025-08-20T18:59:40.9079067Z Finished uploading artifact content to blob storage!
2025-08-20T18:59:40.9092901Z SHA256 digest of uploaded artifact zip is 4a3b19b5c8aba91db73a7972a2c417f3277fa88c26ef4413581cb08803cbe122
2025-08-20T18:59:40.9093388Z Finalizing artifact upload
2025-08-20T18:59:40.9905879Z Artifact Bincache_berty_aarch64-Linux.zip successfully finalized. Artifact ID 3812194161
2025-08-20T18:59:40.9906541Z Artifact Bincache_berty_aarch64-Linux has been successfully uploaded! Final size is 4329083 bytes. Artifact ID is 3812194161
2025-08-20T18:59:40.9925026Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107516636/artifacts/3812194161
2025-08-20T18:59:41.0167397Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T18:59:41.0167707Z with:
2025-08-20T18:59:41.0167871Z   subject-name: berty--
2025-08-20T18:59:41.0168531Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T18:59:41.0169219Z   show-summary: true
2025-08-20T18:59:41.0169404Z   push-to-registry: false
2025-08-20T18:59:41.0169757Z   github-token: ***
2025-08-20T18:59:41.0170161Z env:
2025-08-20T18:59:41.0170313Z   CROSS_COMPILING: NO
2025-08-20T18:59:41.0170513Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:41.0170720Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:41.0170916Z   ON_QEMU: NO
2025-08-20T18:59:41.0171068Z   DEBUG: 0
2025-08-20T18:59:41.0171229Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:41.0171439Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:41.0171730Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:41.0172006Z   KEEP_LOGS: YES
2025-08-20T18:59:41.0172177Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:41.0172369Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:41.0172562Z   SBUILD_REBUILD: false
2025-08-20T18:59:41.0173058Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:41.0173584Z   BUILD_SYS: docker://go
2025-08-20T18:59:41.0173776Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:41.0173957Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:41.0174144Z   SYSTMP: /tmp
2025-08-20T18:59:41.0174310Z   GHA_MODE: MATRIX
2025-08-20T18:59:41.0175055Z   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-20T18:59:41.0175552Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:41.0175850Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:41.0176216Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:41.0176669Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:41.0177023Z   PKG_TYPE: static
2025-08-20T18:59:41.0177199Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:41.0177390Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:41.0177575Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:41.0177889Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:41.0178243Z   UTC_TIME: 2025_08_20T06_59_39_PM
2025-08-20T18:59:41.0178451Z ##[endgroup]
2025-08-20T18:59:41.0256376Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T18:59:41.0256799Z env:
2025-08-20T18:59:41.0256957Z   CROSS_COMPILING: NO
2025-08-20T18:59:41.0257148Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:41.0257359Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:41.0257560Z   ON_QEMU: NO
2025-08-20T18:59:41.0257714Z   DEBUG: 0
2025-08-20T18:59:41.0257885Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:41.0258098Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:41.0258359Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:41.0258632Z   KEEP_LOGS: YES
2025-08-20T18:59:41.0258800Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:41.0258996Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:41.0259187Z   SBUILD_REBUILD: false
2025-08-20T18:59:41.0259689Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:41.0260228Z   BUILD_SYS: docker://go
2025-08-20T18:59:41.0260678Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:41.0260861Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:41.0261041Z   SYSTMP: /tmp
2025-08-20T18:59:41.0261205Z   GHA_MODE: MATRIX
2025-08-20T18:59:41.0261605Z   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-20T18:59:41.0262258Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:41.0262564Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:41.0262923Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:41.0263379Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:41.0263741Z   PKG_TYPE: static
2025-08-20T18:59:41.0263916Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:41.0264106Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:41.0264290Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:41.0264835Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:41.0265313Z   UTC_TIME: 2025_08_20T06_59_39_PM
2025-08-20T18:59:41.0265517Z ##[endgroup]
2025-08-20T18:59:41.3568853Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T18:59:41.3569175Z with:
2025-08-20T18:59:41.3569844Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T18:59:41.3570536Z   subject-name: berty--
2025-08-20T18:59:41.3570779Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T18:59:41.3573296Z   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/17107516636/attempts/1"}}}
2025-08-20T18:59:41.3576016Z   push-to-registry: false
2025-08-20T18:59:41.3576215Z   show-summary: true
2025-08-20T18:59:41.3576589Z   github-token: ***
2025-08-20T18:59:41.3576760Z env:
2025-08-20T18:59:41.3576910Z   CROSS_COMPILING: NO
2025-08-20T18:59:41.3577101Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:41.3577314Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:41.3577515Z   ON_QEMU: NO
2025-08-20T18:59:41.3577668Z   DEBUG: 0
2025-08-20T18:59:41.3577829Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:41.3578040Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:41.3578312Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:41.3578589Z   KEEP_LOGS: YES
2025-08-20T18:59:41.3578759Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:41.3578954Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:41.3579147Z   SBUILD_REBUILD: false
2025-08-20T18:59:41.3579644Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:41.3580175Z   BUILD_SYS: docker://go
2025-08-20T18:59:41.3580372Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:41.3580554Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:41.3580737Z   SYSTMP: /tmp
2025-08-20T18:59:41.3580903Z   GHA_MODE: MATRIX
2025-08-20T18:59:41.3581305Z   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-20T18:59:41.3581792Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:41.3582092Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:41.3582456Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:41.3583191Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:41.3583548Z   PKG_TYPE: static
2025-08-20T18:59:41.3583722Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:41.3583914Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:41.3584098Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:41.3584549Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:41.3585085Z   UTC_TIME: 2025_08_20T06_59_39_PM
2025-08-20T18:59:41.3585293Z ##[endgroup]
2025-08-20T18:59:42.5027647Z Attestation created for 12 subjects
2025-08-20T18:59:42.5031339Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T18:59:42.5031757Z -----BEGIN CERTIFICATE-----
2025-08-20T18:59:42.5032082Z MIIG7zCCBnWgAwIBAgIUMfC+nY5LFHD7Oq2qSY/x2VmVUoEwCgYIKoZIzj0EAwMw
2025-08-20T18:59:42.5032813Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T18:59:42.5033285Z cm1lZGlhdGUwHhcNMjUwODIwMTg1OTQxWhcNMjUwODIwMTkwOTQxWjAAMFkwEwYH
2025-08-20T18:59:42.5033746Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEQ9XXTV3zdjZgljKyV58KgtMo6QoEHGaOP6Td
2025-08-20T18:59:42.5034180Z 8CKMV15Fn0cqpYN0ccxkRnmDP0+uUCN/9udyw9aZfHV190uJOKOCBZQwggWQMA4G
2025-08-20T18:59:42.5034898Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU5BTr
2025-08-20T18:59:42.5035375Z 9yoswrhtj6G9SyGXLrGASq0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T18:59:42.5035851Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T18:59:42.5036288Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T18:59:42.5036739Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T18:59:42.5037186Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T18:59:42.5037614Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T18:59:42.5038063Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T18:59:42.5038529Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T18:59:42.5038987Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T18:59:42.5039440Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T18:59:42.5039883Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T18:59:42.5040334Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T18:59:42.5040787Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T18:59:42.5041232Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T18:59:42.5041680Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T18:59:42.5042143Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T18:59:42.5042606Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T18:59:42.5043068Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T18:59:42.5043524Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T18:59:42.5043977Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T18:59:42.5044430Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T18:59:42.5045008Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T18:59:42.5045476Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T18:59:42.5045938Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T18:59:42.5046419Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTE2NjM2L2F0
2025-08-20T18:59:42.5046876Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T18:59:42.5047341Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI2exk
2025-08-20T18:59:42.5047783Z AAAEAwBHMEUCIFxFjR9XgK2XjhXRYP/tW33s721dFtN3r3UaIUfzjymGAiEAgaEN
2025-08-20T18:59:42.5048224Z 5T80cDG0lc1168SCzwUhbjlTPsLdaGfXlbREb50wCgYIKoZIzj0EAwMDaAAwZQIw
2025-08-20T18:59:42.5048888Z djL/NK8DBwVkcKeZMSr/bazgmJTFOYoSdQxLP7/Yw8lAi0C45oO7FLQM5CeM6tKG
2025-08-20T18:59:42.5049322Z AjEAoxNYoVcFx5EjJq8OlyhaqXOcdSDFrne+laxxA2LRqpnazGUOtdNt2dtnmmJX
2025-08-20T18:59:42.5049650Z ryUc
2025-08-20T18:59:42.5049805Z -----END CERTIFICATE-----
2025-08-20T18:59:42.5049939Z 
2025-08-20T18:59:42.5050364Z ##[endgroup]
2025-08-20T18:59:42.5050975Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T18:59:42.5051362Z https://search.sigstore.dev?logIndex=413920604
2025-08-20T18:59:42.5051739Z [36mAttestation uploaded to repository[39m
2025-08-20T18:59:42.5052047Z https://github.com/pkgforge/bincache/attestations/9868479
2025-08-20T18:59:42.6025717Z ##[group]Run ##Presets
2025-08-20T18:59:42.6025984Z [36;1m##Presets[0m
2025-08-20T18:59:42.6026165Z [36;1mset +x ; set +e[0m
2025-08-20T18:59:42.6026356Z [36;1m#-------------#[0m
2025-08-20T18:59:42.6026677Z [36;1m##Debug?[0m
2025-08-20T18:59:42.6026896Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:59:42.6027177Z [36;1m  set -x[0m
2025-08-20T18:59:42.6027342Z [36;1mfi[0m
2025-08-20T18:59:42.6027497Z [36;1m#-------------#[0m
2025-08-20T18:59:42.6027776Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T18:59:42.6028259Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/berty/official"[0m
2025-08-20T18:59:42.6028636Z [36;1m exit 1[0m
2025-08-20T18:59:42.6028796Z [36;1mfi[0m
2025-08-20T18:59:42.6060728Z shell: /usr/bin/bash -e {0}
2025-08-20T18:59:42.6060950Z env:
2025-08-20T18:59:42.6061108Z   CROSS_COMPILING: NO
2025-08-20T18:59:42.6061347Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:42.6061561Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:42.6061759Z   ON_QEMU: NO
2025-08-20T18:59:42.6061912Z   DEBUG: 0
2025-08-20T18:59:42.6062074Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:42.6062295Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:42.6062571Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:42.6062844Z   KEEP_LOGS: YES
2025-08-20T18:59:42.6063013Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:42.6063205Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:42.6063397Z   SBUILD_REBUILD: false
2025-08-20T18:59:42.6063897Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:42.6064425Z   BUILD_SYS: docker://go
2025-08-20T18:59:42.6064831Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:42.6065030Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:42.6065209Z   SYSTMP: /tmp
2025-08-20T18:59:42.6065373Z   GHA_MODE: MATRIX
2025-08-20T18:59:42.6065777Z   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-20T18:59:42.6066259Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:42.6066564Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:42.6066931Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:42.6067387Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:42.6067746Z   PKG_TYPE: static
2025-08-20T18:59:42.6067922Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:42.6068113Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:42.6068297Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:42.6068612Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:42.6068964Z   UTC_TIME: 2025_08_20T06_59_39_PM
2025-08-20T18:59:42.6069174Z ##[endgroup]
2025-08-20T18:59:42.6139810Z ##[group]Run ##Presets
2025-08-20T18:59:42.6140078Z [36;1m##Presets[0m
2025-08-20T18:59:42.6140257Z [36;1mset +x ; set +e[0m
2025-08-20T18:59:42.6140447Z [36;1m#-------------#[0m
2025-08-20T18:59:42.6140631Z [36;1m##Debug?[0m
2025-08-20T18:59:42.6140848Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:59:42.6141290Z [36;1m  set -x[0m
2025-08-20T18:59:42.6141454Z [36;1mfi[0m
2025-08-20T18:59:42.6141611Z [36;1m#-------------#[0m
2025-08-20T18:59:42.6141835Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T18:59:42.6142252Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/berty/official"[0m
2025-08-20T18:59:42.6142631Z [36;1m exit 1[0m
2025-08-20T18:59:42.6142793Z [36;1mfi[0m
2025-08-20T18:59:42.6170020Z shell: /usr/bin/bash -e {0}
2025-08-20T18:59:42.6170234Z env:
2025-08-20T18:59:42.6170393Z   CROSS_COMPILING: NO
2025-08-20T18:59:42.6170587Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:42.6170835Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:42.6171037Z   ON_QEMU: NO
2025-08-20T18:59:42.6171192Z   DEBUG: 0
2025-08-20T18:59:42.6171355Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:42.6171569Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:42.6171831Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:42.6172308Z   KEEP_LOGS: YES
2025-08-20T18:59:42.6172486Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:42.6172682Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:42.6172876Z   SBUILD_REBUILD: false
2025-08-20T18:59:42.6173383Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:42.6173914Z   BUILD_SYS: docker://go
2025-08-20T18:59:42.6174106Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:42.6174287Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:42.6174472Z   SYSTMP: /tmp
2025-08-20T18:59:42.6174872Z   GHA_MODE: MATRIX
2025-08-20T18:59:42.6175287Z   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-20T18:59:42.6175767Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:42.6176068Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:42.6176427Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:42.6176889Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:42.6177249Z   PKG_TYPE: static
2025-08-20T18:59:42.6177426Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:42.6177619Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:42.6177806Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:42.6178122Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:42.6178472Z   UTC_TIME: 2025_08_20T06_59_39_PM
2025-08-20T18:59:42.6178683Z ##[endgroup]
2025-08-20T18:59:42.6222329Z 
2025-08-20T18:59:42.6222910Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:42.6234200Z ##[error]Process completed with exit code 1.
2025-08-20T18:59:42.6277300Z ##[group]Run ##Presets
2025-08-20T18:59:42.6277599Z [36;1m##Presets[0m
2025-08-20T18:59:42.6277778Z [36;1mset +x ; set +e[0m
2025-08-20T18:59:42.6277967Z [36;1m#-------------#[0m
2025-08-20T18:59:42.6278167Z [36;1m##Debug?[0m
2025-08-20T18:59:42.6278393Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:59:42.6278665Z [36;1m  set -x[0m
2025-08-20T18:59:42.6278829Z [36;1mfi[0m
2025-08-20T18:59:42.6278989Z [36;1m#-------------#[0m
2025-08-20T18:59:42.6279300Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T18:59:42.6279660Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T18:59:42.6279937Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T18:59:42.6280181Z [36;1mfi[0m
2025-08-20T18:59:42.6308204Z shell: /usr/bin/bash -e {0}
2025-08-20T18:59:42.6308436Z env:
2025-08-20T18:59:42.6308601Z   CROSS_COMPILING: NO
2025-08-20T18:59:42.6308859Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:59:42.6309077Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:59:42.6309276Z   ON_QEMU: NO
2025-08-20T18:59:42.6309430Z   DEBUG: 0
2025-08-20T18:59:42.6309591Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:59:42.6309812Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:59:42.6310304Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/berty/official
2025-08-20T18:59:42.6310582Z   KEEP_LOGS: YES
2025-08-20T18:59:42.6310755Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:59:42.6310948Z   PKG_FAMILY_LOCAL: berty
2025-08-20T18:59:42.6311146Z   SBUILD_REBUILD: false
2025-08-20T18:59:42.6311651Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/berty/static.official.source.yaml
2025-08-20T18:59:42.6312180Z   BUILD_SYS: docker://go
2025-08-20T18:59:42.6312374Z   BUILD_ON_HOST: FALSE
2025-08-20T18:59:42.6312557Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:59:42.6312740Z   SYSTMP: /tmp
2025-08-20T18:59:42.6312902Z   GHA_MODE: MATRIX
2025-08-20T18:59:42.6313309Z   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-20T18:59:42.6313798Z   INPUT_SBUILD: /tmp/pkgforge/6F7KK3DMY_build.yaml
2025-08-20T18:59:42.6314263Z   BUILD_DIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml
2025-08-20T18:59:42.6314925Z   SBUILD_OUTDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR
2025-08-20T18:59:42.6315388Z   SBUILD_TMPDIR: /tmp/pkgforge/ZcgCOtg_6F7KK3DMY_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:59:42.6315748Z   PKG_TYPE: static
2025-08-20T18:59:42.6315920Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:59:42.6316112Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:59:42.6316295Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:59:42.6316610Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/berty/official/berty-srcbuild-
2025-08-20T18:59:42.6316961Z   UTC_TIME: 2025_08_20T06_59_39_PM
2025-08-20T18:59:42.6317166Z ##[endgroup]
2025-08-20T18:59:42.6372048Z EXITED
2025-08-20T18:59:42.6418361Z Cleaning up orphan processes
