﻿2025-08-20T22:39:13.4003996Z Current runner version: '2.328.0'
2025-08-20T22:39:13.4033041Z ##[group]Runner Image Provisioner
2025-08-20T22:39:13.4034413Z Hosted Compute Agent
2025-08-20T22:39:13.4034986Z Version: 20250818.377
2025-08-20T22:39:13.4035600Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:39:13.4036378Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:39:13.4036948Z ##[endgroup]
2025-08-20T22:39:13.4037499Z ##[group]VM Image
2025-08-20T22:39:13.4038144Z - OS: Linux (arm64)
2025-08-20T22:39:13.4038721Z - Source: Partner
2025-08-20T22:39:13.4039338Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:39:13.4040366Z - Version: 20250728.24.1
2025-08-20T22:39:13.4041364Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:39:13.4042446Z ##[endgroup]
2025-08-20T22:39:13.4043741Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:39:13.4046922Z Attestations: write
2025-08-20T22:39:13.4047548Z Contents: write
2025-08-20T22:39:13.4048414Z Metadata: read
2025-08-20T22:39:13.4049170Z Packages: write
2025-08-20T22:39:13.4050055Z ##[endgroup]
2025-08-20T22:39:13.4053955Z Secret source: Actions
2025-08-20T22:39:13.4055034Z Prepare workflow directory
2025-08-20T22:39:13.4418591Z Prepare all required actions
2025-08-20T22:39:13.4456764Z Getting action download info
2025-08-20T22:39:13.7519243Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:39:14.3111412Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:39:14.7466749Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:39:14.9474996Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:39:15.3636444Z Getting action download info
2025-08-20T22:39:15.4622762Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:39:15.7766672Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:39:16.0934716Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/sshpiper/official)
2025-08-20T22:39:16.1569043Z ##[group]Run ##Presets
2025-08-20T22:39:16.1569962Z [36;1m##Presets[0m
2025-08-20T22:39:16.1570260Z [36;1mset +x ; set +e[0m
2025-08-20T22:39:16.1570784Z [36;1m#-------------#[0m
2025-08-20T22:39:16.1571176Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:39:16.1571649Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:39:16.1572120Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.1572480Z [36;1m  fi[0m
2025-08-20T22:39:16.1572885Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:39:16.1573372Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:39:16.1573815Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.1574226Z [36;1m  fi[0m
2025-08-20T22:39:16.1574559Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:39:16.1575136Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:39:16.1575567Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.1575884Z [36;1m  fi[0m
2025-08-20T22:39:16.1576248Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:39:16.1576634Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:39:16.1576973Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:39:16.1577371Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:39:16.1577761Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.1578478Z [36;1m     else[0m
2025-08-20T22:39:16.1578837Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.1579221Z [36;1m     fi[0m
2025-08-20T22:39:16.1579716Z [36;1m  fi[0m
2025-08-20T22:39:16.1580002Z [36;1mfi[0m
2025-08-20T22:39:16.1611774Z shell: /usr/bin/bash -e {0}
2025-08-20T22:39:16.1612575Z env:
2025-08-20T22:39:16.1613405Z   GH_TOKEN: ***
2025-08-20T22:39:16.1613677Z ##[endgroup]
2025-08-20T22:39:16.1885652Z ##[group]Run ##Presets
2025-08-20T22:39:16.1886226Z [36;1m##Presets[0m
2025-08-20T22:39:16.1886488Z [36;1mset +x ; set +e[0m
2025-08-20T22:39:16.1887054Z [36;1m#-------------#[0m
2025-08-20T22:39:16.1887519Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:39:16.1888083Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:39:16.1888649Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:39:16.1889156Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:39:16.1889867Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:39:16.1890430Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:39:16.1890842Z [36;1m  exit 1[0m
2025-08-20T22:39:16.1891068Z [36;1mfi[0m
2025-08-20T22:39:16.1918800Z shell: /usr/bin/bash -e {0}
2025-08-20T22:39:16.1919347Z env:
2025-08-20T22:39:16.1920202Z   RO_GHTOKEN: ***
2025-08-20T22:39:16.1920619Z   RO_GLTOKEN: ***
2025-08-20T22:39:16.1921895Z   MINISIGN_KEY: ***
2025-08-20T22:39:16.1922150Z ##[endgroup]
2025-08-20T22:39:16.2064125Z ##[group]Run ##Presets
2025-08-20T22:39:16.2064749Z [36;1m##Presets[0m
2025-08-20T22:39:16.2065040Z [36;1mset +x ; set +e[0m
2025-08-20T22:39:16.2065343Z [36;1m#-------------#[0m
2025-08-20T22:39:16.2065663Z [36;1m##Host Triplet[0m
2025-08-20T22:39:16.2066025Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:39:16.2066463Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:39:16.2066830Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:39:16.2067175Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:39:16.2067622Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:39:16.2068027Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:39:16.2068469Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:39:16.2068942Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:39:16.2069266Z [36;1m   fi[0m
2025-08-20T22:39:16.2070002Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:39:16.2070392Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:39:16.2070801Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:39:16.2071186Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:39:16.2071523Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:39:16.2071894Z [36;1m fi[0m
2025-08-20T22:39:16.2072201Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2072646Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2073138Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2073519Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2073866Z [36;1m##Debug[0m
2025-08-20T22:39:16.2074168Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:39:16.2074485Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:39:16.2074827Z [36;1m else[0m
2025-08-20T22:39:16.2075085Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:39:16.2075351Z [36;1m fi[0m
2025-08-20T22:39:16.2075722Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2076061Z [36;1m##Docker Platform[0m
2025-08-20T22:39:16.2076835Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:39:16.2077232Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:39:16.2077611Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:39:16.2078119Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:39:16.2078501Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:39:16.2078876Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:39:16.2079315Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:39:16.2079901Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:39:16.2080302Z [36;1m fi[0m
2025-08-20T22:39:16.2080661Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2081140Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2081528Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:39:16.2082053Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/sshpiper/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:39:16.2082634Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:39:16.2083022Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2083364Z [36;1m##Logs[0m
2025-08-20T22:39:16.2083597Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:39:16.2084164Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:39:16.2084477Z [36;1m else[0m
2025-08-20T22:39:16.2084800Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:39:16.2085124Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:39:16.2085435Z [36;1m fi[0m
2025-08-20T22:39:16.2086232Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2086727Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2087109Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:39:16.2087621Z [36;1m PKG_FAMILY_LOCAL="$(echo "sshpiperd" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:39:16.2088060Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:39:16.2088474Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2088910Z [36;1m##Rebuild[0m
2025-08-20T22:39:16.2089188Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:39:16.2089769Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:39:16.2090082Z [36;1m else[0m
2025-08-20T22:39:16.2090321Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:39:16.2090688Z [36;1m fi[0m
2025-08-20T22:39:16.2091045Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2091453Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:39:16.2091938Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:39:16.2092516Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:39:16.2093436Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:39:16.2094244Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:39:16.2094631Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:39:16.2095171Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:39:16.2095637Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:39:16.2096103Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2096489Z [36;1m    exit 1[0m
2025-08-20T22:39:16.2096714Z [36;1m   else[0m
2025-08-20T22:39:16.2097032Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:39:16.2097404Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2097768Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:39:16.2098543Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:39:16.2098934Z [36;1m      #check if supported[0m
2025-08-20T22:39:16.2099349Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:39:16.2100179Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:39:16.2100653Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:39:16.2101123Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2101494Z [36;1m         exit 1[0m
2025-08-20T22:39:16.2101766Z [36;1m       fi[0m
2025-08-20T22:39:16.2102079Z [36;1m      #get build system[0m
2025-08-20T22:39:16.2102505Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:39:16.2102934Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:39:16.2103377Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2103793Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:39:16.2104238Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2104637Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2105034Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:39:16.2105525Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2105911Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.2106232Z [36;1m       fi[0m
2025-08-20T22:39:16.2106783Z [36;1m     fi[0m
2025-08-20T22:39:16.2107071Z [36;1m   fi[0m
2025-08-20T22:39:16.2107380Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:39:16.2134342Z shell: /usr/bin/bash -e {0}
2025-08-20T22:39:16.2134876Z ##[endgroup]
2025-08-20T22:39:16.5448358Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:39:16.5449047Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:39:16.5449909Z 
2025-08-20T22:39:16.6203771Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:39:16.6204294Z 100  3910  100  3910    0     0  50714      0 --:--:-- --:--:-- --:--:-- 50779
2025-08-20T22:39:16.6215608Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:39:16.6417282Z ##[group]Run ##Presets
2025-08-20T22:39:16.6417700Z [36;1m##Presets[0m
2025-08-20T22:39:16.6418051Z [36;1mset +x ; set +e[0m
2025-08-20T22:39:16.6418365Z [36;1m#-------------#[0m
2025-08-20T22:39:16.6418613Z [36;1m##Debug?[0m
2025-08-20T22:39:16.6419026Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:39:16.6419380Z [36;1m  set -x[0m
2025-08-20T22:39:16.6419849Z [36;1mfi[0m
2025-08-20T22:39:16.6420219Z [36;1m#-------------#[0m
2025-08-20T22:39:16.6420467Z [36;1m##CoreUtils[0m
2025-08-20T22:39:16.6420772Z [36;1msudo apt update -y[0m
2025-08-20T22:39:16.6421190Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:39:16.6422207Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:39:16.6423312Z [36;1m##tmp[0m
2025-08-20T22:39:16.6423655Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:39:16.6424080Z [36;1m#GH ENV[0m
2025-08-20T22:39:16.6424366Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.6424726Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.6425143Z [36;1m#-------------#[0m
2025-08-20T22:39:16.6425414Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:39:16.6426071Z [36;1msudo apt update -y[0m
2025-08-20T22:39:16.6426400Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:39:16.6426723Z [36;1m##Setup Minisign[0m
2025-08-20T22:39:16.6427119Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:39:16.6427675Z [36;1mecho "***[0m
2025-08-20T22:39:16.6429018Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:39:16.6429720Z [36;1m##User-Agent[0m
2025-08-20T22:39:16.6430524Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:39:16.6431413Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:39:16.6458947Z shell: /usr/bin/bash -e {0}
2025-08-20T22:39:16.6459654Z env:
2025-08-20T22:39:16.6459950Z   CROSS_COMPILING: NO
2025-08-20T22:39:16.6460358Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:39:16.6460691Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:39:16.6460983Z   ON_QEMU: NO
2025-08-20T22:39:16.6461282Z   DEBUG: 0
2025-08-20T22:39:16.6461532Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:39:16.6461827Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:39:16.6462297Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:39:16.6462675Z   KEEP_LOGS: YES
2025-08-20T22:39:16.6462972Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:39:16.6463265Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:39:16.6463532Z   SBUILD_REBUILD: false
2025-08-20T22:39:16.6464234Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:39:16.6464894Z   BUILD_SYS: docker://go
2025-08-20T22:39:16.6465162Z   BUILD_ON_HOST: FALSE
2025-08-20T22:39:16.6465463Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:39:16.6465708Z ##[endgroup]
2025-08-20T22:39:16.6739946Z 
2025-08-20T22:39:16.8159037Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:39:16.8161745Z 
2025-08-20T22:39:16.8162145Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:39:16.8341423Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:39:16.9154079Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:39:16.9578446Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:39:16.9675939Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:39:16.9698440Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:39:16.9725859Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:39:17.0466095Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:39:17.1303450Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:39:17.4893925Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:39:17.6340515Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:39:17.7731244Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:39:18.1721573Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:39:18.3402210Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:39:18.4303329Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:39:19.1748376Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:39:19.2590686Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:39:19.4603901Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:39:20.0029259Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:39:20.5142784Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:39:20.5983180Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:39:20.6877152Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:39:20.7723877Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:39:20.8565800Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:39:20.9458012Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:39:21.0306964Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:39:21.1149083Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:39:21.2023560Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:39:21.2882838Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:39:21.4605693Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:39:21.5451198Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:39:21.6291104Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:39:22.2513290Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:39:22.4193922Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:39:22.5042924Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:39:22.7745956Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:39:22.9434864Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:39:23.0298494Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:39:23.5351898Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:39:23.7073181Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:39:23.8755706Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:39:24.0430342Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:39:24.1346961Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:39:30.9458931Z Fetched 11.9 MB in 7s (1616 kB/s)
2025-08-20T22:39:31.7459403Z Reading package lists...
2025-08-20T22:39:32.0045379Z Building dependency tree...
2025-08-20T22:39:32.0053532Z Reading state information...
2025-08-20T22:39:32.0348507Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:39:32.0441816Z 
2025-08-20T22:39:32.0442367Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:39:32.0442712Z 
2025-08-20T22:39:32.0556885Z Reading package lists...
2025-08-20T22:39:32.3030487Z Building dependency tree...
2025-08-20T22:39:32.3039906Z Reading state information...
2025-08-20T22:39:32.5703584Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:39:32.5704587Z bc set to manually installed.
2025-08-20T22:39:32.5705024Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:39:32.5705428Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:39:32.5705845Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:39:32.6298894Z The following NEW packages will be installed:
2025-08-20T22:39:32.6305012Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:39:32.6306887Z   moreutils
2025-08-20T22:39:32.6313095Z The following packages will be upgraded:
2025-08-20T22:39:32.6321149Z   jq libjq1
2025-08-20T22:39:32.6521012Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:39:32.7080830Z Need to get 936 kB of archives.
2025-08-20T22:39:32.7081426Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:39:32.7082025Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:39:32.7557085Z 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-20T22:39:32.7881408Z 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-20T22:39:32.8206519Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:39:32.8376149Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:39:32.8570848Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:39:32.8734124Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:39:32.8914391Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:39:33.2146735Z Fetched 936 kB in 0s (3784 kB/s)
2025-08-20T22:39:33.2690208Z Selecting previously unselected package fdupes.
2025-08-20T22:39:33.4394002Z (Reading database ... 
2025-08-20T22:39:33.4394404Z (Reading database ... 5%
2025-08-20T22:39:33.4394719Z (Reading database ... 10%
2025-08-20T22:39:33.4395187Z (Reading database ... 15%
2025-08-20T22:39:33.4395458Z (Reading database ... 20%
2025-08-20T22:39:33.4395734Z (Reading database ... 25%
2025-08-20T22:39:33.4395981Z (Reading database ... 30%
2025-08-20T22:39:33.4396246Z (Reading database ... 35%
2025-08-20T22:39:33.4396556Z (Reading database ... 40%
2025-08-20T22:39:33.4396791Z (Reading database ... 45%
2025-08-20T22:39:33.4397007Z (Reading database ... 50%
2025-08-20T22:39:33.6713488Z (Reading database ... 55%
2025-08-20T22:39:34.0915783Z (Reading database ... 60%
2025-08-20T22:39:34.5023803Z (Reading database ... 65%
2025-08-20T22:39:34.8593594Z (Reading database ... 70%
2025-08-20T22:39:35.2328747Z (Reading database ... 75%
2025-08-20T22:39:35.6901675Z (Reading database ... 80%
2025-08-20T22:39:36.1510328Z (Reading database ... 85%
2025-08-20T22:39:36.5942004Z (Reading database ... 90%
2025-08-20T22:39:37.0156230Z (Reading database ... 95%
2025-08-20T22:39:37.0156623Z (Reading database ... 100%
2025-08-20T22:39:37.0157311Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:39:37.0200853Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:39:37.0286378Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:39:37.1115548Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:39:37.1276546Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:39:37.2261217Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:39:37.2516768Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:39:37.3010683Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:39:37.3194769Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:39:37.3247216Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:39:37.3997638Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:39:37.4201168Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:39:37.4255555Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:39:37.4896014Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:39:37.5100054Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:39:37.5153555Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:39:37.5683669Z Selecting previously unselected package moreutils.
2025-08-20T22:39:37.5885975Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:39:37.5939001Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:39:37.6870410Z Selecting previously unselected package dos2unix.
2025-08-20T22:39:37.7066331Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:39:37.7120420Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:39:37.9500724Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:39:37.9675396Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:39:38.0022924Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:39:38.0184615Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:39:38.0330939Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:39:38.0472221Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:39:38.0621060Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:39:38.0792040Z Setting up moreutils (0.69-1) ...
2025-08-20T22:39:38.0968110Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:39:49.9559193Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:39:51.3452923Z Reading package lists...
2025-08-20T22:39:51.5998594Z Building dependency tree...
2025-08-20T22:39:51.6007457Z Reading state information...
2025-08-20T22:39:51.8804307Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:39:51.8805043Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:39:51.8805364Z apt-utils set to manually installed.
2025-08-20T22:39:51.8805794Z ca-certificates is already the newest version (20240203).
2025-08-20T22:39:51.8806207Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:39:51.8806621Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:39:51.8807067Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:39:51.8807424Z moreutils is already the newest version (0.69-1).
2025-08-20T22:39:51.8807846Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:39:51.8808269Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:39:51.8808643Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:39:51.8809610Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:39:51.8809965Z tmux set to manually installed.
2025-08-20T22:39:51.8810256Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:39:51.8810674Z The following additional packages will be installed:
2025-08-20T22:39:51.8811136Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:39:51.8811645Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:39:51.8812187Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:39:51.8812551Z   uuid-runtime
2025-08-20T22:39:51.8822072Z Suggested packages:
2025-08-20T22:39:51.8822467Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:39:51.8822878Z   util-linux-extra util-linux-locales
2025-08-20T22:39:51.8823212Z Recommended packages:
2025-08-20T22:39:51.8823449Z   unattended-upgrades
2025-08-20T22:39:52.5459093Z The following NEW packages will be installed:
2025-08-20T22:39:52.5459785Z   rename
2025-08-20T22:39:52.5461677Z The following packages will be upgraded:
2025-08-20T22:39:52.5462564Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:39:52.5463734Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:39:52.5470733Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:39:52.5471293Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:39:52.5649764Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:39:52.8497489Z Need to get 4390 kB of archives.
2025-08-20T22:39:52.8498260Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:39:52.8498905Z 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-20T22:39:53.1960027Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:39:53.6018957Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:39:53.6913619Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:39:53.7777044Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:39:53.8630141Z 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-20T22:39:53.9481561Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:39:54.0377109Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:39:54.1283031Z 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-20T22:39:54.2156056Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:39:54.3898069Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:39:54.5646782Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:39:55.0143783Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:39:55.2034941Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:39:55.4765811Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:39:55.5703375Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:39:55.7574887Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:39:55.8483854Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:39:55.9468911Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:39:56.0330046Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:39:56.1304953Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:39:56.2210381Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:39:56.4000666Z 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-20T22:39:56.6892066Z 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-20T22:39:56.7844159Z 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-20T22:39:56.8957260Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:39:56.9958627Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:39:57.2793898Z Fetched 4390 kB in 4s (993 kB/s)
2025-08-20T22:39:57.3083867Z (Reading database ... 
2025-08-20T22:39:57.3084290Z (Reading database ... 5%
2025-08-20T22:39:57.3084533Z (Reading database ... 10%
2025-08-20T22:39:57.3084837Z (Reading database ... 15%
2025-08-20T22:39:57.3085096Z (Reading database ... 20%
2025-08-20T22:39:57.3085396Z (Reading database ... 25%
2025-08-20T22:39:57.3085690Z (Reading database ... 30%
2025-08-20T22:39:57.3085931Z (Reading database ... 35%
2025-08-20T22:39:57.3086167Z (Reading database ... 40%
2025-08-20T22:39:57.3086482Z (Reading database ... 45%
2025-08-20T22:39:57.3086751Z (Reading database ... 50%
2025-08-20T22:39:57.3109341Z (Reading database ... 55%
2025-08-20T22:39:57.3205070Z (Reading database ... 60%
2025-08-20T22:39:57.3247499Z (Reading database ... 65%
2025-08-20T22:39:57.3263174Z (Reading database ... 70%
2025-08-20T22:39:57.3283323Z (Reading database ... 75%
2025-08-20T22:39:57.3317420Z (Reading database ... 80%
2025-08-20T22:39:57.3503480Z (Reading database ... 85%
2025-08-20T22:39:57.3524757Z (Reading database ... 90%
2025-08-20T22:39:57.3632252Z (Reading database ... 95%
2025-08-20T22:39:57.3632628Z (Reading database ... 100%
2025-08-20T22:39:57.3633012Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:39:57.3671614Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:57.3905470Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:57.4925154Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:39:57.5616285Z (Reading database ... 
2025-08-20T22:39:57.5616947Z (Reading database ... 5%
2025-08-20T22:39:57.5617243Z (Reading database ... 10%
2025-08-20T22:39:57.5617544Z (Reading database ... 15%
2025-08-20T22:39:57.5617856Z (Reading database ... 20%
2025-08-20T22:39:57.5618105Z (Reading database ... 25%
2025-08-20T22:39:57.5618344Z (Reading database ... 30%
2025-08-20T22:39:57.5619276Z (Reading database ... 35%
2025-08-20T22:39:57.5619775Z (Reading database ... 40%
2025-08-20T22:39:57.5620098Z (Reading database ... 45%
2025-08-20T22:39:57.5620357Z (Reading database ... 50%
2025-08-20T22:39:57.5640951Z (Reading database ... 55%
2025-08-20T22:39:57.5733953Z (Reading database ... 60%
2025-08-20T22:39:57.5776097Z (Reading database ... 65%
2025-08-20T22:39:57.5790984Z (Reading database ... 70%
2025-08-20T22:39:57.5811223Z (Reading database ... 75%
2025-08-20T22:39:57.5844592Z (Reading database ... 80%
2025-08-20T22:39:57.6021413Z (Reading database ... 85%
2025-08-20T22:39:57.6042365Z (Reading database ... 90%
2025-08-20T22:39:57.6145381Z (Reading database ... 95%
2025-08-20T22:39:57.6145945Z (Reading database ... 100%
2025-08-20T22:39:57.6146329Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:39:57.6184643Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:57.6411204Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:57.8058526Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:39:58.4218641Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:39:58.4726056Z (Reading database ... 
2025-08-20T22:39:58.4726436Z (Reading database ... 5%
2025-08-20T22:39:58.4726895Z (Reading database ... 10%
2025-08-20T22:39:58.4727170Z (Reading database ... 15%
2025-08-20T22:39:58.4727413Z (Reading database ... 20%
2025-08-20T22:39:58.4727761Z (Reading database ... 25%
2025-08-20T22:39:58.4728002Z (Reading database ... 30%
2025-08-20T22:39:58.4728268Z (Reading database ... 35%
2025-08-20T22:39:58.4729202Z (Reading database ... 40%
2025-08-20T22:39:58.4729605Z (Reading database ... 45%
2025-08-20T22:39:58.4729909Z (Reading database ... 50%
2025-08-20T22:39:58.4750669Z (Reading database ... 55%
2025-08-20T22:39:58.4843257Z (Reading database ... 60%
2025-08-20T22:39:58.4883766Z (Reading database ... 65%
2025-08-20T22:39:58.4896819Z (Reading database ... 70%
2025-08-20T22:39:58.4917072Z (Reading database ... 75%
2025-08-20T22:39:58.4949785Z (Reading database ... 80%
2025-08-20T22:39:58.5123579Z (Reading database ... 85%
2025-08-20T22:39:58.5141496Z (Reading database ... 90%
2025-08-20T22:39:58.5242704Z (Reading database ... 95%
2025-08-20T22:39:58.5243063Z (Reading database ... 100%
2025-08-20T22:39:58.5243625Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:39:58.5282990Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:58.6002487Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:58.7016417Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:58.7251661Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:58.8002697Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:39:58.8725753Z (Reading database ... 
2025-08-20T22:39:58.8726363Z (Reading database ... 5%
2025-08-20T22:39:58.8726638Z (Reading database ... 10%
2025-08-20T22:39:58.8726965Z (Reading database ... 15%
2025-08-20T22:39:58.8727287Z (Reading database ... 20%
2025-08-20T22:39:58.8727538Z (Reading database ... 25%
2025-08-20T22:39:58.8728514Z (Reading database ... 30%
2025-08-20T22:39:58.8728935Z (Reading database ... 35%
2025-08-20T22:39:58.8729222Z (Reading database ... 40%
2025-08-20T22:39:58.8729765Z (Reading database ... 45%
2025-08-20T22:39:58.8730045Z (Reading database ... 50%
2025-08-20T22:39:58.8751544Z (Reading database ... 55%
2025-08-20T22:39:58.8849028Z (Reading database ... 60%
2025-08-20T22:39:58.8891948Z (Reading database ... 65%
2025-08-20T22:39:58.8907480Z (Reading database ... 70%
2025-08-20T22:39:58.8928506Z (Reading database ... 75%
2025-08-20T22:39:58.8963779Z (Reading database ... 80%
2025-08-20T22:39:58.9152266Z (Reading database ... 85%
2025-08-20T22:39:58.9171761Z (Reading database ... 90%
2025-08-20T22:39:58.9277598Z (Reading database ... 95%
2025-08-20T22:39:58.9277999Z (Reading database ... 100%
2025-08-20T22:39:58.9278356Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:39:58.9318462Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:58.9506671Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:59.0227693Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:39:59.0955542Z (Reading database ... 
2025-08-20T22:39:59.0955913Z (Reading database ... 5%
2025-08-20T22:39:59.0956466Z (Reading database ... 10%
2025-08-20T22:39:59.0956745Z (Reading database ... 15%
2025-08-20T22:39:59.0957912Z (Reading database ... 20%
2025-08-20T22:39:59.0958245Z (Reading database ... 25%
2025-08-20T22:39:59.0958487Z (Reading database ... 30%
2025-08-20T22:39:59.0958746Z (Reading database ... 35%
2025-08-20T22:39:59.0959016Z (Reading database ... 40%
2025-08-20T22:39:59.0959311Z (Reading database ... 45%
2025-08-20T22:39:59.0959920Z (Reading database ... 50%
2025-08-20T22:39:59.0979807Z (Reading database ... 55%
2025-08-20T22:39:59.1071276Z (Reading database ... 60%
2025-08-20T22:39:59.1111441Z (Reading database ... 65%
2025-08-20T22:39:59.1125448Z (Reading database ... 70%
2025-08-20T22:39:59.1145554Z (Reading database ... 75%
2025-08-20T22:39:59.1177901Z (Reading database ... 80%
2025-08-20T22:39:59.1356807Z (Reading database ... 85%
2025-08-20T22:39:59.1376059Z (Reading database ... 90%
2025-08-20T22:39:59.1478828Z (Reading database ... 95%
2025-08-20T22:39:59.1479096Z (Reading database ... 100%
2025-08-20T22:39:59.1479749Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:39:59.1518912Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:59.1784261Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:59.2641372Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:59.2829978Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:59.3540057Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:39:59.4241308Z (Reading database ... 
2025-08-20T22:39:59.4241929Z (Reading database ... 5%
2025-08-20T22:39:59.4242225Z (Reading database ... 10%
2025-08-20T22:39:59.4242510Z (Reading database ... 15%
2025-08-20T22:39:59.4242771Z (Reading database ... 20%
2025-08-20T22:39:59.4243055Z (Reading database ... 25%
2025-08-20T22:39:59.4243348Z (Reading database ... 30%
2025-08-20T22:39:59.4243593Z (Reading database ... 35%
2025-08-20T22:39:59.4243813Z (Reading database ... 40%
2025-08-20T22:39:59.4244716Z (Reading database ... 45%
2025-08-20T22:39:59.4245000Z (Reading database ... 50%
2025-08-20T22:39:59.4266648Z (Reading database ... 55%
2025-08-20T22:39:59.4360157Z (Reading database ... 60%
2025-08-20T22:39:59.4399705Z (Reading database ... 65%
2025-08-20T22:39:59.4413700Z (Reading database ... 70%
2025-08-20T22:39:59.4433116Z (Reading database ... 75%
2025-08-20T22:39:59.4465670Z (Reading database ... 80%
2025-08-20T22:39:59.4647628Z (Reading database ... 85%
2025-08-20T22:39:59.4667169Z (Reading database ... 90%
2025-08-20T22:39:59.4773274Z (Reading database ... 95%
2025-08-20T22:39:59.4773579Z (Reading database ... 100%
2025-08-20T22:39:59.4774028Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:39:59.4813744Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:39:59.5004393Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:39:59.5737106Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:39:59.6353307Z (Reading database ... 
2025-08-20T22:39:59.6354234Z (Reading database ... 5%
2025-08-20T22:39:59.6354821Z (Reading database ... 10%
2025-08-20T22:39:59.6355079Z (Reading database ... 15%
2025-08-20T22:39:59.6355357Z (Reading database ... 20%
2025-08-20T22:39:59.6355611Z (Reading database ... 25%
2025-08-20T22:39:59.6355887Z (Reading database ... 30%
2025-08-20T22:39:59.6356171Z (Reading database ... 35%
2025-08-20T22:39:59.6356408Z (Reading database ... 40%
2025-08-20T22:39:59.6356669Z (Reading database ... 45%
2025-08-20T22:39:59.6356954Z (Reading database ... 50%
2025-08-20T22:39:59.6377696Z (Reading database ... 55%
2025-08-20T22:39:59.6469644Z (Reading database ... 60%
2025-08-20T22:39:59.6510339Z (Reading database ... 65%
2025-08-20T22:39:59.6524377Z (Reading database ... 70%
2025-08-20T22:39:59.6545236Z (Reading database ... 75%
2025-08-20T22:39:59.6577264Z (Reading database ... 80%
2025-08-20T22:39:59.6755551Z (Reading database ... 85%
2025-08-20T22:39:59.6774562Z (Reading database ... 90%
2025-08-20T22:39:59.6879262Z (Reading database ... 95%
2025-08-20T22:39:59.6879898Z (Reading database ... 100%
2025-08-20T22:39:59.6880275Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:39:59.6919726Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:39:59.7081336Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:39:59.8007126Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:39:59.8571029Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:39:59.9465031Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:39:59.9649324Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.0426411Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:40:00.0602648Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.1451035Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:40:00.1653245Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.2501005Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:40:00.2662020Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.3404929Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:40:00.3563462Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.4259274Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:40:00.4403998Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.5306205Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:40:00.5473762Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.6282098Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:40:00.6438907Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:00.7324312Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:00.7900681Z (Reading database ... 
2025-08-20T22:40:00.7901052Z (Reading database ... 5%
2025-08-20T22:40:00.7901582Z (Reading database ... 10%
2025-08-20T22:40:00.7901857Z (Reading database ... 15%
2025-08-20T22:40:00.7902099Z (Reading database ... 20%
2025-08-20T22:40:00.7902430Z (Reading database ... 25%
2025-08-20T22:40:00.7902716Z (Reading database ... 30%
2025-08-20T22:40:00.7902950Z (Reading database ... 35%
2025-08-20T22:40:00.7903246Z (Reading database ... 40%
2025-08-20T22:40:00.7903492Z (Reading database ... 45%
2025-08-20T22:40:00.7903761Z (Reading database ... 50%
2025-08-20T22:40:00.7924850Z (Reading database ... 55%
2025-08-20T22:40:00.8013042Z (Reading database ... 60%
2025-08-20T22:40:00.8053207Z (Reading database ... 65%
2025-08-20T22:40:00.8066813Z (Reading database ... 70%
2025-08-20T22:40:00.8087198Z (Reading database ... 75%
2025-08-20T22:40:00.8118479Z (Reading database ... 80%
2025-08-20T22:40:00.8292312Z (Reading database ... 85%
2025-08-20T22:40:00.8311267Z (Reading database ... 90%
2025-08-20T22:40:00.8417027Z (Reading database ... 95%
2025-08-20T22:40:00.8417337Z (Reading database ... 100%
2025-08-20T22:40:00.8417912Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:40:00.8457097Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:40:00.8627334Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:40:00.9412858Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:40:00.9602263Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:40:01.0362461Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:40:01.0573147Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:40:01.1286885Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:40:01.1435868Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:40:01.2165335Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:40:01.2314563Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:01.3188901Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:40:01.4269787Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:40:01.5259375Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:40:01.6015637Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:40:01.6582193Z Selecting previously unselected package rename.
2025-08-20T22:40:01.6755203Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:40:01.6809935Z Unpacking rename (2.02-1) ...
2025-08-20T22:40:01.7454646Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:40:01.7655270Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:40:01.8364333Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:40:01.8736348Z Setting up rename (2.02-1) ...
2025-08-20T22:40:01.8872708Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:40:01.8966162Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:40:01.9109723Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:01.9254717Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:40:01.9400134Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:40:01.9540837Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:40:02.7007992Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:40:02.7196665Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:02.7348352Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:02.7521360Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:02.7673077Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:03.1142311Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:03.1291370Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:40:03.1456733Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:03.2557985Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:40:03.3849801Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:03.4795611Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:03.4970366Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:03.5145156Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:40:03.5302291Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:40:03.6423166Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:40:03.8700808Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:40:03.8940562Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:40:08.9875384Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:40:10.3906822Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:40:10.3930824Z Hit:2 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:40:10.3953068Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:40:10.4015057Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:40:10.4182829Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:40:10.4355459Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:40:11.5345120Z Reading package lists...
2025-08-20T22:40:11.7819969Z Building dependency tree...
2025-08-20T22:40:11.7827520Z Reading state information...
2025-08-20T22:40:11.8117562Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:40:11.8242520Z 
2025-08-20T22:40:11.8243893Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:40:11.8244295Z 
2025-08-20T22:40:11.9032621Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:40:11.9033922Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:40:11.9837801Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:40:11.9995758Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:40:12.0156309Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:40:12.0316868Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:40:13.0688842Z Reading package lists...
2025-08-20T22:40:13.3263046Z Building dependency tree...
2025-08-20T22:40:13.3270607Z Reading state information...
2025-08-20T22:40:13.3551328Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:40:13.3645472Z 
2025-08-20T22:40:13.3646453Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:40:13.3646808Z 
2025-08-20T22:40:13.3764741Z Reading package lists...
2025-08-20T22:40:13.6112841Z Building dependency tree...
2025-08-20T22:40:13.6121648Z Reading state information...
2025-08-20T22:40:13.8598806Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:40:13.9073176Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:40:13.9383978Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:40:13.9869247Z ##[group]Run ##Presets
2025-08-20T22:40:13.9870065Z [36;1m##Presets[0m
2025-08-20T22:40:13.9870331Z [36;1mset +x ; set +e[0m
2025-08-20T22:40:13.9870584Z [36;1m#-------------#[0m
2025-08-20T22:40:13.9870858Z [36;1m##Debug?[0m
2025-08-20T22:40:13.9871154Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:40:13.9871502Z [36;1m  set -x[0m
2025-08-20T22:40:13.9871783Z [36;1mfi[0m
2025-08-20T22:40:13.9871995Z [36;1m#-------------#[0m
2025-08-20T22:40:13.9872449Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:40:13.9873119Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:40:13.9873550Z [36;1msudo service procps restart[0m
2025-08-20T22:40:13.9873884Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:40:13.9901469Z shell: /usr/bin/bash -e {0}
2025-08-20T22:40:13.9901901Z env:
2025-08-20T22:40:13.9902277Z   CROSS_COMPILING: NO
2025-08-20T22:40:13.9902596Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:40:13.9902866Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:40:13.9903103Z   ON_QEMU: NO
2025-08-20T22:40:13.9903381Z   DEBUG: 0
2025-08-20T22:40:13.9903619Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:40:13.9903916Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:40:13.9904259Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:40:13.9904601Z   KEEP_LOGS: YES
2025-08-20T22:40:13.9904878Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:40:13.9905151Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:40:13.9905420Z   SBUILD_REBUILD: false
2025-08-20T22:40:13.9906065Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:40:13.9906663Z   BUILD_SYS: docker://go
2025-08-20T22:40:13.9906878Z   BUILD_ON_HOST: FALSE
2025-08-20T22:40:13.9907161Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:40:13.9907426Z   SYSTMP: /tmp
2025-08-20T22:40:13.9907672Z   GHA_MODE: MATRIX
2025-08-20T22:40:13.9908136Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:40:13.9908630Z ##[endgroup]
2025-08-20T22:40:14.0010949Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:40:14.0074610Z 0
2025-08-20T22:40:14.0451058Z vm.max_map_count = 262144
2025-08-20T22:40:14.0451459Z fs.inotify.max_user_watches = 655360
2025-08-20T22:40:14.0451921Z fs.inotify.max_user_instances = 1280
2025-08-20T22:40:14.0452245Z vm.mmap_rnd_bits = 28
2025-08-20T22:40:14.0547010Z ##[group]Run ##Presets
2025-08-20T22:40:14.0547428Z [36;1m##Presets[0m
2025-08-20T22:40:14.0547752Z [36;1mset +x ; set +e[0m
2025-08-20T22:40:14.0547988Z [36;1m#-------------#[0m
2025-08-20T22:40:14.0548285Z [36;1m##Debug?[0m
2025-08-20T22:40:14.0548569Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:40:14.0548884Z [36;1m  set -x[0m
2025-08-20T22:40:14.0549183Z [36;1mfi[0m
2025-08-20T22:40:14.0549387Z [36;1m#-------------#[0m
2025-08-20T22:40:14.0549866Z [36;1m##Main[0m
2025-08-20T22:40:14.0550154Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:40:14.0550803Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:40:14.0551559Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:40:14.0551961Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:40:14.0552379Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:40:14.0552663Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:40:14.0552983Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:40:14.0553346Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:40:14.0553688Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:40:14.0554056Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:40:14.0554722Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:40:14.0555069Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:40:14.0555453Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:40:14.0555797Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:40:14.0556111Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:40:14.0556447Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:40:14.0556769Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:40:14.0557087Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:40:14.0557436Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:40:14.0557773Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:40:14.0558096Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:40:14.0558467Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:40:14.0558803Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:40:14.0559163Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:40:14.0559745Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:40:14.0560092Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:40:14.0560431Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:40:14.0560796Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:40:14.0561254Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:40:14.0561809Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:40:14.0562290Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:40:14.0562675Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:40:14.0563051Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:40:14.0563686Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:40:14.0564529Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:40:14.0565077Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:40:14.0565361Z [36;1m else[0m
2025-08-20T22:40:14.0566019Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:40:14.0566417Z [36;1m fi[0m
2025-08-20T22:40:14.0566653Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:40:14.0567145Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:40:14.0567578Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:40:14.0568021Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:40:14.0568446Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:40:14.0568861Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:40:14.0569344Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:40:14.0569945Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:40:14.0570388Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:40:14.0570881Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:40:14.0571211Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:40:14.0598198Z shell: /usr/bin/bash -e {0}
2025-08-20T22:40:14.0598476Z env:
2025-08-20T22:40:14.0598837Z   CROSS_COMPILING: NO
2025-08-20T22:40:14.0599103Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:40:14.0599876Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:40:14.0600121Z   ON_QEMU: NO
2025-08-20T22:40:14.0600354Z   DEBUG: 0
2025-08-20T22:40:14.0600582Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:40:14.0600876Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:40:14.0601186Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:40:14.0601556Z   KEEP_LOGS: YES
2025-08-20T22:40:14.0601770Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:40:14.0601998Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:40:14.0602289Z   SBUILD_REBUILD: false
2025-08-20T22:40:14.0602894Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:40:14.0603512Z   BUILD_SYS: docker://go
2025-08-20T22:40:14.0603765Z   BUILD_ON_HOST: FALSE
2025-08-20T22:40:14.0603985Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:40:14.0604237Z   SYSTMP: /tmp
2025-08-20T22:40:14.0604469Z   GHA_MODE: MATRIX
2025-08-20T22:40:14.0604898Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:40:14.0605690Z   GHCR_TOKEN: ***
2025-08-20T22:40:14.0606036Z   GITHUB_TOKEN: ***
2025-08-20T22:40:14.0606363Z   GITLAB_TOKEN: ***
2025-08-20T22:40:14.0607599Z   MINISIGN_KEY: ***
2025-08-20T22:40:14.0607848Z ##[endgroup]
2025-08-20T22:40:14.1206825Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:40:14.1940714Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:40:14.1941866Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:40:14.1943201Z 
2025-08-20T22:40:14.2442473Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:40:14.2442977Z 100  3910  100  3910    0     0  77858      0 --:--:-- --:--:-- --:--:-- 78200
2025-08-20T22:40:14.2455390Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:40:14.2547542Z 
2025-08-20T22:40:14.2548471Z [+] Building [/tmp/tmp.7DfEciKVp7/SBUILD_INPUT] Locally
2025-08-20T22:40:14.2548772Z 
2025-08-20T22:40:14.2566981Z '/tmp/tmp.7DfEciKVp7/SBUILD_INPUT' -> '/tmp/pkgforge/Tcodct0pW_build.yaml'
2025-08-20T22:40:14.3608263Z 
2025-08-20T22:40:14.3609141Z [+] Passwordless sudo is Configured
2025-08-20T22:40:14.4239789Z 
2025-08-20T22:40:14.4253744Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:40:14.4254041Z 
2025-08-20T22:40:14.4670199Z 
2025-08-20T22:40:14.4672033Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:40:14.4672397Z 
2025-08-20T22:40:14.4672402Z 
2025-08-20T22:40:14.4672645Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:40:14.4673039Z 
2025-08-20T22:40:14.4715233Z [+] Installing: 7z -> 7z
2025-08-20T22:40:14.6747170Z [+] Installing: actionlint -> actionlint
2025-08-20T22:40:14.8461680Z [+] Installing: anew -> anew
2025-08-20T22:40:15.0026964Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:40:15.4037836Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:40:15.7326927Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:40:16.0690246Z [+] Installing: archey -> archey
2025-08-20T22:40:16.3328501Z [+] Installing: aria2 -> aria2c
2025-08-20T22:40:16.8081620Z [+] Installing: askalono -> askalono
2025-08-20T22:40:16.9693970Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:40:17.1317977Z [+] Installing: b3sum -> b3sum
2025-08-20T22:40:17.2939793Z [+] Installing: bita -> bita
2025-08-20T22:40:17.5653366Z [+] Installing: btop -> btop
2025-08-20T22:40:17.9571404Z [+] Installing: chafa -> chafa
2025-08-20T22:40:18.2259310Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:40:18.9898347Z [+] Installing: croc -> croc
2025-08-20T22:40:19.1600940Z [+] Installing: csvtk -> csvtk
2025-08-20T22:40:19.5630705Z [+] Installing: cutlines -> cutlines
2025-08-20T22:40:19.6654124Z curl: (22) The requested URL returned error: 404
2025-08-20T22:40:19.6690894Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:40:19.6691894Z [+] Installing: dbin -> dbin
2025-08-20T22:40:20.1836075Z [+] Installing: dasel -> dasel
2025-08-20T22:40:20.5694830Z [+] Installing: delta -> delta
2025-08-20T22:40:21.0341981Z [+] Installing: ds -> ds
2025-08-20T22:40:21.1413924Z curl: (22) The requested URL returned error: 404
2025-08-20T22:40:21.1451186Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:40:21.1451805Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:40:21.2816955Z [+] Installing: duf -> duf
2025-08-20T22:40:21.6422731Z [+] Installing: duplicut -> duplicut
2025-08-20T22:40:21.7898114Z [+] Installing: dust -> dust
2025-08-20T22:40:22.1419793Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:40:22.5271783Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:40:22.9072323Z [+] Installing: dysk -> dysk
2025-08-20T22:40:23.2607273Z [+] Installing: eget -> eget
2025-08-20T22:40:23.5168503Z [+] Installing: epoch -> epoch
2025-08-20T22:40:23.9435139Z [+] Installing: faketty -> faketty
2025-08-20T22:40:24.3031565Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:40:24.4615017Z [+] Installing: freeze -> freeze
2025-08-20T22:40:24.6433246Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:40:24.9928262Z [+] Installing: gdu -> gdu
2025-08-20T22:40:25.5671114Z [+] Installing: gh -> gh
2025-08-20T22:40:25.7972866Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:40:26.0271067Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:40:26.3896357Z [+] Installing: glab -> glab
2025-08-20T22:40:26.9845459Z [+] Installing: glow -> glow
2025-08-20T22:40:27.3677805Z [+] Installing: httpx -> httpx
2025-08-20T22:40:28.0623278Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:40:28.2673820Z [+] Installing: husarnet -> husarnet
2025-08-20T22:40:28.5852003Z curl: (22) The requested URL returned error: 404
2025-08-20T22:40:28.5888911Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:40:28.5889280Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:40:28.9041278Z curl: (22) The requested URL returned error: 404
2025-08-20T22:40:28.9077989Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:40:28.9078394Z [+] Installing: imgcat -> imgcat
2025-08-20T22:40:29.2830462Z [+] Installing: jc -> jc
2025-08-20T22:40:29.4868211Z [+] Installing: jq -> jq
2025-08-20T22:40:29.8664550Z [+] Installing: logdy -> logdy
2025-08-20T22:40:30.6082671Z [+] Installing: micro -> micro
2025-08-20T22:40:30.9903825Z [+] Installing: miniserve -> miniserve
2025-08-20T22:40:31.4329717Z [+] Installing: minisign -> minisign
2025-08-20T22:40:31.7871295Z [+] Installing: ncdu -> ncdu
2025-08-20T22:40:31.9577849Z [+] Installing: notify -> notify
2025-08-20T22:40:32.4370340Z [+] Installing: ouch -> ouch
2025-08-20T22:40:32.6461950Z [+] Installing: oras -> oras
2025-08-20T22:40:33.2426557Z [+] Installing: pipetty -> pipetty
2025-08-20T22:40:33.3865650Z [+] Installing: pixterm -> pixterm
2025-08-20T22:40:33.6111496Z [+] Installing: qsv -> qsv
2025-08-20T22:40:34.2149399Z [+] Installing: rclone -> rclone
2025-08-20T22:40:34.4910160Z [+] Installing: ripgrep -> rg
2025-08-20T22:40:34.7040900Z [+] Installing: rga -> rga
2025-08-20T22:40:35.1450358Z [+] Installing: rsync -> rsync
2025-08-20T22:40:35.5666945Z [+] Installing: script -> script
2025-08-20T22:40:35.7085164Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:40:36.5429875Z [+] Installing: soar -> soar
2025-08-20T22:40:36.9166633Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:40:37.1709362Z [+] Installing: sstrip -> sstrip
2025-08-20T22:40:37.3153857Z [+] Installing: strace -> strace
2025-08-20T22:40:37.4725364Z [+] Installing: sttr -> sttr
2025-08-20T22:40:37.7359089Z [+] Installing: tailscale -> tailscale
2025-08-20T22:40:38.1374031Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:40:38.6082199Z [+] Installing: taplo -> taplo
2025-08-20T22:40:38.7855279Z [+] Installing: tldr -> tldr
2025-08-20T22:40:39.1572935Z [+] Installing: tldr -> tealdeer
2025-08-20T22:40:39.3229056Z [+] Installing: tmux -> tmux
2025-08-20T22:40:39.7049533Z [+] Installing: tok -> tok
2025-08-20T22:40:40.0044739Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:40:40.3462601Z [+] Installing: trurl -> trurl
2025-08-20T22:40:40.5212134Z [+] Installing: tss -> tss
2025-08-20T22:40:40.6861867Z [+] Installing: ulexec -> ulexec
2025-08-20T22:40:40.8565581Z [+] Installing: unfurl -> unfurl
2025-08-20T22:40:41.0138775Z [+] Installing: upx -> upx
2025-08-20T22:40:41.1589646Z [+] Installing: validtoml -> validtoml
2025-08-20T22:40:41.3608828Z [+] Installing: wget -> wget
2025-08-20T22:40:41.6177268Z [+] Installing: wget2 -> wget2
2025-08-20T22:40:41.8151718Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:40:41.9783524Z [+] Installing: xq -> xq
2025-08-20T22:40:42.3975163Z [+] Installing: xz -> xz
2025-08-20T22:40:42.5315616Z [+] Installing: unxz -> unxz
2025-08-20T22:40:42.8717398Z [+] Installing: yq -> yq
2025-08-20T22:40:43.0299331Z [+] Installing: yj -> yj
2025-08-20T22:40:43.2103485Z [+] Installing: zapper -> zapper
2025-08-20T22:40:43.3480879Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:40:43.6846296Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:40:44.0053375Z curl: (22) The requested URL returned error: 404
2025-08-20T22:40:44.0090720Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:40:44.0091264Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:40:44.1127930Z curl: (22) The requested URL returned error: 404
2025-08-20T22:40:44.1163876Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:40:44.1164269Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:40:44.2251893Z curl: (22) The requested URL returned error: 404
2025-08-20T22:40:44.2289023Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:40:44.2289388Z [+] Installing: zstd -> zstd
2025-08-20T22:40:44.4497610Z [+] Creating symlinks...
2025-08-20T22:40:44.4580685Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:40:44.4676196Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:40:44.4772114Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:40:44.4870999Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:40:44.4967274Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:40:44.5063224Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:40:44.5155575Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:40:44.5248375Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:40:44.5345102Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:40:44.5437599Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:40:44.5535823Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:40:44.5630041Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:40:44.5722913Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:40:44.5817836Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:40:44.5910423Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:40:44.6006071Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:40:44.6098543Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:40:44.6138417Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:40:44.6221146Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:40:44.6321050Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:40:44.6414529Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:40:44.6454200Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:40:45.1876183Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:40:45.1973644Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:40:45.2073990Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:40:45.2166991Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:40:45.2261594Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:40:45.2357910Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:40:45.2453995Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:40:45.2546479Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:40:45.2640944Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:40:45.2740516Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:40:45.2832251Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:40:45.2940140Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:40:45.3036211Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:40:45.3131716Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:40:45.3224728Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:40:45.3319769Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:40:45.3414279Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:40:45.3508520Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:40:45.3599790Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:40:45.3692876Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:40:45.3788013Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:40:45.3883905Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:40:45.3920717Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:40:45.3946304Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:40:45.4028812Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:40:45.4127679Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:40:45.4205830Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:40:45.4292981Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:40:45.4384859Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:40:45.4478378Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:40:45.4572539Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:40:45.4663173Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:40:45.4752186Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:40:45.4844598Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:40:45.4947368Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:40:45.5040540Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:40:45.5132158Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:40:45.5231843Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:40:45.5326533Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:40:45.5419840Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:40:45.5516428Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:40:45.5610477Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:40:45.5706022Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:40:45.5801346Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:40:45.5894821Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:40:45.5988745Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:40:45.6082103Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:40:45.6178042Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:40:45.6276018Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:40:45.6371691Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:40:45.6465027Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:40:45.6558964Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:40:45.6653508Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:40:45.6745036Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:40:45.6838869Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:40:45.6937712Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:40:45.7035430Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:40:45.7132069Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:40:45.7231945Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:40:45.7338301Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:40:45.7432777Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:40:45.7523372Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:40:45.7614779Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:40:45.7716669Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:40:45.7815211Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:40:45.7911274Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:40:45.8007144Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:40:45.8105149Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:40:45.8210505Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:40:45.8305967Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:40:45.8404493Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:40:45.8497629Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:40:45.8592144Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:40:45.8628923Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:40:45.8657012Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:40:45.8684449Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:40:45.8767418Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:40:45.8794742Z 
2025-08-20T22:40:45.8795181Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:40:45.8795546Z 
2025-08-20T22:40:45.8907189Z 
2025-08-20T22:40:45.8996129Z 
2025-08-20T22:40:45.8996779Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:40:45.8997007Z 
2025-08-20T22:40:45.8997092Z [+] Installation completed!
2025-08-20T22:40:45.9078964Z 
2025-08-20T22:40:45.9079761Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:40:46.1140151Z github.com
2025-08-20T22:40:46.1140804Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:40:46.1141141Z   - Active account: true
2025-08-20T22:40:46.1141350Z   - Git operations protocol: https
2025-08-20T22:40:46.1141604Z   - Token: ghp_************************************
2025-08-20T22:40:46.1142236Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:40:46.1142874Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:40:46.1143205Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:40:46.2086006Z Limit: 5000, Remaining: 4201, Reset: 2025-08-20 23:28:26 +0000 UTC (47m40s)
2025-08-20T22:40:46.2097371Z 
2025-08-20T22:40:46.2097916Z [+] GHCR_TOKEN is Exported
2025-08-20T22:40:46.2128767Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:40:46.3892883Z Login Succeeded
2025-08-20T22:40:46.3902115Z 
2025-08-20T22:40:46.3902493Z [+] GITLAB is Exported
2025-08-20T22:40:46.5137712Z [git remote -v]
2025-08-20T22:40:46.7419588Z gitlab.com
2025-08-20T22:40:46.7420264Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:40:46.7420828Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:40:46.7421299Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:40:46.7421681Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:40:46.7422033Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:40:46.7422347Z   ✓ Token found: **************************
2025-08-20T22:40:46.7422504Z 
2025-08-20T22:40:46.7422861Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:40:46.7425233Z [git remote -v]
2025-08-20T22:40:46.7437836Z 2025/08/20 22:40:46 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:40:46.7438338Z git: exit status 128]
2025-08-20T22:40:46.9651037Z 
2025-08-20T22:40:46.9651249Z 
2025-08-20T22:40:46.9651998Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:40:46 PM)
2025-08-20T22:40:46.9652421Z 
2025-08-20T22:40:46.9652426Z 
2025-08-20T22:40:46.9652493Z [+] USER = runner
2025-08-20T22:40:46.9652667Z [+] HOME = /home/runner
2025-08-20T22:40:46.9654823Z [+] 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-20T22:40:46.9656932Z 
2025-08-20T22:40:47.0795811Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:40:47.0796746Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:40:47.3741109Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:40:47.4578855Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:40:47.5416274Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:40:47.6254716Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:40:48.6064607Z Reading package lists...
2025-08-20T22:40:48.6391642Z Reading package lists...
2025-08-20T22:40:48.9079693Z Building dependency tree...
2025-08-20T22:40:48.9088364Z Reading state information...
2025-08-20T22:40:49.2835939Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:40:49.2836861Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:40:49.2837245Z ca-certificates is already the newest version (20240203).
2025-08-20T22:40:49.2837580Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:40:49.2837938Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:40:49.2838249Z moreutils is already the newest version (0.69-1).
2025-08-20T22:40:49.2838610Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:40:49.2839002Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:40:49.2839361Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:40:49.3743858Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:40:49.3745035Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:40:49.5113625Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:40:49.5951755Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:40:49.6787428Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:40:49.7625557Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:40:50.7391166Z Reading package lists...
2025-08-20T22:40:50.7719877Z Reading package lists...
2025-08-20T22:40:51.0273058Z Building dependency tree...
2025-08-20T22:40:51.0281534Z Reading state information...
2025-08-20T22:40:51.3128998Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:40:51.3129561Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:40:51.3129928Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:40:51.3130233Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:40:51.3130574Z ca-certificates is already the newest version (20240203).
2025-08-20T22:40:51.3130905Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:40:51.3131212Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:40:51.3131503Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:40:51.3132071Z gawk set to manually installed.
2025-08-20T22:40:51.3132307Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:40:51.3132600Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:40:51.3133196Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:40:51.3133571Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:40:51.3133955Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:40:51.3134396Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:40:51.3134793Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:40:51.3135214Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:40:51.3135562Z The following additional packages will be installed:
2025-08-20T22:40:51.3135991Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:40:51.3136489Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:40:51.3136984Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:40:51.3137463Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:40:51.3137986Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:40:51.3138471Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:40:51.3146045Z Suggested packages:
2025-08-20T22:40:51.3146496Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:40:51.3146993Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:40:51.3147520Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:40:51.3148014Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:40:51.3148441Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:40:51.3148905Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:40:51.3149342Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:40:51.3380921Z The following NEW packages will be installed:
2025-08-20T22:40:51.3382235Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:40:51.3382787Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:40:51.3383471Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:40:51.3383952Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:40:51.3384808Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:40:51.3390847Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:40:51.3391340Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:40:51.5315201Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:40:51.5315625Z Need to get 27.2 MB of archives.
2025-08-20T22:40:51.5316242Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:40:51.5316833Z 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-20T22:40:52.2357123Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:40:52.6641859Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:40:52.8349806Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:40:52.9193072Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:40:53.0040069Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:40:53.1817401Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:40:53.3556722Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:40:53.5348953Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:40:53.6216316Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:40:54.3172305Z 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-20T22:40:54.4865702Z 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-20T22:40:55.0330223Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:40:55.1230101Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:40:55.2084970Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:40:55.2995993Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:40:55.3839075Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:40:55.8932384Z 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-20T22:40:55.9779058Z 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-20T22:40:56.0655122Z 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-20T22:40:56.1498338Z 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-20T22:40:56.2344346Z 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-20T22:40:56.4911355Z 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-20T22:40:56.7813908Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:40:57.0261493Z 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-20T22:40:57.1147666Z 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-20T22:40:57.4699643Z 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-20T22:40:57.5576854Z 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-20T22:40:57.6448243Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:40:57.7352613Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:40:57.8194875Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:40:57.9080588Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:40:57.9962736Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:40:58.4768073Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:40:59.0040474Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:40:59.2884599Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:40:59.5430827Z Preconfiguring packages ...
2025-08-20T22:40:59.6383682Z Fetched 27.2 MB in 8s (3424 kB/s)
2025-08-20T22:40:59.6770192Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:40:59.6802426Z (Reading database ... 
2025-08-20T22:40:59.6802679Z (Reading database ... 5%
2025-08-20T22:40:59.6802885Z (Reading database ... 10%
2025-08-20T22:40:59.6803090Z (Reading database ... 15%
2025-08-20T22:40:59.6803286Z (Reading database ... 20%
2025-08-20T22:40:59.6803478Z (Reading database ... 25%
2025-08-20T22:40:59.6803670Z (Reading database ... 30%
2025-08-20T22:40:59.6803891Z (Reading database ... 35%
2025-08-20T22:40:59.6804086Z (Reading database ... 40%
2025-08-20T22:40:59.6804278Z (Reading database ... 45%
2025-08-20T22:40:59.6804471Z (Reading database ... 50%
2025-08-20T22:40:59.6828742Z (Reading database ... 55%
2025-08-20T22:40:59.6922494Z (Reading database ... 60%
2025-08-20T22:40:59.6967410Z (Reading database ... 65%
2025-08-20T22:40:59.6982989Z (Reading database ... 70%
2025-08-20T22:40:59.7004955Z (Reading database ... 75%
2025-08-20T22:40:59.7038872Z (Reading database ... 80%
2025-08-20T22:40:59.7226955Z (Reading database ... 85%
2025-08-20T22:40:59.7247627Z (Reading database ... 90%
2025-08-20T22:40:59.7356925Z (Reading database ... 95%
2025-08-20T22:40:59.7357169Z (Reading database ... 100%
2025-08-20T22:40:59.7357466Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:40:59.7399917Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:40:59.7621172Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:40:59.9037222Z Selecting previously unselected package poppler-data.
2025-08-20T22:40:59.9205983Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:40:59.9259965Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:41:00.0363939Z Selecting previously unselected package b3sum.
2025-08-20T22:41:00.0526481Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:41:00.0593524Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:41:00.1134295Z Selecting previously unselected package build-essential.
2025-08-20T22:41:00.1302312Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:41:00.1356059Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:41:00.1905188Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:41:00.2102926Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:41:00.2206925Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:41:00.2758516Z Selecting previously unselected package ccache.
2025-08-20T22:41:00.2953688Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:41:00.3008696Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:41:00.3640632Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:41:00.3834303Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:41:00.3887293Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:41:00.4381189Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:41:00.4567911Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:41:00.4627392Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:41:00.5172552Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:41:00.5343408Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:41:00.5402176Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:41:00.6115856Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:41:00.6280751Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:41:00.6881710Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:41:00.7880931Z Selecting previously unselected package libgs-common.
2025-08-20T22:41:00.8076890Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:41:00.8128034Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:00.8572391Z Selecting previously unselected package libgs10-common.
2025-08-20T22:41:00.8771294Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:41:00.8823471Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:00.9526382Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:41:00.9720510Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:41:00.9776430Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:41:01.0296788Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:41:01.0491909Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:41:01.0548756Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:41:01.1161323Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:41:01.1329340Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:41:01.1384950Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:41:01.2040400Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:41:01.2213720Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:41:01.2265454Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:41:01.2812776Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:41:01.3014672Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:41:01.3073345Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:01.4807831Z Selecting previously unselected package ghostscript.
2025-08-20T22:41:01.5013680Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:41:01.5071180Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:01.5612210Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:41:01.5805606Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:41:01.5867613Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:41:01.7072382Z Selecting previously unselected package imagemagick.
2025-08-20T22:41:01.7263399Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:41:01.7316765Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:41:01.7760181Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:41:01.7939303Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:41:01.8001154Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:41:01.8527629Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:41:01.8705870Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:41:01.8757739Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:41:01.9314851Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:41:01.9482791Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:41:01.9534181Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:41:02.0099320Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:41:02.0302539Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:41:02.0358134Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:41:02.0838567Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:41:02.1037635Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:41:02.1092988Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:41:02.1577074Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:41:02.1772732Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:41:02.1824635Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:41:02.2536551Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:41:02.2732813Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:41:02.2785812Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:41:02.3238234Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:41:02.3436264Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:41:02.3502974Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:41:02.4069244Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:41:02.4242301Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:41:02.4300971Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:41:02.4785939Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:41:02.4959828Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:41:02.5011085Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:41:02.5464504Z Selecting previously unselected package libtool-bin.
2025-08-20T22:41:02.5639984Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:41:02.5695958Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:41:02.6214967Z Selecting previously unselected package lzip.
2025-08-20T22:41:02.6387902Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:41:02.6457912Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:41:02.7023115Z Selecting previously unselected package netpbm.
2025-08-20T22:41:02.7224218Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:41:02.7357987Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:41:02.9499587Z Selecting previously unselected package musl:arm64.
2025-08-20T22:41:02.9699834Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:41:02.9754335Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:41:03.0300005Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:41:03.0473679Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:41:03.0536533Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:41:03.1278332Z Selecting previously unselected package musl-tools.
2025-08-20T22:41:03.1455649Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:41:03.1558602Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:41:03.2218858Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:41:03.3785254Z 
2025-08-20T22:41:03.3785968Z Creating config file /etc/papersize with new version
2025-08-20T22:41:03.4614240Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:41:03.4808098Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:41:03.5035425Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:41:03.5191339Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:41:03.5365366Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:03.5510789Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:41:03.5650688Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:41:03.5803664Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:41:03.6329102Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:41:03.6476367Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:41:03.6629691Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:41:03.6764242Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:41:03.6822883Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:41:03.6884163Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:41:03.6979959Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:41:03.7135905Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:41:03.7327397Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:41:03.7506990Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:41:03.7665726Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:41:03.7806653Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:41:03.7862181Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:41:03.7930440Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:41:03.7989277Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:41:03.8062820Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:41:03.8121540Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:41:03.8190368Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:41:03.8247700Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:41:03.8322145Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:41:03.8412929Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:41:03.8485104Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:41:03.8546693Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:41:03.8621515Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:41:03.8684957Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:41:03.8758087Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:41:03.8838563Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:41:03.8911856Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:41:03.9007534Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:41:03.9056749Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:41:03.9131029Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:41:03.9200564Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:41:03.9259613Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:41:03.9359771Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:41:03.9533510Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:41:03.9786653Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:41:03.9937310Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:41:04.0304187Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:41:04.0503412Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:41:04.0660328Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:41:04.0832856Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:41:04.0963550Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:41:04.1093605Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:41:04.1241653Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:41:04.1414179Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:41:04.1593631Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:41:04.1756391Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:41:04.1928247Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:41:04.2089366Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:41:04.4086024Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:41:04.4239546Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:04.4434212Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:04.4588725Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:41:04.4788951Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:41:04.5678457Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:41:04.8938347Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:41:05.7377240Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:41:05.7650113Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:41:08.6370411Z Reading package lists...
2025-08-20T22:41:08.8907644Z Building dependency tree...
2025-08-20T22:41:08.8916896Z Reading state information...
2025-08-20T22:41:09.1700485Z autoconf is already the newest version (2.71-3).
2025-08-20T22:41:09.1700879Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:41:09.1701223Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:41:09.1701588Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:41:09.1701929Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:41:09.1702292Z ca-certificates is already the newest version (20240203).
2025-08-20T22:41:09.1702605Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:41:09.1702898Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:41:09.1703225Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:41:09.1703532Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:41:09.1703844Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:41:09.1704154Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:41:09.1704821Z patch set to manually installed.
2025-08-20T22:41:09.1705110Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:41:09.1705435Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:41:09.1705739Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:41:09.1706036Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:41:09.1706301Z Suggested packages:
2025-08-20T22:41:09.1706474Z   scons-doc
2025-08-20T22:41:09.1879148Z The following NEW packages will be installed:
2025-08-20T22:41:09.1888517Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:41:09.4652052Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:09.4652427Z Need to get 17.8 MB of archives.
2025-08-20T22:41:09.4652726Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:41:09.4653223Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:41:09.9926849Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:41:10.0771087Z 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-20T22:41:10.8036803Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:41:10.9727286Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:41:11.2587098Z Fetched 17.8 MB in 2s (10.0 MB/s)
2025-08-20T22:41:11.8483117Z Selecting previously unselected package autopoint.
2025-08-20T22:41:11.8527634Z (Reading database ... 
2025-08-20T22:41:11.8527889Z (Reading database ... 5%
2025-08-20T22:41:11.8528089Z (Reading database ... 10%
2025-08-20T22:41:11.8528294Z (Reading database ... 15%
2025-08-20T22:41:11.8528491Z (Reading database ... 20%
2025-08-20T22:41:11.8528688Z (Reading database ... 25%
2025-08-20T22:41:11.8528914Z (Reading database ... 30%
2025-08-20T22:41:11.8529105Z (Reading database ... 35%
2025-08-20T22:41:11.8529333Z (Reading database ... 40%
2025-08-20T22:41:11.8529744Z (Reading database ... 45%
2025-08-20T22:41:11.8529945Z (Reading database ... 50%
2025-08-20T22:41:11.8556376Z (Reading database ... 55%
2025-08-20T22:41:11.8649821Z (Reading database ... 60%
2025-08-20T22:41:11.8692160Z (Reading database ... 65%
2025-08-20T22:41:11.8707110Z (Reading database ... 70%
2025-08-20T22:41:11.8729977Z (Reading database ... 75%
2025-08-20T22:41:11.8868089Z (Reading database ... 80%
2025-08-20T22:41:11.8954548Z (Reading database ... 85%
2025-08-20T22:41:11.8984807Z (Reading database ... 90%
2025-08-20T22:41:11.9090334Z (Reading database ... 95%
2025-08-20T22:41:11.9090567Z (Reading database ... 100%
2025-08-20T22:41:11.9090865Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:41:11.9133078Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:41:11.9186738Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:41:11.9772460Z Selecting previously unselected package clang.
2025-08-20T22:41:11.9950581Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:41:12.0007942Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:41:12.0517708Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:41:12.0701785Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:41:12.0756931Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:41:13.0497114Z Selecting previously unselected package scons.
2025-08-20T22:41:13.0669632Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:41:13.0723294Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:41:13.1479581Z Selecting previously unselected package byacc.
2025-08-20T22:41:13.1654854Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:41:13.1715873Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:41:13.2428967Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:41:13.2599959Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:41:13.2818596Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:41:13.3200787Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:41:13.6984328Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:41:13.7138150Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:41:14.9861845Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:41:16.6818577Z Reading package lists...
2025-08-20T22:41:16.9596742Z Building dependency tree...
2025-08-20T22:41:16.9606340Z Reading state information...
2025-08-20T22:41:17.3363733Z The following additional packages will be installed:
2025-08-20T22:41:17.3364159Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:41:17.3364506Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:41:17.3364936Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:41:17.3365412Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:41:17.3365884Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:41:17.3366313Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:41:17.3366756Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:41:17.3367896Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:41:17.3370824Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:41:17.3382448Z Suggested packages:
2025-08-20T22:41:17.3382761Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:41:17.3383145Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:41:17.3383547Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:41:17.3384131Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:41:17.3384513Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:41:17.3384918Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:41:17.3385370Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:41:17.3385841Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:41:17.3386209Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:41:17.3386422Z Recommended packages:
2025-08-20T22:41:17.3386700Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:41:17.3387125Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:41:17.3387517Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:41:17.3387876Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:41:17.3388195Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:41:17.3625359Z The following NEW packages will be installed:
2025-08-20T22:41:17.3625787Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:41:17.3627904Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:41:17.3628315Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:41:17.3628785Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:41:17.3629246Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:41:17.3629839Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:41:17.3630288Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:41:17.3630873Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:41:17.3635150Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:41:17.5045068Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:17.5045755Z Need to get 2409 kB of archives.
2025-08-20T22:41:17.5046083Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:41:17.5046606Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:41:17.5213024Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:41:17.7198879Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:41:17.7520061Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:41:17.7688187Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:41:17.7869613Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:41:17.8071303Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:41:17.8241543Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:41:17.8415357Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:41:17.8593354Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:41:17.8779810Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:41:17.8959523Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:41:17.9131235Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:41:17.9312497Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:41:17.9500902Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:41:17.9728441Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:41:17.9902896Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:41:18.0928473Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:41:18.1098943Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:41:18.1262889Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:41:18.1427344Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:41:18.1752717Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:41:18.1942140Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:41:18.2107637Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:41:18.2271140Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:41:18.2436193Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:41:18.2604505Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:41:18.2782223Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:41:18.2952464Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:41:18.3117113Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:41:18.6287651Z Fetched 2409 kB in 1s (2523 kB/s)
2025-08-20T22:41:18.6545795Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:41:18.6586659Z (Reading database ... 
2025-08-20T22:41:18.6586900Z (Reading database ... 5%
2025-08-20T22:41:18.6587100Z (Reading database ... 10%
2025-08-20T22:41:18.6587299Z (Reading database ... 15%
2025-08-20T22:41:18.6587551Z (Reading database ... 20%
2025-08-20T22:41:18.6587746Z (Reading database ... 25%
2025-08-20T22:41:18.6587935Z (Reading database ... 30%
2025-08-20T22:41:18.6588130Z (Reading database ... 35%
2025-08-20T22:41:18.6588314Z (Reading database ... 40%
2025-08-20T22:41:18.6588505Z (Reading database ... 45%
2025-08-20T22:41:18.6588696Z (Reading database ... 50%
2025-08-20T22:41:18.6639336Z (Reading database ... 55%
2025-08-20T22:41:18.6750140Z (Reading database ... 60%
2025-08-20T22:41:18.6800464Z (Reading database ... 65%
2025-08-20T22:41:18.6817951Z (Reading database ... 70%
2025-08-20T22:41:18.6844378Z (Reading database ... 75%
2025-08-20T22:41:18.7001153Z (Reading database ... 80%
2025-08-20T22:41:18.7096955Z (Reading database ... 85%
2025-08-20T22:41:18.7130764Z (Reading database ... 90%
2025-08-20T22:41:18.7247278Z (Reading database ... 95%
2025-08-20T22:41:18.7247532Z (Reading database ... 100%
2025-08-20T22:41:18.7247824Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:41:18.7293043Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:41:18.7389803Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:41:18.7938786Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:41:18.8112541Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:41:18.8165836Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:41:18.8701284Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:41:18.8879246Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:41:18.8944236Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:41:18.9452951Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:41:18.9653326Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:41:18.9707512Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:41:19.0146239Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:41:19.0347182Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:41:19.0408444Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:41:19.0871738Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:41:19.1068280Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:41:19.1134727Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:41:19.1580773Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:41:19.1774728Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:41:19.1829051Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:41:19.2307687Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:41:19.2483056Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:41:19.2541581Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:41:19.2973686Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:41:19.3150630Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:41:19.3203880Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:41:19.3626279Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:41:19.3801003Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:41:19.3851390Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:41:19.4315304Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:41:19.4490392Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:41:19.4560540Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:41:19.5071118Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:41:19.5271155Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:41:19.5322805Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:41:19.5783930Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:41:19.5986945Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:41:19.6041081Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:41:19.6514235Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:41:19.6708070Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:41:19.6767336Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:41:19.7201864Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:41:19.7398697Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:41:19.7451829Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:41:19.7931188Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:41:19.8120993Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:41:19.8176026Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:41:19.8604673Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:41:19.8775275Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:41:19.8831185Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:41:19.9324226Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:41:19.9501006Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:41:19.9564446Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:41:20.0023425Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:41:20.0190472Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:41:20.0245833Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:41:20.0703660Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:41:20.0908467Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:41:20.0969176Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:41:20.1548639Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:41:20.1747128Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:41:20.1804777Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:41:20.2383434Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:41:20.2583510Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:41:20.2653960Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:41:20.3156559Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:41:20.3354503Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:41:20.3410276Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:41:20.3886251Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:41:20.4065885Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:41:20.4124325Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:41:20.4555786Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:41:20.4731668Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:41:20.4787642Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:41:20.5231242Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:41:20.5409013Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:41:20.5467833Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:41:20.5928264Z Selecting previously unselected package libwww-perl.
2025-08-20T22:41:20.6106739Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:41:20.6157287Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:41:20.6683726Z Selecting previously unselected package patchutils.
2025-08-20T22:41:20.6885997Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:41:20.6943969Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:41:20.7478468Z Selecting previously unselected package wdiff.
2025-08-20T22:41:20.7675907Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:41:20.7727762Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:41:20.8397881Z Selecting previously unselected package devscripts.
2025-08-20T22:41:20.8600887Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:41:20.8869682Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:41:21.0148269Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:41:21.0323043Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:41:21.0483449Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:41:21.0645342Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:41:21.0805273Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:41:21.0976525Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:41:21.1180196Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:41:21.1344546Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:41:21.1509193Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:41:21.1665931Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:41:21.1829132Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:41:21.1984773Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:41:21.2140952Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:41:21.2294622Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:41:21.2456482Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:41:21.2603811Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:41:21.2756042Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:41:21.2928109Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:41:21.3088586Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:41:21.3240861Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:41:21.3406482Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:41:21.3562838Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:41:21.3771370Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:41:21.3986106Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:41:21.4146815Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:41:21.4486933Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:41:21.4661357Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:41:21.4829061Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:41:21.5078063Z Setting up devscripts (2.23.7) ...
2025-08-20T22:41:21.6517882Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:41:21.6696853Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:41:23.7577808Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:41:25.3470035Z Reading package lists...
2025-08-20T22:41:25.6076050Z Building dependency tree...
2025-08-20T22:41:25.6085997Z Reading state information...
2025-08-20T22:41:25.9761099Z The following additional packages will be installed:
2025-08-20T22:41:25.9770604Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:41:25.9778627Z Suggested packages:
2025-08-20T22:41:25.9778838Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:41:25.9983781Z The following NEW packages will be installed:
2025-08-20T22:41:25.9994234Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:41:26.0733089Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:26.0733427Z Need to get 12.7 MB of archives.
2025-08-20T22:41:26.0733719Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:41:26.0734230Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:41:26.1323513Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:41:26.1686633Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:41:26.2585617Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:41:26.6113712Z Fetched 12.7 MB in 0s (40.7 MB/s)
2025-08-20T22:41:26.6436161Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:41:26.6470638Z (Reading database ... 
2025-08-20T22:41:26.6470887Z (Reading database ... 5%
2025-08-20T22:41:26.6471087Z (Reading database ... 10%
2025-08-20T22:41:26.6471288Z (Reading database ... 15%
2025-08-20T22:41:26.6471540Z (Reading database ... 20%
2025-08-20T22:41:26.6471739Z (Reading database ... 25%
2025-08-20T22:41:26.6471933Z (Reading database ... 30%
2025-08-20T22:41:26.6472126Z (Reading database ... 35%
2025-08-20T22:41:26.6472765Z (Reading database ... 40%
2025-08-20T22:41:26.6472956Z (Reading database ... 45%
2025-08-20T22:41:26.6473143Z (Reading database ... 50%
2025-08-20T22:41:26.6495732Z (Reading database ... 55%
2025-08-20T22:41:26.6583769Z (Reading database ... 60%
2025-08-20T22:41:26.6627459Z (Reading database ... 65%
2025-08-20T22:41:26.6641624Z (Reading database ... 70%
2025-08-20T22:41:26.6663976Z (Reading database ... 75%
2025-08-20T22:41:26.6794789Z (Reading database ... 80%
2025-08-20T22:41:26.6876889Z (Reading database ... 85%
2025-08-20T22:41:26.6906413Z (Reading database ... 90%
2025-08-20T22:41:26.7008521Z (Reading database ... 95%
2025-08-20T22:41:26.7008747Z (Reading database ... 100%
2025-08-20T22:41:26.7009038Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:41:26.7049642Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:41:26.7164150Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:41:26.7735184Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:41:26.7907473Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:41:26.7968113Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:41:26.8579929Z Selecting previously unselected package cmake-data.
2025-08-20T22:41:26.8754719Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:41:26.8866043Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:41:27.8344489Z Selecting previously unselected package cmake.
2025-08-20T22:41:27.8534556Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:41:27.8602698Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:41:28.0701060Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:41:28.0850057Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:41:28.1006019Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:41:28.1205157Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:41:28.1365331Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:41:29.5132612Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:41:30.8796461Z Reading package lists...
2025-08-20T22:41:31.1139102Z Building dependency tree...
2025-08-20T22:41:31.1147744Z Reading state information...
2025-08-20T22:41:31.4195530Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:41:31.4195960Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:41:31.4196289Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:41:31.4197028Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:41:31.4197347Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:41:31.4197658Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:41:31.4198004Z ca-certificates is already the newest version (20240203).
2025-08-20T22:41:31.4198307Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:41:31.4198609Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:41:31.4198927Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:41:31.4199215Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:41:31.4199678Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:41:31.4200025Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:41:31.4200378Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:41:31.4200677Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:41:31.4200982Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:41:31.4201303Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:41:31.4201606Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:41:31.4201882Z musl is already the newest version (1.2.4-2).
2025-08-20T22:41:31.4202157Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:41:31.4202445Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:41:31.4203028Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:41:31.4203368Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:41:31.4203673Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:41:31.4203973Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:41:31.4204305Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:31.4395948Z Reading package lists...
2025-08-20T22:41:31.6836033Z Building dependency tree...
2025-08-20T22:41:31.6845259Z Reading state information...
2025-08-20T22:41:31.9987937Z autoconf is already the newest version (2.71-3).
2025-08-20T22:41:31.9988350Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:41:31.9988698Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:41:31.9989028Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:41:31.9989355Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:41:31.9990009Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:41:31.9990346Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:41:31.9990662Z ca-certificates is already the newest version (20240203).
2025-08-20T22:41:31.9990975Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:41:31.9991270Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:41:31.9991564Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:41:31.9991864Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:41:31.9992179Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:41:31.9992492Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:41:31.9992801Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:41:31.9993109Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:41:31.9993435Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:41:31.9993797Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:41:31.9994144Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:41:31.9994435Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:41:31.9994757Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:41:31.9995091Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:32.0201310Z Reading package lists...
2025-08-20T22:41:32.2825872Z Building dependency tree...
2025-08-20T22:41:32.2835812Z Reading state information...
2025-08-20T22:41:32.6418882Z devscripts is already the newest version (2.23.7).
2025-08-20T22:41:32.6419305Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:32.6625750Z Reading package lists...
2025-08-20T22:41:32.9186018Z Building dependency tree...
2025-08-20T22:41:32.9195331Z Reading state information...
2025-08-20T22:41:33.2603147Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:41:33.2603648Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:33.2819157Z Reading package lists...
2025-08-20T22:41:33.5431167Z Building dependency tree...
2025-08-20T22:41:33.5440658Z Reading state information...
2025-08-20T22:41:33.8651780Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:41:33.8652242Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:41:33.9137436Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:33.9628688Z Reading package lists...
2025-08-20T22:41:34.2167647Z Building dependency tree...
2025-08-20T22:41:34.2176047Z Reading state information...
2025-08-20T22:41:34.5260255Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:41:34.5260690Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:41:34.5261040Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:41:34.5261853Z The following additional packages will be installed:
2025-08-20T22:41:34.5262184Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:41:34.5262582Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:41:34.5263029Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:41:34.5263417Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:41:34.5263803Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:41:34.5264244Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:41:34.5264641Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:41:34.5265047Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:41:34.5265422Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:41:34.5265814Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:41:34.5266240Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:41:34.5266599Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:41:34.5266973Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:41:34.5267411Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:41:34.5267757Z   linux-libc-dev-armhf-cross
2025-08-20T22:41:34.5277146Z Suggested packages:
2025-08-20T22:41:34.5277494Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:41:34.5277870Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:41:34.5630344Z The following NEW packages will be installed:
2025-08-20T22:41:34.5631308Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:41:34.5631753Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:41:34.5632211Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:41:34.5632678Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:41:34.5633062Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:41:34.5633453Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:41:34.5633870Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:41:34.5636742Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:41:34.5637535Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:41:34.5637927Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:41:34.5638336Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:41:34.5638765Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:41:34.5639123Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:41:34.5639716Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:41:34.5644043Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:41:34.6189633Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:34.6190031Z Need to get 112 MB of archives.
2025-08-20T22:41:34.6190326Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:41:34.6191001Z 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-20T22:41:34.6698052Z 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-20T22:41:34.8250445Z 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-20T22:41:34.8417513Z 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-20T22:41:34.9144509Z 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-20T22:41:34.9309281Z 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-20T22:41:34.9476777Z 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-20T22:41:34.9828985Z 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-20T22:41:34.9991824Z 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-20T22:41:35.0159613Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:41:35.0379184Z 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-20T22:41:35.0545805Z 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-20T22:41:35.0716914Z 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-20T22:41:35.0882625Z 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-20T22:41:35.1205889Z 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-20T22:41:35.1407127Z 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-20T22:41:35.2201540Z 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-20T22:41:35.2415796Z 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-20T22:41:35.3614148Z 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-20T22:41:35.3852700Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:41:35.4095472Z 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-20T22:41:35.4392707Z 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-20T22:41:35.5150141Z 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-20T22:41:35.5498533Z 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-20T22:41:35.5663238Z 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-20T22:41:35.5830199Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:41:35.6065169Z 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-20T22:41:35.6233619Z 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-20T22:41:35.6403394Z 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-20T22:41:35.6567399Z 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-20T22:41:35.6887874Z 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-20T22:41:35.7087201Z 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-20T22:41:35.7312145Z 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-20T22:41:35.8086284Z 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-20T22:41:35.9261643Z 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-20T22:41:35.9498537Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:41:35.9735666Z 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-20T22:41:36.0030608Z 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-20T22:41:36.0786406Z 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-20T22:41:36.0951253Z 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-20T22:41:36.1115484Z 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-20T22:41:36.1278998Z 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-20T22:41:36.4387640Z Fetched 112 MB in 2s (72.3 MB/s)
2025-08-20T22:41:36.4645520Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:41:36.4679584Z (Reading database ... 
2025-08-20T22:41:36.4679830Z (Reading database ... 5%
2025-08-20T22:41:36.4680029Z (Reading database ... 10%
2025-08-20T22:41:36.4680232Z (Reading database ... 15%
2025-08-20T22:41:36.4680425Z (Reading database ... 20%
2025-08-20T22:41:36.4680619Z (Reading database ... 25%
2025-08-20T22:41:36.4680807Z (Reading database ... 30%
2025-08-20T22:41:36.4681372Z (Reading database ... 35%
2025-08-20T22:41:36.4681584Z (Reading database ... 40%
2025-08-20T22:41:36.4681793Z (Reading database ... 45%
2025-08-20T22:41:36.4681982Z (Reading database ... 50%
2025-08-20T22:41:36.4704256Z (Reading database ... 55%
2025-08-20T22:41:36.4796264Z (Reading database ... 60%
2025-08-20T22:41:36.4839923Z (Reading database ... 65%
2025-08-20T22:41:36.4854763Z (Reading database ... 70%
2025-08-20T22:41:36.4878141Z (Reading database ... 75%
2025-08-20T22:41:36.5017136Z (Reading database ... 80%
2025-08-20T22:41:36.5101365Z (Reading database ... 85%
2025-08-20T22:41:36.5133385Z (Reading database ... 90%
2025-08-20T22:41:36.5248219Z (Reading database ... 95%
2025-08-20T22:41:36.5248471Z (Reading database ... 100%
2025-08-20T22:41:36.5248768Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:41:36.5291233Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:36.5365107Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:36.5828961Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:41:36.6010796Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:36.6103263Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:36.8451799Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:41:36.8653190Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:36.8739011Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:36.9208197Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:41:36.9408091Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:36.9488834Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:37.1868692Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:41:37.2048955Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:41:37.2105655Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:41:37.2553504Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:41:37.2739915Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:41:37.2795154Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:41:37.3299748Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:41:37.3504658Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:41:37.3625442Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:41:37.4684372Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:41:37.4877734Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:37.4939870Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:37.5419781Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:41:37.5611647Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:37.5666365Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:37.6164425Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:41:37.6332762Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:41:37.6386756Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:37.6977816Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:41:37.7156166Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:37.7212168Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:37.7690275Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:41:37.7865544Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:37.7920444Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:37.8405352Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:41:37.8593069Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:37.8645526Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:37.9133119Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:41:37.9336128Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:37.9393538Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:38.0293019Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:41:38.0488539Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:38.0561057Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:38.1146912Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:41:38.1343497Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:38.1411831Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:38.1993095Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:41:38.2167634Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:38.2232851Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:38.3023114Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:41:38.3201540Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:38.3285805Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:38.7374750Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:41:38.7550313Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:41:38.7604217Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:41:38.9995760Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:41:39.0201171Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:41:39.0260502Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:39.1354118Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:41:39.1557580Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:39.1619665Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:39.3955050Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:41:39.4135695Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:39.4218559Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:39.6401685Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:41:39.6602676Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:41:39.6663292Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:41:39.7776198Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:41:39.7981204Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:39.8038944Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:39.8496404Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:41:39.8692288Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:39.8746089Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:39.9217710Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:41:39.9394722Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:41:39.9465649Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:40.0113817Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:41:40.0290179Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:40.0345783Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:40.0832828Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:41:40.1011215Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:40.1062967Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:40.1556944Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:41:40.1765397Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:40.1819950Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:40.2300178Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:41:40.2509778Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:40.2564604Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:40.3484895Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:41:40.3691553Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:40.3780553Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:40.4320520Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:41:40.4519222Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:40.4574732Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:40.5176255Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:41:40.5353252Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:40.5409357Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:40.6146279Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:41:40.6323857Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:40.6403063Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:41.0374018Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:41:41.0550091Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:41:41.0606925Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:41:41.2976339Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:41:41.3193602Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:41:41.3251309Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:41.4355940Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:41:41.4563741Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:41:41.4616787Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:41.6885045Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:41:41.7066934Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:41:41.7146329Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:41.9296885Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:41:41.9506843Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:41:41.9557618Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:41:41.9982965Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:41:42.0186801Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:41:42.0240808Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:41:42.0609644Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:41:42.0822200Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:41:42.0873968Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:41:42.1296251Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:41:42.1500050Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:41:42.1553451Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:41:42.2216268Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:41:42.2364857Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:42.2535408Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.2693387Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.2884328Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.3056560Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:41:42.3204487Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.3361429Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:41:42.3592430Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:42.3741802Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.3886406Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.4032071Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:42.4186819Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:41:42.4358925Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.4516728Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.4669630Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.4832352Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.5000768Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.5151818Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.5307867Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.5455915Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:41:42.5617737Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.5767516Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.5926565Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:41:42.6076783Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.6217968Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.6363903Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.6524251Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:41:42.6671521Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.6816491Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.6964328Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.7114363Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.7281873Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.7424713Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.7568811Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:41:42.7712373Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.7918947Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.8070803Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.8215286Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:41:42.8368310Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:41:42.8537260Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:41:42.8687422Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:41:42.8841450Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:41:42.8902107Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:41:42.9025675Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:41:44.2861308Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:41:45.6981315Z Reading package lists...
2025-08-20T22:41:45.9546357Z Building dependency tree...
2025-08-20T22:41:45.9555268Z Reading state information...
2025-08-20T22:41:46.2630120Z The following additional packages will be installed:
2025-08-20T22:41:46.2630563Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:41:46.2635819Z   libpcap0.8-dev
2025-08-20T22:41:46.2978413Z The following NEW packages will be installed:
2025-08-20T22:41:46.2979515Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:41:46.2987100Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:41:46.3226903Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:46.3776599Z Need to get 1640 kB of archives.
2025-08-20T22:41:46.3777011Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:41:46.3777591Z 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-20T22:41:46.4601691Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:41:46.4815450Z 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-20T22:41:46.5030044Z 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-20T22:41:46.5323169Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:41:46.5781943Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:41:46.5976474Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:41:46.6142614Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:41:46.8942083Z Fetched 1640 kB in 0s (5896 kB/s)
2025-08-20T22:41:46.9321136Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:41:46.9357814Z (Reading database ... 
2025-08-20T22:41:46.9358037Z (Reading database ... 5%
2025-08-20T22:41:46.9358238Z (Reading database ... 10%
2025-08-20T22:41:46.9358456Z (Reading database ... 15%
2025-08-20T22:41:46.9358650Z (Reading database ... 20%
2025-08-20T22:41:46.9358845Z (Reading database ... 25%
2025-08-20T22:41:46.9359039Z (Reading database ... 30%
2025-08-20T22:41:46.9359790Z (Reading database ... 35%
2025-08-20T22:41:46.9360027Z (Reading database ... 40%
2025-08-20T22:41:46.9360224Z (Reading database ... 45%
2025-08-20T22:41:46.9361080Z (Reading database ... 50%
2025-08-20T22:41:46.9383481Z (Reading database ... 55%
2025-08-20T22:41:46.9479568Z (Reading database ... 60%
2025-08-20T22:41:46.9522823Z (Reading database ... 65%
2025-08-20T22:41:46.9541813Z (Reading database ... 70%
2025-08-20T22:41:46.9571651Z (Reading database ... 75%
2025-08-20T22:41:46.9708249Z (Reading database ... 80%
2025-08-20T22:41:46.9790775Z (Reading database ... 85%
2025-08-20T22:41:46.9831160Z (Reading database ... 90%
2025-08-20T22:41:46.9957113Z (Reading database ... 95%
2025-08-20T22:41:46.9957334Z (Reading database ... 100%
2025-08-20T22:41:47.0002266Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:41:47.0002720Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:41:47.0073287Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:41:47.0808853Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:41:47.1016991Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:41:47.1123710Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:41:47.1595309Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:41:47.1816317Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:41:47.1882620Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:41:47.2483862Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:41:47.2684442Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:41:47.2738006Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:41:47.3306613Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:41:47.3507871Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:41:47.3639731Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:41:47.4464617Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:41:47.4644977Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:41:47.4727554Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:41:47.5264686Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:41:47.5451726Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:41:47.5506945Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:41:47.6112530Z Selecting previously unselected package pcaputils.
2025-08-20T22:41:47.6328715Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:41:47.6410901Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:41:47.7114410Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:41:47.7289949Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:41:47.8679000Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:41:47.8858681Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:41:47.9124320Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:41:48.1476125Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:41:48.1594748Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:41:48.1782818Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:41:48.2183043Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:41:49.8521117Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:41:49.8933889Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:41:49.9096871Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:41:51.2922174Z Reading package lists...
2025-08-20T22:41:51.5484804Z Building dependency tree...
2025-08-20T22:41:51.5494717Z Reading state information...
2025-08-20T22:41:51.6049185Z Reading package lists...
2025-08-20T22:41:51.8717089Z Building dependency tree...
2025-08-20T22:41:51.8726429Z Reading state information...
2025-08-20T22:41:52.2383578Z The following additional packages will be installed:
2025-08-20T22:41:52.2389662Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:41:52.2398607Z Suggested packages:
2025-08-20T22:41:52.2398961Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:41:52.2399335Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:41:52.2623758Z The following NEW packages will be installed:
2025-08-20T22:41:52.2624498Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:41:52.2630556Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:41:52.6269576Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:41:52.6269968Z Need to get 801 kB of archives.
2025-08-20T22:41:52.6270299Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:41:52.8388626Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:41:52.8389235Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:41:53.0163046Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:41:53.3109104Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:41:53.4040154Z 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-20T22:41:53.4911759Z 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-20T22:41:53.6640848Z 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-20T22:41:53.7490553Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:41:53.8385423Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:41:54.1369298Z Fetched 801 kB in 2s (511 kB/s)
2025-08-20T22:41:54.1719000Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:41:54.1755930Z (Reading database ... 
2025-08-20T22:41:54.1756248Z (Reading database ... 5%
2025-08-20T22:41:54.1756449Z (Reading database ... 10%
2025-08-20T22:41:54.1756650Z (Reading database ... 15%
2025-08-20T22:41:54.1756843Z (Reading database ... 20%
2025-08-20T22:41:54.1757037Z (Reading database ... 25%
2025-08-20T22:41:54.1757231Z (Reading database ... 30%
2025-08-20T22:41:54.1757426Z (Reading database ... 35%
2025-08-20T22:41:54.1757618Z (Reading database ... 40%
2025-08-20T22:41:54.1757808Z (Reading database ... 45%
2025-08-20T22:41:54.1758004Z (Reading database ... 50%
2025-08-20T22:41:54.1784211Z (Reading database ... 55%
2025-08-20T22:41:54.1886654Z (Reading database ... 60%
2025-08-20T22:41:54.1933474Z (Reading database ... 65%
2025-08-20T22:41:54.1953076Z (Reading database ... 70%
2025-08-20T22:41:54.1984745Z (Reading database ... 75%
2025-08-20T22:41:54.2129803Z (Reading database ... 80%
2025-08-20T22:41:54.2218112Z (Reading database ... 85%
2025-08-20T22:41:54.2261053Z (Reading database ... 90%
2025-08-20T22:41:54.2392723Z (Reading database ... 95%
2025-08-20T22:41:54.2393027Z (Reading database ... 100%
2025-08-20T22:41:54.2393326Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:41:54.2438243Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:41:54.2544444Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:41:54.3091352Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:41:54.3272571Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:41:54.3324243Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:41:54.3842335Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:41:54.4028324Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:41:54.4087311Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:41:54.4873883Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:41:54.5089836Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:41:54.5142703Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:41:54.5659222Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:41:54.5875711Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:41:54.5933508Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:41:54.6422164Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:41:54.6630808Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:41:54.6698474Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:41:54.7213519Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:41:54.7416257Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:41:54.7522702Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:41:54.8009702Z Selecting previously unselected package lzma.
2025-08-20T22:41:54.8207591Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:41:54.8262292Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:41:54.8826719Z Selecting previously unselected package lzma-dev.
2025-08-20T22:41:54.9014511Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:41:54.9075904Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:41:54.9778811Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:41:54.9941926Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:41:55.0104957Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:41:55.0247210Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:41:55.0390951Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:41:55.0524597Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:41:55.0647823Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:41:55.0830674Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:41:55.1082022Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:41:55.1246121Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:41:55.1410499Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:41:55.1667611Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:41:56.6500314Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:41:58.1314065Z Reading package lists...
2025-08-20T22:41:58.3963724Z Building dependency tree...
2025-08-20T22:41:58.3973525Z Reading state information...
2025-08-20T22:41:58.7476723Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:41:58.7477187Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:41:58.7477512Z inetutils-telnet set to manually installed.
2025-08-20T22:41:58.7477812Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:41:58.7478140Z The following additional packages will be installed:
2025-08-20T22:41:58.7478404Z   tcpd update-inetd
2025-08-20T22:41:58.7653511Z The following packages will be REMOVED:
2025-08-20T22:41:58.7661130Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:41:58.7662529Z The following NEW packages will be installed:
2025-08-20T22:41:58.7662906Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:41:58.7663313Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:41:58.7671327Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:41:59.0437831Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:41:59.0438510Z Need to get 691 kB of archives.
2025-08-20T22:41:59.0438787Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:41:59.0439298Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:41:59.3217226Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:41:59.4283991Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:41:59.5347117Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:41:59.6603354Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:41:59.8210257Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:41:59.9508035Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:42:00.0718482Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:42:00.1825846Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:42:00.2862952Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:42:00.4057295Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:42:00.6267938Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:42:00.9076022Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:42:01.1888557Z Preconfiguring packages ...
2025-08-20T22:42:01.2910309Z Fetched 691 kB in 2s (319 kB/s)
2025-08-20T22:42:01.3120792Z (Reading database ... 
2025-08-20T22:42:01.3121087Z (Reading database ... 5%
2025-08-20T22:42:01.3121291Z (Reading database ... 10%
2025-08-20T22:42:01.3121488Z (Reading database ... 15%
2025-08-20T22:42:01.3121689Z (Reading database ... 20%
2025-08-20T22:42:01.3121883Z (Reading database ... 25%
2025-08-20T22:42:01.3122076Z (Reading database ... 30%
2025-08-20T22:42:01.3122268Z (Reading database ... 35%
2025-08-20T22:42:01.3122480Z (Reading database ... 40%
2025-08-20T22:42:01.3122667Z (Reading database ... 45%
2025-08-20T22:42:01.3122856Z (Reading database ... 50%
2025-08-20T22:42:01.3144036Z (Reading database ... 55%
2025-08-20T22:42:01.3237959Z (Reading database ... 60%
2025-08-20T22:42:01.3281279Z (Reading database ... 65%
2025-08-20T22:42:01.3299739Z (Reading database ... 70%
2025-08-20T22:42:01.3328906Z (Reading database ... 75%
2025-08-20T22:42:01.3465094Z (Reading database ... 80%
2025-08-20T22:42:01.3546613Z (Reading database ... 85%
2025-08-20T22:42:01.3590450Z (Reading database ... 90%
2025-08-20T22:42:01.3712265Z (Reading database ... 95%
2025-08-20T22:42:01.3712504Z (Reading database ... 100%
2025-08-20T22:42:01.3712803Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:42:01.3757030Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:42:01.4298976Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:42:01.4913110Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:42:01.8510086Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:42:01.8546268Z (Reading database ... 
2025-08-20T22:42:01.8546479Z (Reading database ... 5%
2025-08-20T22:42:01.8546682Z (Reading database ... 10%
2025-08-20T22:42:01.8546885Z (Reading database ... 15%
2025-08-20T22:42:01.8547096Z (Reading database ... 20%
2025-08-20T22:42:01.8547291Z (Reading database ... 25%
2025-08-20T22:42:01.8547483Z (Reading database ... 30%
2025-08-20T22:42:01.8547679Z (Reading database ... 35%
2025-08-20T22:42:01.8547875Z (Reading database ... 40%
2025-08-20T22:42:01.8548519Z (Reading database ... 45%
2025-08-20T22:42:01.8548750Z (Reading database ... 50%
2025-08-20T22:42:01.8570955Z (Reading database ... 55%
2025-08-20T22:42:01.8668001Z (Reading database ... 60%
2025-08-20T22:42:01.8712942Z (Reading database ... 65%
2025-08-20T22:42:01.8732320Z (Reading database ... 70%
2025-08-20T22:42:01.8761865Z (Reading database ... 75%
2025-08-20T22:42:01.8895669Z (Reading database ... 80%
2025-08-20T22:42:01.8976824Z (Reading database ... 85%
2025-08-20T22:42:01.9020272Z (Reading database ... 90%
2025-08-20T22:42:01.9138023Z (Reading database ... 95%
2025-08-20T22:42:01.9138240Z (Reading database ... 100%
2025-08-20T22:42:01.9138543Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:42:01.9181757Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:01.9270518Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:01.9755937Z Selecting previously unselected package tcpd.
2025-08-20T22:42:01.9936182Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:42:02.0003516Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:42:02.0633522Z Selecting previously unselected package update-inetd.
2025-08-20T22:42:02.0846395Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:42:02.0903485Z Unpacking update-inetd (4.53) ...
2025-08-20T22:42:02.1535521Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:42:02.1745492Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.1871537Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.2395709Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:42:02.2608285Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.2662956Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.3236399Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:42:02.3442895Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.3501644Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.4054636Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:42:02.4236637Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.4293666Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.4892917Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:42:02.5078863Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.5137960Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.5674461Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:42:02.5855741Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.5908307Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.6461836Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:42:02.6669180Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.6723446Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.7234390Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:42:02.7441692Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.7583900Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.8126759Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:42:02.8336640Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:42:02.8393374Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:42:02.8959317Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:42:02.9165619Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:42:02.9225487Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:42:02.9933041Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:42:03.0183184Z Setting up update-inetd (4.53) ...
2025-08-20T22:42:03.1080790Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:42:03.1204380Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:42:03.1328111Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:03.4700245Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:42:03.4700734Z 
2025-08-20T22:42:03.4700847Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:42:03.4701030Z 
2025-08-20T22:42:03.4701438Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:42:03.4701796Z 
2025-08-20T22:42:03.4702295Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:42:03.4702773Z 
2025-08-20T22:42:03.7215433Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:42:03.7433070Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:42:03.7564791Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:42:03.7655956Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:42:03.7817993Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:42:03.7971134Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:42:03.8133757Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:04.1437184Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:42:04.1437588Z 
2025-08-20T22:42:04.1438082Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:42:04.1438551Z 
2025-08-20T22:42:04.3847611Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:04.4954247Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:04.5862193Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:42:04.6596886Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:42:07.9281652Z Reading package lists...
2025-08-20T22:42:08.1881960Z Building dependency tree...
2025-08-20T22:42:08.1891686Z Reading state information...
2025-08-20T22:42:08.5848875Z The following packages will be REMOVED:
2025-08-20T22:42:08.5859186Z   inetutils-ping
2025-08-20T22:42:08.5860968Z The following NEW packages will be installed:
2025-08-20T22:42:08.5870179Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:42:08.5876022Z The following packages will be upgraded:
2025-08-20T22:42:08.5883945Z   iputils-tracepath
2025-08-20T22:42:08.6430077Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:42:08.6430478Z Need to get 84.5 kB of archives.
2025-08-20T22:42:08.6430779Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:42:08.6431369Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:42:08.6907372Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:42:08.7089781Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:42:08.7271928Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:42:09.0565678Z Fetched 84.5 kB in 0s (648 kB/s)
2025-08-20T22:42:09.0780239Z (Reading database ... 
2025-08-20T22:42:09.0780518Z (Reading database ... 5%
2025-08-20T22:42:09.0780722Z (Reading database ... 10%
2025-08-20T22:42:09.0780920Z (Reading database ... 15%
2025-08-20T22:42:09.0781111Z (Reading database ... 20%
2025-08-20T22:42:09.0781302Z (Reading database ... 25%
2025-08-20T22:42:09.0781496Z (Reading database ... 30%
2025-08-20T22:42:09.0782135Z (Reading database ... 35%
2025-08-20T22:42:09.0782363Z (Reading database ... 40%
2025-08-20T22:42:09.0782556Z (Reading database ... 45%
2025-08-20T22:42:09.0782746Z (Reading database ... 50%
2025-08-20T22:42:09.0810123Z (Reading database ... 55%
2025-08-20T22:42:09.0920347Z (Reading database ... 60%
2025-08-20T22:42:09.0974448Z (Reading database ... 65%
2025-08-20T22:42:09.0996381Z (Reading database ... 70%
2025-08-20T22:42:09.1030689Z (Reading database ... 75%
2025-08-20T22:42:09.1196055Z (Reading database ... 80%
2025-08-20T22:42:09.1299023Z (Reading database ... 85%
2025-08-20T22:42:09.1350459Z (Reading database ... 90%
2025-08-20T22:42:09.1495470Z (Reading database ... 95%
2025-08-20T22:42:09.1495681Z (Reading database ... 100%
2025-08-20T22:42:09.1495971Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:42:09.1543571Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:42:09.2468572Z Selecting previously unselected package iputils-ping.
2025-08-20T22:42:09.2505813Z (Reading database ... 
2025-08-20T22:42:09.2506042Z (Reading database ... 5%
2025-08-20T22:42:09.2506245Z (Reading database ... 10%
2025-08-20T22:42:09.2506440Z (Reading database ... 15%
2025-08-20T22:42:09.2506631Z (Reading database ... 20%
2025-08-20T22:42:09.2508690Z (Reading database ... 25%
2025-08-20T22:42:09.2509388Z (Reading database ... 30%
2025-08-20T22:42:09.2509765Z (Reading database ... 35%
2025-08-20T22:42:09.2510358Z (Reading database ... 40%
2025-08-20T22:42:09.2510553Z (Reading database ... 45%
2025-08-20T22:42:09.2510748Z (Reading database ... 50%
2025-08-20T22:42:09.2532600Z (Reading database ... 55%
2025-08-20T22:42:09.2629957Z (Reading database ... 60%
2025-08-20T22:42:09.2673918Z (Reading database ... 65%
2025-08-20T22:42:09.2693162Z (Reading database ... 70%
2025-08-20T22:42:09.2723668Z (Reading database ... 75%
2025-08-20T22:42:09.2868206Z (Reading database ... 80%
2025-08-20T22:42:09.2956541Z (Reading database ... 85%
2025-08-20T22:42:09.2999944Z (Reading database ... 90%
2025-08-20T22:42:09.3125212Z (Reading database ... 95%
2025-08-20T22:42:09.3125845Z (Reading database ... 100%
2025-08-20T22:42:09.3126202Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:42:09.3171749Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:42:09.3232378Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:42:09.3973235Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:42:09.4178537Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:42:09.4773834Z Selecting previously unselected package iputils-arping.
2025-08-20T22:42:09.4971486Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:42:09.5028929Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:42:09.5499059Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:42:09.5683021Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:42:09.5767121Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:42:09.6491217Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:42:09.6848965Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:42:09.7145379Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:42:09.7420937Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:42:09.7610095Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:42:12.8208592Z Reading package lists...
2025-08-20T22:42:13.0792047Z Building dependency tree...
2025-08-20T22:42:13.0801916Z Reading state information...
2025-08-20T22:42:13.4061914Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:42:13.4434375Z The following packages will be upgraded:
2025-08-20T22:42:13.4434721Z   python3-pip python3-pip-whl
2025-08-20T22:42:13.4714190Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:42:13.5327962Z Need to get 3020 kB of archives.
2025-08-20T22:42:13.5328363Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:42:13.5328944Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:42:13.6616250Z 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-20T22:42:13.9767449Z Fetched 3020 kB in 0s (15.4 MB/s)
2025-08-20T22:42:14.0153407Z (Reading database ... 
2025-08-20T22:42:14.0153684Z (Reading database ... 5%
2025-08-20T22:42:14.0153886Z (Reading database ... 10%
2025-08-20T22:42:14.0154090Z (Reading database ... 15%
2025-08-20T22:42:14.0154288Z (Reading database ... 20%
2025-08-20T22:42:14.0154494Z (Reading database ... 25%
2025-08-20T22:42:14.0154691Z (Reading database ... 30%
2025-08-20T22:42:14.0154880Z (Reading database ... 35%
2025-08-20T22:42:14.0155111Z (Reading database ... 40%
2025-08-20T22:42:14.0155305Z (Reading database ... 45%
2025-08-20T22:42:14.0155501Z (Reading database ... 50%
2025-08-20T22:42:14.0179839Z (Reading database ... 55%
2025-08-20T22:42:14.0279371Z (Reading database ... 60%
2025-08-20T22:42:14.0325096Z (Reading database ... 65%
2025-08-20T22:42:14.0345330Z (Reading database ... 70%
2025-08-20T22:42:14.0378586Z (Reading database ... 75%
2025-08-20T22:42:14.0527287Z (Reading database ... 80%
2025-08-20T22:42:14.0624959Z (Reading database ... 85%
2025-08-20T22:42:14.0670941Z (Reading database ... 90%
2025-08-20T22:42:14.0801686Z (Reading database ... 95%
2025-08-20T22:42:14.0801937Z (Reading database ... 100%
2025-08-20T22:42:14.0802229Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:42:14.0848604Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:42:14.2707833Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:42:14.4250461Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:42:14.4405834Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:42:14.5305074Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:42:14.5471129Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:42:15.5063137Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:42:18.6990219Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:42:18.9918879Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:42:19.8863964Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:42:20.0092560Z Collecting pip
2025-08-20T22:42:20.0572259Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:42:20.0747037Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:42:20.1887914Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.8 MB/s eta 0:00:00
2025-08-20T22:42:20.4558847Z Installing collected packages: pip
2025-08-20T22:42:21.1358979Z Successfully installed pip-25.2
2025-08-20T22:42:21.3548475Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:42:21.4045550Z Reading package lists...
2025-08-20T22:42:21.6800600Z Building dependency tree...
2025-08-20T22:42:21.6810360Z Reading state information...
2025-08-20T22:42:22.0680762Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:42:22.0681136Z pciutils set to manually installed.
2025-08-20T22:42:22.0681418Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:42:22.0681747Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:42:22.0682035Z python3-distro set to manually installed.
2025-08-20T22:42:22.0682353Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:42:22.0682682Z python3-netifaces set to manually installed.
2025-08-20T22:42:22.0683393Z The following additional packages will be installed:
2025-08-20T22:42:22.0683710Z   libsysfs2
2025-08-20T22:42:22.0693109Z Suggested packages:
2025-08-20T22:42:22.0693321Z   fancontrol read-edid i2c-tools
2025-08-20T22:42:22.1032665Z The following NEW packages will be installed:
2025-08-20T22:42:22.1035386Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:42:22.1281902Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:42:22.1856378Z Need to get 133 kB of archives.
2025-08-20T22:42:22.1856765Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:42:22.1857279Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:42:22.2193650Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:42:22.2431420Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:42:22.2845551Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:42:22.5917278Z Fetched 133 kB in 0s (926 kB/s)
2025-08-20T22:42:22.6331298Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:42:22.6368661Z (Reading database ... 
2025-08-20T22:42:22.6369790Z (Reading database ... 5%
2025-08-20T22:42:22.6370018Z (Reading database ... 10%
2025-08-20T22:42:22.6370589Z (Reading database ... 15%
2025-08-20T22:42:22.6370784Z (Reading database ... 20%
2025-08-20T22:42:22.6370976Z (Reading database ... 25%
2025-08-20T22:42:22.6371168Z (Reading database ... 30%
2025-08-20T22:42:22.6371357Z (Reading database ... 35%
2025-08-20T22:42:22.6371566Z (Reading database ... 40%
2025-08-20T22:42:22.6371757Z (Reading database ... 45%
2025-08-20T22:42:22.6371944Z (Reading database ... 50%
2025-08-20T22:42:22.6395767Z (Reading database ... 55%
2025-08-20T22:42:22.6495365Z (Reading database ... 60%
2025-08-20T22:42:22.6540319Z (Reading database ... 65%
2025-08-20T22:42:22.6559951Z (Reading database ... 70%
2025-08-20T22:42:22.6591520Z (Reading database ... 75%
2025-08-20T22:42:22.6737699Z (Reading database ... 80%
2025-08-20T22:42:22.6831547Z (Reading database ... 85%
2025-08-20T22:42:22.6878468Z (Reading database ... 90%
2025-08-20T22:42:22.7014168Z (Reading database ... 95%
2025-08-20T22:42:22.7014439Z (Reading database ... 100%
2025-08-20T22:42:22.7014737Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:42:22.7061379Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:42:22.7168278Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:42:22.7838024Z Selecting previously unselected package sysfsutils.
2025-08-20T22:42:22.8027992Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:42:22.8118661Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:42:22.8818047Z Selecting previously unselected package lm-sensors.
2025-08-20T22:42:22.9011869Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:42:22.9348289Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:42:22.9856651Z Selecting previously unselected package virt-what.
2025-08-20T22:42:23.0077156Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:42:23.0134016Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:42:23.0838525Z Setting up virt-what (1.25-2) ...
2025-08-20T22:42:23.0998095Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:42:23.1162268Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:42:23.4511334Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:42:23.4511746Z 
2025-08-20T22:42:23.4512232Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:42:23.4512674Z 
2025-08-20T22:42:23.7079728Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:42:24.0255341Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:42:24.0255873Z 
2025-08-20T22:42:24.0352459Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:42:25.6876039Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:42:27.1386388Z Reading package lists...
2025-08-20T22:42:27.4212625Z Building dependency tree...
2025-08-20T22:42:27.4222323Z Reading state information...
2025-08-20T22:42:27.8508912Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:42:27.8509302Z The following additional packages will be installed:
2025-08-20T22:42:27.8513406Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:42:27.8513756Z   xorg-sgml-doctools
2025-08-20T22:42:27.8523015Z Suggested packages:
2025-08-20T22:42:27.8523232Z   libxcb-doc
2025-08-20T22:42:27.8728910Z The following NEW packages will be installed:
2025-08-20T22:42:27.8731281Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:42:27.8735096Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:42:27.8735459Z   xcb xorg-sgml-doctools
2025-08-20T22:42:27.9324767Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:42:27.9325716Z Need to get 816 kB of archives.
2025-08-20T22:42:27.9326063Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:42:27.9327080Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:42:27.9490063Z 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-20T22:42:27.9661036Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:42:28.0607122Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:42:28.0768521Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:42:28.0932933Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:42:28.1103415Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:42:28.1267638Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:42:28.1433281Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:42:28.1597419Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:42:28.1759754Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:42:28.4875225Z Fetched 816 kB in 0s (2807 kB/s)
2025-08-20T22:42:28.5162130Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:42:28.5199302Z (Reading database ... 
2025-08-20T22:42:28.5199714Z (Reading database ... 5%
2025-08-20T22:42:28.5199921Z (Reading database ... 10%
2025-08-20T22:42:28.5200143Z (Reading database ... 15%
2025-08-20T22:42:28.5200336Z (Reading database ... 20%
2025-08-20T22:42:28.5200525Z (Reading database ... 25%
2025-08-20T22:42:28.5200722Z (Reading database ... 30%
2025-08-20T22:42:28.5201039Z (Reading database ... 35%
2025-08-20T22:42:28.5201266Z (Reading database ... 40%
2025-08-20T22:42:28.5201461Z (Reading database ... 45%
2025-08-20T22:42:28.5201655Z (Reading database ... 50%
2025-08-20T22:42:28.5225886Z (Reading database ... 55%
2025-08-20T22:42:28.5325805Z (Reading database ... 60%
2025-08-20T22:42:28.5372098Z (Reading database ... 65%
2025-08-20T22:42:28.5391493Z (Reading database ... 70%
2025-08-20T22:42:28.5422330Z (Reading database ... 75%
2025-08-20T22:42:28.5569112Z (Reading database ... 80%
2025-08-20T22:42:28.5665044Z (Reading database ... 85%
2025-08-20T22:42:28.5714923Z (Reading database ... 90%
2025-08-20T22:42:28.5851002Z (Reading database ... 95%
2025-08-20T22:42:28.5851240Z (Reading database ... 100%
2025-08-20T22:42:28.5851529Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:42:28.5899698Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:42:28.5954555Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:42:28.6427887Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:42:28.6624694Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:42:28.6680208Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:42:28.7255183Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:42:28.7468796Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:42:28.7536219Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:42:28.8129583Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:42:28.8347545Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:42:28.8476380Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:42:28.9012270Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:42:28.9221301Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:42:28.9277558Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:42:28.9732817Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:42:28.9918839Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:42:28.9973043Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:29.0467929Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:42:29.0659916Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:42:29.0713311Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:29.1268135Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:42:29.1459087Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:42:29.1574927Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:29.2028607Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:42:29.2223240Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:42:29.2303781Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:29.2754062Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:42:29.2972462Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:42:29.3030400Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:29.3566826Z Selecting previously unselected package xcb.
2025-08-20T22:42:29.3778035Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:42:29.3905280Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:42:29.4789328Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:29.4948551Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:42:29.5095764Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:42:29.5321610Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:42:29.5549845Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:42:29.5809675Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:42:31.1346512Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:42:31.1573093Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:42:31.1728214Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:42:31.1896281Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:42:31.2061178Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:31.2299808Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:31.2449108Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:31.2620485Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:42:32.9647532Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:42:33.6066427Z Collecting build
2025-08-20T22:42:33.6526123Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:42:33.7512438Z Collecting cffi
2025-08-20T22:42:33.7598177Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:42:33.7880838Z Collecting scons
2025-08-20T22:42:33.7953914Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:42:33.8238215Z Collecting scuba
2025-08-20T22:42:33.8319072Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:42:33.8854072Z Collecting pytest
2025-08-20T22:42:33.8929413Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:42:33.9245609Z Collecting packaging>=19.1 (from build)
2025-08-20T22:42:33.9317148Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:42:33.9569646Z Collecting pyproject_hooks (from build)
2025-08-20T22:42:33.9641239Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:42:33.9899986Z Collecting pycparser (from cffi)
2025-08-20T22:42:33.9973235Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:42:34.0394483Z Collecting PyYAML (from scuba)
2025-08-20T22:42:34.0479912Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:42:34.0787767Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:42:34.0859004Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:42:34.1215687Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:42:34.1290451Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:42:34.1615307Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:42:34.1685648Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:42:34.1908549Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:42:34.2058761Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:42:34.2428949Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:42:34.2763031Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 126.3 MB/s  0:00:00
2025-08-20T22:42:34.2842982Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:42:34.3008974Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:42:34.3266975Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:42:34.3423126Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:42:34.3566800Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:42:34.3725699Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:42:34.4070859Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 30.1 MB/s  0:00:00
2025-08-20T22:42:34.4144650Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:42:34.4298542Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:42:34.4439108Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:42:34.4605431Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 36.3 MB/s  0:00:00
2025-08-20T22:42:34.5589032Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:42:36.1658329Z 
2025-08-20T22:42:36.1696011Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:42:36.4699089Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:42:36.8814451Z Collecting ansi2txt
2025-08-20T22:42:36.9279296Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:42:36.9635899Z Collecting pipx
2025-08-20T22:42:36.9707721Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:42:37.0009868Z Collecting scons
2025-08-20T22:42:37.0021235Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:42:37.0192638Z Collecting py2static
2025-08-20T22:42:37.0276622Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:42:37.0604631Z Collecting typer
2025-08-20T22:42:37.0675351Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:42:37.1079615Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:42:37.1152978Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:42:37.1425724Z Collecting packaging>=20 (from pipx)
2025-08-20T22:42:37.1436813Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:42:37.1683248Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:42:37.1756062Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:42:37.2047890Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:42:37.2119644Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:42:37.2626212Z Collecting pyinstaller (from py2static)
2025-08-20T22:42:37.2716140Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:42:37.3002252Z Collecting staticx (from py2static)
2025-08-20T22:42:37.3087385Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:42:37.3405928Z   Preparing metadata (setup.py): started
2025-08-20T22:42:37.7807977Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:42:37.8087094Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:42:37.8156623Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:42:37.8584525Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:42:37.8655005Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:42:37.8926342Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:42:37.8997264Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:42:37.9446238Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:42:37.9517288Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:42:37.9876909Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:42:37.9956824Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:42:38.0320465Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:42:38.0333505Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:42:38.0524843Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:42:38.0595394Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:42:38.1693196Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:42:38.1765879Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:42:38.2117780Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:42:38.2187828Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:42:38.2548920Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:42:38.2645755Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:42:38.2964771Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:42:38.3049901Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:42:38.3231552Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:42:38.3380880Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:42:38.4601763Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:42:38.4717210Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:42:38.5026721Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:42:38.5178663Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:42:38.5336217Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:42:38.5446690Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:42:38.5517763Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:42:38.5668119Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:42:38.5823551Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:42:38.5901024Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:42:38.6059232Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:42:38.6208012Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:42:38.6347624Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:42:38.6497880Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:42:38.6692773Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:42:38.6875122Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 29.9 MB/s  0:00:00
2025-08-20T22:42:38.6950428Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:42:38.7206351Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:42:38.7407628Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 52.3 MB/s  0:00:00
2025-08-20T22:42:38.7477803Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:42:38.7643845Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:42:38.8059216Z Building wheels for collected packages: staticx
2025-08-20T22:42:38.8065824Z   Building wheel for staticx (setup.py): started
2025-08-20T22:42:47.7069278Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:42:47.7079192Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790696 sha256=5a9086788cfd1041535f3dcbae096dc09a2d12ffb63872f442e0dc3e242727c3
2025-08-20T22:42:47.7080197Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:42:47.7098464Z Successfully built staticx
2025-08-20T22:42:47.8064454Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:42:48.6107721Z   Attempting uninstall: scons
2025-08-20T22:42:48.6181694Z     Found existing installation: SCons 4.9.1
2025-08-20T22:42:48.6473647Z     Uninstalling SCons-4.9.1:
2025-08-20T22:42:48.6536038Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:42:49.1456269Z   Attempting uninstall: pygments
2025-08-20T22:42:49.1537434Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:42:49.1705583Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:42:49.1729576Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:42:49.7756353Z   Attempting uninstall: packaging
2025-08-20T22:42:49.7827927Z     Found existing installation: packaging 25.0
2025-08-20T22:42:49.7847840Z     Uninstalling packaging-25.0:
2025-08-20T22:42:49.7853767Z       Successfully uninstalled packaging-25.0
2025-08-20T22:42:50.6890903Z 
2025-08-20T22:42:50.6933583Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:42:50.9964673Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:42:51.1634488Z Collecting build
2025-08-20T22:42:51.1635248Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:42:51.2350316Z Collecting cffi
2025-08-20T22:42:51.2360534Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:42:51.2518529Z Collecting scons
2025-08-20T22:42:51.2529117Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:42:51.2694116Z Collecting scuba
2025-08-20T22:42:51.2704238Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:42:51.3161075Z Collecting pytest
2025-08-20T22:42:51.3171360Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:42:51.3377363Z Collecting packaging>=19.1 (from build)
2025-08-20T22:42:51.3387884Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:42:51.3527265Z Collecting pyproject_hooks (from build)
2025-08-20T22:42:51.3537134Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:42:51.3713169Z Collecting pycparser (from cffi)
2025-08-20T22:42:51.3723395Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:42:51.4015432Z Collecting PyYAML (from scuba)
2025-08-20T22:42:51.4031404Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:42:51.4174369Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:42:51.4184545Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:42:51.4406418Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:42:51.4416789Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:42:51.4627770Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:42:51.4638458Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:42:51.4691433Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:42:51.4699864Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:42:51.4712055Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:42:51.4745001Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:42:51.4754425Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:42:51.4765310Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:42:51.4774212Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:42:51.4782449Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:42:51.4791039Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:42:51.4808224Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:42:51.4817163Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:42:51.4825673Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:42:51.5873190Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:42:51.5877549Z   Attempting uninstall: scons
2025-08-20T22:42:51.5950526Z     Found existing installation: SCons 4.9.1
2025-08-20T22:42:51.6237980Z     Uninstalling SCons-4.9.1:
2025-08-20T22:42:51.6301315Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:42:52.1182409Z   Attempting uninstall: PyYAML
2025-08-20T22:42:52.1251434Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:42:52.1271744Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:42:52.1278105Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:42:52.1811776Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:42:52.1882306Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:42:52.1895487Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:42:52.1900391Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:42:52.2036150Z   Attempting uninstall: pygments
2025-08-20T22:42:52.2104586Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:42:52.2262433Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:42:52.2285340Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:42:52.8014184Z   Attempting uninstall: pycparser
2025-08-20T22:42:52.8084735Z     Found existing installation: pycparser 2.22
2025-08-20T22:42:52.8104254Z     Uninstalling pycparser-2.22:
2025-08-20T22:42:52.8109784Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:42:52.9284922Z   Attempting uninstall: pluggy
2025-08-20T22:42:52.9357469Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:42:52.9373613Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:42:52.9378855Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:42:52.9614951Z   Attempting uninstall: packaging
2025-08-20T22:42:52.9688906Z     Found existing installation: packaging 25.0
2025-08-20T22:42:52.9708233Z     Uninstalling packaging-25.0:
2025-08-20T22:42:52.9714175Z       Successfully uninstalled packaging-25.0
2025-08-20T22:42:53.0140137Z   Attempting uninstall: iniconfig
2025-08-20T22:42:53.0213653Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:42:53.0226706Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:42:53.0231868Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:42:53.0365706Z   Attempting uninstall: scuba
2025-08-20T22:42:53.0435683Z     Found existing installation: scuba 2.14.1
2025-08-20T22:42:53.0452998Z     Uninstalling scuba-2.14.1:
2025-08-20T22:42:53.0460208Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:42:53.0685447Z   Attempting uninstall: pytest
2025-08-20T22:42:53.0760622Z     Found existing installation: pytest 8.4.1
2025-08-20T22:42:53.0808152Z     Uninstalling pytest-8.4.1:
2025-08-20T22:42:53.1010675Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:42:53.3067177Z   Attempting uninstall: cffi
2025-08-20T22:42:53.3138097Z     Found existing installation: cffi 1.17.1
2025-08-20T22:42:53.3157445Z     Uninstalling cffi-1.17.1:
2025-08-20T22:42:53.3353471Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:42:53.4025057Z   Attempting uninstall: build
2025-08-20T22:42:53.4097684Z     Found existing installation: build 1.3.0
2025-08-20T22:42:53.4116815Z     Uninstalling build-1.3.0:
2025-08-20T22:42:53.4124699Z       Successfully uninstalled build-1.3.0
2025-08-20T22:42:53.4345224Z 
2025-08-20T22:42:53.4368623Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:42:53.7376158Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:42:53.9010873Z Collecting ansi2txt
2025-08-20T22:42:53.9022772Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:42:53.9259671Z Collecting pipx
2025-08-20T22:42:53.9273046Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:42:53.9458596Z Collecting scons
2025-08-20T22:42:53.9469403Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:42:53.9614395Z Collecting py2static
2025-08-20T22:42:53.9624200Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:42:53.9845630Z Collecting typer
2025-08-20T22:42:53.9855986Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:42:54.0117445Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:42:54.0128656Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:42:54.0351293Z Collecting packaging>=20 (from pipx)
2025-08-20T22:42:54.0362035Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:42:54.0575679Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:42:54.0586295Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:42:54.0756503Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:42:54.0765578Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:42:54.1107643Z Collecting pyinstaller (from py2static)
2025-08-20T22:42:54.1119532Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:42:54.1305502Z Collecting staticx (from py2static)
2025-08-20T22:42:54.1315659Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:42:54.1457458Z   Preparing metadata (setup.py): started
2025-08-20T22:42:54.3451132Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:42:54.3654872Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:42:54.3666115Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:42:54.3885318Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:42:54.3896010Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:42:54.4171108Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:42:54.4181443Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:42:54.4512924Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:42:54.4524274Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:42:54.4729815Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:42:54.4740283Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:42:54.4972847Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:42:54.4983481Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:42:54.5138419Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:42:54.5148803Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:42:54.6053364Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:42:54.6065085Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:42:54.6260338Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:42:54.6270649Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:42:54.6481153Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:42:54.6491121Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:42:54.6704534Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:42:54.6714855Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:42:54.6747538Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:42:54.6755779Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:42:54.6765264Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:42:54.6796553Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:42:54.6805291Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:42:54.6813917Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:42:54.6822880Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:42:54.6832193Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:42:54.6841223Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:42:54.6849897Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:42:54.6860338Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:42:54.6876338Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:42:54.6886513Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:42:54.6894388Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:42:54.6903168Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:42:54.6912072Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:42:54.6920814Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:42:54.6934221Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:42:54.6945497Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:42:54.6960338Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:42:54.6968000Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:42:54.7286233Z Building wheels for collected packages: staticx
2025-08-20T22:42:54.7291302Z   Building wheel for staticx (setup.py): started
2025-08-20T22:42:57.2907785Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:42:57.2919538Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790759 sha256=a117f406ee5a04436a3b506ccb4a851403052860e52e47619eeebfba9047d7be
2025-08-20T22:42:57.2920796Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:42:57.2940774Z Successfully built staticx
2025-08-20T22:42:57.3921256Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:42:57.3925132Z   Attempting uninstall: pyelftools
2025-08-20T22:42:57.3991326Z     Found existing installation: pyelftools 0.32
2025-08-20T22:42:57.4029739Z     Uninstalling pyelftools-0.32:
2025-08-20T22:42:57.4042110Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:42:57.5134258Z   Attempting uninstall: altgraph
2025-08-20T22:42:57.5206826Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:42:57.5225969Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:42:57.5231037Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:42:57.5413657Z   Attempting uninstall: typing-extensions
2025-08-20T22:42:57.5483450Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:42:57.5495464Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:42:57.5688357Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:42:57.5977536Z   Attempting uninstall: staticx
2025-08-20T22:42:57.6050931Z     Found existing installation: staticx 0.14.1
2025-08-20T22:42:57.6072174Z     Uninstalling staticx-0.14.1:
2025-08-20T22:42:57.6079734Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:42:57.6375329Z   Attempting uninstall: shellingham
2025-08-20T22:42:57.6445038Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:42:57.6460174Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:42:57.6465563Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:42:57.6603084Z   Attempting uninstall: setuptools
2025-08-20T22:42:57.6671609Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:42:57.6875569Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:42:57.7099269Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:42:58.3077588Z   Attempting uninstall: scons
2025-08-20T22:42:58.3162676Z     Found existing installation: SCons 4.9.1
2025-08-20T22:42:58.3461353Z     Uninstalling SCons-4.9.1:
2025-08-20T22:42:58.3523169Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:42:58.9108933Z   Attempting uninstall: pygments
2025-08-20T22:42:58.9179896Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:42:58.9342189Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:42:58.9365131Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:42:59.5418008Z   Attempting uninstall: platformdirs
2025-08-20T22:42:59.5497568Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:42:59.5515419Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:42:59.5523037Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:42:59.5745836Z   Attempting uninstall: packaging
2025-08-20T22:42:59.5819610Z     Found existing installation: packaging 25.0
2025-08-20T22:42:59.5839306Z     Uninstalling packaging-25.0:
2025-08-20T22:42:59.5845426Z       Successfully uninstalled packaging-25.0
2025-08-20T22:42:59.6256247Z   Attempting uninstall: mdurl
2025-08-20T22:42:59.6324631Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:42:59.6338369Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:42:59.6343674Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:42:59.6506309Z   Attempting uninstall: click
2025-08-20T22:42:59.6578371Z     Found existing installation: click 8.2.1
2025-08-20T22:42:59.6597435Z     Uninstalling click-8.2.1:
2025-08-20T22:42:59.6604492Z       Successfully uninstalled click-8.2.1
2025-08-20T22:42:59.7205898Z   Attempting uninstall: argcomplete
2025-08-20T22:42:59.7279902Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:42:59.7303533Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:42:59.7312687Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:42:59.7628509Z   Attempting uninstall: ansi2txt
2025-08-20T22:42:59.7702003Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:42:59.7716141Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:42:59.7914403Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:42:59.8040285Z   Attempting uninstall: userpath
2025-08-20T22:42:59.8114476Z     Found existing installation: userpath 1.9.2
2025-08-20T22:42:59.8131648Z     Uninstalling userpath-1.9.2:
2025-08-20T22:42:59.8138674Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:42:59.8329617Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:42:59.8404814Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:42:59.8714733Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:42:59.8755249Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:43:00.1574120Z   Attempting uninstall: markdown-it-py
2025-08-20T22:43:00.1646585Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:43:00.1696462Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:43:00.1708686Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:43:00.2334556Z   Attempting uninstall: rich
2025-08-20T22:43:00.2411226Z     Found existing installation: rich 14.1.0
2025-08-20T22:43:00.2457244Z     Uninstalling rich-14.1.0:
2025-08-20T22:43:00.2468793Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:43:00.4017134Z   Attempting uninstall: pyinstaller
2025-08-20T22:43:00.4089582Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:43:00.4353281Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:43:00.4391608Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:43:00.7087833Z   Attempting uninstall: pipx
2025-08-20T22:43:00.7166724Z     Found existing installation: pipx 1.7.1
2025-08-20T22:43:00.7210909Z     Uninstalling pipx-1.7.1:
2025-08-20T22:43:00.7220333Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:43:00.7754108Z   Attempting uninstall: typer
2025-08-20T22:43:00.7828303Z     Found existing installation: typer 0.16.1
2025-08-20T22:43:00.7852725Z     Uninstalling typer-0.16.1:
2025-08-20T22:43:00.7860713Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:43:00.8241270Z   Attempting uninstall: py2static
2025-08-20T22:43:00.8309029Z     Found existing installation: py2static 0.0.1
2025-08-20T22:43:00.8326674Z     Uninstalling py2static-0.0.1:
2025-08-20T22:43:00.8335429Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:43:00.8465569Z 
2025-08-20T22:43:00.8491138Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:43:01.1584525Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:43:01.2640746Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:43:01.2644906Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-pjk4bp6x
2025-08-20T22:43:01.2664810Z 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-pjk4bp6x
2025-08-20T22:43:02.4625179Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:43:02.4660688Z   Installing build dependencies: started
2025-08-20T22:43:03.1146389Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:43:03.1156658Z   Getting requirements to build wheel: started
2025-08-20T22:43:03.3848612Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:43:03.3859105Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:43:03.5606010Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:43:03.7101719Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:43:03.7114080Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:43:03.7415715Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:43:03.7426493Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:43:03.7624102Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:43:03.7635148Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:43:03.7844440Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:43:03.7855324Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:43:03.7896420Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:43:03.7906110Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:43:03.7918097Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:43:03.7933864Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:43:03.8045152Z Building wheels for collected packages: pyinstaller
2025-08-20T22:43:03.8052856Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:43:06.6443134Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:43:06.6466374Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=3227ee62180c5afe77d243c2c06d02365d48b287fd4e64979c886b7b2696258e
2025-08-20T22:43:06.6467336Z   Stored in directory: /tmp/pip-ephem-wheel-cache-uianu9nl/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:43:06.6506363Z Successfully built pyinstaller
2025-08-20T22:43:06.7293485Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:43:06.7298647Z   Attempting uninstall: altgraph
2025-08-20T22:43:06.7367977Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:43:06.7385351Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:43:06.7391662Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:43:06.7597969Z   Attempting uninstall: setuptools
2025-08-20T22:43:06.7667306Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:43:06.7872033Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:43:06.8097923Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:43:07.4047928Z   Attempting uninstall: packaging
2025-08-20T22:43:07.4128846Z     Found existing installation: packaging 25.0
2025-08-20T22:43:07.4148976Z     Uninstalling packaging-25.0:
2025-08-20T22:43:07.4154880Z       Successfully uninstalled packaging-25.0
2025-08-20T22:43:07.4586474Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:43:07.4662495Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:43:07.4965208Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:43:07.5004552Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:43:07.6978134Z   Attempting uninstall: pyinstaller
2025-08-20T22:43:07.7055318Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:43:07.7316571Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:43:07.7356031Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:43:08.0124850Z 
2025-08-20T22:43:08.0149395Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:43:08.2521615Z 6.15.0
2025-08-20T22:43:09.2804717Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:43:09.2814403Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:43:09.2814870Z 
2025-08-20T22:43:09.2815119Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:43:09.2815608Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:43:09.2816013Z installation.
2025-08-20T22:43:09.2816142Z 
2025-08-20T22:43:09.2816397Z If you installed the current Docker package using this script and are using it
2025-08-20T22:43:09.2816848Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:43:09.2817349Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:43:09.2817757Z files to match the parameters passed to the script.
2025-08-20T22:43:09.2817981Z 
2025-08-20T22:43:09.2818100Z You may press Ctrl+C now to abort this script.
2025-08-20T22:43:09.2985228Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:43:10.6167556Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:43:11.1902743Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:43:11.2021294Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:43:11.2996087Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:43:11.3012111Z + 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-20T22:43:11.3019326Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:43:12.6487832Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:43:23.5696184Z + sh -c 'docker version'
2025-08-20T22:43:23.5842295Z Client: Docker Engine - Community
2025-08-20T22:43:23.5842857Z  Version:           28.3.3
2025-08-20T22:43:23.5843110Z  API version:       1.51
2025-08-20T22:43:23.5843494Z  Go version:        go1.24.5
2025-08-20T22:43:23.5843747Z  Git commit:        980b856
2025-08-20T22:43:23.5843998Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:43:23.5844324Z  OS/Arch:           linux/arm64
2025-08-20T22:43:23.5844572Z  Context:           default
2025-08-20T22:43:23.5844711Z 
2025-08-20T22:43:23.5844846Z Server: Docker Engine - Community
2025-08-20T22:43:23.5845220Z  Engine:
2025-08-20T22:43:23.5845417Z   Version:          28.3.3
2025-08-20T22:43:23.5845739Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:43:23.5846040Z   Go version:       go1.24.5
2025-08-20T22:43:23.5846274Z   Git commit:       bea959c
2025-08-20T22:43:23.5846602Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:43:23.5846875Z   OS/Arch:          linux/arm64
2025-08-20T22:43:23.5847158Z   Experimental:     false
2025-08-20T22:43:23.5847401Z  containerd:
2025-08-20T22:43:23.5847607Z   Version:          1.7.27
2025-08-20T22:43:23.5847962Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:43:23.5848286Z  runc:
2025-08-20T22:43:23.5848485Z   Version:          1.2.5
2025-08-20T22:43:23.5848772Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:43:23.5849035Z  docker-init:
2025-08-20T22:43:23.5849243Z   Version:          0.19.0
2025-08-20T22:43:23.5849753Z   GitCommit:        de40ad0
2025-08-20T22:43:23.5864139Z 
2025-08-20T22:43:23.5864660Z ================================================================================
2025-08-20T22:43:23.5864940Z 
2025-08-20T22:43:23.5865600Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:43:23.5865995Z Docker daemon in rootless mode for your user:
2025-08-20T22:43:23.5866210Z 
2025-08-20T22:43:23.5866321Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:43:23.5866573Z 
2025-08-20T22:43:23.5866788Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:43:23.5867110Z 
2025-08-20T22:43:23.5867114Z 
2025-08-20T22:43:23.5867322Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:43:23.5867745Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:43:23.5868051Z 
2025-08-20T22:43:23.5868238Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:43:23.5868686Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:43:23.5869298Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:43:23.5869851Z 
2025-08-20T22:43:23.5869974Z ================================================================================
2025-08-20T22:43:23.5870183Z 
2025-08-20T22:43:34.6353567Z ● docker.service - Docker Application Container Engine
2025-08-20T22:43:34.6354113Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:43:34.6354795Z      Active: active (running) since Wed 2025-08-20 22:43:24 UTC; 10s ago
2025-08-20T22:43:34.6355640Z TriggeredBy: ● docker.socket
2025-08-20T22:43:34.6355977Z        Docs: https://docs.docker.com
2025-08-20T22:43:34.6356339Z    Main PID: 20527 (dockerd)
2025-08-20T22:43:34.6356586Z       Tasks: 10
2025-08-20T22:43:34.6356793Z      Memory: 21.3M (peak: 24.1M)
2025-08-20T22:43:34.6357090Z         CPU: 289ms
2025-08-20T22:43:34.6357350Z      CGroup: /system.slice/docker.service
2025-08-20T22:43:34.6360782Z              └─20527 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:43:34.6361176Z 
2025-08-20T22:43:34.6361536Z Aug 20 22:43:23 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:23.961775382Z" level=info msg="Loading containers: start."
2025-08-20T22:43:34.6362703Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.546642582Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 41194e4dfdee2f79b615160174f55fe5fba988af3a900cf738ae12a21c3ec5a5], retrying...."
2025-08-20T22:43:34.6363907Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.583393900Z" level=info msg="Loading containers: done."
2025-08-20T22:43:34.6365001Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598289535Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:43:34.6366324Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598407323Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:43:34.6367249Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598439284Z" level=info msg="Initializing buildkit"
2025-08-20T22:43:34.6367937Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.615102484Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:43:34.6368695Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.619045721Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:43:34.6369378Z Aug 20 22:43:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:43:34.6370215Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.619226991Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:43:34.6466574Z ● docker.service - Docker Application Container Engine
2025-08-20T22:43:34.6467922Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:43:34.6468697Z      Active: active (running) since Wed 2025-08-20 22:43:24 UTC; 10s ago
2025-08-20T22:43:34.6469241Z TriggeredBy: ● docker.socket
2025-08-20T22:43:34.6469773Z        Docs: https://docs.docker.com
2025-08-20T22:43:34.6470203Z    Main PID: 20527 (dockerd)
2025-08-20T22:43:34.6470452Z       Tasks: 10
2025-08-20T22:43:34.6470673Z      Memory: 21.3M (peak: 24.1M)
2025-08-20T22:43:34.6470996Z         CPU: 289ms
2025-08-20T22:43:34.6471233Z      CGroup: /system.slice/docker.service
2025-08-20T22:43:34.6471878Z              └─20527 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:43:34.6472214Z 
2025-08-20T22:43:34.6472512Z Aug 20 22:43:23 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:23.961775382Z" level=info msg="Loading containers: start."
2025-08-20T22:43:34.6473650Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.546642582Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 41194e4dfdee2f79b615160174f55fe5fba988af3a900cf738ae12a21c3ec5a5], retrying...."
2025-08-20T22:43:34.6474845Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.583393900Z" level=info msg="Loading containers: done."
2025-08-20T22:43:34.6475939Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598289535Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:43:34.6477508Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598407323Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:43:34.6478455Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598439284Z" level=info msg="Initializing buildkit"
2025-08-20T22:43:34.6479155Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.615102484Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:43:34.6481290Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.619045721Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:43:34.6481981Z Aug 20 22:43:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:43:34.6482667Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.619226991Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:43:34.6666264Z ● docker.service - Docker Application Container Engine
2025-08-20T22:43:34.6666813Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:43:34.6667478Z      Active: active (running) since Wed 2025-08-20 22:43:24 UTC; 10s ago
2025-08-20T22:43:34.6667961Z TriggeredBy: ● docker.socket
2025-08-20T22:43:34.6668296Z        Docs: https://docs.docker.com
2025-08-20T22:43:34.6668620Z    Main PID: 20527 (dockerd)
2025-08-20T22:43:34.6668898Z       Tasks: 10
2025-08-20T22:43:34.6669107Z      Memory: 21.3M (peak: 24.1M)
2025-08-20T22:43:34.6669408Z         CPU: 289ms
2025-08-20T22:43:34.6669887Z      CGroup: /system.slice/docker.service
2025-08-20T22:43:34.6670494Z              └─20527 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:43:34.6670800Z 
2025-08-20T22:43:34.6671143Z Aug 20 22:43:23 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:23.961775382Z" level=info msg="Loading containers: start."
2025-08-20T22:43:34.6672331Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.546642582Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 41194e4dfdee2f79b615160174f55fe5fba988af3a900cf738ae12a21c3ec5a5], retrying...."
2025-08-20T22:43:34.6673514Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.583393900Z" level=info msg="Loading containers: done."
2025-08-20T22:43:34.6675006Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598289535Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:43:34.6676307Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598407323Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:43:34.6677257Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.598439284Z" level=info msg="Initializing buildkit"
2025-08-20T22:43:34.6677947Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.615102484Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:43:34.6678708Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.619045721Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:43:34.6679416Z Aug 20 22:43:24 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:43:34.6681271Z Aug 20 22:43:24 runnervmdbl46 dockerd[20527]: time="2025-08-20T22:43:24.619226991Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:43:34.6776044Z Docker version 28.3.3, build 980b856
2025-08-20T22:43:34.6940408Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:43:34.9970160Z latest: Pulling from library/hello-world
2025-08-20T22:43:35.0895121Z 198f93fd5094: Pulling fs layer
2025-08-20T22:43:35.2281207Z 198f93fd5094: Verifying Checksum
2025-08-20T22:43:35.2559893Z 198f93fd5094: Download complete
2025-08-20T22:43:35.2560285Z 198f93fd5094: Pull complete
2025-08-20T22:43:35.2918249Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:43:35.2987421Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:43:35.8730922Z 
2025-08-20T22:43:35.8731898Z Hello from Docker!
2025-08-20T22:43:35.8732522Z This message shows that your installation appears to be working correctly.
2025-08-20T22:43:35.8732857Z 
2025-08-20T22:43:35.8733010Z To generate this message, Docker took the following steps:
2025-08-20T22:43:35.8733375Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:43:35.8733899Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:43:35.8734260Z     (arm64v8)
2025-08-20T22:43:35.8734585Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:43:35.8735093Z     executable that produces the output you are currently reading.
2025-08-20T22:43:35.8735551Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:43:35.8735976Z     to your terminal.
2025-08-20T22:43:35.8736117Z 
2025-08-20T22:43:35.8736319Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:43:35.8736695Z  $ docker run -it ubuntu bash
2025-08-20T22:43:35.8736838Z 
2025-08-20T22:43:35.8737073Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:43:35.8737449Z  https://hub.docker.com/
2025-08-20T22:43:35.8737595Z 
2025-08-20T22:43:35.8737733Z For more examples and ideas, visit:
2025-08-20T22:43:35.8738059Z  https://docs.docker.com/get-started/
2025-08-20T22:43:35.8738236Z 
2025-08-20T22:43:35.9989002Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:43:35.9990753Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:43:35.9991322Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:43:35.9991822Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:43:35.9992401Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:43:35.9992822Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:43:35.9993227Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:43:35.9993981Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:43:35.9994400Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:43:35.9994848Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:43:35.9995338Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:43:35.9995795Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:43:35.9996300Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:43:35.9996782Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:43:35.9997258Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:43:35.9997771Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:43:35.9998225Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:43:35.9998677Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:43:35.9999111Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:43:35.9999820Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:43:36.0000363Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:43:36.0000802Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:43:36.0001287Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:43:36.0001952Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:43:36.0002380Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:43:36.0002856Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:43:36.0003338Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:43:36.0003795Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:43:36.0004295Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:43:36.0004789Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:43:36.0005277Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:43:36.0005765Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:43:36.0006258Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:43:36.0006780Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:43:36.0007615Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:43:36.0008404Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:43:36.0009052Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:43:36.0010242Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:43:36.0010815Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:43:36.0011300Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:43:36.0011820Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:43:36.0012346Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:43:36.0012815Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:43:36.0013267Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:43:36.0013831Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:43:36.0014386Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:43:36.0014931Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:43:36.0015763Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:43:36.0016286Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:43:36.0016793Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:43:36.0017293Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:43:36.0017751Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:43:36.0018255Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:43:36.0018705Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:43:36.0019397Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:43:36.0020003Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:43:36.0020510Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:43:36.0020979Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:43:36.0021435Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:43:36.0022009Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:43:36.0022474Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:43:36.0023165Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:43:36.0023711Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:43:36.0024185Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:43:36.0024841Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:43:36.0087647Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:43:36.0088119Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:43:36.0088521Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:43:36.0088967Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:43:36.0089668Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:43:36.0090183Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:43:36.0090650Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:43:36.0091069Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:43:36.0091456Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:43:36.0091847Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:43:36.0092250Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:43:36.0092653Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:43:36.0093108Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:43:36.0093604Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:43:36.0094116Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:43:36.0094611Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:43:36.0095050Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:43:36.0095450Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:43:36.0095842Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:43:36.0096247Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:43:36.0097045Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:43:36.0097450Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:43:36.0097871Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:43:36.0098294Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:43:36.0098672Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:43:36.0099045Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:43:36.0099602Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:43:36.0100013Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:43:36.0100387Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:43:36.0100754Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:43:36.0101146Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:43:36.0101534Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:43:36.0101877Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:43:36.0102254Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:43:36.0102658Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:43:36.0103230Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:43:36.0103589Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:43:36.0103947Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:43:36.0104320Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:43:36.0104707Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:43:36.0105108Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:43:36.0105500Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:43:36.0105882Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:43:36.0106259Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:43:36.0106656Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:43:36.0107057Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:43:36.0107424Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:43:36.0107820Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:43:36.0108171Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:43:36.0108523Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:43:36.0108885Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:43:36.0109235Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:43:36.0109891Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:43:36.0110296Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:43:36.0110722Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:43:36.0111160Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:43:36.0111559Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:43:36.0111947Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:43:36.0112334Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:43:36.0112722Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:43:36.0113121Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:43:36.0113798Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:43:36.0114193Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:43:36.0114585Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:43:36.0114995Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:43:36.0115437Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:43:36.0115863Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:43:36.0116252Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:43:36.0116646Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:43:36.0117056Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:43:36.0117471Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:43:36.0117872Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:43:36.0118263Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:43:36.0118662Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:43:36.0119065Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:43:36.0119772Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:43:36.0120130Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:43:36.0120494Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:43:36.0120889Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:43:36.0121283Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:43:36.0121688Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:43:36.0122075Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:43:36.0122443Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:43:36.0122816Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:43:36.0123197Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:43:36.0123589Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:43:36.0124012Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:43:36.0124453Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:43:36.0124845Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:43:36.0125217Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:43:36.0125609Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:43:36.0126032Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:43:36.0126445Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:43:36.0126802Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:43:36.0127148Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:43:36.0127576Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:43:36.0128006Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:43:36.0128414Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:43:36.0128799Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:43:36.0129185Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:43:36.0129699Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:43:36.0130365Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:43:36.0130842Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:43:36.0131256Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:43:36.0131620Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:43:36.0131986Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:43:36.0132430Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:43:36.0132930Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:43:36.0133366Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:43:36.0133740Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:43:36.0134201Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:43:36.0134738Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:43:36.0135239Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:43:36.0135669Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:43:36.0136167Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:43:36.0136544Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:43:36.0136952Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:43:36.0137368Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:43:36.0137771Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:43:36.0138144Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:43:36.0138524Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:43:36.0138925Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:43:36.0139323Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:43:36.0139997Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:43:36.0140407Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:43:36.0140801Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:43:36.0141192Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:43:36.0141614Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:43:36.0142056Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:43:36.0142487Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:43:36.0142870Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:43:36.0143241Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:43:36.0143612Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:43:36.0143981Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:43:36.0144377Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:43:36.0144794Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:43:36.0145260Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:43:36.0145708Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:43:36.0146111Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:43:36.0146754Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:43:36.0147152Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:43:36.0147525Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:43:36.0147891Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:43:36.0148276Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:43:36.0148660Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:43:36.0149103Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:43:36.0149794Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:43:36.0150257Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:43:36.0150773Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:43:36.0151290Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:43:36.0151792Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:43:36.0152228Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:43:36.0152589Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:43:36.0153120Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:43:36.0153498Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:43:36.0153876Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:43:36.0154243Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:43:36.0154623Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:43:36.0155003Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:43:36.0155390Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:43:36.0155767Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:43:36.0156140Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:43:36.0156533Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:43:36.0156921Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:43:36.0157337Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:43:36.0157771Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:43:36.0158189Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:43:36.0158598Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:43:36.0158998Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:43:36.0159410Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:43:36.0159976Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:43:36.0160365Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:43:36.0160724Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:43:36.0161238Z 	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-20T22:43:36.0161758Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:43:36.0162130Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:43:36.0162597Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:43:36.0162970Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:43:36.0163599Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:43:36.0164050Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:43:36.0164475Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:43:36.0164900Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:43:36.0165304Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:43:36.0165755Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:43:36.0166179Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:43:36.0166590Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:43:36.0166987Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:43:36.0167415Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:43:36.0167903Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:43:36.0168395Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:43:36.0168839Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:43:36.0169248Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:43:36.0169961Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:43:36.0170440Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:43:36.0170926Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:43:36.0171334Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:43:36.0171769Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:43:36.0172224Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:43:36.0172630Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:43:36.0172992Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:43:36.0173340Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:43:36.0173711Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:43:36.0174096Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:43:36.0174459Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:43:36.0174815Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:43:36.0175184Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:43:36.0175545Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:43:36.0175903Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:43:36.0176276Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:43:36.0176632Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:43:36.0177008Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:43:36.0177394Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:43:36.0177756Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:43:36.0178123Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:43:36.0178480Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:43:36.0178843Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:43:36.0179220Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:43:36.0179847Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:43:36.0180473Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:43:36.0180861Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:43:36.0181283Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:43:36.0181713Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:43:36.0182115Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:43:36.0182483Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:43:36.0182864Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:43:36.0183285Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:43:36.0183680Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:43:36.0184038Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:43:36.0184403Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:43:36.0184759Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:43:36.0185103Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:43:36.0185483Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:43:36.0185838Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:43:36.0186389Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:43:36.0186748Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:43:36.0187095Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:43:36.0187430Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:43:36.0187800Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:43:36.0188204Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:43:36.0188604Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:43:36.0188999Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:43:36.0189394Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:43:36.0190432Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:43:36.0190945Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:43:36.0191560Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:43:36.0192181Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:43:36.0192718Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:43:36.0193192Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:43:36.0193643Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:43:36.0194161Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:43:36.0194775Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:43:36.0195342Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:43:36.0195833Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:43:36.0196274Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:43:36.0196643Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:43:36.0197013Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:43:36.0197607Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:43:36.0198020Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:43:36.0198408Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:43:36.0198794Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:43:36.0199177Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:43:36.0200007Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:43:36.0200405Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:43:36.0200782Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:43:36.0201158Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:43:36.0201530Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:43:36.0201919Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:43:36.0202314Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:43:36.0202722Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:43:36.0203132Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:43:36.0203499Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:43:36.0204104Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:43:36.0204514Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:43:36.0204925Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:43:36.0205367Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:43:36.0205791Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:43:36.0206161Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:43:36.0206527Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:43:36.0206910Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:43:36.0207275Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:43:36.0207661Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:43:36.0208097Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:43:36.0208482Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:43:36.0208860Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:43:36.0209216Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:43:36.0209759Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:43:36.0210317Z 	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-20T22:43:36.0211034Z 	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-20T22:43:36.0211717Z 	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-20T22:43:36.0212382Z 	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-20T22:43:36.0212909Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:43:36.0213291Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:43:36.0213693Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:43:36.0214096Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:43:36.0214468Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:43:36.0215079Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:43:36.0215464Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:43:36.0215839Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:43:36.0216215Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:43:36.0216593Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:43:36.0216971Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:43:36.0217353Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:43:36.0217752Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:43:36.0218147Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:43:36.0218539Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:43:36.0218927Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:43:36.0219303Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:43:36.0219953Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:43:36.0220362Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:43:36.0220757Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:43:36.0221420Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:43:36.0221813Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:43:36.0222234Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:43:36.0222661Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:43:36.0223062Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:43:36.0223500Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:43:36.0223959Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:43:36.0224363Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:43:36.0224733Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:43:36.0225117Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:43:36.0225518Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:43:36.0225927Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:43:36.0226330Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:43:36.0226714Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:43:36.0227104Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:43:36.0227574Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:43:36.0228042Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:43:36.0228441Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:43:36.0228845Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:43:36.0229305Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:43:36.0230019Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:43:36.0230500Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:43:36.0230988Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:43:36.0231655Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:43:36.0232119Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:43:36.0232518Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:43:36.0232907Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:43:36.0233323Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:43:36.0233710Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:43:36.0234084Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:43:36.0234489Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:43:36.0234886Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:43:36.0235285Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:43:36.0235708Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:43:36.0236125Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:43:36.0236502Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:43:36.0236871Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:43:36.0237232Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:43:36.0237781Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:43:36.0238200Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:43:36.0238593Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:43:36.0239039Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:43:36.0239648Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:43:36.0240067Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:43:36.0240504Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:43:36.0240926Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:43:36.0241328Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:43:36.0241735Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:43:36.0242098Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:43:36.0242461Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:43:36.0242853Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:43:36.0243248Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:43:36.0243622Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:43:36.0243984Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:43:36.0244334Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:43:36.0244684Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:43:36.0245179Z 	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-20T22:43:36.0245686Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:43:36.0246075Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:43:36.0246456Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:43:36.0246853Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:43:36.0247260Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:43:36.0247672Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:43:36.0248321Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:43:36.0248766Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:43:36.0249179Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:43:36.0249711Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:43:36.0250085Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:43:36.0250450Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:43:36.0250828Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:43:36.0251248Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:43:36.0251676Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:43:36.0252072Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:43:36.0252498Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:43:36.0252944Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:43:36.0253344Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:43:36.0253714Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:43:36.0254066Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:43:36.0254601Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:43:36.0254970Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:43:36.0255343Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:43:36.0255718Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:43:36.0256117Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:43:36.0256536Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:43:36.0256996Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:43:36.0257430Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:43:36.0257805Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:43:36.0258192Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:43:36.0258582Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:43:36.0258967Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:43:36.0259347Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:43:36.0259882Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:43:36.0260325Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:43:36.0260821Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:43:36.0261248Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:43:36.0261623Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:43:36.0261996Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:43:36.0262398Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:43:36.0262793Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:43:36.0263169Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:43:36.0263566Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:43:36.0263945Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:43:36.0264296Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:43:36.0264871Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:43:36.0265284Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:43:36.0265703Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:43:36.0266082Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:43:36.0266469Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:43:36.0266916Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:43:36.0267359Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:43:36.0267785Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:43:36.0268180Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:43:36.0268697Z 	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-20T22:43:36.0269207Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:43:36.0269794Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:43:36.0270211Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:43:36.0270644Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:43:36.0271337Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:43:36.0271919Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:43:36.0272531Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:43:36.0273181Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:43:36.0273833Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:43:36.0274461Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:43:36.0275088Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:43:36.0275669Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:43:36.0276156Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:43:36.0276601Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:43:36.0277038Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:43:36.0277463Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:43:36.0277942Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:43:36.0278375Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:43:36.0278756Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:43:36.0279127Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:43:36.0279687Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:43:36.0280094Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:43:36.0280502Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:43:36.0280915Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:43:36.0281282Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:43:36.0281671Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:43:36.0282337Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:43:36.0282841Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:43:36.0283329Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:43:36.0283820Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:43:36.0284269Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:43:36.0284691Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:43:36.0285103Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:43:36.0285516Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:43:36.0285946Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:43:36.0286374Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:43:36.0286770Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:43:36.0287156Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:43:36.0287534Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:43:36.0287911Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:43:36.0288491Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:43:36.0288932Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:43:36.0289335Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:43:36.0289924Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:43:36.0290355Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:43:36.0290808Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:43:36.0291253Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:43:36.0291688Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:43:36.0292081Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:43:36.0292455Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:43:36.0292846Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:43:36.0293221Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:43:36.0293595Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:43:36.0293996Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:43:36.0294397Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:43:36.0294826Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:43:36.0295297Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:43:36.0295756Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:43:36.0296147Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:43:36.0296499Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:43:36.0296877Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:43:36.0297275Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:43:36.0297663Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:43:36.0298056Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:43:36.0298483Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:43:36.0299155Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:43:36.0299718Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:43:36.0300107Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:43:36.0300503Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:43:36.0301049Z 	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-20T22:43:36.0301630Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:43:36.0302085Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:43:36.0302530Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:43:36.0302953Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:43:36.0303351Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:43:36.0303743Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:43:36.0304133Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:43:36.0304536Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:43:36.0304939Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:43:36.0305509Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:43:36.0305902Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:43:36.0306305Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:43:36.0306678Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:43:36.0307085Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:43:36.0307550Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:43:36.0308020Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:43:36.0308397Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:43:36.0308772Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:43:36.0309165Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:43:36.0309778Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:43:36.0310153Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:43:36.0310585Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:43:36.0311032Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:43:36.0311445Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:43:36.0311860Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:43:36.0312261Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:43:36.0312642Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:43:36.0313015Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:43:36.0313406Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:43:36.0313805Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:43:36.0314248Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:43:36.0314697Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:43:36.0315120Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:43:36.0315765Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:43:36.0316188Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:43:36.0316614Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:43:36.0317005Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:43:36.0317359Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:43:36.0317714Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:43:36.0318081Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:43:36.0318459Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:43:36.0318812Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:43:36.0319183Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:43:36.0319764Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:43:36.0320160Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:43:36.0320521Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:43:36.0320871Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:43:36.0321251Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:43:36.0321829Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:43:36.0322208Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:43:36.0322573Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:43:36.0322939Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:43:36.0323326Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:43:36.0323704Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:43:36.0324060Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:43:36.0324434Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:43:36.0324827Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:43:36.0325205Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:43:36.0325579Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:43:36.0325963Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:43:36.0326347Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:43:36.0326748Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:43:36.0327172Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:43:36.0327571Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:43:36.0327935Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:43:36.0328284Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:43:36.0328625Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:43:36.0329048Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:43:36.0329726Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:43:36.0330264Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:43:36.0330743Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:43:36.0331246Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:43:36.0331686Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:43:36.0332257Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:43:36.0332672Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:43:36.0333059Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:43:36.0333449Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:43:36.0333836Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:43:36.0334226Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:43:36.0334600Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:43:36.0334991Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:43:36.0335431Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:43:36.0335860Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:43:36.0336240Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:43:36.0336638Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:43:36.0337061Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:43:36.0337439Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:43:36.0337794Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:43:36.0338371Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:43:36.0338827Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:43:36.0339287Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:43:36.0339871Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:43:36.0340295Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:43:36.0340730Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:43:36.0341163Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:43:36.0682868Z [+] Installing Go for linux-arm64...
2025-08-20T22:43:36.3718873Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:43:36.3719216Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:43:36.3719606Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:43:36.3729292Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:43:36.3729786Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:43:36.3730247Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:43:36.3785106Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:43:36.3785628Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:43:36.3786119Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:43:36.3786572Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:43:36.3787012Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:43:36.3787457Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:43:36.3787916Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:43:36.3788382Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:43:36.3788859Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:43:36.3789297Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:43:36.3789968Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:43:36.3790795Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:43:36.3791251Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:43:36.3791700Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:43:36.3792146Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:43:36.3792599Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:43:36.3793066Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:43:36.3793522Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:43:36.3793970Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:43:36.3794383Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:43:36.3794724Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:43:36.3795050Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:43:36.3795376Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:43:36.3795710Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:43:36.3796042Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:43:36.3830209Z go version go1.22.2 linux/arm64
2025-08-20T22:43:36.4109303Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:43:36.4110212Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:43:36.4110566Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:43:36.4110919Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:43:36.4111292Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:43:36.4111662Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:43:36.4112040Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:43:36.4112398Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:43:36.4112744Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:43:36.4113072Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:43:36.4113432Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:43:36.4113815Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:43:36.4114206Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:43:36.4114614Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:43:36.4115010Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:43:36.4115409Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:43:36.4115816Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:43:36.4116181Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:43:36.4116559Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:43:36.4117016Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:43:36.4117454Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:43:36.4117843Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:43:36.4118268Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:43:36.4118670Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:43:36.4119020Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:43:36.4119407Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:43:36.4120244Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:43:36.4121023Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:43:36.4121443Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:43:36.4121856Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:43:36.4122273Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:43:36.4122699Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:43:36.4123128Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:43:36.4123550Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:43:36.4123995Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:43:36.4124423Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:43:36.4124835Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:43:36.4125242Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:43:36.4125633Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:43:36.4126042Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:43:36.4126471Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:43:36.4127073Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:43:36.4127480Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:43:36.4127903Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:43:36.4128356Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:43:36.4128826Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:43:36.4129303Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:43:36.4129920Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:43:36.4130363Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:43:36.4130779Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:43:36.4131198Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:43:36.4131605Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:43:36.4132018Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:43:36.4132414Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:43:36.4132781Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:43:36.4133136Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:43:36.4133503Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:43:36.4133897Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:43:36.4134296Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:43:36.4134676Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:43:36.4135087Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:43:36.4135524Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:43:36.4135949Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:43:36.4136359Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:43:36.4136780Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:43:36.4137465Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:43:36.4137895Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:43:36.4138292Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:43:36.4138726Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:43:36.4139221Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:43:36.4139865Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:43:36.4140326Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:43:36.4140740Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:43:36.4141124Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:43:36.4141517Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:43:36.4141920Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:43:36.4142317Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:43:36.4142774Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:43:36.4143272Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:43:36.4143942Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:43:36.4144434Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:43:36.4144872Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:43:36.4145277Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:43:36.4145667Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:43:36.4146074Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:43:36.4146469Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:43:36.4146854Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:43:36.4147276Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:43:36.4147699Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:43:36.4148086Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:43:36.4148452Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:43:36.4148856Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:43:36.4149262Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:43:36.4149773Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:43:36.4150150Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:43:36.4150541Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:43:36.4150927Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:43:36.4151278Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:43:36.4151650Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:43:36.4152062Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:43:36.4152446Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:43:36.4152812Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:43:36.4153175Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:43:36.4153549Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:43:36.4154175Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:43:36.4154581Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:43:36.4154973Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:43:36.4155354Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:43:36.4155733Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:43:36.4156132Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:43:36.4156526Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:43:36.4156892Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:43:36.4157246Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:43:36.4157593Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:43:36.4157946Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:43:36.4158309Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:43:36.4158656Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:43:36.4159024Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:43:36.4159417Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:43:36.4159961Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:43:36.4160560Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:43:36.4160961Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:43:36.4161352Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:43:36.4161738Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:43:36.4162125Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:43:36.4162530Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:43:36.4162936Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:43:36.4163321Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:43:36.4163718Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:43:36.4164135Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:43:36.4164570Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:43:36.4164999Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:43:36.4165387Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:43:36.4165783Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:43:36.4166195Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:43:36.4166607Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:43:36.4167011Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:43:36.4167406Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:43:36.4167808Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:43:36.4168217Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:43:36.4168600Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:43:36.4168957Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:43:36.4169325Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:43:36.4169897Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:43:36.4170298Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:43:36.4170934Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:43:36.4171335Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:43:36.4171704Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:43:36.4172078Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:43:36.4172463Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:43:36.4172844Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:43:36.4173265Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:43:36.4173707Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:43:36.4174104Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:43:36.4174476Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:43:36.4174870Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:43:36.4175292Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:43:36.4175709Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:43:36.4176061Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:43:36.4176546Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:43:36.4176970Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:43:36.4177407Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:43:36.4177818Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:43:36.4178203Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:43:36.4178583Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:43:36.4178966Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:43:36.4179390Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:43:36.4179997Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:43:36.4180418Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:43:36.4180791Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:43:36.4181180Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:43:36.4181626Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:43:36.4182132Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:43:36.4182574Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:43:36.4182956Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:43:36.4183417Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:43:36.4183955Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:43:36.4184462Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:43:36.4184909Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:43:36.4185271Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:43:36.4185649Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:43:36.4186060Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:43:36.4186477Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:43:36.4186884Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:43:36.4187496Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:43:36.4187885Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:43:36.4188282Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:43:36.4188681Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:43:36.4189079Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:43:36.4189595Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:43:36.4189997Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:43:36.4190385Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:43:36.4190804Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:43:36.4191250Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:43:36.4191683Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:43:36.4192070Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:43:36.4192442Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:43:36.4192813Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:43:36.4193446Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:43:36.4193837Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:43:36.4194256Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:43:36.4194724Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:43:36.4195175Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:43:36.4195586Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:43:36.4195975Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:43:36.4196356Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:43:36.4196730Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:43:36.4197101Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:43:36.4197493Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:43:36.4197875Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:43:36.4198324Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:43:36.4198796Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:43:36.4199253Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:43:36.4199910Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:43:36.4200430Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:43:36.4200935Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:43:36.4201387Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:43:36.4201757Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:43:36.4202119Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:43:36.4202498Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:43:36.4202880Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:43:36.4203249Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:43:36.4203632Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:43:36.4204232Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:43:36.4204626Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:43:36.4205002Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:43:36.4205375Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:43:36.4205769Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:43:36.4206162Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:43:36.4206575Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:43:36.4207007Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:43:36.4207426Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:43:36.4207836Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:43:36.4208240Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:43:36.4208649Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:43:36.4209068Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:43:36.4209585Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:43:36.4210102Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:43:36.4210611Z 	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-20T22:43:36.4211128Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:43:36.4211501Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:43:36.4211877Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:43:36.4212248Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:43:36.4212648Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:43:36.4213083Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:43:36.4213507Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:43:36.4213933Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:43:36.4214339Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:43:36.4214737Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:43:36.4215156Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:43:36.4215561Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:43:36.4215951Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:43:36.4216381Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:43:36.4216870Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:43:36.4217367Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:43:36.4217811Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:43:36.4218227Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:43:36.4218631Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:43:36.4219116Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:43:36.4219749Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:43:36.4220164Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:43:36.4220787Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:43:36.4221247Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:43:36.4221652Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:43:36.4222014Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:43:36.4222364Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:43:36.4222736Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:43:36.4223118Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:43:36.4223485Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:43:36.4223837Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:43:36.4224207Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:43:36.4224569Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:43:36.4224929Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:43:36.4225303Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:43:36.4225659Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:43:36.4226031Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:43:36.4226419Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:43:36.4226916Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:43:36.4227275Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:43:36.4227633Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:43:36.4227999Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:43:36.4228371Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:43:36.4228741Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:43:36.4229100Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:43:36.4229620Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:43:36.4230051Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:43:36.4230483Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:43:36.4230896Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:43:36.4231260Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:43:36.4231642Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:43:36.4232066Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:43:36.4232464Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:43:36.4232826Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:43:36.4233191Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:43:36.4233673Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:43:36.4234015Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:43:36.4234361Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:43:36.4234721Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:43:36.4235092Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:43:36.4235456Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:43:36.4235804Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:43:36.4236140Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:43:36.4236514Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:43:36.4237183Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:43:36.4237600Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:43:36.4237999Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:43:36.4238389Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:43:36.4238803Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:43:36.4239307Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:43:36.4240042Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:43:36.4240669Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:43:36.4241212Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:43:36.4242117Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:43:36.4242589Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:43:36.4243113Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:43:36.4243732Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:43:36.4244514Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:43:36.4245012Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:43:36.4245460Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:43:36.4245826Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:43:36.4246200Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:43:36.4246575Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:43:36.4246956Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:43:36.4247350Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:43:36.4247736Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:43:36.4248126Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:43:36.4248510Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:43:36.4248898Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:43:36.4249277Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:43:36.4249816Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:43:36.4250196Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:43:36.4250592Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:43:36.4250988Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:43:36.4251400Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:43:36.4251815Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:43:36.4252188Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:43:36.4252577Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:43:36.4252987Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:43:36.4253396Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:43:36.4253838Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:43:36.4254483Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:43:36.4254864Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:43:36.4255233Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:43:36.4255618Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:43:36.4255991Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:43:36.4256387Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:43:36.4256779Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:43:36.4257167Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:43:36.4257547Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:43:36.4257913Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:43:36.4258278Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:43:36.4258833Z 	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-20T22:43:36.4259677Z 	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-20T22:43:36.4260387Z 	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-20T22:43:36.4261208Z 	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-20T22:43:36.4261738Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:43:36.4262125Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:43:36.4262532Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:43:36.4262935Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:43:36.4263315Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:43:36.4263691Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:43:36.4264060Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:43:36.4264437Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:43:36.4264818Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:43:36.4265193Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:43:36.4265571Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:43:36.4265960Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:43:36.4266365Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:43:36.4266768Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:43:36.4267168Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:43:36.4267556Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:43:36.4267933Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:43:36.4268322Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:43:36.4268726Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:43:36.4269129Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:43:36.4269664Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:43:36.4270069Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:43:36.4270494Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:43:36.4270926Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:43:36.4271535Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:43:36.4271990Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:43:36.4272447Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:43:36.4272850Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:43:36.4273225Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:43:36.4273606Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:43:36.4274002Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:43:36.4274410Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:43:36.4274831Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:43:36.4275218Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:43:36.4275610Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:43:36.4276079Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:43:36.4276549Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:43:36.4276944Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:43:36.4277483Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:43:36.4277933Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:43:36.4278378Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:43:36.4278853Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:43:36.4279342Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:43:36.4279926Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:43:36.4280368Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:43:36.4280768Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:43:36.4281188Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:43:36.4281612Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:43:36.4281997Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:43:36.4282373Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:43:36.4282784Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:43:36.4283187Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:43:36.4283595Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:43:36.4284015Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:43:36.4284409Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:43:36.4284788Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:43:36.4285154Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:43:36.4285512Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:43:36.4285901Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:43:36.4286321Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:43:36.4286713Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:43:36.4287164Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:43:36.4287844Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:43:36.4288257Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:43:36.4288696Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:43:36.4289116Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:43:36.4289638Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:43:36.4290053Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:43:36.4290411Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:43:36.4290768Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:43:36.4291164Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:43:36.4291560Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:43:36.4291941Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:43:36.4292299Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:43:36.4292650Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:43:36.4293000Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:43:36.4293485Z 	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-20T22:43:36.4294161Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:43:36.4294544Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:43:36.4294923Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:43:36.4295320Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:43:36.4295729Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:43:36.4296140Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:43:36.4296542Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:43:36.4296959Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:43:36.4297371Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:43:36.4297748Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:43:36.4298126Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:43:36.4298487Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:43:36.4298866Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:43:36.4299285Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:43:36.4299868Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:43:36.4300275Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:43:36.4300694Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:43:36.4301135Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:43:36.4301534Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:43:36.4301903Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:43:36.4302254Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:43:36.4302601Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:43:36.4302968Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:43:36.4303342Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:43:36.4303717Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:43:36.4304336Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:43:36.4304761Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:43:36.4305229Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:43:36.4305664Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:43:36.4306039Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:43:36.4306433Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:43:36.4306820Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:43:36.4307206Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:43:36.4307585Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:43:36.4307958Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:43:36.4308402Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:43:36.4308894Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:43:36.4309316Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:43:36.4309933Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:43:36.4310320Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:43:36.4310965Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:43:36.4311361Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:43:36.4311734Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:43:36.4312131Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:43:36.4312512Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:43:36.4312862Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:43:36.4313222Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:43:36.4313617Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:43:36.4314037Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:43:36.4314413Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:43:36.4314803Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:43:36.4315243Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:43:36.4315688Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:43:36.4316109Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:43:36.4316501Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:43:36.4317019Z 	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-20T22:43:36.4317526Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:43:36.4317916Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:43:36.4318328Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:43:36.4318765Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:43:36.4319289Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:43:36.4320091Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:43:36.4320709Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:43:36.4321564Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:43:36.4322230Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:43:36.4322863Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:43:36.4323487Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:43:36.4324075Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:43:36.4324557Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:43:36.4325000Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:43:36.4325436Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:43:36.4325867Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:43:36.4326340Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:43:36.4326770Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:43:36.4327152Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:43:36.4327520Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:43:36.4328105Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:43:36.4328484Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:43:36.4328890Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:43:36.4329299Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:43:36.4329816Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:43:36.4330208Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:43:36.4330670Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:43:36.4331159Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:43:36.4331647Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:43:36.4332139Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:43:36.4332597Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:43:36.4333011Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:43:36.4333426Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:43:36.4333841Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:43:36.4334272Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:43:36.4334706Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:43:36.4335095Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:43:36.4335480Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:43:36.4335856Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:43:36.4336234Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:43:36.4336678Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:43:36.4337116Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:43:36.4337521Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:43:36.4337933Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:43:36.4338572Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:43:36.4339044Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:43:36.4339601Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:43:36.4340043Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:43:36.4340444Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:43:36.4340825Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:43:36.4341213Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:43:36.4341587Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:43:36.4341961Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:43:36.4342361Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:43:36.4342764Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:43:36.4343195Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:43:36.4343666Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:43:36.4344123Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:43:36.4344517Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:43:36.4345033Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:43:36.4345408Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:43:36.4345800Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:43:36.4346186Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:43:36.4346580Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:43:36.4347013Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:43:36.4347462Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:43:36.4347875Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:43:36.4348262Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:43:36.4348661Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:43:36.4349212Z 	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-20T22:43:36.4349932Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:43:36.4350391Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:43:36.4350867Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:43:36.4351296Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:43:36.4351694Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:43:36.4352086Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:43:36.4352474Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:43:36.4352873Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:43:36.4353282Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:43:36.4353663Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:43:36.4354056Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:43:36.4354459Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:43:36.4354834Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:43:36.4355446Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:43:36.4355921Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:43:36.4356349Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:43:36.4356728Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:43:36.4357106Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:43:36.4357494Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:43:36.4357871Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:43:36.4358243Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:43:36.4358672Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:43:36.4359124Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:43:36.4359679Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:43:36.4360089Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:43:36.4360485Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:43:36.4360866Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:43:36.4361382Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:43:36.4361769Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:43:36.4362176Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:43:36.4362622Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:43:36.4363071Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:43:36.4363497Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:43:36.4363904Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:43:36.4364309Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:43:36.4364734Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:43:36.4365122Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:43:36.4365484Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:43:36.4365828Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:43:36.4366193Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:43:36.4366567Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:43:36.4366918Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:43:36.4367292Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:43:36.4367693Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:43:36.4368080Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:43:36.4368439Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:43:36.4368791Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:43:36.4369172Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:43:36.4369707Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:43:36.4370088Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:43:36.4370453Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:43:36.4370815Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:43:36.4371198Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:43:36.4371778Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:43:36.4372137Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:43:36.4372509Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:43:36.4372900Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:43:36.4373277Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:43:36.4373659Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:43:36.4374037Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:43:36.4374419Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:43:36.4374822Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:43:36.4375386Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:43:36.4375795Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:43:36.4376153Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:43:36.4376502Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:43:36.4376845Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:43:36.4377265Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:43:36.4377919Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:43:36.4378393Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:43:36.4378873Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:43:36.4379380Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:43:36.4379936Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:43:36.4380320Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:43:36.4380710Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:43:36.4381135Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:43:36.4381522Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:43:36.4381916Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:43:36.4382297Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:43:36.4382675Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:43:36.4383069Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:43:36.4383514Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:43:36.4383952Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:43:36.4384326Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:43:36.4384729Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:43:36.4385152Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:43:36.4385532Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:43:36.4385887Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:43:36.4386272Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:43:36.4386722Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:43:36.4387185Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:43:36.4387596Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:43:36.4388226Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:43:36.4388666Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:43:36.4389103Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:43:36.6433308Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:43:36.8119753Z Collecting meson
2025-08-20T22:43:36.8740066Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:43:36.9186663Z Collecting ninja
2025-08-20T22:43:36.9260209Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:43:36.9428372Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:43:37.0229850Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 14.3 MB/s  0:00:00
2025-08-20T22:43:37.0308577Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:43:37.1187589Z Installing collected packages: ninja, meson
2025-08-20T22:43:37.7908393Z 
2025-08-20T22:43:37.7931245Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:43:38.0710398Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:43:38.1638311Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:43:38.2307569Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:43:38.6065476Z 1.8.4
2025-08-20T22:43:38.6391715Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:43:38.6702858Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:43:38.6703320Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:43:38.6703673Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:43:38.6704042Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:43:38.6704457Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:43:38.6704831Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:43:38.6705202Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:43:38.6705564Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:43:38.6705912Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:43:38.6706250Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:43:38.6706606Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:43:38.6706990Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:43:38.6707379Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:43:38.6707787Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:43:38.6708183Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:43:38.6708590Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:43:38.6708993Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:43:38.6709356Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:43:38.6710093Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:43:38.6710555Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:43:38.6711008Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:43:38.6711397Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:43:38.6711814Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:43:38.6712210Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:43:38.6712558Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:43:38.6713365Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:43:38.6713824Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:43:38.6714241Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:43:38.6714647Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:43:38.6715072Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:43:38.6715528Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:43:38.6715953Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:43:38.6716380Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:43:38.6716804Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:43:38.6717246Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:43:38.6717668Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:43:38.6718069Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:43:38.6718482Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:43:38.6718871Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:43:38.6719646Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:43:38.6720077Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:43:38.6720494Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:43:38.6720899Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:43:38.6721291Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:43:38.6721755Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:43:38.6722224Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:43:38.6722695Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:43:38.6723186Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:43:38.6723633Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:43:38.6724051Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:43:38.6724471Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:43:38.6724880Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:43:38.6725296Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:43:38.6725697Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:43:38.6726061Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:43:38.6726420Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:43:38.6726792Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:43:38.6727184Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:43:38.6727594Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:43:38.6727974Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:43:38.6728388Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:43:38.6728828Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:43:38.6729251Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:43:38.6730041Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:43:38.6730493Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:43:38.6730926Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:43:38.6731330Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:43:38.6731727Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:43:38.6732173Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:43:38.6732670Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:43:38.6733168Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:43:38.6733628Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:43:38.6734041Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:43:38.6734433Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:43:38.6734828Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:43:38.6735224Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:43:38.6735625Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:43:38.6736243Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:43:38.6736740Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:43:38.6737243Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:43:38.6737733Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:43:38.6738171Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:43:38.6738576Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:43:38.6738969Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:43:38.6739378Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:43:38.6739906Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:43:38.6740292Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:43:38.6740721Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:43:38.6741142Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:43:38.6741522Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:43:38.6741891Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:43:38.6742295Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:43:38.6742705Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:43:38.6743079Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:43:38.6743444Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:43:38.6743836Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:43:38.6744221Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:43:38.6744570Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:43:38.6744947Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:43:38.6745355Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:43:38.6745742Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:43:38.6746107Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:43:38.6746691Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:43:38.6747079Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:43:38.6747465Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:43:38.6747863Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:43:38.6748254Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:43:38.6748637Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:43:38.6749016Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:43:38.6749412Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:43:38.6750255Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:43:38.6750627Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:43:38.6750988Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:43:38.6751339Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:43:38.6751692Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:43:38.6752054Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:43:38.6752399Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:43:38.6752999Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:43:38.6753395Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:43:38.6753829Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:43:38.6754262Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:43:38.6754661Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:43:38.6755052Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:43:38.6755489Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:43:38.6755876Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:43:38.6756274Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:43:38.6756685Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:43:38.6757074Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:43:38.6757465Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:43:38.6757872Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:43:38.6758310Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:43:38.6758734Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:43:38.6759128Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:43:38.6760628Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:43:38.6761064Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:43:38.6761477Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:43:38.6761878Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:43:38.6762281Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:43:38.6762680Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:43:38.6763084Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:43:38.6763464Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:43:38.6763819Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:43:38.6764472Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:43:38.6764882Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:43:38.6765280Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:43:38.6765679Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:43:38.6766064Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:43:38.6766439Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:43:38.6766814Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:43:38.6767192Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:43:38.6767582Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:43:38.6768003Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:43:38.6768450Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:43:38.6768845Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:43:38.6769216Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:43:38.6769760Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:43:38.6770176Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:43:38.6770783Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:43:38.6771138Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:43:38.6771485Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:43:38.6771906Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:43:38.6772334Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:43:38.6772748Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:43:38.6773130Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:43:38.6773509Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:43:38.6773892Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:43:38.6774313Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:43:38.6774781Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:43:38.6775193Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:43:38.6775559Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:43:38.6775918Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:43:38.6776369Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:43:38.6776882Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:43:38.6777322Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:43:38.6777699Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:43:38.6778160Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:43:38.6778830Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:43:38.6779343Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:43:38.6779924Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:43:38.6780284Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:43:38.6780666Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:43:38.6781075Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:43:38.6781709Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:43:38.6782129Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:43:38.6782504Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:43:38.6782878Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:43:38.6783285Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:43:38.6783681Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:43:38.6784078Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:43:38.6784471Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:43:38.6784864Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:43:38.6785258Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:43:38.6785679Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:43:38.6786120Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:43:38.6786544Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:43:38.6786929Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:43:38.6787467Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:43:38.6787841Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:43:38.6788215Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:43:38.6788601Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:43:38.6789016Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:43:38.6789665Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:43:38.6790141Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:43:38.6790547Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:43:38.6790934Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:43:38.6791315Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:43:38.6791692Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:43:38.6792058Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:43:38.6792442Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:43:38.6792823Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:43:38.6793266Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:43:38.6793741Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:43:38.6794196Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:43:38.6794710Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:43:38.6795223Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:43:38.6795732Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:43:38.6796169Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:43:38.6796535Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:43:38.6796898Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:43:38.6797275Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:43:38.6797649Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:43:38.6798254Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:43:38.6798653Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:43:38.6799035Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:43:38.6799417Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:43:38.6799947Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:43:38.6800325Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:43:38.6800720Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:43:38.6801109Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:43:38.6801525Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:43:38.6801958Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:43:38.6802378Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:43:38.6802789Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:43:38.6803193Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:43:38.6803608Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:43:38.6804192Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:43:38.6804584Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:43:38.6804943Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:43:38.6805454Z 	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-20T22:43:38.6805971Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:43:38.6806345Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:43:38.6806716Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:43:38.6807080Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:43:38.6807477Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:43:38.6807913Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:43:38.6808343Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:43:38.6808776Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:43:38.6809180Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:43:38.6809716Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:43:38.6810140Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:43:38.6810553Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:43:38.6810943Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:43:38.6811371Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:43:38.6811859Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:43:38.6812361Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:43:38.6812808Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:43:38.6813222Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:43:38.6813626Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:43:38.6814098Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:43:38.6814918Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:43:38.6815341Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:43:38.6815775Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:43:38.6816231Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:43:38.6816631Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:43:38.6816997Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:43:38.6817346Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:43:38.6817717Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:43:38.6818097Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:43:38.6818463Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:43:38.6818818Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:43:38.6819186Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:43:38.6819672Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:43:38.6820030Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:43:38.6820402Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:43:38.6820912Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:43:38.6821288Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:43:38.6821672Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:43:38.6822030Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:43:38.6822388Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:43:38.6822742Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:43:38.6823109Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:43:38.6823476Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:43:38.6823839Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:43:38.6824197Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:43:38.6824573Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:43:38.6824996Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:43:38.6825427Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:43:38.6825833Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:43:38.6826194Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:43:38.6826573Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:43:38.6827006Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:43:38.6827404Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:43:38.6827766Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:43:38.6828129Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:43:38.6828486Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:43:38.6828836Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:43:38.6829186Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:43:38.6829706Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:43:38.6830082Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:43:38.6830441Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:43:38.6830790Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:43:38.6831312Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:43:38.6831709Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:43:38.6832114Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:43:38.6832511Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:43:38.6832911Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:43:38.6833307Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:43:38.6833724Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:43:38.6834222Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:43:38.6834838Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:43:38.6835465Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:43:38.6836005Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:43:38.6836473Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:43:38.6836929Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:43:38.6837582Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:43:38.6838200Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:43:38.6838759Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:43:38.6839249Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:43:38.6839831Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:43:38.6840206Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:43:38.6840578Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:43:38.6840949Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:43:38.6841326Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:43:38.6841720Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:43:38.6842103Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:43:38.6842490Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:43:38.6842877Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:43:38.6843264Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:43:38.6843645Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:43:38.6844022Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:43:38.6844394Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:43:38.6844785Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:43:38.6845179Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:43:38.6845594Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:43:38.6846009Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:43:38.6846378Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:43:38.6846765Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:43:38.6847174Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:43:38.6847776Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:43:38.6848227Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:43:38.6848659Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:43:38.6849024Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:43:38.6849392Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:43:38.6849924Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:43:38.6850293Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:43:38.6850684Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:43:38.6851074Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:43:38.6851458Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:43:38.6851837Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:43:38.6852203Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:43:38.6852571Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:43:38.6853115Z 	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-20T22:43:38.6853827Z 	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-20T22:43:38.6854666Z 	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-20T22:43:38.6855375Z 	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-20T22:43:38.6855897Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:43:38.6856284Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:43:38.6856692Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:43:38.6857097Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:43:38.6857470Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:43:38.6857843Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:43:38.6858212Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:43:38.6858587Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:43:38.6858966Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:43:38.6859341Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:43:38.6859819Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:43:38.6860207Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:43:38.6860609Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:43:38.6861007Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:43:38.6861404Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:43:38.6861796Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:43:38.6862176Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:43:38.6862562Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:43:38.6862963Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:43:38.6863360Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:43:38.6863778Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:43:38.6864166Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:43:38.6864775Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:43:38.6865215Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:43:38.6865620Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:43:38.6866058Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:43:38.6866517Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:43:38.6866919Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:43:38.6867286Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:43:38.6867663Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:43:38.6868057Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:43:38.6868470Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:43:38.6868869Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:43:38.6869249Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:43:38.6869860Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:43:38.6870336Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:43:38.6870980Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:43:38.6871377Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:43:38.6871783Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:43:38.6872236Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:43:38.6872682Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:43:38.6873159Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:43:38.6873645Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:43:38.6874091Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:43:38.6874531Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:43:38.6874935Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:43:38.6875329Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:43:38.6875745Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:43:38.6876128Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:43:38.6876501Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:43:38.6876916Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:43:38.6877318Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:43:38.6877723Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:43:38.6878151Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:43:38.6878541Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:43:38.6878926Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:43:38.6879300Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:43:38.6879826Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:43:38.6880219Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:43:38.6880639Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:43:38.6881227Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:43:38.6881714Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:43:38.6882172Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:43:38.6882577Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:43:38.6883015Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:43:38.6883444Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:43:38.6883849Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:43:38.6884256Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:43:38.6884610Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:43:38.6884970Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:43:38.6885363Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:43:38.6885759Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:43:38.6886139Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:43:38.6886494Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:43:38.6886838Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:43:38.6887355Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:43:38.6887839Z 	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-20T22:43:38.6888345Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:43:38.6888727Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:43:38.6889114Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:43:38.6889650Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:43:38.6890072Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:43:38.6890481Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:43:38.6890888Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:43:38.6891301Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:43:38.6891717Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:43:38.6892091Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:43:38.6892458Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:43:38.6892819Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:43:38.6893196Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:43:38.6893619Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:43:38.6894050Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:43:38.6894446Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:43:38.6894872Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:43:38.6895310Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:43:38.6895710Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:43:38.6896082Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:43:38.6896430Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:43:38.6896776Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:43:38.6897142Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:43:38.6897731Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:43:38.6898119Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:43:38.6898518Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:43:38.6898934Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:43:38.6899393Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:43:38.6900068Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:43:38.6900445Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:43:38.6900833Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:43:38.6901220Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:43:38.6901607Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:43:38.6901992Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:43:38.6902366Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:43:38.6902805Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:43:38.6903294Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:43:38.6903878Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:43:38.6904252Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:43:38.6904625Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:43:38.6905027Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:43:38.6905418Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:43:38.6905789Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:43:38.6906189Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:43:38.6906567Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:43:38.6906913Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:43:38.6907271Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:43:38.6907668Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:43:38.6908092Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:43:38.6908471Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:43:38.6908861Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:43:38.6909302Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:43:38.6909969Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:43:38.6910399Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:43:38.6910792Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:43:38.6911304Z 	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-20T22:43:38.6911811Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:43:38.6912207Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:43:38.6912617Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:43:38.6913046Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:43:38.6913569Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:43:38.6914153Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:43:38.6914980Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:43:38.6915641Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:43:38.6916293Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:43:38.6916931Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:43:38.6917561Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:43:38.6918148Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:43:38.6918652Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:43:38.6919102Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:43:38.6919673Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:43:38.6920109Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:43:38.6920586Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:43:38.6921019Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:43:38.6921556Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:43:38.6921926Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:43:38.6922302Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:43:38.6922683Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:43:38.6923094Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:43:38.6923510Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:43:38.6923875Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:43:38.6924262Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:43:38.6924724Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:43:38.6925216Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:43:38.6925709Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:43:38.6926197Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:43:38.6926650Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:43:38.6927066Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:43:38.6927479Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:43:38.6927902Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:43:38.6928336Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:43:38.6928762Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:43:38.6929151Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:43:38.6929689Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:43:38.6930074Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:43:38.6930452Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:43:38.6930886Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:43:38.6931328Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:43:38.6931922Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:43:38.6932354Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:43:38.6932792Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:43:38.6933244Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:43:38.6933689Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:43:38.6934128Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:43:38.6934529Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:43:38.6934901Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:43:38.6935284Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:43:38.6935655Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:43:38.6936030Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:43:38.6936434Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:43:38.6936837Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:43:38.6937266Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:43:38.6937742Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:43:38.6938337Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:43:38.6938733Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:43:38.6939087Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:43:38.6939633Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:43:38.6940037Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:43:38.6940428Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:43:38.6940818Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:43:38.6941244Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:43:38.6941691Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:43:38.6942113Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:43:38.6942502Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:43:38.6942900Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:43:38.6943446Z 	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-20T22:43:38.6944026Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:43:38.6944488Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:43:38.6944929Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:43:38.6945356Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:43:38.6945757Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:43:38.6946149Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:43:38.6946545Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:43:38.6946944Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:43:38.6947346Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:43:38.6947725Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:43:38.6948119Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:43:38.6948772Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:43:38.6949171Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:43:38.6949717Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:43:38.6950186Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:43:38.6950615Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:43:38.6950991Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:43:38.6951371Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:43:38.6951758Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:43:38.6952134Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:43:38.6952504Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:43:38.6952936Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:43:38.6953384Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:43:38.6953785Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:43:38.6954183Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:43:38.6954729Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:43:38.6955109Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:43:38.6955524Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:43:38.6955908Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:43:38.6956309Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:43:38.6956757Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:43:38.6957205Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:43:38.6957627Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:43:38.6958033Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:43:38.6958443Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:43:38.6958877Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:43:38.6959265Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:43:38.6959752Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:43:38.6960104Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:43:38.6960472Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:43:38.6960848Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:43:38.6961199Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:43:38.6961569Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:43:38.6961961Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:43:38.6962347Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:43:38.6962706Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:43:38.6963058Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:43:38.6963438Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:43:38.6963839Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:43:38.6964218Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:43:38.6964585Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:43:38.6965169Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:43:38.6965571Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:43:38.6965950Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:43:38.6966298Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:43:38.6966668Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:43:38.6967063Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:43:38.6967444Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:43:38.6967821Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:43:38.6968197Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:43:38.6968583Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:43:38.6968989Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:43:38.6969409Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:43:38.6969948Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:43:38.6970306Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:43:38.6970653Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:43:38.6971159Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:43:38.6971583Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:43:38.6972084Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:43:38.6972558Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:43:38.6973039Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:43:38.6973546Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:43:38.6973985Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:43:38.6974366Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:43:38.6974757Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:43:38.6975153Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:43:38.6975541Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:43:38.6975930Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:43:38.6976316Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:43:38.6976694Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:43:38.6977091Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:43:38.6977537Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:43:38.6977973Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:43:38.6978351Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:43:38.6978748Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:43:38.6979175Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:43:38.6979712Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:43:38.6980072Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:43:38.6980458Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:43:38.6980907Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:43:38.6981565Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:43:38.6981989Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:43:38.6982408Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:43:38.6982837Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:43:38.6983269Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:43:38.9416974Z info: downloading installer
2025-08-20T22:43:39.2313350Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:43:39.2313734Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:43:39.2314100Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:43:39.2314512Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:43:39.2484226Z info: profile set to 'default'
2025-08-20T22:43:39.2484595Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:43:39.2484954Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:43:39.3032357Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:43:39.4010535Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:43:39.4314362Z info: downloading component 'clippy'
2025-08-20T22:43:39.4961717Z info: downloading component 'rustfmt'
2025-08-20T22:43:39.5518616Z info: downloading component 'cargo'
2025-08-20T22:43:39.6494058Z info: downloading component 'rust-std'
2025-08-20T22:43:39.8887918Z info: downloading component 'rustc'
2025-08-20T22:43:40.4454924Z info: removing previous version of component 'clippy'
2025-08-20T22:43:40.4565541Z info: removing previous version of component 'rustfmt'
2025-08-20T22:43:40.4616025Z info: removing previous version of component 'cargo'
2025-08-20T22:43:40.4791636Z info: removing previous version of component 'rust-std'
2025-08-20T22:43:40.4879162Z info: removing previous version of component 'rustc'
2025-08-20T22:43:40.5082909Z info: installing component 'clippy'
2025-08-20T22:43:40.7714921Z info: installing component 'rustfmt'
2025-08-20T22:43:40.9690552Z info: installing component 'cargo'
2025-08-20T22:43:41.4730722Z info: installing component 'rust-std'
2025-08-20T22:43:42.7877061Z info: installing component 'rustc'
2025-08-20T22:43:45.6321734Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:43:45.6322068Z 
2025-08-20T22:43:45.6400612Z   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-20T22:43:45.6401034Z 
2025-08-20T22:43:45.6401059Z 
2025-08-20T22:43:45.6401141Z Rust is installed now. Great!
2025-08-20T22:43:45.6401290Z 
2025-08-20T22:43:45.6401461Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:43:45.6402180Z environment variable. This has not been done automatically.
2025-08-20T22:43:45.6402433Z 
2025-08-20T22:43:45.6402544Z To configure your current shell, you need to source
2025-08-20T22:43:45.6402827Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:43:45.6403001Z 
2025-08-20T22:43:45.6403169Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:43:45.6403548Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:43:45.6403841Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:43:45.6404132Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:43:45.6572095Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:43:45.6882204Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:43:45.6882499Z 
2025-08-20T22:43:45.6955742Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:43:45.6956072Z 
2025-08-20T22:43:45.7370535Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:43:45.7750110Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:43:45.8013283Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:43:45.8013710Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:43:45.8014065Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:43:45.8014422Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:43:45.8014783Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:43:45.8015582Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:43:45.8015984Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:43:45.8016353Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:43:45.8016699Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:43:45.8017028Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:43:45.8017391Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:43:45.8017775Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:43:45.8018155Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:43:45.8018557Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:43:45.8018950Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:43:45.8019796Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:43:45.8020200Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:43:45.8020561Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:43:45.8020936Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:43:45.8021406Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:43:45.8021875Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:43:45.8022287Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:43:45.8022706Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:43:45.8023101Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:43:45.8023453Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:43:45.8023847Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:43:45.8024280Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:43:45.8024700Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:43:45.8025108Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:43:45.8025519Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:43:45.8025948Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:43:45.8026375Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:43:45.8026803Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:43:45.8027226Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:43:45.8027666Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:43:45.8028106Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:43:45.8028514Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:43:45.8028924Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:43:45.8029318Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:43:45.8029964Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:43:45.8030660Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:43:45.8031091Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:43:45.8031499Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:43:45.8031894Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:43:45.8032347Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:43:45.8032825Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:43:45.8033296Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:43:45.8033787Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:43:45.8034233Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:43:45.8034656Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:43:45.8035081Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:43:45.8035494Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:43:45.8035910Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:43:45.8036312Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:43:45.8036846Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:43:45.8037202Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:43:45.8037574Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:43:45.8037969Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:43:45.8038375Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:43:45.8038755Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:43:45.8039164Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:43:45.8039756Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:43:45.8040183Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:43:45.8040591Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:43:45.8041017Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:43:45.8041446Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:43:45.8041845Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:43:45.8042242Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:43:45.8042679Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:43:45.8043177Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:43:45.8043675Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:43:45.8044139Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:43:45.8044557Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:43:45.8044948Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:43:45.8045345Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:43:45.8045751Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:43:45.8046151Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:43:45.8046616Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:43:45.8047320Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:43:45.8047845Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:43:45.8048339Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:43:45.8048782Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:43:45.8049189Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:43:45.8049766Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:43:45.8050176Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:43:45.8050576Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:43:45.8050968Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:43:45.8051389Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:43:45.8051816Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:43:45.8052199Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:43:45.8052573Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:43:45.8052980Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:43:45.8053571Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:43:45.8053950Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:43:45.8054318Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:43:45.8054709Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:43:45.8055096Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:43:45.8055445Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:43:45.8055830Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:43:45.8056240Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:43:45.8056629Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:43:45.8056994Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:43:45.8057358Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:43:45.8057742Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:43:45.8058134Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:43:45.8058533Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:43:45.8058931Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:43:45.8059315Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:43:45.8059865Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:43:45.8060276Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:43:45.8060677Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:43:45.8061047Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:43:45.8061403Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:43:45.8061921Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:43:45.8062282Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:43:45.8062647Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:43:45.8062998Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:43:45.8063373Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:43:45.8063993Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:43:45.8064437Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:43:45.8064873Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:43:45.8065274Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:43:45.8065665Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:43:45.8066059Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:43:45.8066443Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:43:45.8066845Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:43:45.8067250Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:43:45.8067631Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:43:45.8068025Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:43:45.8068437Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:43:45.8068876Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:43:45.8069302Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:43:45.8069919Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:43:45.8070509Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:43:45.8070920Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:43:45.8071330Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:43:45.8071735Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:43:45.8072130Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:43:45.8072536Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:43:45.8072940Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:43:45.8073321Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:43:45.8073679Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:43:45.8074046Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:43:45.8074449Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:43:45.8074846Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:43:45.8075249Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:43:45.8075642Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:43:45.8076014Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:43:45.8076390Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:43:45.8076768Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:43:45.8077155Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:43:45.8077578Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:43:45.8078026Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:43:45.8078434Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:43:45.8078810Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:43:45.8079201Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:43:45.8079756Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:43:45.8080173Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:43:45.8080743Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:43:45.8081105Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:43:45.8081525Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:43:45.8081957Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:43:45.8082369Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:43:45.8082758Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:43:45.8083165Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:43:45.8083546Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:43:45.8083973Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:43:45.8084439Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:43:45.8084856Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:43:45.8085220Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:43:45.8085580Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:43:45.8086025Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:43:45.8086531Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:43:45.8087119Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:43:45.8087496Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:43:45.8087960Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:43:45.8088495Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:43:45.8088997Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:43:45.8089563Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:43:45.8089932Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:43:45.8090311Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:43:45.8090721Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:43:45.8091143Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:43:45.8091550Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:43:45.8091926Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:43:45.8092307Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:43:45.8092706Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:43:45.8093109Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:43:45.8093507Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:43:45.8093904Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:43:45.8094298Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:43:45.8094692Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:43:45.8095116Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:43:45.8095562Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:43:45.8095989Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:43:45.8096380Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:43:45.8096757Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:43:45.8097417Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:43:45.8097838Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:43:45.8098237Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:43:45.8098659Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:43:45.8099126Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:43:45.8099777Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:43:45.8100198Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:43:45.8100590Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:43:45.8100974Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:43:45.8101350Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:43:45.8101724Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:43:45.8102111Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:43:45.8102494Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:43:45.8102934Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:43:45.8103407Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:43:45.8104050Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:43:45.8104567Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:43:45.8105082Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:43:45.8105587Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:43:45.8106034Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:43:45.8106398Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:43:45.8106759Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:43:45.8107136Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:43:45.8107514Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:43:45.8107884Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:43:45.8108266Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:43:45.8108650Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:43:45.8109035Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:43:45.8109415Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:43:45.8109930Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:43:45.8110365Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:43:45.8110757Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:43:45.8111173Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:43:45.8111615Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:43:45.8112043Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:43:45.8112460Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:43:45.8112868Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:43:45.8113280Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:43:45.8113701Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:43:45.8114307Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:43:45.8114680Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:43:45.8115190Z 	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-20T22:43:45.8115711Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:43:45.8116080Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:43:45.8116461Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:43:45.8116825Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:43:45.8117225Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:43:45.8117666Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:43:45.8118097Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:43:45.8118531Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:43:45.8118939Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:43:45.8119341Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:43:45.8120030Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:43:45.8120621Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:43:45.8121012Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:43:45.8121445Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:43:45.8121929Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:43:45.8122427Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:43:45.8122880Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:43:45.8123289Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:43:45.8123693Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:43:45.8124170Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:43:45.8124654Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:43:45.8125076Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:43:45.8125510Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:43:45.8125966Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:43:45.8126374Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:43:45.8126740Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:43:45.8127096Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:43:45.8127471Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:43:45.8127854Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:43:45.8128224Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:43:45.8128578Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:43:45.8128956Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:43:45.8129319Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:43:45.8129988Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:43:45.8130361Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:43:45.8130716Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:43:45.8131326Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:43:45.8131719Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:43:45.8132080Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:43:45.8132440Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:43:45.8132800Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:43:45.8133163Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:43:45.8133543Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:43:45.8133909Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:43:45.8134270Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:43:45.8134648Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:43:45.8135066Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:43:45.8135501Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:43:45.8135910Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:43:45.8136279Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:43:45.8136661Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:43:45.8137094Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:43:45.8137661Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:43:45.8138025Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:43:45.8138388Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:43:45.8138747Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:43:45.8139090Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:43:45.8139592Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:43:45.8139955Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:43:45.8140327Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:43:45.8140688Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:43:45.8141033Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:43:45.8141369Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:43:45.8141747Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:43:45.8142154Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:43:45.8142550Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:43:45.8142949Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:43:45.8143354Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:43:45.8143773Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:43:45.8144281Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:43:45.8144899Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:43:45.8145532Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:43:45.8146077Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:43:45.8146547Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:43:45.8147001Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:43:45.8147516Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:43:45.8148360Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:43:45.8148941Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:43:45.8149541Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:43:45.8149986Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:43:45.8150362Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:43:45.8150735Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:43:45.8151107Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:43:45.8151485Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:43:45.8151872Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:43:45.8152260Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:43:45.8152646Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:43:45.8153030Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:43:45.8153416Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:43:45.8153794Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:43:45.8154354Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:43:45.8154727Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:43:45.8155118Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:43:45.8155509Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:43:45.8155923Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:43:45.8156341Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:43:45.8156704Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:43:45.8157095Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:43:45.8157533Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:43:45.8157942Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:43:45.8158384Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:43:45.8158810Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:43:45.8159173Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:43:45.8159681Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:43:45.8160073Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:43:45.8160446Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:43:45.8160834Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:43:45.8161226Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:43:45.8161611Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:43:45.8161992Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:43:45.8162355Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:43:45.8162723Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:43:45.8163276Z 	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-20T22:43:45.8163994Z 	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-20T22:43:45.8164910Z 	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-20T22:43:45.8165591Z 	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-20T22:43:45.8166117Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:43:45.8166502Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:43:45.8166909Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:43:45.8167308Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:43:45.8167680Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:43:45.8168054Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:43:45.8168422Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:43:45.8168797Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:43:45.8169177Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:43:45.8169698Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:43:45.8170091Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:43:45.8170481Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:43:45.8171087Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:43:45.8171487Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:43:45.8171888Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:43:45.8172278Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:43:45.8172652Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:43:45.8173039Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:43:45.8173439Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:43:45.8173834Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:43:45.8174230Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:43:45.8174619Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:43:45.8175043Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:43:45.8175472Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:43:45.8175869Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:43:45.8176315Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:43:45.8176775Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:43:45.8177187Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:43:45.8177554Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:43:45.8177936Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:43:45.8178330Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:43:45.8178738Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:43:45.8179149Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:43:45.8179671Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:43:45.8180067Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:43:45.8180540Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:43:45.8181009Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:43:45.8181614Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:43:45.8182046Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:43:45.8182501Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:43:45.8182945Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:43:45.8183421Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:43:45.8183905Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:43:45.8184350Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:43:45.8184785Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:43:45.8185184Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:43:45.8185574Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:43:45.8185992Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:43:45.8186377Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:43:45.8186750Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:43:45.8187162Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:43:45.8187699Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:43:45.8188106Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:43:45.8188527Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:43:45.8188919Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:43:45.8189295Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:43:45.8189799Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:43:45.8190158Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:43:45.8190544Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:43:45.8190959Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:43:45.8191351Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:43:45.8191800Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:43:45.8192253Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:43:45.8192655Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:43:45.8193097Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:43:45.8193524Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:43:45.8193931Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:43:45.8194335Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:43:45.8194691Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:43:45.8195053Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:43:45.8195443Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:43:45.8195844Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:43:45.8196225Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:43:45.8196584Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:43:45.8196936Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:43:45.8197288Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:43:45.8197986Z 	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-20T22:43:45.8198526Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:43:45.8198909Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:43:45.8199291Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:43:45.8199811Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:43:45.8200231Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:43:45.8200641Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:43:45.8201043Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:43:45.8201457Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:43:45.8201868Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:43:45.8202253Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:43:45.8202617Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:43:45.8202979Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:43:45.8203351Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:43:45.8203777Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:43:45.8204370Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:43:45.8204771Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:43:45.8205189Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:43:45.8205631Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:43:45.8206029Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:43:45.8206400Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:43:45.8206749Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:43:45.8207096Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:43:45.8207464Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:43:45.8207844Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:43:45.8208226Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:43:45.8208628Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:43:45.8209045Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:43:45.8209627Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:43:45.8210078Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:43:45.8210497Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:43:45.8210882Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:43:45.8211271Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:43:45.8211662Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:43:45.8212043Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:43:45.8212425Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:43:45.8212867Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:43:45.8213360Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:43:45.8213785Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:43:45.8214380Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:43:45.8214772Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:43:45.8215175Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:43:45.8215565Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:43:45.8215939Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:43:45.8216342Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:43:45.8216722Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:43:45.8217069Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:43:45.8217428Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:43:45.8217826Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:43:45.8218248Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:43:45.8218626Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:43:45.8219007Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:43:45.8219606Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:43:45.8220068Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:43:45.8220677Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:43:45.8221073Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:43:45.8221586Z 	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-20T22:43:45.8222095Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:43:45.8222485Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:43:45.8222899Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:43:45.8223326Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:43:45.8223844Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:43:45.8224426Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:43:45.8225042Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:43:45.8225689Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:43:45.8226337Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:43:45.8226969Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:43:45.8227602Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:43:45.8228186Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:43:45.8228670Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:43:45.8229116Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:43:45.8229691Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:43:45.8230121Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:43:45.8230599Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:43:45.8231034Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:43:45.8231413Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:43:45.8232042Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:43:45.8232433Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:43:45.8232838Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:43:45.8233248Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:43:45.8233661Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:43:45.8234030Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:43:45.8234417Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:43:45.8234879Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:43:45.8235372Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:43:45.8235862Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:43:45.8236351Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:43:45.8236802Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:43:45.8237218Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:43:45.8237632Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:43:45.8238187Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:43:45.8238616Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:43:45.8239044Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:43:45.8239582Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:43:45.8239972Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:43:45.8240354Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:43:45.8240732Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:43:45.8241167Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:43:45.8241603Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:43:45.8242006Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:43:45.8242421Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:43:45.8242848Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:43:45.8243295Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:43:45.8243737Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:43:45.8244170Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:43:45.8244570Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:43:45.8244948Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:43:45.8245334Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:43:45.8245706Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:43:45.8246077Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:43:45.8246483Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:43:45.8246886Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:43:45.8247316Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:43:45.8247790Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:43:45.8248460Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:43:45.8248868Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:43:45.8249223Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:43:45.8249726Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:43:45.8250128Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:43:45.8250516Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:43:45.8250908Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:43:45.8251342Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:43:45.8251792Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:43:45.8252212Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:43:45.8252600Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:43:45.8253001Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:43:45.8253546Z 	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-20T22:43:45.8254125Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:43:45.8254579Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:43:45.8255223Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:43:45.8255649Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:43:45.8256047Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:43:45.8256440Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:43:45.8256837Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:43:45.8257236Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:43:45.8257636Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:43:45.8258015Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:43:45.8258406Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:43:45.8258811Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:43:45.8259185Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:43:45.8259736Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:43:45.8260210Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:43:45.8260632Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:43:45.8261013Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:43:45.8261390Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:43:45.8261778Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:43:45.8262149Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:43:45.8262520Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:43:45.8262953Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:43:45.8263402Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:43:45.8263808Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:43:45.8264205Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:43:45.8264602Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:43:45.8265164Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:43:45.8265558Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:43:45.8265945Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:43:45.8266344Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:43:45.8266786Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:43:45.8267246Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:43:45.8267670Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:43:45.8268072Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:43:45.8268477Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:43:45.8268899Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:43:45.8269289Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:43:45.8269804Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:43:45.8270161Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:43:45.8270525Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:43:45.8270901Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:43:45.8271429Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:43:45.8271802Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:43:45.8272198Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:43:45.8272584Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:43:45.8272942Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:43:45.8273295Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:43:45.8273670Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:43:45.8274068Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:43:45.8274444Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:43:45.8274808Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:43:45.8275175Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:43:45.8275563Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:43:45.8275944Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:43:45.8276290Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:43:45.8276664Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:43:45.8277055Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:43:45.8277440Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:43:45.8277819Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:43:45.8278196Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:43:45.8278582Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:43:45.8278986Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:43:45.8279418Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:43:45.8279963Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:43:45.8280323Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:43:45.8280673Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:43:45.8281018Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:43:45.8281642Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:43:45.8282154Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:43:45.8282625Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:43:45.8283099Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:43:45.8283607Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:43:45.8284046Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:43:45.8284427Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:43:45.8284815Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:43:45.8285205Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:43:45.8285594Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:43:45.8285980Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:43:45.8286366Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:43:45.8286744Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:43:45.8287140Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:43:45.8287768Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:43:45.8288199Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:43:45.8288576Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:43:45.8288974Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:43:45.8289401Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:43:45.8289918Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:43:45.8290271Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:43:45.8290658Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:43:45.8291107Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:43:45.8291570Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:43:45.8291989Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:43:45.8292410Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:43:45.8292838Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:43:45.8293271Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:43:45.8293556Z 
2025-08-20T22:43:45.8293560Z 
2025-08-20T22:43:45.8293939Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:43:45 PM)
2025-08-20T22:43:45.8294294Z 
2025-08-20T22:43:45.8294298Z 
2025-08-20T22:43:45.8294346Z 
2025-08-20T22:43:45.8294418Z [+] Continue : YES
2025-08-20T22:43:45.8294521Z 
2025-08-20T22:43:45.8294755Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:43:45.8736477Z 
2025-08-20T22:43:45.8737015Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:43:45 PM) UTC
2025-08-20T22:43:45.8737265Z 
2025-08-20T22:43:45.8753180Z 
2025-08-20T22:43:45.8753336Z [+] Total RECIPES :: 1
2025-08-20T22:43:45.8753464Z 
2025-08-20T22:43:45.8829215Z 
2025-08-20T22:43:45.8829910Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml (1/1)
2025-08-20T22:43:45.8830425Z 
2025-08-20T22:43:45.9291345Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:43:45.9303648Z mode of '/tmp/pkgforge/Tcodct0pW_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:43:45.9352256Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/sshpiper/official [Provided]
2025-08-20T22:43:45.9352675Z [+] Setting '.pkg_family' --> sshpiperd [Provided]
2025-08-20T22:43:45.9365223Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:43:45.9369833Z [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-20T22:43:45.9397076Z [00:00:00.003]➜  
2025-08-20T22:43:45.9397555Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:43:45.9397967Z [00:00:00.003]➜  
2025-08-20T22:43:45.9435302Z [00:00:00.007]➜  
2025-08-20T22:43:45.9435773Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:43:45.9436193Z [00:00:00.007]➜  
2025-08-20T22:43:45.9515916Z [00:00:00.015]➜  
2025-08-20T22:43:45.9516962Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/sshpiperd/static.official.source.yaml) --> /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:43:45 PM) UTC]
2025-08-20T22:43:45.9517801Z [00:00:00.015]➜  
2025-08-20T22:43:45.9518411Z [00:00:00.015]➜  
2025-08-20T22:43:45.9518595Z [00:00:00.015]➜  
2025-08-20T22:43:45.9518877Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:43:45.9526970Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:43:45.9528119Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiper/static.official.source.yaml
2025-08-20T22:43:45.9528744Z [00:00:00.016]➜  _disabled: false
2025-08-20T22:43:45.9529017Z [00:00:00.016]➜  
2025-08-20T22:43:45.9547405Z [00:00:00.016]➜  pkg: "sshpiper"
2025-08-20T22:43:45.9547782Z [00:00:00.016]➜  pkg_id: "github.com.tg123.sshpiper.source"
2025-08-20T22:43:45.9548099Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T22:43:45.9548344Z [00:00:00.016]➜  category:
2025-08-20T22:43:45.9548970Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T22:43:45.9549303Z [00:00:00.016]➜    - "Utility"
2025-08-20T22:43:45.9549865Z [00:00:00.016]➜  description: "Reverse proxy for SSH"
2025-08-20T22:43:45.9550173Z [00:00:00.016]➜  homepage:
2025-08-20T22:43:45.9550473Z [00:00:00.016]➜    - "https://github.com/tg123/sshpiper"
2025-08-20T22:43:45.9550777Z [00:00:00.016]➜  license:
2025-08-20T22:43:45.9550999Z [00:00:00.016]➜    - id: "MIT"
2025-08-20T22:43:45.9551514Z [00:00:00.016]➜      url: "https://github.com/tg123/sshpiper/raw/c12ddd9c0ff10179627f19955a939a631af2a643/LICENSE"  
2025-08-20T22:43:45.9551966Z [00:00:00.016]➜  maintainer:
2025-08-20T22:43:45.9552283Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:43:45.9552584Z [00:00:00.016]➜  note:
2025-08-20T22:43:45.9552878Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:43:45.9553385Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tg123/sshpiper"
2025-08-20T22:43:45.9553800Z [00:00:00.016]➜  provides:
2025-08-20T22:43:45.9554076Z [00:00:00.016]➜    - "sshpiper==sshpiperd"  
2025-08-20T22:43:45.9554343Z [00:00:00.016]➜  #repology:
2025-08-20T22:43:45.9554590Z [00:00:00.016]➜  #  - "sshpiper"
2025-08-20T22:43:45.9554817Z [00:00:00.016]➜  src_url:
2025-08-20T22:43:45.9555095Z [00:00:00.016]➜    - "https://github.com/tg123/sshpiper"
2025-08-20T22:43:45.9555382Z [00:00:00.016]➜  tag:
2025-08-20T22:43:45.9555592Z [00:00:00.016]➜    - "Utility"
2025-08-20T22:43:45.9555817Z [00:00:00.016]➜  x_exec:
2025-08-20T22:43:45.9556051Z [00:00:00.016]➜    bsys: "docker://go"
2025-08-20T22:43:45.9556299Z [00:00:00.016]➜    host:
2025-08-20T22:43:45.9556531Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T22:43:45.9557176Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T22:43:45.9557504Z [00:00:00.016]➜    shell: "bash"
2025-08-20T22:43:45.9557740Z [00:00:00.016]➜    pkgver: |
2025-08-20T22:43:45.9558019Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:43:45.9558703Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/tg123/sshpiper" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:43:45.9560552Z [00:00:00.016]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:43:45.9561310Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:43:45.9561689Z [00:00:00.016]➜    run: |
2025-08-20T22:43:45.9561909Z [00:00:00.016]➜      #Build
2025-08-20T22:43:45.9562510Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:43:45.9563237Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:43:45.9563800Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:43:45.9564265Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:43:45.9564703Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:43:45.9565364Z [00:00:00.016]➜        bash -l -c '
2025-08-20T22:43:45.9565612Z [00:00:00.016]➜        #Setup ENV
2025-08-20T22:43:45.9565977Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:43:45.9566337Z [00:00:00.016]➜         CGO_ENABLED="1" 
2025-08-20T22:43:45.9566703Z [00:00:00.016]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:43:45.9567222Z [00:00:00.016]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:43:45.9567610Z [00:00:00.016]➜         GOOS="linux"
2025-08-20T22:43:45.9567918Z [00:00:00.016]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:43:45.9568213Z [00:00:00.016]➜        #Build
2025-08-20T22:43:45.9568710Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/tg123/sshpiper" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:43:45.9569245Z [00:00:00.016]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:43:45.9569928Z [00:00:00.016]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:43:45.9570369Z [00:00:00.016]➜         git submodule update --init --recursive
2025-08-20T22:43:45.9570715Z [00:00:00.016]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:43:45.9571591Z [00:00:00.016]➜         go build -C "./cmd/sshpiperd" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -tags "full" -o "/build-bins/sshpiper"
2025-08-20T22:43:45.9572439Z [00:00:00.016]➜        #Copy
2025-08-20T22:43:45.9573078Z [00:00:00.016]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:43:45.9573640Z [00:00:00.016]➜        #Strip 
2025-08-20T22:43:45.9574137Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:43:45.9574821Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:43:45.9575508Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:43:45.9576101Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:43:45.9576914Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:43:45.9577394Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T22:43:45.9577646Z [00:00:00.016]➜        '
2025-08-20T22:43:45.9577872Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T22:43:45.9578233Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:43:45.9578787Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:43:45.9580009Z [00:00:00.016]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:43:45.9580833Z [00:00:00.016]➜  
2025-08-20T22:43:45.9581024Z [00:00:00.016]➜  
2025-08-20T22:43:45.9581308Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:43:45.9581586Z [00:00:00.016]➜  
2025-08-20T22:43:45.9581769Z [00:00:00.016]➜  
2025-08-20T22:43:45.9581953Z [00:00:00.016]➜  
2025-08-20T22:43:45.9582432Z [00:00:00.017]➜  '/tmp/pkgforge/Tcodct0pW_build.yaml' -> '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:43:47.2111168Z [00:00:01.274]➜  '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.static.version' -> '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.version'
2025-08-20T22:43:47.2165822Z [00:00:01.280]➜  [+] Version: HEAD-4ddedc6-250819T201123 ('.x_exec.pkgver') [/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.static.version]
2025-08-20T22:43:47.2405846Z [00:00:01.303]➜  [+] Progs: sshpiper
2025-08-20T22:43:47.3816798Z [00:00:01.445]➜  
2025-08-20T22:43:47.3817154Z [00:00:01.445]➜  [-] Missing packages. Found: 
2025-08-20T22:43:47.3817474Z [00:00:01.445]➜  [+] Expected: sshpiper
2025-08-20T22:43:47.3817798Z [00:00:01.445]➜  [+] Continuing with build...
2025-08-20T22:43:47.3818050Z [00:00:01.445]➜  
2025-08-20T22:43:47.7311399Z [00:00:01.794]➜  
2025-08-20T22:43:47.7311710Z [00:00:01.794]➜  
2025-08-20T22:43:47.7390499Z [00:00:01.802]➜  + mkdir -pv /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:43:47.7406100Z [00:00:01.803]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=sshpiper -e PKG_ID=github.com.tg123.sshpiper.source -e PKG_TYPE=static -e PKG_VER=HEAD-4ddedc6-250819T201123 -e PKGVER=HEAD-4ddedc6-250819T201123 -e SBUILD_PKG=sshpiper.static -e SBUILD_PKGVER=HEAD-4ddedc6-250819T201123 --volume /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:43:47.7407813Z [00:00:01.804]➜    #Setup ENV
2025-08-20T22:43:47.7408190Z [00:00:01.804]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:43:47.7408562Z [00:00:01.804]➜     CGO_ENABLED="1" 
2025-08-20T22:43:47.7408922Z [00:00:01.804]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:43:47.7409639Z [00:00:01.804]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:43:47.7410091Z [00:00:01.804]➜     GOOS="linux"
2025-08-20T22:43:47.7410395Z [00:00:01.804]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:43:47.7410702Z [00:00:01.804]➜    #Build
2025-08-20T22:43:47.7411211Z [00:00:01.804]➜     git clone --filter "blob:none" --quiet "https://github.com/tg123/sshpiper" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:43:47.7411740Z [00:00:01.804]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:43:47.7412199Z [00:00:01.804]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:43:47.7412627Z [00:00:01.804]➜     git submodule update --init --recursive
2025-08-20T22:43:47.7413357Z [00:00:01.804]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:43:47.7414296Z [00:00:01.804]➜     go build -C "./cmd/sshpiperd" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -tags "full" -o "/build-bins/sshpiper"
2025-08-20T22:43:47.7415003Z [00:00:01.804]➜    #Copy
2025-08-20T22:43:47.7415629Z [00:00:01.804]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:43:47.7416197Z [00:00:01.804]➜    #Strip 
2025-08-20T22:43:47.7416678Z [00:00:01.804]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:43:47.7417359Z [00:00:01.804]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:43:47.7418044Z [00:00:01.804]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:43:47.7418630Z [00:00:01.804]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:43:47.7419171Z [00:00:01.804]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:43:47.7419892Z [00:00:01.804]➜     popd &>/dev/null
2025-08-20T22:43:47.7420436Z [00:00:01.804]➜    '
2025-08-20T22:43:48.0088179Z [00:00:02.072]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:43:48.0890843Z [00:00:02.152]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:43:48.0891245Z [00:00:02.152]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:43:48.0891558Z [00:00:02.152]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:43:48.0891854Z [00:00:02.152]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:43:48.0892154Z [00:00:02.152]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:43:48.0892446Z [00:00:02.152]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:43:48.0892764Z [00:00:02.152]➜  2b92eb3035e7: Waiting
2025-08-20T22:43:48.0893023Z [00:00:02.152]➜  323e89f8c367: Waiting
2025-08-20T22:43:48.0893278Z [00:00:02.152]➜  4239b2f25ebc: Waiting
2025-08-20T22:43:48.1569239Z [00:00:02.220]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:43:48.1569784Z [00:00:02.220]➜  99fd740fb142: Download complete
2025-08-20T22:43:48.2036446Z [00:00:02.267]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:43:48.2037408Z [00:00:02.267]➜  b2e6f696af52: Download complete
2025-08-20T22:43:48.2202904Z [00:00:02.283]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:43:48.2205589Z [00:00:02.283]➜  996f2cb07f7c: Download complete
2025-08-20T22:43:48.3044707Z [00:00:02.367]➜  b2e6f696af52: Pull complete
2025-08-20T22:43:48.3128829Z [00:00:02.376]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:43:48.3129574Z [00:00:02.376]➜  323e89f8c367: Download complete
2025-08-20T22:43:48.5192413Z [00:00:02.582]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:43:48.5193724Z [00:00:02.582]➜  4239b2f25ebc: Download complete
2025-08-20T22:43:54.4099989Z [00:00:08.473]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:43:54.4100442Z [00:00:08.473]➜  2b92eb3035e7: Download complete
2025-08-20T22:43:59.1210090Z [00:00:13.184]➜  996f2cb07f7c: Pull complete
2025-08-20T22:44:05.3752866Z [00:00:19.438]➜  99fd740fb142: Pull complete
2025-08-20T22:45:28.6939005Z [00:01:42.757]➜  2b92eb3035e7: Pull complete
2025-08-20T22:45:35.4793764Z [00:01:49.542]➜  4239b2f25ebc: Pull complete
2025-08-20T22:45:35.5296285Z [00:01:49.593]➜  323e89f8c367: Pull complete
2025-08-20T22:45:35.5458472Z [00:01:49.609]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:45:35.5540983Z [00:01:49.617]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:45:35.8354378Z [00:01:49.898]➜  + mkdir -p /build-bins
2025-08-20T22:45:35.8373247Z [00:01:49.900]➜  ++ mktemp -d
2025-08-20T22:45:35.8387678Z [00:01:49.902]➜  + pushd /tmp/tmp.DHTX7xKu79
2025-08-20T22:45:35.8388370Z [00:01:49.902]➜  + CGO_ENABLED=1
2025-08-20T22:45:35.8388805Z [00:01:49.902]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:45:35.8395408Z [00:01:49.903]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:45:35.8395790Z [00:01:49.903]➜  ++ uname -m
2025-08-20T22:45:35.8410693Z [00:01:49.904]➜  + GOARCH=arm64
2025-08-20T22:45:35.8411442Z [00:01:49.904]➜  + GOOS=linux
2025-08-20T22:45:35.8411809Z [00:01:49.904]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:45:35.8412320Z [00:01:49.904]➜  + git clone --filter blob:none --quiet https://github.com/tg123/sshpiper ./TEMPREPO
2025-08-20T22:45:36.2678214Z [00:01:50.331]➜  + cd ./TEMPREPO
2025-08-20T22:45:36.2678596Z [00:01:50.331]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:45:36.2678872Z [00:01:50.331]➜  
2025-08-20T22:45:36.2679101Z [00:01:50.331]➜  [+] Target: "arm64/linux"
2025-08-20T22:45:36.2679756Z [00:01:50.331]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:45:36.2680180Z [00:01:50.331]➜  
2025-08-20T22:45:36.2680593Z [00:01:50.331]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:45:36.2681056Z [00:01:50.331]➜  + git submodule update --init --recursive
2025-08-20T22:45:36.2903477Z [00:01:50.353]➜  Submodule 'crypto' (https://github.com/tg123/sshpiper.crypto) registered for path 'crypto'
2025-08-20T22:45:36.2921733Z [00:01:50.355]➜  Cloning into '/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto'...
2025-08-20T22:45:36.8415789Z [00:01:50.904]➜  Submodule path 'crypto': checked out '6eabe6cebba94da159ff3420616a840bfdcc5c54'
2025-08-20T22:45:36.8437602Z [00:01:50.907]➜  + go mod tidy -v
2025-08-20T22:45:36.8664419Z [00:01:50.929]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T22:45:36.8665900Z [00:01:50.929]➜  go: downloading github.com/urfave/cli/v2 v2.27.7
2025-08-20T22:45:36.8666355Z [00:01:50.929]➜  go: downloading github.com/tg123/remotesigner v0.0.3
2025-08-20T22:45:36.8666751Z [00:01:50.929]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T22:45:37.0127132Z [00:01:51.076]➜  go: downloading golang.org/x/term v0.33.0
2025-08-20T22:45:37.0310056Z [00:01:51.094]➜  go: downloading google.golang.org/grpc v1.75.0
2025-08-20T22:45:37.1537453Z [00:01:51.217]➜  go: downloading github.com/pires/go-proxyproto v0.8.1
2025-08-20T22:45:37.1545445Z [00:01:51.218]➜  go: downloading github.com/ramr/go-reaper v0.3.1
2025-08-20T22:45:37.1817305Z [00:01:51.245]➜  go: downloading github.com/tg123/jobobject v0.1.0
2025-08-20T22:45:37.2612285Z [00:01:51.324]➜  go: downloading google.golang.org/protobuf v1.36.7
2025-08-20T22:45:37.3460907Z [00:01:51.409]➜  go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
2025-08-20T22:45:37.3461508Z [00:01:51.409]➜  go: downloading github.com/docker/docker v28.3.3+incompatible
2025-08-20T22:45:37.4410317Z [00:01:51.504]➜  go: downloading github.com/creack/pty v1.1.24
2025-08-20T22:45:37.4655132Z [00:01:51.528]➜  go: downloading go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
2025-08-20T22:45:37.4891632Z [00:01:51.552]➜  go: downloading github.com/tg123/go-htpasswd v1.2.4
2025-08-20T22:45:37.5118002Z [00:01:51.575]➜  go: downloading k8s.io/api v0.33.4
2025-08-20T22:45:37.8046709Z [00:01:51.868]➜  go: downloading k8s.io/apimachinery v0.33.4
2025-08-20T22:45:37.8352298Z [00:01:51.898]➜  go: downloading k8s.io/client-go v0.33.4
2025-08-20T22:45:38.1629992Z [00:01:52.226]➜  go: downloading k8s.io/code-generator v0.33.3
2025-08-20T22:45:38.1630548Z [00:01:52.226]➜  go: downloading github.com/prometheus/client_golang v1.23.0
2025-08-20T22:45:38.1635848Z [00:01:52.227]➜  go: downloading github.com/pquerna/otp v1.5.0
2025-08-20T22:45:38.1860171Z [00:01:52.249]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:45:38.2503193Z [00:01:52.313]➜  go: downloading golang.org/x/sys v0.34.0
2025-08-20T22:45:38.4080318Z [00:01:52.471]➜  go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.7
2025-08-20T22:45:38.4082268Z [00:01:52.471]➜  go: downloading github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
2025-08-20T22:45:38.4320125Z [00:01:52.495]➜  go: downloading golang.org/x/net v0.41.0
2025-08-20T22:45:38.4670477Z [00:01:52.530]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T22:45:38.5788479Z [00:01:52.642]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7
2025-08-20T22:45:38.5984061Z [00:01:52.661]➜  go: downloading github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
2025-08-20T22:45:38.6095795Z [00:01:52.672]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T22:45:38.7013926Z [00:01:52.764]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:45:38.7276628Z [00:01:52.791]➜  go: downloading github.com/docker/go-connections v0.4.0
2025-08-20T22:45:38.7277122Z [00:01:52.791]➜  go: downloading github.com/docker/go-units v0.4.0
2025-08-20T22:45:38.7389939Z [00:01:52.802]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T22:45:38.7392669Z [00:01:52.802]➜  go: downloading github.com/opencontainers/image-spec v1.0.2
2025-08-20T22:45:38.7483192Z [00:01:52.811]➜  go: downloading gotest.tools/v3 v3.3.0
2025-08-20T22:45:38.7730132Z [00:01:52.835]➜  go: downloading github.com/containerd/errdefs v1.0.0
2025-08-20T22:45:38.7730647Z [00:01:52.835]➜  go: downloading github.com/containerd/errdefs/pkg v0.3.0
2025-08-20T22:45:38.7963506Z [00:01:52.859]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T22:45:38.7965137Z [00:01:52.860]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T22:45:38.8119328Z [00:01:52.875]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T22:45:38.8121351Z [00:01:52.875]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
2025-08-20T22:45:38.8121903Z [00:01:52.875]➜  go: downloading go.opentelemetry.io/otel/trace v1.37.0
2025-08-20T22:45:38.8122405Z [00:01:52.875]➜  go: downloading k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
2025-08-20T22:45:38.8243389Z [00:01:52.887]➜  go: downloading sigs.k8s.io/randfill v1.0.0
2025-08-20T22:45:38.8297693Z [00:01:52.892]➜  go: downloading go.opentelemetry.io/otel v1.37.0
2025-08-20T22:45:38.8328507Z [00:01:52.896]➜  go: downloading sigs.k8s.io/yaml v1.4.0
2025-08-20T22:45:38.8342833Z [00:01:52.897]➜  go: downloading k8s.io/klog/v2 v2.130.1
2025-08-20T22:45:38.8439311Z [00:01:52.907]➜  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.6.0
2025-08-20T22:45:38.8587614Z [00:01:52.922]➜  go: downloading github.com/google/gnostic-models v0.6.9
2025-08-20T22:45:38.8818055Z [00:01:52.944]➜  go: downloading k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
2025-08-20T22:45:38.8834182Z [00:01:52.946]➜  go: downloading github.com/spf13/pflag v1.0.5
2025-08-20T22:45:38.8836004Z [00:01:52.946]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T22:45:38.8943836Z [00:01:52.957]➜  go: downloading golang.org/x/time v0.9.0
2025-08-20T22:45:38.9045022Z [00:01:52.967]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T22:45:38.9058893Z [00:01:52.969]➜  go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
2025-08-20T22:45:38.9236416Z [00:01:52.986]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T22:45:38.9238366Z [00:01:52.987]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T22:45:38.9368637Z [00:01:53.000]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T22:45:38.9382522Z [00:01:53.001]➜  go: downloading github.com/prometheus/client_model v0.6.2
2025-08-20T22:45:38.9538531Z [00:01:53.016]➜  go: downloading github.com/prometheus/common v0.65.0
2025-08-20T22:45:38.9835178Z [00:01:53.046]➜  go: downloading github.com/prometheus/procfs v0.16.1
2025-08-20T22:45:38.9845865Z [00:01:53.047]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T22:45:39.0319062Z [00:01:53.095]➜  go: downloading github.com/russross/blackfriday/v2 v2.1.0
2025-08-20T22:45:39.0366566Z [00:01:53.100]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T22:45:39.0382821Z [00:01:53.101]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T22:45:39.0486226Z [00:01:53.111]➜  go: downloading github.com/pmezard/go-difflib v1.0.0
2025-08-20T22:45:39.0525840Z [00:01:53.116]➜  go: downloading gopkg.in/inf.v0 v0.9.1
2025-08-20T22:45:39.0586707Z [00:01:53.122]➜  go: downloading github.com/Microsoft/go-winio v0.5.2
2025-08-20T22:45:39.0662588Z [00:01:53.129]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T22:45:39.0714486Z [00:01:53.134]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
2025-08-20T22:45:39.0764140Z [00:01:53.139]➜  go: downloading go.opentelemetry.io/otel/sdk v1.37.0
2025-08-20T22:45:39.0900005Z [00:01:53.153]➜  go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
2025-08-20T22:45:39.1069811Z [00:01:53.170]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T22:45:39.1070566Z [00:01:53.170]➜  go: downloading go.opentelemetry.io/otel/metric v1.37.0
2025-08-20T22:45:39.1092469Z [00:01:53.172]➜  go: downloading github.com/go-logr/logr v1.4.3
2025-08-20T22:45:39.1206130Z [00:01:53.184]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T22:45:39.1211285Z [00:01:53.184]➜  go: downloading github.com/fxamacker/cbor/v2 v2.7.0
2025-08-20T22:45:39.1272541Z [00:01:53.190]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T22:45:39.1452877Z [00:01:53.208]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T22:45:39.1564157Z [00:01:53.219]➜  go: downloading github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
2025-08-20T22:45:39.1693485Z [00:01:53.232]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T22:45:39.1751582Z [00:01:53.238]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T22:45:39.1798438Z [00:01:53.243]➜  go: downloading k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7
2025-08-20T22:45:39.1975357Z [00:01:53.260]➜  go: downloading github.com/go-openapi/swag v0.23.0
2025-08-20T22:45:39.1998143Z [00:01:53.263]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.37.0
2025-08-20T22:45:39.2320986Z [00:01:53.295]➜  go: downloading golang.org/x/text v0.27.0
2025-08-20T22:45:39.6000129Z [00:01:53.663]➜  go: downloading github.com/moby/sys/atomicwriter v0.1.0
2025-08-20T22:45:39.6086176Z [00:01:53.672]➜  go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
2025-08-20T22:45:39.6195167Z [00:01:53.682]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T22:45:39.6299665Z [00:01:53.693]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T22:45:39.6363072Z [00:01:53.698]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
2025-08-20T22:45:39.6363629Z [00:01:53.698]➜  go: downloading go.opentelemetry.io/proto/otlp v1.3.1
2025-08-20T22:45:39.6401586Z [00:01:53.703]➜  go: downloading github.com/go-openapi/jsonreference v0.20.2
2025-08-20T22:45:39.6499242Z [00:01:53.713]➜  go: downloading github.com/x448/float16 v0.8.4
2025-08-20T22:45:39.6531727Z [00:01:53.716]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T22:45:39.6589333Z [00:01:53.722]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T22:45:39.6608562Z [00:01:53.724]➜  go: downloading github.com/onsi/gomega v1.35.1
2025-08-20T22:45:39.6608986Z [00:01:53.724]➜  go: downloading github.com/onsi/ginkgo/v2 v2.21.0
2025-08-20T22:45:39.6647680Z [00:01:53.728]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:45:39.6701887Z [00:01:53.733]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T22:45:39.6744596Z [00:01:53.737]➜  go: downloading golang.org/x/tools v0.34.0
2025-08-20T22:45:39.7625422Z [00:01:53.825]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T22:45:39.7810994Z [00:01:53.843]➜  go: downloading gonum.org/v1/gonum v0.16.0
2025-08-20T22:45:39.9566023Z [00:01:54.019]➜  go: downloading github.com/moby/sys/sequential v0.6.0
2025-08-20T22:45:39.9566515Z [00:01:54.020]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T22:45:39.9566931Z [00:01:54.020]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T22:45:39.9688638Z [00:01:54.032]➜  go: downloading github.com/emicklei/go-restful/v3 v3.11.0
2025-08-20T22:45:39.9749877Z [00:01:54.038]➜  go: downloading github.com/go-openapi/jsonpointer v0.21.0
2025-08-20T22:45:39.9759937Z [00:01:54.039]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
2025-08-20T22:45:39.9948196Z [00:01:54.058]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T22:45:40.0042663Z [00:01:54.067]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T22:45:40.0155832Z [00:01:54.078]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
2025-08-20T22:45:40.0337989Z [00:01:54.097]➜  go: downloading golang.org/x/mod v0.25.0
2025-08-20T22:45:40.0628107Z [00:01:54.126]➜  go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
2025-08-20T22:45:40.0861761Z [00:01:54.149]➜  go: downloading github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db
2025-08-20T22:45:40.0901857Z [00:01:54.153]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7
2025-08-20T22:45:40.2404034Z [00:01:54.303]➜  + go generate ./...
2025-08-20T22:45:44.0173471Z [00:01:58.080]➜  protoc-gen-go: program not found or is not executable
2025-08-20T22:45:44.0174220Z [00:01:58.080]➜  Please specify a program using absolute path or make sure the program is available in your PATH system variable
2025-08-20T22:45:44.0176900Z [00:01:58.081]➜  --go_out: protoc-gen-go: Plugin failed with status code 1.
2025-08-20T22:45:44.0187439Z [00:01:58.082]➜  libplugin/doc.go:1: running "protoc": exit status 1
2025-08-20T22:45:44.0212585Z [00:01:58.084]➜  + go build -C ./cmd/sshpiperd -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -tags full -o /build-bins/sshpiper
2025-08-20T22:45:44.0237378Z [00:01:58.087]➜  WORK=/tmp/go-build1671390451
2025-08-20T22:45:44.0421065Z [00:01:58.105]➜  # get https://proxy.golang.org/github.com/pires/go-proxyproto/@v/v0.8.1.info
2025-08-20T22:45:44.0421679Z [00:01:58.105]➜  # get https://proxy.golang.org/github.com/ramr/go-reaper/@v/v0.3.1.info
2025-08-20T22:45:44.0422243Z [00:01:58.105]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T22:45:44.0430368Z [00:01:58.106]➜  # get https://proxy.golang.org/github.com/urfave/cli/v2/@v/v2.27.7.info
2025-08-20T22:45:44.0968709Z [00:01:58.160]➜  # get https://proxy.golang.org/github.com/urfave/cli/v2/@v/v2.27.7.info: 200 OK (0.054s)
2025-08-20T22:45:44.0978180Z [00:01:58.161]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.75.0.info
2025-08-20T22:45:44.0994014Z [00:01:58.162]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.058s)
2025-08-20T22:45:44.0997221Z [00:01:58.163]➜  # get https://proxy.golang.org/github.com/pires/go-proxyproto/@v/v0.8.1.info: 200 OK (0.058s)
2025-08-20T22:45:44.0998091Z [00:01:58.163]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T22:45:44.1044726Z [00:01:58.167]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.75.0.info: 200 OK (0.007s)
2025-08-20T22:45:44.1048949Z [00:01:58.168]➜  # get https://proxy.golang.org/github.com/tg123/remotesigner/@v/v0.0.3.info
2025-08-20T22:45:44.1063983Z [00:01:58.169]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.007s)
2025-08-20T22:45:44.1070712Z [00:01:58.170]➜  # get https://proxy.golang.org/github.com/cpuguy83/go-md2man/v2/@v/v2.0.7.info
2025-08-20T22:45:44.1137918Z [00:01:58.177]➜  # get https://proxy.golang.org/github.com/cpuguy83/go-md2man/v2/@v/v2.0.7.info: 200 OK (0.007s)
2025-08-20T22:45:44.1147322Z [00:01:58.178]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info
2025-08-20T22:45:44.1219662Z [00:01:58.185]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info: 200 OK (0.007s)
2025-08-20T22:45:44.1222350Z [00:01:58.185]➜  # get https://proxy.golang.org/github.com/xrash/smetrics/@v/v0.0.0-20240521201337-686a1a2994c1.info
2025-08-20T22:45:44.1295816Z [00:01:58.193]➜  # get https://proxy.golang.org/github.com/xrash/smetrics/@v/v0.0.0-20240521201337-686a1a2994c1.info: 200 OK (0.007s)
2025-08-20T22:45:44.1303370Z [00:01:58.193]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info
2025-08-20T22:45:44.1378255Z [00:01:58.201]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info: 200 OK (0.007s)
2025-08-20T22:45:44.1386901Z [00:01:58.202]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info
2025-08-20T22:45:44.1453474Z [00:01:58.208]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info: 200 OK (0.007s)
2025-08-20T22:45:44.1457172Z [00:01:58.209]➜  # get https://proxy.golang.org/github.com/russross/blackfriday/v2/@v/v2.1.0.info
2025-08-20T22:45:44.1527496Z [00:01:58.216]➜  # get https://proxy.golang.org/github.com/russross/blackfriday/v2/@v/v2.1.0.info: 200 OK (0.007s)
2025-08-20T22:45:44.1702766Z [00:01:58.233]➜  # get https://proxy.golang.org/github.com/ramr/go-reaper/@v/v0.3.1.info: 200 OK (0.128s)
2025-08-20T22:45:44.1713704Z [00:01:58.234]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.7.info
2025-08-20T22:45:44.1783859Z [00:01:58.241]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.7.info: 200 OK (0.007s)
2025-08-20T22:45:44.1801735Z [00:01:58.243]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250707201910-8d1bb00bc6a7.info
2025-08-20T22:45:44.1869170Z [00:01:58.250]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250707201910-8d1bb00bc6a7.info: 200 OK (0.007s)
2025-08-20T22:45:44.1891810Z [00:01:58.252]➜  # get https://proxy.golang.org/github.com/tg123/remotesigner/@v/v0.0.3.info: 200 OK (0.084s)
2025-08-20T22:45:44.1899164Z [00:01:58.253]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info
2025-08-20T22:45:44.1965774Z [00:01:58.260]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info: 200 OK (0.007s)
2025-08-20T22:45:44.2008736Z [00:01:58.264]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO
2025-08-20T22:45:44.2009091Z [00:01:58.264]➜  git status --porcelain
2025-08-20T22:45:44.2390491Z [00:01:58.302]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO
2025-08-20T22:45:44.2390971Z [00:01:58.302]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:45:44.2413171Z [00:01:58.304]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git config extensions.objectformat
2025-08-20T22:45:44.2423459Z [00:01:58.305]➜  0.001s # cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git config extensions.objectformat
2025-08-20T22:45:44.2424340Z [00:01:58.305]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ddedc60b08fa00e4fda555aa5a943eb5e7e241a --
2025-08-20T22:45:44.2445257Z [00:01:58.307]➜  0.002s # cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ddedc60b08fa00e4fda555aa5a943eb5e7e241a --
2025-08-20T22:45:44.2446337Z [00:01:58.307]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4ddedc60b08fa00e4fda555aa5a943eb5e7e241a
2025-08-20T22:45:44.2508778Z [00:01:58.314]➜  0.006s # cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 4ddedc60b08fa00e4fda555aa5a943eb5e7e241a
2025-08-20T22:45:44.2509961Z [00:01:58.314]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ddedc60b08f --
2025-08-20T22:45:44.2528194Z [00:01:58.316]➜  0.002s # cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 4ddedc60b08f --
2025-08-20T22:45:44.2529040Z [00:01:58.316]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git cat-file blob 4ddedc60b08fa00e4fda555aa5a943eb5e7e241a:go.mod
2025-08-20T22:45:44.2551476Z [00:01:58.318]➜  0.002s # cd /tmp/tmp.DHTX7xKu79/TEMPREPO; git cat-file blob 4ddedc60b08fa00e4fda555aa5a943eb5e7e241a:go.mod
2025-08-20T22:45:44.2598917Z [00:01:58.323]➜  internal/goarch
2025-08-20T22:45:44.2600426Z [00:01:58.323]➜  mkdir -p $WORK/b006/
2025-08-20T22:45:44.2601361Z [00:01:58.323]➜  internal/unsafeheader
2025-08-20T22:45:44.2601697Z [00:01:58.323]➜  mkdir -p $WORK/b008/
2025-08-20T22:45:44.2601963Z [00:01:58.323]➜  internal/byteorder
2025-08-20T22:45:44.2603090Z [00:01:58.323]➜  mkdir -p $WORK/b012/
2025-08-20T22:45:44.2607446Z [00:01:58.323]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T22:45:44.2607869Z [00:01:58.323]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.2609990Z [00:01:58.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T22:45:44.2611739Z [00:01:58.323]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T22:45:44.2613440Z [00:01:58.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:45:44.2614960Z [00:01:58.324]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:45:44.2644922Z [00:01:58.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:45:44.2672589Z [00:01:58.330]➜  internal/cpu
2025-08-20T22:45:44.2673762Z [00:01:58.330]➜  mkdir -p $WORK/b011/
2025-08-20T22:45:44.2684423Z [00:01:58.331]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T22:45:44.2690512Z [00:01:58.332]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T22:45:44.2691736Z [00:01:58.332]➜  internal/coverage/rtcov
2025-08-20T22:45:44.2692025Z [00:01:58.332]➜  mkdir -p $WORK/b014/
2025-08-20T22:45:44.2692375Z [00:01:58.332]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T22:45:44.2694525Z [00:01:58.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:45:44.2709992Z [00:01:58.334]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:45:44.2716984Z [00:01:58.335]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:45:44.2718084Z [00:01:58.335]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T22:45:44.2767648Z [00:01:58.340]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:45:44.2768513Z [00:01:58.340]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T22:45:44.2790021Z [00:01:58.342]➜  internal/abi
2025-08-20T22:45:44.2790876Z [00:01:58.342]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T22:45:44.2799578Z [00:01:58.343]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:45:44.2800318Z [00:01:58.343]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.2804289Z [00:01:58.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -goversion go1.25.0 -symabis $WORK/b011/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b011/importcfg -pack -asmhdr $WORK/b011/go_asm.h /root/.go/src/internal/cpu/cpu.go /root/.go/src/internal/cpu/cpu_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-20T22:45:44.2806591Z [00:01:58.343]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T22:45:44.2807137Z [00:01:58.343]➜  internal/godebugs
2025-08-20T22:45:44.2807396Z [00:01:58.343]➜  mkdir -p $WORK/b015/
2025-08-20T22:45:44.2807743Z [00:01:58.343]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:45:44.2809358Z [00:01:58.343]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:45:44.2811017Z [00:01:58.343]➜  mkdir -p $WORK/b005/
2025-08-20T22:45:44.2818192Z [00:01:58.345]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:45:44.2818577Z [00:01:58.345]➜  cd /root/.go/src/internal/abi
2025-08-20T22:45:44.2819738Z [00:01:58.345]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T22:45:44.2827445Z [00:01:58.346]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:45:44.2828616Z [00:01:58.346]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T22:45:44.2833060Z [00:01:58.346]➜  cat >/tmp/go-build1671390451/b005/importcfg << 'EOF' # internal
2025-08-20T22:45:44.2834477Z [00:01:58.346]➜  # import config
2025-08-20T22:45:44.2834873Z [00:01:58.346]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.2835216Z [00:01:58.346]➜  EOF
2025-08-20T22:45:44.2835442Z [00:01:58.347]➜  internal/goexperiment
2025-08-20T22:45:44.2835976Z [00:01:58.347]➜  mkdir -p $WORK/b016/
2025-08-20T22:45:44.2843350Z [00:01:58.347]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:45:44.2845817Z [00:01:58.347]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.2852213Z [00:01:58.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T22:45:44.2893191Z [00:01:58.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -goversion go1.25.0 -symabis $WORK/b005/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b005/importcfg -pack -asmhdr $WORK/b005/go_asm.h /root/.go/src/internal/abi/abi.go /root/.go/src/internal/abi/abi_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-20T22:45:44.2936310Z [00:01:58.356]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:45:44.2941204Z [00:01:58.357]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T22:45:44.2964425Z [00:01:58.359]➜  internal/goos
2025-08-20T22:45:44.2972361Z [00:01:58.359]➜  mkdir -p $WORK/b017/
2025-08-20T22:45:44.2972793Z [00:01:58.359]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:45:44.2974667Z [00:01:58.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T22:45:44.2976321Z [00:01:58.359]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:45:44.2986253Z [00:01:58.359]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T22:45:44.2987030Z [00:01:58.360]➜  internal/profilerecord
2025-08-20T22:45:44.2987322Z [00:01:58.360]➜  mkdir -p $WORK/b018/
2025-08-20T22:45:44.2987693Z [00:01:58.361]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:45:44.2989633Z [00:01:58.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:45:44.3059214Z [00:01:58.369]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:45:44.3062151Z [00:01:58.369]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T22:45:44.3075835Z [00:01:58.371]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:45:44.3076828Z [00:01:58.371]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T22:45:44.3078273Z [00:01:58.371]➜  internal/runtime/math
2025-08-20T22:45:44.3078994Z [00:01:58.371]➜  mkdir -p $WORK/b022/
2025-08-20T22:45:44.3079366Z [00:01:58.371]➜  cat >/tmp/go-build1671390451/b022/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3079932Z [00:01:58.371]➜  # import config
2025-08-20T22:45:44.3080317Z [00:01:58.371]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.3080665Z [00:01:58.371]➜  EOF
2025-08-20T22:45:44.3080943Z [00:01:58.371]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.3088239Z [00:01:58.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:45:44.3090146Z [00:01:58.371]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:45:44.3090824Z [00:01:58.372]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T22:45:44.3092336Z [00:01:58.372]➜  internal/runtime/syscall
2025-08-20T22:45:44.3092627Z [00:01:58.372]➜  mkdir -p $WORK/b023/
2025-08-20T22:45:44.3094871Z [00:01:58.373]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T22:45:44.3096570Z [00:01:58.373]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:45:44.3100443Z [00:01:58.373]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b023/symabis ./asm_linux_arm64.s
2025-08-20T22:45:44.3123442Z [00:01:58.375]➜  cat >/tmp/go-build1671390451/b023/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3124619Z [00:01:58.375]➜  # import config
2025-08-20T22:45:44.3125383Z [00:01:58.375]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.3126639Z [00:01:58.375]➜  EOF
2025-08-20T22:45:44.3126917Z [00:01:58.376]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:45:44.3128190Z [00:01:58.376]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:45:44.3130188Z [00:01:58.376]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.3133457Z [00:01:58.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:45:44.3156099Z [00:01:58.379]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:45:44.3157213Z [00:01:58.379]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_arm64.o # internal
2025-08-20T22:45:44.3157741Z [00:01:58.379]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:45:44.3175271Z [00:01:58.380]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T22:45:44.3186124Z [00:01:58.382]➜  internal/bytealg
2025-08-20T22:45:44.3186445Z [00:01:58.382]➜  mkdir -p $WORK/b010/
2025-08-20T22:45:44.3194719Z [00:01:58.382]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:45:44.3195085Z [00:01:58.382]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:45:44.3196432Z [00:01:58.382]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T22:45:44.3206654Z [00:01:58.383]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:45:44.3224457Z [00:01:58.385]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T22:45:44.3225724Z [00:01:58.385]➜  internal/chacha8rand
2025-08-20T22:45:44.3226638Z [00:01:58.385]➜  mkdir -p $WORK/b013/
2025-08-20T22:45:44.3227446Z [00:01:58.385]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T22:45:44.3227882Z [00:01:58.385]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:45:44.3229060Z [00:01:58.385]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./chacha8_arm64.s
2025-08-20T22:45:44.3273914Z [00:01:58.390]➜  cat >/tmp/go-build1671390451/b013/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3274809Z [00:01:58.390]➜  # import config
2025-08-20T22:45:44.3275320Z [00:01:58.390]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:44.3276768Z [00:01:58.390]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:44.3278221Z [00:01:58.390]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.3278914Z [00:01:58.390]➜  EOF
2025-08-20T22:45:44.3283614Z [00:01:58.391]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.3287473Z [00:01:58.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:45:44.3303776Z [00:01:58.391]➜  cat >/tmp/go-build1671390451/b010/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3304158Z [00:01:58.391]➜  # import config
2025-08-20T22:45:44.3304523Z [00:01:58.391]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:44.3305301Z [00:01:58.391]➜  EOF
2025-08-20T22:45:44.3309186Z [00:01:58.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_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-20T22:45:44.3326230Z [00:01:58.395]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:45:44.3328024Z [00:01:58.396]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b023/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:45:44.3349684Z [00:01:58.398]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_arm64.o # internal
2025-08-20T22:45:44.3352302Z [00:01:58.398]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:45:44.3361384Z [00:01:58.399]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T22:45:44.3368120Z [00:01:58.400]➜  internal/runtime/atomic
2025-08-20T22:45:44.3368662Z [00:01:58.400]➜  mkdir -p $WORK/b019/
2025-08-20T22:45:44.3375463Z [00:01:58.400]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T22:45:44.3377914Z [00:01:58.401]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:45:44.3379942Z [00:01:58.401]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b019/symabis ./atomic_arm64.s
2025-08-20T22:45:44.3421841Z [00:01:58.405]➜  cat >/tmp/go-build1671390451/b019/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3422545Z [00:01:58.405]➜  # import config
2025-08-20T22:45:44.3423732Z [00:01:58.405]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:44.3424898Z [00:01:58.405]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.3425353Z [00:01:58.405]➜  EOF
2025-08-20T22:45:44.3425655Z [00:01:58.405]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.3491855Z [00:01:58.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_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-20T22:45:44.3494499Z [00:01:58.412]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:45:44.3495612Z [00:01:58.412]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/compare_arm64.o ./compare_arm64.s
2025-08-20T22:45:44.3533456Z [00:01:58.416]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/count_arm64.o ./count_arm64.s
2025-08-20T22:45:44.3557776Z [00:01:58.419]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:45:44.3559375Z [00:01:58.419]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T22:45:44.3574739Z [00:01:58.420]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:45:44.3577010Z [00:01:58.421]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/equal_arm64.o ./equal_arm64.s
2025-08-20T22:45:44.3619688Z [00:01:58.425]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/index_arm64.o ./index_arm64.s
2025-08-20T22:45:44.3622944Z [00:01:58.425]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:45:44.3629088Z [00:01:58.425]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_arm64.o # internal
2025-08-20T22:45:44.3631281Z [00:01:58.425]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:45:44.3631971Z [00:01:58.426]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T22:45:44.3632550Z [00:01:58.426]➜  internal/runtime/strconv
2025-08-20T22:45:44.3632833Z [00:01:58.426]➜  mkdir -p $WORK/b021/
2025-08-20T22:45:44.3635268Z [00:01:58.427]➜  cat >/tmp/go-build1671390451/b021/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3635709Z [00:01:58.427]➜  # import config
2025-08-20T22:45:44.3636440Z [00:01:58.427]➜  packagefile internal/runtime/math=/tmp/go-build1671390451/b022/_pkg_.a
2025-08-20T22:45:44.3636822Z [00:01:58.427]➜  EOF
2025-08-20T22:45:44.3637548Z [00:01:58.427]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.3639289Z [00:01:58.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:45:44.3727885Z [00:01:58.436]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:45:44.3731230Z [00:01:58.436]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T22:45:44.3782247Z [00:01:58.441]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_arm64.o $WORK/b010/count_arm64.o $WORK/b010/equal_arm64.o $WORK/b010/index_arm64.o $WORK/b010/indexbyte_arm64.o # internal
2025-08-20T22:45:44.3785347Z [00:01:58.441]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:45:44.3786080Z [00:01:58.441]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T22:45:44.3786634Z [00:01:58.441]➜  internal/runtime/gc
2025-08-20T22:45:44.3786903Z [00:01:58.441]➜  mkdir -p $WORK/b025/
2025-08-20T22:45:44.3787270Z [00:01:58.441]➜  cat >/tmp/go-build1671390451/b025/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3787619Z [00:01:58.441]➜  # import config
2025-08-20T22:45:44.3788305Z [00:01:58.441]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.3788699Z [00:01:58.441]➜  EOF
2025-08-20T22:45:44.3788980Z [00:01:58.441]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.3791266Z [00:01:58.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T22:45:44.3874630Z [00:01:58.450]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:45:44.3877181Z [00:01:58.451]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T22:45:44.3877799Z [00:01:58.451]➜  internal/runtime/cgroup
2025-08-20T22:45:44.3878085Z [00:01:58.451]➜  mkdir -p $WORK/b020/
2025-08-20T22:45:44.3878456Z [00:01:58.451]➜  cat >/tmp/go-build1671390451/b020/importcfg << 'EOF' # internal
2025-08-20T22:45:44.3878802Z [00:01:58.451]➜  # import config
2025-08-20T22:45:44.3879183Z [00:01:58.451]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:44.3879899Z [00:01:58.451]➜  packagefile internal/runtime/strconv=/tmp/go-build1671390451/b021/_pkg_.a
2025-08-20T22:45:44.3880856Z [00:01:58.451]➜  packagefile internal/runtime/syscall=/tmp/go-build1671390451/b023/_pkg_.a
2025-08-20T22:45:44.3881230Z [00:01:58.451]➜  EOF
2025-08-20T22:45:44.3883283Z [00:01:58.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T22:45:44.3901759Z [00:01:58.453]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:45:44.3908998Z [00:01:58.454]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T22:45:44.3910177Z [00:01:58.454]➜  internal/asan
2025-08-20T22:45:44.3912095Z [00:01:58.454]➜  mkdir -p $WORK/b027/
2025-08-20T22:45:44.3912479Z [00:01:58.454]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T22:45:44.3916586Z [00:01:58.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:45:44.3994512Z [00:01:58.462]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:45:44.4015304Z [00:01:58.464]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T22:45:44.4016874Z [00:01:58.465]➜  internal/msan
2025-08-20T22:45:44.4017703Z [00:01:58.465]➜  mkdir -p $WORK/b028/
2025-08-20T22:45:44.4018093Z [00:01:58.465]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:45:44.4020242Z [00:01:58.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:45:44.4086775Z [00:01:58.472]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:45:44.4090270Z [00:01:58.472]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b019/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:45:44.4105609Z [00:01:58.474]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:45:44.4112043Z [00:01:58.474]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T22:45:44.4117389Z [00:01:58.475]➜  internal/runtime/sys
2025-08-20T22:45:44.4118517Z [00:01:58.475]➜  mkdir -p $WORK/b030/
2025-08-20T22:45:44.4123109Z [00:01:58.475]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T22:45:44.4123932Z [00:01:58.475]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:45:44.4125665Z [00:01:58.475]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b030/symabis ./dit_arm64.s ./empty.s
2025-08-20T22:45:44.4208905Z [00:01:58.484]➜  cat >/tmp/go-build1671390451/b030/importcfg << 'EOF' # internal
2025-08-20T22:45:44.4211237Z [00:01:58.484]➜  # import config
2025-08-20T22:45:44.4211802Z [00:01:58.484]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:44.4214196Z [00:01:58.484]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.4215928Z [00:01:58.484]➜  packagefile internal/goos=/tmp/go-build1671390451/b017/_pkg_.a
2025-08-20T22:45:44.4216398Z [00:01:58.484]➜  EOF
2025-08-20T22:45:44.4216691Z [00:01:58.484]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.4219753Z [00:01:58.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/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-20T22:45:44.4242229Z [00:01:58.484]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:45:44.4242695Z [00:01:58.484]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_arm64.o # internal
2025-08-20T22:45:44.4243158Z [00:01:58.485]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:45:44.4243843Z [00:01:58.486]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T22:45:44.4244403Z [00:01:58.486]➜  internal/runtime/exithook
2025-08-20T22:45:44.4244685Z [00:01:58.486]➜  mkdir -p $WORK/b024/
2025-08-20T22:45:44.4245053Z [00:01:58.486]➜  cat >/tmp/go-build1671390451/b024/importcfg << 'EOF' # internal
2025-08-20T22:45:44.4245422Z [00:01:58.486]➜  # import config
2025-08-20T22:45:44.4245829Z [00:01:58.486]➜  packagefile internal/runtime/atomic=/tmp/go-build1671390451/b019/_pkg_.a
2025-08-20T22:45:44.4246201Z [00:01:58.486]➜  EOF
2025-08-20T22:45:44.4246481Z [00:01:58.486]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.4248575Z [00:01:58.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:45:44.4392321Z [00:01:58.502]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:45:44.4394706Z [00:01:58.502]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/dit_arm64.o ./dit_arm64.s
2025-08-20T22:45:44.4400012Z [00:01:58.503]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:45:44.4403892Z [00:01:58.503]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T22:45:44.4406274Z [00:01:58.504]➜  internal/stringslite
2025-08-20T22:45:44.4406616Z [00:01:58.504]➜  mkdir -p $WORK/b031/
2025-08-20T22:45:44.4417317Z [00:01:58.504]➜  cat >/tmp/go-build1671390451/b031/importcfg << 'EOF' # internal
2025-08-20T22:45:44.4417707Z [00:01:58.504]➜  # import config
2025-08-20T22:45:44.4418088Z [00:01:58.504]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:44.4418444Z [00:01:58.504]➜  EOF
2025-08-20T22:45:44.4418727Z [00:01:58.504]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.4420528Z [00:01:58.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:45:44.4423581Z [00:01:58.505]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:45:44.4437874Z [00:01:58.506]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T22:45:44.4438593Z [00:01:58.507]➜  internal/trace/tracev2
2025-08-20T22:45:44.4452702Z [00:01:58.508]➜  mkdir -p $WORK/b032/
2025-08-20T22:45:44.4453937Z [00:01:58.508]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:45:44.4455029Z [00:01:58.508]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/empty.o ./empty.s
2025-08-20T22:45:44.4463787Z [00:01:58.509]➜  cd /root/.go/src/internal/abi
2025-08-20T22:45:44.4464953Z [00:01:58.509]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T22:45:44.4475109Z [00:01:58.510]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T22:45:44.4478935Z [00:01:58.511]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.4482379Z [00:01:58.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T22:45:44.4506194Z [00:01:58.514]➜  cd /root/.go/src/internal/abi
2025-08-20T22:45:44.4507467Z [00:01:58.514]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/stub.o ./stub.s
2025-08-20T22:45:44.4511385Z [00:01:58.514]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:45:44.4512446Z [00:01:58.514]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/dit_arm64.o $WORK/b030/empty.o # internal
2025-08-20T22:45:44.4528421Z [00:01:58.515]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:45:44.4529813Z [00:01:58.515]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T22:45:44.4531099Z [00:01:58.515]➜  sync/atomic
2025-08-20T22:45:44.4532118Z [00:01:58.515]➜  mkdir -p $WORK/b036/
2025-08-20T22:45:44.4532561Z [00:01:58.515]➜  echo -n > $WORK/b036/go_asm.h # internal
2025-08-20T22:45:44.4533060Z [00:01:58.515]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:45:44.4534488Z [00:01:58.515]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b036/symabis ./asm.s
2025-08-20T22:45:44.4535557Z [00:01:58.516]➜  cd /root/.go/src/internal/abi
2025-08-20T22:45:44.4537092Z [00:01:58.517]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T22:45:44.4537563Z [00:01:58.517]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:45:44.4559025Z [00:01:58.519]➜  echo '# import config' > $WORK/b036/importcfg # internal
2025-08-20T22:45:44.4560713Z [00:01:58.519]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.4565170Z [00:01:58.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b036/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack -asmhdr $WORK/b036/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T22:45:44.4584885Z [00:01:58.521]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T22:45:44.4613630Z [00:01:58.524]➜  internal/race
2025-08-20T22:45:44.4614313Z [00:01:58.524]➜  mkdir -p $WORK/b029/
2025-08-20T22:45:44.4617501Z [00:01:58.525]➜  cat >/tmp/go-build1671390451/b029/importcfg << 'EOF' # internal
2025-08-20T22:45:44.4619109Z [00:01:58.525]➜  # import config
2025-08-20T22:45:44.4620732Z [00:01:58.525]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:44.4621587Z [00:01:58.525]➜  EOF
2025-08-20T22:45:44.4623264Z [00:01:58.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:45:44.4636469Z [00:01:58.526]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:45:44.4645615Z [00:01:58.528]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T22:45:44.4647520Z [00:01:58.528]➜  internal/synctest
2025-08-20T22:45:44.4650208Z [00:01:58.528]➜  mkdir -p $WORK/b037/
2025-08-20T22:45:44.4660060Z [00:01:58.529]➜  cat >/tmp/go-build1671390451/b037/importcfg << 'EOF' # internal
2025-08-20T22:45:44.4660772Z [00:01:58.529]➜  # import config
2025-08-20T22:45:44.4662382Z [00:01:58.529]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:44.4663740Z [00:01:58.529]➜  EOF
2025-08-20T22:45:44.4665640Z [00:01:58.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b037=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:45:44.4751670Z [00:01:58.538]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:45:44.4762135Z [00:01:58.539]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T22:45:44.4772702Z [00:01:58.540]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:45:44.4773859Z [00:01:58.540]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T22:45:44.4776369Z [00:01:58.541]➜  math/bits
2025-08-20T22:45:44.4776640Z [00:01:58.541]➜  mkdir -p $WORK/b039/
2025-08-20T22:45:44.4781009Z [00:01:58.541]➜  echo '# import config' > $WORK/b039/importcfg # internal
2025-08-20T22:45:44.4784953Z [00:01:58.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b039=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T22:45:44.4791320Z [00:01:58.542]➜  internal/runtime/maps
2025-08-20T22:45:44.4791655Z [00:01:58.542]➜  mkdir -p $WORK/b026/
2025-08-20T22:45:44.4793078Z [00:01:58.542]➜  cat >/tmp/go-build1671390451/b026/importcfg << 'EOF' # internal
2025-08-20T22:45:44.4793927Z [00:01:58.542]➜  # import config
2025-08-20T22:45:44.4794663Z [00:01:58.542]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:44.4796897Z [00:01:58.542]➜  packagefile internal/asan=/tmp/go-build1671390451/b027/_pkg_.a
2025-08-20T22:45:44.4797520Z [00:01:58.542]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.4798002Z [00:01:58.542]➜  packagefile internal/msan=/tmp/go-build1671390451/b028/_pkg_.a
2025-08-20T22:45:44.4798475Z [00:01:58.542]➜  packagefile internal/race=/tmp/go-build1671390451/b029/_pkg_.a
2025-08-20T22:45:44.4801474Z [00:01:58.542]➜  packagefile internal/runtime/math=/tmp/go-build1671390451/b022/_pkg_.a
2025-08-20T22:45:44.4802106Z [00:01:58.542]➜  packagefile internal/runtime/sys=/tmp/go-build1671390451/b030/_pkg_.a
2025-08-20T22:45:44.4802492Z [00:01:58.542]➜  EOF
2025-08-20T22:45:44.4809040Z [00:01:58.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T22:45:44.4812556Z [00:01:58.544]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:45:44.4813278Z [00:01:58.544]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T22:45:44.4820506Z [00:01:58.545]➜  unicode
2025-08-20T22:45:44.4820834Z [00:01:58.545]➜  mkdir -p $WORK/b040/
2025-08-20T22:45:44.4821795Z [00:01:58.545]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:45:44.4826762Z [00:01:58.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b040=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T22:45:44.4889053Z [00:01:58.552]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:45:44.4890302Z [00:01:58.552]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b036=>" -I $WORK/b036/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b036/asm.o ./asm.s
2025-08-20T22:45:44.4961317Z [00:01:58.557]➜  go tool pack r $WORK/b036/_pkg_.a $WORK/b036/asm.o # internal
2025-08-20T22:45:44.4962311Z [00:01:58.558]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:45:44.4963045Z [00:01:58.559]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T22:45:44.4963589Z [00:01:58.559]➜  internal/sync
2025-08-20T22:45:44.4963840Z [00:01:58.559]➜  mkdir -p $WORK/b035/
2025-08-20T22:45:44.4964259Z [00:01:58.559]➜  cat >/tmp/go-build1671390451/b035/importcfg << 'EOF' # internal
2025-08-20T22:45:44.4964608Z [00:01:58.559]➜  # import config
2025-08-20T22:45:44.4964967Z [00:01:58.559]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:44.4967961Z [00:01:58.559]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.4968446Z [00:01:58.560]➜  packagefile internal/race=/tmp/go-build1671390451/b029/_pkg_.a
2025-08-20T22:45:44.4968913Z [00:01:58.560]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:44.4969243Z [00:01:58.560]➜  EOF
2025-08-20T22:45:44.4969637Z [00:01:58.560]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.4985035Z [00:01:58.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b035=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T22:45:44.5046440Z [00:01:58.567]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:45:44.5050469Z [00:01:58.568]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T22:45:44.5051072Z [00:01:58.568]➜  unicode/utf8
2025-08-20T22:45:44.5051336Z [00:01:58.568]➜  mkdir -p $WORK/b041/
2025-08-20T22:45:44.5051687Z [00:01:58.568]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T22:45:44.5053246Z [00:01:58.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b041=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:45:44.5245185Z [00:01:58.587]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:45:44.5250193Z [00:01:58.588]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T22:45:44.5253536Z [00:01:58.588]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:45:44.5281415Z [00:01:58.589]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T22:45:44.5282358Z [00:01:58.589]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:45:44.5282826Z [00:01:58.589]➜  mkdir -p $WORK/b056/
2025-08-20T22:45:44.5284387Z [00:01:58.590]➜  cat >/tmp/go-build1671390451/b056/importcfg << 'EOF' # internal
2025-08-20T22:45:44.5284801Z [00:01:58.590]➜  # import config
2025-08-20T22:45:44.5285191Z [00:01:58.590]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:44.5285549Z [00:01:58.590]➜  EOF
2025-08-20T22:45:44.5294916Z [00:01:58.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b056=>" -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/b056/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T22:45:44.5309189Z [00:01:58.594]➜  math
2025-08-20T22:45:44.5310559Z [00:01:58.594]➜  mkdir -p $WORK/b046/
2025-08-20T22:45:44.5311693Z [00:01:58.594]➜  echo -n > $WORK/b046/go_asm.h # internal
2025-08-20T22:45:44.5312114Z [00:01:58.594]➜  cd /root/.go/src/math
2025-08-20T22:45:44.5313172Z [00:01:58.594]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b046/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T22:45:44.5358129Z [00:01:58.599]➜  cat >/tmp/go-build1671390451/b046/importcfg << 'EOF' # internal
2025-08-20T22:45:44.5359893Z [00:01:58.599]➜  # import config
2025-08-20T22:45:44.5360859Z [00:01:58.599]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:44.5361874Z [00:01:58.599]➜  EOF
2025-08-20T22:45:44.5362272Z [00:01:58.599]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.5368751Z [00:01:58.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b046=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b046/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack -asmhdr $WORK/b046/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-20T22:45:44.5528749Z [00:01:58.615]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:45:44.5537692Z [00:01:58.616]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T22:45:44.5538299Z [00:01:58.616]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:45:44.5538987Z [00:01:58.616]➜  mkdir -p $WORK/b057/
2025-08-20T22:45:44.5539536Z [00:01:58.616]➜  cat >/tmp/go-build1671390451/b057/importcfg << 'EOF' # internal
2025-08-20T22:45:44.5539937Z [00:01:58.616]➜  # import config
2025-08-20T22:45:44.5540306Z [00:01:58.616]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:44.5540786Z [00:01:58.616]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.5541377Z [00:01:58.616]➜  EOF
2025-08-20T22:45:44.5543109Z [00:01:58.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b057=>" -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/b057/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T22:45:44.5767184Z [00:01:58.639]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:45:44.5774219Z [00:01:58.640]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T22:45:44.5774840Z [00:01:58.640]➜  crypto/internal/fips140/alias
2025-08-20T22:45:44.5775142Z [00:01:58.640]➜  mkdir -p $WORK/b061/
2025-08-20T22:45:44.5803753Z [00:01:58.643]➜  echo '# import config' > $WORK/b061/importcfg # internal
2025-08-20T22:45:44.5806266Z [00:01:58.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b061=>" -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/b061/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T22:45:44.5974775Z [00:01:58.660]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:45:44.5978445Z [00:01:58.661]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T22:45:44.5980359Z [00:01:58.661]➜  crypto/internal/fips140/subtle
2025-08-20T22:45:44.5981028Z [00:01:58.661]➜  mkdir -p $WORK/b060/
2025-08-20T22:45:44.5984803Z [00:01:58.662]➜  echo -n > $WORK/b060/go_asm.h # internal
2025-08-20T22:45:44.5985179Z [00:01:58.662]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:45:44.5987862Z [00:01:58.662]➜  /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/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b060/symabis ./xor_arm64.s
2025-08-20T22:45:44.6068139Z [00:01:58.670]➜  cat >/tmp/go-build1671390451/b060/importcfg << 'EOF' # internal
2025-08-20T22:45:44.6069074Z [00:01:58.670]➜  # import config
2025-08-20T22:45:44.6070432Z [00:01:58.670]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1671390451/b061/_pkg_.a
2025-08-20T22:45:44.6071414Z [00:01:58.670]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:44.6072509Z [00:01:58.670]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:44.6072885Z [00:01:58.670]➜  EOF
2025-08-20T22:45:44.6073186Z [00:01:58.670]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.6075682Z [00:01:58.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b060=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -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/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T22:45:44.6244072Z [00:01:58.687]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:45:44.6273992Z [00:01:58.690]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:45:44.6292271Z [00:01:58.692]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T22:45:44.6294201Z [00:01:58.692]➜  internal/itoa
2025-08-20T22:45:44.6294595Z [00:01:58.693]➜  mkdir -p $WORK/b068/
2025-08-20T22:45:44.6325484Z [00:01:58.694]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T22:45:44.6326548Z [00:01:58.696]➜  echo '# import config' > $WORK/b068/importcfg # internal
2025-08-20T22:45:44.6328427Z [00:01:58.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b068=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:45:44.6340177Z [00:01:58.697]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:45:44.6351939Z [00:01:58.697]➜  /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/b060=>" -I $WORK/b060/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b060/xor_arm64.o ./xor_arm64.s
2025-08-20T22:45:44.6434586Z [00:01:58.705]➜  go tool pack r $WORK/b060/_pkg_.a $WORK/b060/xor_arm64.o # internal
2025-08-20T22:45:44.6435081Z [00:01:58.706]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:45:44.6435690Z [00:01:58.707]➜  runtime
2025-08-20T22:45:44.6437172Z [00:01:58.707]➜  mkdir -p $WORK/b009/
2025-08-20T22:45:44.6444635Z [00:01:58.707]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T22:45:44.6448005Z [00:01:58.708]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T22:45:44.6449721Z [00:01:58.708]➜  cd /root/.go/src/runtime
2025-08-20T22:45:44.6451658Z [00:01:58.708]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/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-20T22:45:44.6455013Z [00:01:58.709]➜  cmp
2025-08-20T22:45:44.6455267Z [00:01:58.709]➜  mkdir -p $WORK/b071/
2025-08-20T22:45:44.6464409Z [00:01:58.709]➜  echo '# import config' > $WORK/b071/importcfg # internal
2025-08-20T22:45:44.6466062Z [00:01:58.710]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.6471196Z [00:01:58.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b071=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:45:44.6503148Z [00:01:58.713]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:45:44.6508267Z [00:01:58.714]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T22:45:44.6509017Z [00:01:58.714]➜  crypto/internal/boring/sig
2025-08-20T22:45:44.6510124Z [00:01:58.714]➜  mkdir -p $WORK/b093/
2025-08-20T22:45:44.6511090Z [00:01:58.714]➜  echo -n > $WORK/b093/go_asm.h # internal
2025-08-20T22:45:44.6511514Z [00:01:58.714]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:45:44.6512786Z [00:01:58.714]➜  /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/b093=>" -I $WORK/b093/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b093/symabis ./sig_other.s
2025-08-20T22:45:44.6545678Z [00:01:58.718]➜  echo '# import config' > $WORK/b093/importcfg # internal
2025-08-20T22:45:44.6548078Z [00:01:58.718]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.6553763Z [00:01:58.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b093=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b093/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack -asmhdr $WORK/b093/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T22:45:44.6565965Z [00:01:58.719]➜  cat >/tmp/go-build1671390451/b009/importcfg << 'EOF' # internal
2025-08-20T22:45:44.6567445Z [00:01:58.719]➜  # import config
2025-08-20T22:45:44.6569805Z [00:01:58.719]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:44.6570389Z [00:01:58.719]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:44.6570895Z [00:01:58.719]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:44.6571445Z [00:01:58.719]➜  packagefile internal/chacha8rand=/tmp/go-build1671390451/b013/_pkg_.a
2025-08-20T22:45:44.6571980Z [00:01:58.719]➜  packagefile internal/coverage/rtcov=/tmp/go-build1671390451/b014/_pkg_.a
2025-08-20T22:45:44.6572480Z [00:01:58.719]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:44.6572956Z [00:01:58.719]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:44.6573485Z [00:01:58.719]➜  packagefile internal/godebugs=/tmp/go-build1671390451/b015/_pkg_.a
2025-08-20T22:45:44.6574004Z [00:01:58.719]➜  packagefile internal/goexperiment=/tmp/go-build1671390451/b016/_pkg_.a
2025-08-20T22:45:44.6574504Z [00:01:58.719]➜  packagefile internal/goos=/tmp/go-build1671390451/b017/_pkg_.a
2025-08-20T22:45:44.6575005Z [00:01:58.719]➜  packagefile internal/profilerecord=/tmp/go-build1671390451/b018/_pkg_.a
2025-08-20T22:45:44.6575541Z [00:01:58.719]➜  packagefile internal/runtime/atomic=/tmp/go-build1671390451/b019/_pkg_.a
2025-08-20T22:45:44.6576084Z [00:01:58.719]➜  packagefile internal/runtime/cgroup=/tmp/go-build1671390451/b020/_pkg_.a
2025-08-20T22:45:44.6576631Z [00:01:58.719]➜  packagefile internal/runtime/exithook=/tmp/go-build1671390451/b024/_pkg_.a
2025-08-20T22:45:44.6577167Z [00:01:58.719]➜  packagefile internal/runtime/gc=/tmp/go-build1671390451/b025/_pkg_.a
2025-08-20T22:45:44.6577686Z [00:01:58.719]➜  packagefile internal/runtime/maps=/tmp/go-build1671390451/b026/_pkg_.a
2025-08-20T22:45:44.6578614Z [00:01:58.719]➜  packagefile internal/runtime/math=/tmp/go-build1671390451/b022/_pkg_.a
2025-08-20T22:45:44.6579220Z [00:01:58.719]➜  packagefile internal/runtime/strconv=/tmp/go-build1671390451/b021/_pkg_.a
2025-08-20T22:45:44.6597921Z [00:01:58.719]➜  packagefile internal/runtime/sys=/tmp/go-build1671390451/b030/_pkg_.a
2025-08-20T22:45:44.6598499Z [00:01:58.719]➜  packagefile internal/runtime/syscall=/tmp/go-build1671390451/b023/_pkg_.a
2025-08-20T22:45:44.6599063Z [00:01:58.719]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:44.6599767Z [00:01:58.719]➜  packagefile internal/trace/tracev2=/tmp/go-build1671390451/b032/_pkg_.a
2025-08-20T22:45:44.6600182Z [00:01:58.719]➜  EOF
2025-08-20T22:45:44.6629238Z [00:01:58.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_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-20T22:45:44.6649991Z [00:01:58.720]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:45:44.6650674Z [00:01:58.720]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T22:45:44.6651219Z [00:01:58.720]➜  container/list
2025-08-20T22:45:44.6651474Z [00:01:58.720]➜  mkdir -p $WORK/b101/
2025-08-20T22:45:44.6651865Z [00:01:58.720]➜  echo '# import config' > $WORK/b101/importcfg # internal
2025-08-20T22:45:44.6653428Z [00:01:58.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b101=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:45:44.6654986Z [00:01:58.725]➜  cd /root/.go/src/math
2025-08-20T22:45:44.6655948Z [00:01:58.725]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b046/dim_arm64.o ./dim_arm64.s
2025-08-20T22:45:44.6726791Z [00:01:58.735]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b046/exp_arm64.o ./exp_arm64.s
2025-08-20T22:45:44.6794428Z [00:01:58.742]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b046/floor_arm64.o ./floor_arm64.s
2025-08-20T22:45:44.6813460Z [00:01:58.744]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:45:44.6815302Z [00:01:58.744]➜  /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/b093=>" -I $WORK/b093/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b093/sig_other.o ./sig_other.s
2025-08-20T22:45:44.6850656Z [00:01:58.747]➜  go tool pack r $WORK/b093/_pkg_.a $WORK/b093/sig_other.o # internal
2025-08-20T22:45:44.6853388Z [00:01:58.747]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:45:44.6858593Z [00:01:58.748]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T22:45:44.6859797Z [00:01:58.748]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:45:44.6860145Z [00:01:58.748]➜  unicode/utf16
2025-08-20T22:45:44.6860402Z [00:01:58.748]➜  mkdir -p $WORK/b119/
2025-08-20T22:45:44.6860749Z [00:01:58.748]➜  echo '# import config' > $WORK/b119/importcfg # internal
2025-08-20T22:45:44.6861448Z [00:01:58.748]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T22:45:44.6862056Z [00:01:58.748]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.6863591Z [00:01:58.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b119=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:45:44.6864938Z [00:01:58.748]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:45:44.6865248Z [00:01:58.748]➜  mkdir -p $WORK/b120/
2025-08-20T22:45:44.6874287Z [00:01:58.748]➜  echo '# import config' > $WORK/b120/importcfg # internal
2025-08-20T22:45:44.6876324Z [00:01:58.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b120=>" -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/b120/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T22:45:44.6878001Z [00:01:58.750]➜  cd /root/.go/src/math
2025-08-20T22:45:44.6878862Z [00:01:58.750]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b046=>" -I $WORK/b046/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b046/modf_arm64.o ./modf_arm64.s
2025-08-20T22:45:44.6919707Z [00:01:58.755]➜  go tool pack r $WORK/b046/_pkg_.a $WORK/b046/dim_arm64.o $WORK/b046/exp_arm64.o $WORK/b046/floor_arm64.o $WORK/b046/modf_arm64.o # internal
2025-08-20T22:45:44.6926706Z [00:01:58.755]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:45:44.6927707Z [00:01:58.755]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T22:45:44.6928408Z [00:01:58.755]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:45:44.6928738Z [00:01:58.755]➜  mkdir -p $WORK/b131/
2025-08-20T22:45:44.6929092Z [00:01:58.755]➜  echo '# import config' > $WORK/b131/importcfg # internal
2025-08-20T22:45:44.6929659Z [00:01:58.755]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:44.6931719Z [00:01:58.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b131=>" -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/b131/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T22:45:44.6954395Z [00:01:58.758]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:45:44.6958027Z [00:01:58.759]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T22:45:44.6961353Z [00:01:58.759]➜  internal/nettrace
2025-08-20T22:45:44.6961646Z [00:01:58.759]➜  mkdir -p $WORK/b149/
2025-08-20T22:45:44.6962004Z [00:01:58.759]➜  echo '# import config' > $WORK/b149/importcfg # internal
2025-08-20T22:45:44.6963975Z [00:01:58.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b149=>" -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/b149/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:45:44.7002128Z [00:01:58.763]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:45:44.7005558Z [00:01:58.764]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T22:45:44.7007542Z [00:01:58.764]➜  encoding
2025-08-20T22:45:44.7009409Z [00:01:58.764]➜  mkdir -p $WORK/b158/
2025-08-20T22:45:44.7013415Z [00:01:58.764]➜  echo '# import config' > $WORK/b158/importcfg # internal
2025-08-20T22:45:44.7023364Z [00:01:58.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b158=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:45:44.7025967Z [00:01:58.766]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:45:44.7031871Z [00:01:58.766]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T22:45:44.7042942Z [00:01:58.767]➜  log/internal
2025-08-20T22:45:44.7043230Z [00:01:58.767]➜  mkdir -p $WORK/b168/
2025-08-20T22:45:44.7070449Z [00:01:58.768]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:45:44.7071302Z [00:01:58.768]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T22:45:44.7072085Z [00:01:58.768]➜  echo '# import config' > $WORK/b168/importcfg # internal
2025-08-20T22:45:44.7073733Z [00:01:58.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b168=>" -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/b168/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:45:44.7075143Z [00:01:58.768]➜  google.golang.org/protobuf/internal/flags
2025-08-20T22:45:44.7075554Z [00:01:58.768]➜  mkdir -p $WORK/b221/
2025-08-20T22:45:44.7076375Z [00:01:58.768]➜  echo '# import config' > $WORK/b221/importcfg # internal
2025-08-20T22:45:44.7078977Z [00:01:58.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags=>google.golang.org/protobuf@v1.36.7/internal/flags;$WORK/b221=>" -p google.golang.org/protobuf/internal/flags -lang=go1.22 -complete -installsuffix shared -buildid ZQGBV4D0tYqgqzq0Gu6e/ZQGBV4D0tYqgqzq0Gu6e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/flags/proto_legacy_disable.go
2025-08-20T22:45:44.7132547Z [00:01:58.776]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:45:44.7135890Z [00:01:58.777]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/d1/d17f27a42d2c9819903b3039084750f6f8a2452e6b619d2ccf51e663d9423bd7-d # internal
2025-08-20T22:45:44.7138572Z [00:01:58.777]➜  google.golang.org/grpc/serviceconfig
2025-08-20T22:45:44.7145779Z [00:01:58.778]➜  mkdir -p $WORK/b229/
2025-08-20T22:45:44.7151497Z [00:01:58.778]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:45:44.7151975Z [00:01:58.778]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:45:44.7158948Z [00:01:58.779]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T22:45:44.7163734Z [00:01:58.779]➜  google.golang.org/protobuf/internal/set
2025-08-20T22:45:44.7164108Z [00:01:58.779]➜  mkdir -p $WORK/b249/
2025-08-20T22:45:44.7164490Z [00:01:58.779]➜  cat >/tmp/go-build1671390451/b249/importcfg << 'EOF' # internal
2025-08-20T22:45:44.7164838Z [00:01:58.779]➜  # import config
2025-08-20T22:45:44.7165192Z [00:01:58.779]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:44.7165512Z [00:01:58.779]➜  EOF
2025-08-20T22:45:44.7167448Z [00:01:58.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set=>google.golang.org/protobuf@v1.36.7/internal/set;$WORK/b249=>" -p google.golang.org/protobuf/internal/set -lang=go1.22 -complete -installsuffix shared -buildid H5pPSEB-wr8o6l2mZB9K/H5pPSEB-wr8o6l2mZB9K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/set/ints.go
2025-08-20T22:45:44.7169579Z [00:01:58.779]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T22:45:44.7170266Z [00:01:58.779]➜  echo '# import config' > $WORK/b229/importcfg # internal
2025-08-20T22:45:44.7170855Z [00:01:58.780]➜  golang.org/x/crypto/internal/alias
2025-08-20T22:45:44.7171769Z [00:01:58.780]➜  mkdir -p $WORK/b319/
2025-08-20T22:45:44.7172417Z [00:01:58.780]➜  echo '# import config' > $WORK/b319/importcfg # internal
2025-08-20T22:45:44.7174833Z [00:01:58.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/serviceconfig=>google.golang.org/grpc@v1.75.0/serviceconfig;$WORK/b229=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid d-gH-NVhP3W1jtghmCkK/d-gH-NVhP3W1jtghmCkK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/serviceconfig/serviceconfig.go
2025-08-20T22:45:44.7178984Z [00:01:58.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias=>golang.org/x/crypto@v0.40.0/internal/alias;$WORK/b319=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid AU6NCAVrmQaW95S-T_aq/AU6NCAVrmQaW95S-T_aq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias/alias.go
2025-08-20T22:45:44.7284890Z [00:01:58.791]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T22:45:44.7285874Z [00:01:58.791]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T22:45:44.7286883Z [00:01:58.791]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/e3/e3eeb53ddaa0b8ceaba71ae5dbce8f004b181c569fcf710505b275abe521d47f-d # internal
2025-08-20T22:45:44.7290167Z [00:01:58.791]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/29/29076a31f816b99d0e66109680c67ef3c842a31440733a1ca139a8cde97a4289-d # internal
2025-08-20T22:45:44.7291205Z [00:01:58.792]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T22:45:44.7292569Z [00:01:58.792]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/72/72da026b667f523f6e5f24cba64860f4b913ac7ae6a9d48c9b2d6122978e17a3-d # internal
2025-08-20T22:45:46.2413429Z [00:02:00.304]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b009/tls_GOARCH.h
2025-08-20T22:45:46.2414833Z [00:02:00.305]➜  cd /root/.go/src/runtime
2025-08-20T22:45:46.2415821Z [00:02:00.305]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm.o ./asm.s
2025-08-20T22:45:46.2439973Z [00:02:00.307]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm_arm64.o ./asm_arm64.s
2025-08-20T22:45:46.2530011Z [00:02:00.316]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:45:46.2552904Z [00:02:00.318]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/duff_arm64.o ./duff_arm64.s
2025-08-20T22:45:46.2582400Z [00:02:00.321]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/ints.o ./ints.s
2025-08-20T22:45:46.2608353Z [00:02:00.324]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memclr_arm64.o ./memclr_arm64.s
2025-08-20T22:45:46.2635658Z [00:02:00.326]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memmove_arm64.o ./memmove_arm64.s
2025-08-20T22:45:46.2661150Z [00:02:00.329]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/preempt_arm64.o ./preempt_arm64.s
2025-08-20T22:45:46.2702460Z [00:02:00.333]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T22:45:46.2726655Z [00:02:00.336]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T22:45:46.2779254Z [00:02:00.341]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/tls_arm64.o ./tls_arm64.s
2025-08-20T22:45:46.2821110Z [00:02:00.345]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_arm64.o $WORK/b009/atomic_arm64.o $WORK/b009/duff_arm64.o $WORK/b009/ints.o $WORK/b009/memclr_arm64.o $WORK/b009/memmove_arm64.o $WORK/b009/preempt_arm64.o $WORK/b009/rt0_linux_arm64.o $WORK/b009/sys_linux_arm64.o $WORK/b009/tls_arm64.o # internal
2025-08-20T22:45:46.2822440Z [00:02:00.345]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:45:46.3124497Z [00:02:00.375]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T22:45:46.3130800Z [00:02:00.376]➜  internal/reflectlite
2025-08-20T22:45:46.3132496Z [00:02:00.376]➜  mkdir -p $WORK/b004/
2025-08-20T22:45:46.3140157Z [00:02:00.376]➜  iter
2025-08-20T22:45:46.3141469Z [00:02:00.376]➜  mkdir -p $WORK/b038/
2025-08-20T22:45:46.3141754Z [00:02:00.376]➜  weak
2025-08-20T22:45:46.3141989Z [00:02:00.376]➜  mkdir -p $WORK/b086/
2025-08-20T22:45:46.3142236Z [00:02:00.376]➜  sync
2025-08-20T22:45:46.3142460Z [00:02:00.376]➜  mkdir -p $WORK/b034/
2025-08-20T22:45:46.3142791Z [00:02:00.376]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T22:45:46.3143133Z [00:02:00.376]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:45:46.3144255Z [00:02:00.376]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T22:45:46.3145736Z [00:02:00.376]➜  cat >/tmp/go-build1671390451/b038/importcfg << 'EOF' # internal
2025-08-20T22:45:46.3146085Z [00:02:00.376]➜  # import config
2025-08-20T22:45:46.3146448Z [00:02:00.376]➜  packagefile internal/race=/tmp/go-build1671390451/b029/_pkg_.a
2025-08-20T22:45:46.3146906Z [00:02:00.376]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.3147223Z [00:02:00.376]➜  EOF
2025-08-20T22:45:46.3147503Z [00:02:00.376]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.3148902Z [00:02:00.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b038=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:45:46.3155053Z [00:02:00.376]➜  cat >/tmp/go-build1671390451/b086/importcfg << 'EOF' # internal
2025-08-20T22:45:46.3155423Z [00:02:00.376]➜  # import config
2025-08-20T22:45:46.3155788Z [00:02:00.376]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:46.3156242Z [00:02:00.376]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.3156590Z [00:02:00.376]➜  EOF
2025-08-20T22:45:46.3156910Z [00:02:00.376]➜  cat >/tmp/go-build1671390451/b034/importcfg << 'EOF' # internal
2025-08-20T22:45:46.3157249Z [00:02:00.376]➜  # import config
2025-08-20T22:45:46.3157610Z [00:02:00.376]➜  packagefile internal/race=/tmp/go-build1671390451/b029/_pkg_.a
2025-08-20T22:45:46.3158089Z [00:02:00.376]➜  packagefile internal/sync=/tmp/go-build1671390451/b035/_pkg_.a
2025-08-20T22:45:46.3158571Z [00:02:00.376]➜  packagefile internal/synctest=/tmp/go-build1671390451/b037/_pkg_.a
2025-08-20T22:45:46.3159031Z [00:02:00.376]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.3159660Z [00:02:00.376]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:46.3160060Z [00:02:00.376]➜  EOF
2025-08-20T22:45:46.3161441Z [00:02:00.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b086=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:45:46.3165005Z [00:02:00.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b034=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T22:45:46.3167183Z [00:02:00.378]➜  cat >/tmp/go-build1671390451/b004/importcfg << 'EOF' # internal
2025-08-20T22:45:46.3167529Z [00:02:00.378]➜  # import config
2025-08-20T22:45:46.3167885Z [00:02:00.378]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:46.3168360Z [00:02:00.378]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:46.3168873Z [00:02:00.378]➜  packagefile internal/unsafeheader=/tmp/go-build1671390451/b008/_pkg_.a
2025-08-20T22:45:46.3169348Z [00:02:00.378]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.3190376Z [00:02:00.378]➜  EOF
2025-08-20T22:45:46.3192499Z [00:02:00.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T22:45:46.3267233Z [00:02:00.389]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:45:46.3270790Z [00:02:00.389]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:45:46.3274292Z [00:02:00.390]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T22:45:46.3290577Z [00:02:00.392]➜  slices
2025-08-20T22:45:46.3304503Z [00:02:00.393]➜  mkdir -p $WORK/b070/
2025-08-20T22:45:46.3312703Z [00:02:00.394]➜  cat >/tmp/go-build1671390451/b070/importcfg << 'EOF' # internal
2025-08-20T22:45:46.3315798Z [00:02:00.394]➜  # import config
2025-08-20T22:45:46.3320094Z [00:02:00.394]➜  packagefile cmp=/tmp/go-build1671390451/b071/_pkg_.a
2025-08-20T22:45:46.3322038Z [00:02:00.394]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:46.3322490Z [00:02:00.394]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.3322825Z [00:02:00.394]➜  EOF
2025-08-20T22:45:46.3339740Z [00:02:00.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b070=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T22:45:46.3341892Z [00:02:00.395]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T22:45:46.3342443Z [00:02:00.397]➜  crypto/subtle
2025-08-20T22:45:46.3342691Z [00:02:00.397]➜  mkdir -p $WORK/b092/
2025-08-20T22:45:46.3343061Z [00:02:00.397]➜  cat >/tmp/go-build1671390451/b092/importcfg << 'EOF' # internal
2025-08-20T22:45:46.3343405Z [00:02:00.397]➜  # import config
2025-08-20T22:45:46.3343830Z [00:02:00.397]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:46.3344388Z [00:02:00.397]➜  packagefile internal/runtime/sys=/tmp/go-build1671390451/b030/_pkg_.a
2025-08-20T22:45:46.3345185Z [00:02:00.397]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.3345570Z [00:02:00.397]➜  EOF
2025-08-20T22:45:46.3347292Z [00:02:00.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b092=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T22:45:46.3477487Z [00:02:00.411]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:45:46.3485728Z [00:02:00.411]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T22:45:46.3494297Z [00:02:00.412]➜  maps
2025-08-20T22:45:46.3494562Z [00:02:00.412]➜  mkdir -p $WORK/b146/
2025-08-20T22:45:46.3494975Z [00:02:00.412]➜  cat >/tmp/go-build1671390451/b146/importcfg << 'EOF' # internal
2025-08-20T22:45:46.3495331Z [00:02:00.412]➜  # import config
2025-08-20T22:45:46.3495671Z [00:02:00.412]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:46.3495981Z [00:02:00.412]➜  EOF
2025-08-20T22:45:46.3497365Z [00:02:00.412]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b146=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:45:46.3583966Z [00:02:00.421]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:45:46.3585951Z [00:02:00.422]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T22:45:46.3623004Z [00:02:00.425]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:45:46.3627341Z [00:02:00.426]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T22:45:46.3992375Z [00:02:00.462]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:45:46.4010620Z [00:02:00.462]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/asm.o ./asm.s
2025-08-20T22:45:46.4027442Z [00:02:00.466]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T22:45:46.4028550Z [00:02:00.466]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:45:46.4052372Z [00:02:00.468]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T22:45:46.4054809Z [00:02:00.469]➜  sort
2025-08-20T22:45:46.4056420Z [00:02:00.469]➜  mkdir -p $WORK/b156/
2025-08-20T22:45:46.4068462Z [00:02:00.469]➜  cat >/tmp/go-build1671390451/b156/importcfg << 'EOF' # internal
2025-08-20T22:45:46.4069054Z [00:02:00.469]➜  # import config
2025-08-20T22:45:46.4069739Z [00:02:00.469]➜  packagefile internal/reflectlite=/tmp/go-build1671390451/b004/_pkg_.a
2025-08-20T22:45:46.4070399Z [00:02:00.469]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.4071012Z [00:02:00.469]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:46.4071445Z [00:02:00.469]➜  EOF
2025-08-20T22:45:46.4071750Z [00:02:00.469]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.4074086Z [00:02:00.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b156=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T22:45:46.4081008Z [00:02:00.471]➜  errors
2025-08-20T22:45:46.4081275Z [00:02:00.471]➜  mkdir -p $WORK/b003/
2025-08-20T22:45:46.4081653Z [00:02:00.471]➜  cat >/tmp/go-build1671390451/b003/importcfg << 'EOF' # internal
2025-08-20T22:45:46.4081999Z [00:02:00.471]➜  # import config
2025-08-20T22:45:46.4082413Z [00:02:00.471]➜  packagefile internal/reflectlite=/tmp/go-build1671390451/b004/_pkg_.a
2025-08-20T22:45:46.4082778Z [00:02:00.471]➜  EOF
2025-08-20T22:45:46.4084307Z [00:02:00.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:45:46.4273334Z [00:02:00.490]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:45:46.4291551Z [00:02:00.492]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:45:46.4297349Z [00:02:00.493]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T22:45:46.4303848Z [00:02:00.493]➜  internal/oserror
2025-08-20T22:45:46.4309679Z [00:02:00.493]➜  mkdir -p $WORK/b069/
2025-08-20T22:45:46.4313081Z [00:02:00.493]➜  cat >/tmp/go-build1671390451/b069/importcfg << 'EOF' # internal
2025-08-20T22:45:46.4313449Z [00:02:00.493]➜  # import config
2025-08-20T22:45:46.4313798Z [00:02:00.493]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.4314120Z [00:02:00.493]➜  EOF
2025-08-20T22:45:46.4315644Z [00:02:00.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b069=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:45:46.4317322Z [00:02:00.494]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T22:45:46.4317851Z [00:02:00.494]➜  io
2025-08-20T22:45:46.4318079Z [00:02:00.494]➜  mkdir -p $WORK/b033/
2025-08-20T22:45:46.4318449Z [00:02:00.494]➜  cat >/tmp/go-build1671390451/b033/importcfg << 'EOF' # internal
2025-08-20T22:45:46.4318796Z [00:02:00.494]➜  # import config
2025-08-20T22:45:46.4319134Z [00:02:00.494]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.4319756Z [00:02:00.494]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.4321493Z [00:02:00.494]➜  EOF
2025-08-20T22:45:46.4324309Z [00:02:00.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b033=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:45:46.4325648Z [00:02:00.495]➜  strconv
2025-08-20T22:45:46.4325904Z [00:02:00.495]➜  mkdir -p $WORK/b045/
2025-08-20T22:45:46.4330470Z [00:02:00.496]➜  cat >/tmp/go-build1671390451/b045/importcfg << 'EOF' # internal
2025-08-20T22:45:46.4331269Z [00:02:00.496]➜  # import config
2025-08-20T22:45:46.4333751Z [00:02:00.496]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.4334466Z [00:02:00.496]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:46.4335146Z [00:02:00.496]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:46.4336330Z [00:02:00.496]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:46.4337326Z [00:02:00.496]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.4337857Z [00:02:00.496]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:46.4338197Z [00:02:00.496]➜  EOF
2025-08-20T22:45:46.4341286Z [00:02:00.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b045=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T22:45:46.4438900Z [00:02:00.507]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:45:46.4450652Z [00:02:00.508]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T22:45:46.4452555Z [00:02:00.508]➜  internal/bisect
2025-08-20T22:45:46.4454258Z [00:02:00.508]➜  mkdir -p $WORK/b051/
2025-08-20T22:45:46.4454664Z [00:02:00.508]➜  cat >/tmp/go-build1671390451/b051/importcfg << 'EOF' # internal
2025-08-20T22:45:46.4455016Z [00:02:00.508]➜  # import config
2025-08-20T22:45:46.4455356Z [00:02:00.508]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.4455782Z [00:02:00.508]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.4456221Z [00:02:00.508]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:46.4456552Z [00:02:00.508]➜  EOF
2025-08-20T22:45:46.4458047Z [00:02:00.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b051=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:45:46.4971359Z [00:02:00.560]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:45:46.4975313Z [00:02:00.561]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:45:46.4993970Z [00:02:00.562]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T22:45:46.5000037Z [00:02:00.563]➜  internal/godebug
2025-08-20T22:45:46.5000945Z [00:02:00.563]➜  mkdir -p $WORK/b050/
2025-08-20T22:45:46.5005269Z [00:02:00.564]➜  cat >/tmp/go-build1671390451/b050/importcfg << 'EOF' # internal
2025-08-20T22:45:46.5006819Z [00:02:00.564]➜  # import config
2025-08-20T22:45:46.5007988Z [00:02:00.564]➜  packagefile internal/bisect=/tmp/go-build1671390451/b051/_pkg_.a
2025-08-20T22:45:46.5009008Z [00:02:00.564]➜  packagefile internal/godebugs=/tmp/go-build1671390451/b015/_pkg_.a
2025-08-20T22:45:46.5010220Z [00:02:00.564]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.5011256Z [00:02:00.564]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:46.5011679Z [00:02:00.564]➜  EOF
2025-08-20T22:45:46.5013214Z [00:02:00.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b050=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:45:46.5021654Z [00:02:00.565]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T22:45:46.5073760Z [00:02:00.570]➜  syscall
2025-08-20T22:45:46.5081503Z [00:02:00.571]➜  mkdir -p $WORK/b067/
2025-08-20T22:45:46.5087484Z [00:02:00.572]➜  echo -n > $WORK/b067/go_asm.h # internal
2025-08-20T22:45:46.5090701Z [00:02:00.572]➜  cd /root/.go/src/syscall
2025-08-20T22:45:46.5092465Z [00:02:00.572]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b067=>" -I $WORK/b067/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b067/symabis ./asm_linux_arm64.s
2025-08-20T22:45:46.5136579Z [00:02:00.577]➜  cat >/tmp/go-build1671390451/b067/importcfg << 'EOF' # internal
2025-08-20T22:45:46.5138188Z [00:02:00.577]➜  # import config
2025-08-20T22:45:46.5138919Z [00:02:00.577]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.5142433Z [00:02:00.577]➜  packagefile internal/asan=/tmp/go-build1671390451/b027/_pkg_.a
2025-08-20T22:45:46.5142952Z [00:02:00.577]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:46.5143462Z [00:02:00.577]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:46.5143961Z [00:02:00.577]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:46.5144440Z [00:02:00.577]➜  packagefile internal/itoa=/tmp/go-build1671390451/b068/_pkg_.a
2025-08-20T22:45:46.5145285Z [00:02:00.577]➜  packagefile internal/msan=/tmp/go-build1671390451/b028/_pkg_.a
2025-08-20T22:45:46.5145772Z [00:02:00.577]➜  packagefile internal/oserror=/tmp/go-build1671390451/b069/_pkg_.a
2025-08-20T22:45:46.5146254Z [00:02:00.577]➜  packagefile internal/race=/tmp/go-build1671390451/b029/_pkg_.a
2025-08-20T22:45:46.5146770Z [00:02:00.577]➜  packagefile internal/runtime/syscall=/tmp/go-build1671390451/b023/_pkg_.a
2025-08-20T22:45:46.5147271Z [00:02:00.577]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.5147694Z [00:02:00.577]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:46.5148111Z [00:02:00.577]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.5148545Z [00:02:00.577]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:46.5148874Z [00:02:00.577]➜  EOF
2025-08-20T22:45:46.5149158Z [00:02:00.577]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.5154626Z [00:02:00.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b067=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b067/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack -asmhdr $WORK/b067/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-20T22:45:46.5178755Z [00:02:00.581]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:45:46.5251517Z [00:02:00.586]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T22:45:46.5252177Z [00:02:00.586]➜  bytes
2025-08-20T22:45:46.5252424Z [00:02:00.586]➜  mkdir -p $WORK/b002/
2025-08-20T22:45:46.5252804Z [00:02:00.586]➜  cat >/tmp/go-build1671390451/b002/importcfg << 'EOF' # internal
2025-08-20T22:45:46.5253155Z [00:02:00.586]➜  # import config
2025-08-20T22:45:46.5253510Z [00:02:00.586]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.5253971Z [00:02:00.586]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:46.5254415Z [00:02:00.586]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:46.5254818Z [00:02:00.586]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:46.5255245Z [00:02:00.586]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.5255720Z [00:02:00.586]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:46.5256165Z [00:02:00.586]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:46.5256496Z [00:02:00.586]➜  EOF
2025-08-20T22:45:46.5258071Z [00:02:00.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b002=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T22:45:46.5976093Z [00:02:00.660]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:45:46.5990618Z [00:02:00.662]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T22:45:46.5991786Z [00:02:00.662]➜  hash
2025-08-20T22:45:46.5994784Z [00:02:00.663]➜  mkdir -p $WORK/b044/
2025-08-20T22:45:46.5995268Z [00:02:00.663]➜  cat >/tmp/go-build1671390451/b044/importcfg << 'EOF' # internal
2025-08-20T22:45:46.5995628Z [00:02:00.663]➜  # import config
2025-08-20T22:45:46.5995960Z [00:02:00.663]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:46.5996269Z [00:02:00.663]➜  EOF
2025-08-20T22:45:46.5997544Z [00:02:00.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b044=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:45:46.6127347Z [00:02:00.675]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:45:46.6158122Z [00:02:00.679]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T22:45:46.6158811Z [00:02:00.679]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:45:46.6159132Z [00:02:00.679]➜  mkdir -p $WORK/b049/
2025-08-20T22:45:46.6159635Z [00:02:00.679]➜  cat >/tmp/go-build1671390451/b049/importcfg << 'EOF' # internal
2025-08-20T22:45:46.6160032Z [00:02:00.679]➜  # import config
2025-08-20T22:45:46.6160422Z [00:02:00.679]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:46.6160770Z [00:02:00.679]➜  EOF
2025-08-20T22:45:46.6162638Z [00:02:00.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b049=>" -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/b049/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T22:45:46.6197407Z [00:02:00.683]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:45:46.6201427Z [00:02:00.683]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T22:45:46.6202048Z [00:02:00.683]➜  crypto
2025-08-20T22:45:46.6203104Z [00:02:00.683]➜  mkdir -p $WORK/b043/
2025-08-20T22:45:46.6212817Z [00:02:00.684]➜  cat >/tmp/go-build1671390451/b043/importcfg << 'EOF' # internal
2025-08-20T22:45:46.6213667Z [00:02:00.684]➜  # import config
2025-08-20T22:45:46.6214086Z [00:02:00.684]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:46.6214506Z [00:02:00.684]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:46.6214926Z [00:02:00.684]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:46.6215244Z [00:02:00.684]➜  EOF
2025-08-20T22:45:46.6216600Z [00:02:00.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b043=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:45:46.6381782Z [00:02:00.701]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:45:46.6387752Z [00:02:00.702]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T22:45:46.6389892Z [00:02:00.702]➜  strings
2025-08-20T22:45:46.6392620Z [00:02:00.702]➜  mkdir -p $WORK/b052/
2025-08-20T22:45:46.6394143Z [00:02:00.702]➜  cat >/tmp/go-build1671390451/b052/importcfg << 'EOF' # internal
2025-08-20T22:45:46.6395131Z [00:02:00.702]➜  # import config
2025-08-20T22:45:46.6395839Z [00:02:00.702]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.6415774Z [00:02:00.702]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:46.6416334Z [00:02:00.702]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:46.6416858Z [00:02:00.702]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:46.6417323Z [00:02:00.702]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:46.6417737Z [00:02:00.702]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:46.6418167Z [00:02:00.702]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.6418612Z [00:02:00.702]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.6419031Z [00:02:00.702]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:46.6419628Z [00:02:00.702]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:46.6420029Z [00:02:00.702]➜  EOF
2025-08-20T22:45:46.6422249Z [00:02:00.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b052=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T22:45:46.6478725Z [00:02:00.710]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:45:46.6490736Z [00:02:00.711]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T22:45:46.6491693Z [00:02:00.711]➜  path
2025-08-20T22:45:46.6491937Z [00:02:00.712]➜  mkdir -p $WORK/b075/
2025-08-20T22:45:46.6503416Z [00:02:00.712]➜  cat >/tmp/go-build1671390451/b075/importcfg << 'EOF' # internal
2025-08-20T22:45:46.6507324Z [00:02:00.712]➜  # import config
2025-08-20T22:45:46.6508226Z [00:02:00.712]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.6508777Z [00:02:00.712]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:46.6509265Z [00:02:00.712]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:46.6510024Z [00:02:00.712]➜  EOF
2025-08-20T22:45:46.6511470Z [00:02:00.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b075=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:45:46.6573613Z [00:02:00.720]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:45:46.6574668Z [00:02:00.720]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T22:45:46.6576331Z [00:02:00.720]➜  internal/testlog
2025-08-20T22:45:46.6576616Z [00:02:00.720]➜  mkdir -p $WORK/b079/
2025-08-20T22:45:46.6576989Z [00:02:00.720]➜  cat >/tmp/go-build1671390451/b079/importcfg << 'EOF' # internal
2025-08-20T22:45:46.6577335Z [00:02:00.720]➜  # import config
2025-08-20T22:45:46.6577668Z [00:02:00.720]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.6578108Z [00:02:00.720]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:46.6578836Z [00:02:00.720]➜  EOF
2025-08-20T22:45:46.6580655Z [00:02:00.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b079=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:45:46.6804787Z [00:02:00.743]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:45:46.6839203Z [00:02:00.747]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T22:45:46.6846966Z [00:02:00.748]➜  math/rand/v2
2025-08-20T22:45:46.6847504Z [00:02:00.748]➜  mkdir -p $WORK/b082/
2025-08-20T22:45:46.7722843Z [00:02:00.835]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:45:46.7976398Z [00:02:00.860]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T22:45:46.7977091Z [00:02:00.861]➜  crypto/internal/fips140cache
2025-08-20T22:45:46.7977391Z [00:02:00.861]➜  mkdir -p $WORK/b085/
2025-08-20T22:45:46.7992267Z [00:02:00.862]➜  cat >/tmp/go-build1671390451/b085/importcfg << 'EOF' # internal
2025-08-20T22:45:46.7993172Z [00:02:00.862]➜  # import config
2025-08-20T22:45:46.7994109Z [00:02:00.862]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.7995880Z [00:02:00.862]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.7996327Z [00:02:00.862]➜  packagefile weak=/tmp/go-build1671390451/b086/_pkg_.a
2025-08-20T22:45:46.7996637Z [00:02:00.862]➜  EOF
2025-08-20T22:45:46.7998343Z [00:02:00.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b085=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:45:46.8000233Z [00:02:00.862]➜  cat >/tmp/go-build1671390451/b082/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8000578Z [00:02:00.862]➜  # import config
2025-08-20T22:45:46.8000919Z [00:02:00.862]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.8001727Z [00:02:00.862]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:46.8002318Z [00:02:00.862]➜  packagefile internal/chacha8rand=/tmp/go-build1671390451/b013/_pkg_.a
2025-08-20T22:45:46.8002787Z [00:02:00.862]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:46.8003214Z [00:02:00.862]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.8003551Z [00:02:00.862]➜  EOF
2025-08-20T22:45:46.8005612Z [00:02:00.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b082=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T22:45:46.8007445Z [00:02:00.862]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:45:46.8058037Z [00:02:00.869]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T22:45:46.8067370Z [00:02:00.870]➜  crypto/internal/fips140
2025-08-20T22:45:46.8075050Z [00:02:00.870]➜  mkdir -p $WORK/b048/
2025-08-20T22:45:46.8085440Z [00:02:00.871]➜  cat >/tmp/go-build1671390451/b048/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8086663Z [00:02:00.871]➜  # import config
2025-08-20T22:45:46.8087748Z [00:02:00.871]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1671390451/b049/_pkg_.a
2025-08-20T22:45:46.8088833Z [00:02:00.871]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.8089323Z [00:02:00.871]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:46.8089932Z [00:02:00.871]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.8090373Z [00:02:00.871]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:46.8090694Z [00:02:00.871]➜  EOF
2025-08-20T22:45:46.8098362Z [00:02:00.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b048=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T22:45:46.8137752Z [00:02:00.877]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:45:46.8150192Z [00:02:00.877]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T22:45:46.8150935Z [00:02:00.878]➜  crypto/internal/impl
2025-08-20T22:45:46.8151214Z [00:02:00.878]➜  mkdir -p $WORK/b058/
2025-08-20T22:45:46.8151588Z [00:02:00.878]➜  cat >/tmp/go-build1671390451/b058/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8151937Z [00:02:00.878]➜  # import config
2025-08-20T22:45:46.8152281Z [00:02:00.878]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:46.8152615Z [00:02:00.878]➜  EOF
2025-08-20T22:45:46.8154180Z [00:02:00.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b058=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:45:46.8216512Z [00:02:00.884]➜  cd /root/.go/src/syscall
2025-08-20T22:45:46.8219876Z [00:02:00.884]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b067=>" -I $WORK/b067/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b067/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:45:46.8288936Z [00:02:00.892]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:45:46.8295466Z [00:02:00.892]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T22:45:46.8298420Z [00:02:00.893]➜  reflect
2025-08-20T22:45:46.8298683Z [00:02:00.893]➜  mkdir -p $WORK/b097/
2025-08-20T22:45:46.8301558Z [00:02:00.893]➜  echo -n > $WORK/b097/go_asm.h # internal
2025-08-20T22:45:46.8303350Z [00:02:00.893]➜  cd /root/.go/src/reflect
2025-08-20T22:45:46.8305321Z [00:02:00.894]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b097/symabis ./asm_arm64.s
2025-08-20T22:45:46.8321340Z [00:02:00.895]➜  cd /root/.go/src/syscall
2025-08-20T22:45:46.8322739Z [00:02:00.895]➜  go tool pack r $WORK/b067/_pkg_.a $WORK/b067/asm_linux_arm64.o # internal
2025-08-20T22:45:46.8323188Z [00:02:00.895]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:45:46.8332604Z [00:02:00.896]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:45:46.8342088Z [00:02:00.897]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T22:45:46.8342821Z [00:02:00.897]➜  crypto/internal/fips140/sha256
2025-08-20T22:45:46.8343511Z [00:02:00.897]➜  mkdir -p $WORK/b055/
2025-08-20T22:45:46.8344223Z [00:02:00.897]➜  echo -n > $WORK/b055/go_asm.h # internal
2025-08-20T22:45:46.8364260Z [00:02:00.899]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:45:46.8365849Z [00:02:00.900]➜  /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/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b055/symabis ./sha256block_arm64.s
2025-08-20T22:45:46.8372651Z [00:02:00.900]➜  cat >/tmp/go-build1671390451/b097/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8378579Z [00:02:00.900]➜  # import config
2025-08-20T22:45:46.8378946Z [00:02:00.900]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.8379402Z [00:02:00.900]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:46.8380053Z [00:02:00.900]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:46.8380582Z [00:02:00.900]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:46.8381067Z [00:02:00.900]➜  packagefile internal/itoa=/tmp/go-build1671390451/b068/_pkg_.a
2025-08-20T22:45:46.8381896Z [00:02:00.900]➜  packagefile internal/race=/tmp/go-build1671390451/b029/_pkg_.a
2025-08-20T22:45:46.8382457Z [00:02:00.900]➜  packagefile internal/runtime/maps=/tmp/go-build1671390451/b026/_pkg_.a
2025-08-20T22:45:46.8382985Z [00:02:00.900]➜  packagefile internal/runtime/sys=/tmp/go-build1671390451/b030/_pkg_.a
2025-08-20T22:45:46.8383511Z [00:02:00.900]➜  packagefile internal/unsafeheader=/tmp/go-build1671390451/b008/_pkg_.a
2025-08-20T22:45:46.8383992Z [00:02:00.900]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:46.8384405Z [00:02:00.900]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:46.8384825Z [00:02:00.900]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.8385253Z [00:02:00.900]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:46.8385669Z [00:02:00.900]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.8386098Z [00:02:00.900]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:46.8403995Z [00:02:00.900]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:46.8404538Z [00:02:00.900]➜  EOF
2025-08-20T22:45:46.8404829Z [00:02:00.900]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.8407871Z [00:02:00.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b097/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack -asmhdr $WORK/b097/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T22:45:46.8471609Z [00:02:00.910]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T22:45:46.8488404Z [00:02:00.912]➜  crypto/internal/fips140/sha3
2025-08-20T22:45:46.8488760Z [00:02:00.912]➜  mkdir -p $WORK/b059/
2025-08-20T22:45:46.8489066Z [00:02:00.912]➜  echo -n > $WORK/b059/go_asm.h # internal
2025-08-20T22:45:46.8489623Z [00:02:00.912]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:45:46.8490953Z [00:02:00.912]➜  /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/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b059/symabis ./sha3_arm64.s
2025-08-20T22:45:46.8492121Z [00:02:00.912]➜  cat >/tmp/go-build1671390451/b055/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8492492Z [00:02:00.912]➜  # import config
2025-08-20T22:45:46.8492852Z [00:02:00.912]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:46.8493343Z [00:02:00.912]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:46.8493948Z [00:02:00.912]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:46.8494573Z [00:02:00.912]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1671390451/b057/_pkg_.a
2025-08-20T22:45:46.8495143Z [00:02:00.912]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:46.8495612Z [00:02:00.912]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.8496029Z [00:02:00.912]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:46.8496454Z [00:02:00.912]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.8496777Z [00:02:00.912]➜  EOF
2025-08-20T22:45:46.8497379Z [00:02:00.912]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.8521321Z [00:02:00.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b055=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b055/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack -asmhdr $WORK/b055/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-20T22:45:46.8557548Z [00:02:00.919]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:45:46.8566371Z [00:02:00.919]➜  cat >/tmp/go-build1671390451/b059/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8566758Z [00:02:00.919]➜  # import config
2025-08-20T22:45:46.8567131Z [00:02:00.919]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:46.8567624Z [00:02:00.919]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:46.8570535Z [00:02:00.919]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:46.8571176Z [00:02:00.919]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:46.8572224Z [00:02:00.919]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1671390451/b057/_pkg_.a
2025-08-20T22:45:46.8572783Z [00:02:00.919]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:46.8573253Z [00:02:00.919]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.8573685Z [00:02:00.919]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.8574130Z [00:02:00.919]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.8574445Z [00:02:00.919]➜  EOF
2025-08-20T22:45:46.8582488Z [00:02:00.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b059=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b059/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack -asmhdr $WORK/b059/go_asm.h /root/.go/src/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-20T22:45:46.8601234Z [00:02:00.923]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T22:45:46.8616076Z [00:02:00.924]➜  crypto/internal/fips140/sha512
2025-08-20T22:45:46.8616644Z [00:02:00.924]➜  mkdir -p $WORK/b062/
2025-08-20T22:45:46.8618830Z [00:02:00.924]➜  echo -n > $WORK/b062/go_asm.h # internal
2025-08-20T22:45:46.8619272Z [00:02:00.924]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:45:46.8620729Z [00:02:00.924]➜  /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/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b062/symabis ./sha512block_arm64.s
2025-08-20T22:45:46.8660313Z [00:02:00.929]➜  cat >/tmp/go-build1671390451/b062/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8661409Z [00:02:00.929]➜  # import config
2025-08-20T22:45:46.8662048Z [00:02:00.929]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:46.8663254Z [00:02:00.929]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:46.8664201Z [00:02:00.929]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:46.8664997Z [00:02:00.929]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1671390451/b057/_pkg_.a
2025-08-20T22:45:46.8665996Z [00:02:00.929]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:46.8666725Z [00:02:00.929]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.8667357Z [00:02:00.929]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:46.8670724Z [00:02:00.929]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.8671108Z [00:02:00.929]➜  EOF
2025-08-20T22:45:46.8673644Z [00:02:00.930]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.8676446Z [00:02:00.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b062=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b062/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack -asmhdr $WORK/b062/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-20T22:45:46.8873171Z [00:02:00.948]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:45:46.8877434Z [00:02:00.948]➜  /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/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T22:45:46.8956121Z [00:02:00.958]➜  go tool pack r $WORK/b055/_pkg_.a $WORK/b055/sha256block_arm64.o # internal
2025-08-20T22:45:46.8957069Z [00:02:00.959]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:45:46.8977611Z [00:02:00.959]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T22:45:46.8978534Z [00:02:00.961]➜  internal/syscall/unix
2025-08-20T22:45:46.8979014Z [00:02:00.961]➜  mkdir -p $WORK/b066/
2025-08-20T22:45:46.8980094Z [00:02:00.961]➜  cat >/tmp/go-build1671390451/b066/importcfg << 'EOF' # internal
2025-08-20T22:45:46.8981008Z [00:02:00.961]➜  # import config
2025-08-20T22:45:46.8981418Z [00:02:00.961]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.8981885Z [00:02:00.961]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:46.8982334Z [00:02:00.961]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:46.8982655Z [00:02:00.961]➜  EOF
2025-08-20T22:45:46.8982958Z [00:02:00.961]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.9000513Z [00:02:00.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b066=>" -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/b066/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-20T22:45:46.9272725Z [00:02:00.990]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:45:46.9275091Z [00:02:00.990]➜  /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/b062=>" -I $WORK/b062/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b062/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T22:45:46.9296393Z [00:02:00.992]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:45:46.9303304Z [00:02:00.993]➜  /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/b059=>" -I $WORK/b059/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b059/sha3_arm64.o ./sha3_arm64.s
2025-08-20T22:45:46.9326437Z [00:02:00.995]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:45:46.9342163Z [00:02:00.997]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T22:45:46.9350198Z [00:02:00.998]➜  time
2025-08-20T22:45:46.9351763Z [00:02:00.998]➜  mkdir -p $WORK/b076/
2025-08-20T22:45:46.9353010Z [00:02:00.998]➜  cat >/tmp/go-build1671390451/b076/importcfg << 'EOF' # internal
2025-08-20T22:45:46.9353427Z [00:02:00.998]➜  # import config
2025-08-20T22:45:46.9353772Z [00:02:00.998]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.9354238Z [00:02:00.998]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:46.9354734Z [00:02:00.998]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:46.9355261Z [00:02:00.998]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:46.9355744Z [00:02:00.998]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:46.9356220Z [00:02:00.998]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:46.9356656Z [00:02:00.998]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.9357074Z [00:02:00.998]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:46.9357393Z [00:02:00.998]➜  EOF
2025-08-20T22:45:46.9357682Z [00:02:00.998]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.9360208Z [00:02:00.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b076=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T22:45:46.9395033Z [00:02:01.001]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:45:46.9398156Z [00:02:01.002]➜  go tool pack r $WORK/b062/_pkg_.a $WORK/b062/sha512block_arm64.o # internal
2025-08-20T22:45:46.9399012Z [00:02:01.002]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:45:46.9399982Z [00:02:01.002]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T22:45:46.9400607Z [00:02:01.002]➜  internal/syscall/execenv
2025-08-20T22:45:46.9400892Z [00:02:01.002]➜  mkdir -p $WORK/b078/
2025-08-20T22:45:46.9401264Z [00:02:01.002]➜  cat >/tmp/go-build1671390451/b078/importcfg << 'EOF' # internal
2025-08-20T22:45:46.9401624Z [00:02:01.002]➜  # import config
2025-08-20T22:45:46.9401969Z [00:02:01.002]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:46.9402287Z [00:02:01.002]➜  EOF
2025-08-20T22:45:46.9402567Z [00:02:01.002]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.9404335Z [00:02:01.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b078=>" -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/b078/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:45:46.9420841Z [00:02:01.004]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:45:46.9428346Z [00:02:01.004]➜  go tool pack r $WORK/b059/_pkg_.a $WORK/b059/sha3_arm64.o # internal
2025-08-20T22:45:46.9430473Z [00:02:01.004]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:45:46.9431155Z [00:02:01.005]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T22:45:46.9431728Z [00:02:01.005]➜  crypto/internal/fips140/hmac
2025-08-20T22:45:46.9432014Z [00:02:01.005]➜  mkdir -p $WORK/b054/
2025-08-20T22:45:46.9432382Z [00:02:01.005]➜  cat >/tmp/go-build1671390451/b054/importcfg << 'EOF' # internal
2025-08-20T22:45:46.9432726Z [00:02:01.005]➜  # import config
2025-08-20T22:45:46.9433082Z [00:02:01.005]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:46.9433569Z [00:02:01.005]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:46.9434142Z [00:02:01.005]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:46.9434724Z [00:02:01.005]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1671390451/b059/_pkg_.a
2025-08-20T22:45:46.9435315Z [00:02:01.005]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:46.9435811Z [00:02:01.005]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:46.9436226Z [00:02:01.005]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:46.9436536Z [00:02:01.005]➜  EOF
2025-08-20T22:45:46.9436814Z [00:02:01.005]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:46.9438794Z [00:02:01.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b054=>" -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/b054/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T22:45:46.9594188Z [00:02:01.022]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:45:46.9604115Z [00:02:01.023]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T22:45:46.9612965Z [00:02:01.024]➜  crypto/internal/randutil
2025-08-20T22:45:46.9613278Z [00:02:01.024]➜  mkdir -p $WORK/b081/
2025-08-20T22:45:46.9618522Z [00:02:01.025]➜  cat >/tmp/go-build1671390451/b081/importcfg << 'EOF' # internal
2025-08-20T22:45:46.9619168Z [00:02:01.025]➜  # import config
2025-08-20T22:45:46.9620529Z [00:02:01.025]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:46.9621211Z [00:02:01.025]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:46.9621676Z [00:02:01.025]➜  EOF
2025-08-20T22:45:46.9632155Z [00:02:01.025]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b081=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b081/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:45:46.9719099Z [00:02:01.035]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:45:46.9720716Z [00:02:01.035]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T22:45:46.9721686Z [00:02:01.035]➜  crypto/internal/fips140/check
2025-08-20T22:45:46.9722150Z [00:02:01.035]➜  mkdir -p $WORK/b053/
2025-08-20T22:45:46.9723330Z [00:02:01.035]➜  cat >/tmp/go-build1671390451/b053/importcfg << 'EOF' # internal
2025-08-20T22:45:46.9723953Z [00:02:01.035]➜  # import config
2025-08-20T22:45:46.9724758Z [00:02:01.035]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:46.9725558Z [00:02:01.035]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1671390451/b054/_pkg_.a
2025-08-20T22:45:46.9726899Z [00:02:01.035]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:46.9728117Z [00:02:01.035]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:46.9729580Z [00:02:01.035]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1671390451/b049/_pkg_.a
2025-08-20T22:45:46.9730205Z [00:02:01.035]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:46.9730536Z [00:02:01.035]➜  EOF
2025-08-20T22:45:46.9732267Z [00:02:01.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b053=>" -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/b053/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T22:45:46.9776642Z [00:02:01.040]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:45:46.9801117Z [00:02:01.041]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T22:45:46.9802439Z [00:02:01.042]➜  math/rand
2025-08-20T22:45:46.9802737Z [00:02:01.042]➜  mkdir -p $WORK/b098/
2025-08-20T22:45:46.9803129Z [00:02:01.042]➜  cat >/tmp/go-build1671390451/b098/importcfg << 'EOF' # internal
2025-08-20T22:45:46.9803505Z [00:02:01.042]➜  # import config
2025-08-20T22:45:46.9803887Z [00:02:01.042]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:46.9804344Z [00:02:01.042]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:46.9804759Z [00:02:01.042]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:46.9805194Z [00:02:01.042]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:46.9805547Z [00:02:01.042]➜  EOF
2025-08-20T22:45:46.9807344Z [00:02:01.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b098=>" -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/b098/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T22:45:46.9970300Z [00:02:01.060]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:45:46.9980692Z [00:02:01.061]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T22:45:46.9990267Z [00:02:01.062]➜  crypto/internal/fips140/aes
2025-08-20T22:45:46.9993978Z [00:02:01.062]➜  mkdir -p $WORK/b080/
2025-08-20T22:45:47.0001745Z [00:02:01.063]➜  echo -n > $WORK/b080/go_asm.h # internal
2025-08-20T22:45:47.0007774Z [00:02:01.064]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:45:47.0009220Z [00:02:01.064]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b080/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T22:45:47.0057392Z [00:02:01.069]➜  cat >/tmp/go-build1671390451/b080/importcfg << 'EOF' # internal
2025-08-20T22:45:47.0058278Z [00:02:01.069]➜  # import config
2025-08-20T22:45:47.0058726Z [00:02:01.069]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:47.0059249Z [00:02:01.069]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:47.0060048Z [00:02:01.069]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1671390451/b061/_pkg_.a
2025-08-20T22:45:47.0061072Z [00:02:01.069]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.0061693Z [00:02:01.069]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:47.0062321Z [00:02:01.069]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:47.0062944Z [00:02:01.069]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1671390451/b057/_pkg_.a
2025-08-20T22:45:47.0063571Z [00:02:01.069]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1671390451/b049/_pkg_.a
2025-08-20T22:45:47.0064140Z [00:02:01.069]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:47.0064606Z [00:02:01.069]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.0065036Z [00:02:01.069]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:47.0065470Z [00:02:01.069]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:47.0065796Z [00:02:01.069]➜  EOF
2025-08-20T22:45:47.0066075Z [00:02:01.069]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:47.0069740Z [00:02:01.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b080=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b080/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack -asmhdr $WORK/b080/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T22:45:47.0572173Z [00:02:01.120]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:45:47.0585846Z [00:02:01.121]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T22:45:47.0586491Z [00:02:01.121]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:45:47.0586822Z [00:02:01.121]➜  mkdir -p $WORK/b084/
2025-08-20T22:45:47.0587549Z [00:02:01.121]➜  cat >/tmp/go-build1671390451/b084/importcfg << 'EOF' # internal
2025-08-20T22:45:47.0587972Z [00:02:01.121]➜  # import config
2025-08-20T22:45:47.0588404Z [00:02:01.121]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.0588993Z [00:02:01.121]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:47.0589825Z [00:02:01.121]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:47.0590438Z [00:02:01.121]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.0590875Z [00:02:01.121]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:47.0591200Z [00:02:01.121]➜  EOF
2025-08-20T22:45:47.0593726Z [00:02:01.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b084=>" -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/b084/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-20T22:45:47.0816035Z [00:02:01.145]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:45:47.0821945Z [00:02:01.145]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b080/aes_arm64.o ./aes_arm64.s
2025-08-20T22:45:47.0894951Z [00:02:01.152]➜  /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/b080=>" -I $WORK/b080/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b080/ctr_arm64.o ./ctr_arm64.s
2025-08-20T22:45:47.0978360Z [00:02:01.161]➜  go tool pack r $WORK/b080/_pkg_.a $WORK/b080/aes_arm64.o $WORK/b080/ctr_arm64.o # internal
2025-08-20T22:45:47.0980538Z [00:02:01.161]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:45:47.0989733Z [00:02:01.162]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T22:45:47.0996585Z [00:02:01.163]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:45:47.1001979Z [00:02:01.163]➜  mkdir -p $WORK/b108/
2025-08-20T22:45:47.1002987Z [00:02:01.163]➜  cat >/tmp/go-build1671390451/b108/importcfg << 'EOF' # internal
2025-08-20T22:45:47.1004361Z [00:02:01.163]➜  # import config
2025-08-20T22:45:47.1004825Z [00:02:01.163]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.1005456Z [00:02:01.163]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:47.1006196Z [00:02:01.163]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.1006650Z [00:02:01.163]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:47.1006973Z [00:02:01.163]➜  EOF
2025-08-20T22:45:47.1007271Z [00:02:01.163]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:47.1015604Z [00:02:01.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b108=>" -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/b108/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T22:45:47.1363832Z [00:02:01.199]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:45:47.1388941Z [00:02:01.202]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T22:45:47.1398015Z [00:02:01.203]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:45:47.1399304Z [00:02:01.203]➜  mkdir -p $WORK/b083/
2025-08-20T22:45:47.1408771Z [00:02:01.204]➜  cat >/tmp/go-build1671390451/b083/importcfg << 'EOF' # internal
2025-08-20T22:45:47.1409239Z [00:02:01.204]➜  # import config
2025-08-20T22:45:47.1415162Z [00:02:01.204]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.1415873Z [00:02:01.204]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1671390451/b084/_pkg_.a
2025-08-20T22:45:47.1416980Z [00:02:01.204]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:47.1417607Z [00:02:01.204]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:47.1418134Z [00:02:01.204]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.1418575Z [00:02:01.204]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:47.1419018Z [00:02:01.204]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.1419327Z [00:02:01.204]➜  EOF
2025-08-20T22:45:47.1422617Z [00:02:01.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b083=>" -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/b083/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T22:45:47.2792073Z [00:02:01.342]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:45:47.2810039Z [00:02:01.344]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T22:45:47.2812219Z [00:02:01.344]➜  crypto/internal/fips140/bigmod
2025-08-20T22:45:47.2813586Z [00:02:01.344]➜  mkdir -p $WORK/b113/
2025-08-20T22:45:47.2820999Z [00:02:01.345]➜  echo -n > $WORK/b113/go_asm.h # internal
2025-08-20T22:45:47.2821423Z [00:02:01.345]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:45:47.2822767Z [00:02:01.345]➜  /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/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b113/symabis ./nat_arm64.s
2025-08-20T22:45:47.2850474Z [00:02:01.348]➜  cat >/tmp/go-build1671390451/b113/importcfg << 'EOF' # internal
2025-08-20T22:45:47.2851541Z [00:02:01.348]➜  # import config
2025-08-20T22:45:47.2852419Z [00:02:01.348]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.2853304Z [00:02:01.348]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:47.2853984Z [00:02:01.348]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1671390451/b057/_pkg_.a
2025-08-20T22:45:47.2854551Z [00:02:01.348]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:47.2855045Z [00:02:01.348]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.2855482Z [00:02:01.348]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:47.2855806Z [00:02:01.348]➜  EOF
2025-08-20T22:45:47.2867522Z [00:02:01.349]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:47.2869943Z [00:02:01.349]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b113=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b113/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack -asmhdr $WORK/b113/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T22:45:47.3076918Z [00:02:01.371]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:45:47.3141124Z [00:02:01.377]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T22:45:47.3157433Z [00:02:01.379]➜  io/fs
2025-08-20T22:45:47.3202985Z [00:02:01.383]➜  mkdir -p $WORK/b074/
2025-08-20T22:45:47.3204874Z [00:02:01.383]➜  cat >/tmp/go-build1671390451/b074/importcfg << 'EOF' # internal
2025-08-20T22:45:47.3205728Z [00:02:01.383]➜  # import config
2025-08-20T22:45:47.3206286Z [00:02:01.383]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.3207070Z [00:02:01.383]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:47.3208016Z [00:02:01.383]➜  packagefile internal/oserror=/tmp/go-build1671390451/b069/_pkg_.a
2025-08-20T22:45:47.3209014Z [00:02:01.384]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:47.3209617Z [00:02:01.384]➜  packagefile path=/tmp/go-build1671390451/b075/_pkg_.a
2025-08-20T22:45:47.3210183Z [00:02:01.384]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:47.3210610Z [00:02:01.384]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:47.3211059Z [00:02:01.384]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:47.3211393Z [00:02:01.384]➜  EOF
2025-08-20T22:45:47.3213630Z [00:02:01.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b074=>" -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/b074/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T22:45:47.4229417Z [00:02:01.486]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:45:47.4233598Z [00:02:01.486]➜  /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/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b113/nat_arm64.o ./nat_arm64.s
2025-08-20T22:45:47.4346809Z [00:02:01.498]➜  go tool pack r $WORK/b113/_pkg_.a $WORK/b113/nat_arm64.o # internal
2025-08-20T22:45:47.4393374Z [00:02:01.502]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:45:47.4406724Z [00:02:01.504]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T22:45:47.4410353Z [00:02:01.504]➜  internal/poll
2025-08-20T22:45:47.4411318Z [00:02:01.504]➜  mkdir -p $WORK/b077/
2025-08-20T22:45:47.4415149Z [00:02:01.505]➜  cat >/tmp/go-build1671390451/b077/importcfg << 'EOF' # internal
2025-08-20T22:45:47.4415510Z [00:02:01.505]➜  # import config
2025-08-20T22:45:47.4415891Z [00:02:01.505]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.4416338Z [00:02:01.505]➜  packagefile internal/itoa=/tmp/go-build1671390451/b068/_pkg_.a
2025-08-20T22:45:47.4419986Z [00:02:01.505]➜  packagefile internal/syscall/unix=/tmp/go-build1671390451/b066/_pkg_.a
2025-08-20T22:45:47.4420516Z [00:02:01.505]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:47.4420932Z [00:02:01.505]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:47.4421367Z [00:02:01.505]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.4421803Z [00:02:01.505]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:47.4422242Z [00:02:01.505]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:47.4422671Z [00:02:01.505]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:47.4422975Z [00:02:01.505]➜  EOF
2025-08-20T22:45:47.4427959Z [00:02:01.506]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:47.4433285Z [00:02:01.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b077=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T22:45:47.4594855Z [00:02:01.522]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:45:47.4626061Z [00:02:01.526]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T22:45:47.4629831Z [00:02:01.526]➜  internal/filepathlite
2025-08-20T22:45:47.4632118Z [00:02:01.526]➜  mkdir -p $WORK/b073/
2025-08-20T22:45:47.4638403Z [00:02:01.527]➜  cat >/tmp/go-build1671390451/b073/importcfg << 'EOF' # internal
2025-08-20T22:45:47.4641163Z [00:02:01.527]➜  # import config
2025-08-20T22:45:47.4645501Z [00:02:01.527]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.4646020Z [00:02:01.527]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:47.4646543Z [00:02:01.527]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:47.4647011Z [00:02:01.527]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:47.4647433Z [00:02:01.527]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:47.4647746Z [00:02:01.527]➜  EOF
2025-08-20T22:45:47.4650215Z [00:02:01.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b073=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T22:45:47.4906928Z [00:02:01.553]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:45:47.4987932Z [00:02:01.562]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T22:45:47.4992710Z [00:02:01.562]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:45:47.4993037Z [00:02:01.562]➜  context
2025-08-20T22:45:47.4993280Z [00:02:01.562]➜  mkdir -p $WORK/b102/
2025-08-20T22:45:47.5007162Z [00:02:01.564]➜  cat >/tmp/go-build1671390451/b102/importcfg << 'EOF' # internal
2025-08-20T22:45:47.5007557Z [00:02:01.564]➜  # import config
2025-08-20T22:45:47.5007911Z [00:02:01.564]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.5008396Z [00:02:01.564]➜  packagefile internal/reflectlite=/tmp/go-build1671390451/b004/_pkg_.a
2025-08-20T22:45:47.5008872Z [00:02:01.564]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.5009928Z [00:02:01.564]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:47.5010370Z [00:02:01.564]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:47.5010679Z [00:02:01.564]➜  EOF
2025-08-20T22:45:47.5012026Z [00:02:01.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b102=>" -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/b102/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:45:47.5013563Z [00:02:01.564]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T22:45:47.5014129Z [00:02:01.564]➜  crypto/internal/fips140/nistec
2025-08-20T22:45:47.5014412Z [00:02:01.564]➜  mkdir -p $WORK/b107/
2025-08-20T22:45:47.5014714Z [00:02:01.564]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T22:45:47.5015080Z [00:02:01.564]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:45:47.5016369Z [00:02:01.564]➜  /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/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b107/symabis ./p256_asm_arm64.s
2025-08-20T22:45:47.5053591Z [00:02:01.568]➜  cat >/tmp/go-build1671390451/b107/importcfg << 'EOF' # internal
2025-08-20T22:45:47.5081141Z [00:02:01.568]➜  # import config
2025-08-20T22:45:47.5081622Z [00:02:01.568]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.5082242Z [00:02:01.568]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1671390451/b108/_pkg_.a
2025-08-20T22:45:47.5082853Z [00:02:01.568]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:47.5083492Z [00:02:01.568]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:47.5084022Z [00:02:01.568]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.5084456Z [00:02:01.568]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:47.5084894Z [00:02:01.568]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:47.5085314Z [00:02:01.568]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.5086019Z [00:02:01.568]➜  EOF
2025-08-20T22:45:47.5091575Z [00:02:01.572]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:47.5095884Z [00:02:01.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b107=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b107/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack -asmhdr $WORK/b107/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T22:45:47.5463229Z [00:02:01.609]➜  cd /root/.go/src/reflect
2025-08-20T22:45:47.5464283Z [00:02:01.609]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b097=>" -I $WORK/b097/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b097/asm_arm64.o ./asm_arm64.s
2025-08-20T22:45:47.5499886Z [00:02:01.613]➜  go tool pack r $WORK/b097/_pkg_.a $WORK/b097/asm_arm64.o # internal
2025-08-20T22:45:47.5507000Z [00:02:01.614]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:45:47.5598095Z [00:02:01.623]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T22:45:47.5606655Z [00:02:01.624]➜  internal/fmtsort
2025-08-20T22:45:47.5607350Z [00:02:01.624]➜  mkdir -p $WORK/b096/
2025-08-20T22:45:47.5617073Z [00:02:01.625]➜  cat >/tmp/go-build1671390451/b096/importcfg << 'EOF' # internal
2025-08-20T22:45:47.5617884Z [00:02:01.625]➜  # import config
2025-08-20T22:45:47.5618715Z [00:02:01.625]➜  packagefile cmp=/tmp/go-build1671390451/b071/_pkg_.a
2025-08-20T22:45:47.5619228Z [00:02:01.625]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:47.5619869Z [00:02:01.625]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:47.5620190Z [00:02:01.625]➜  EOF
2025-08-20T22:45:47.5626980Z [00:02:01.626]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:47.5629068Z [00:02:01.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b096=>" -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/b096/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:45:47.5718757Z [00:02:01.635]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:45:47.5730815Z [00:02:01.636]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T22:45:47.5731743Z [00:02:01.636]➜  crypto/sha3
2025-08-20T22:45:47.5732484Z [00:02:01.636]➜  mkdir -p $WORK/b115/
2025-08-20T22:45:47.5732927Z [00:02:01.636]➜  cat >/tmp/go-build1671390451/b115/importcfg << 'EOF' # internal
2025-08-20T22:45:47.5733305Z [00:02:01.636]➜  # import config
2025-08-20T22:45:47.5733676Z [00:02:01.636]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:47.5734187Z [00:02:01.636]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1671390451/b059/_pkg_.a
2025-08-20T22:45:47.5734679Z [00:02:01.636]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:47.5734986Z [00:02:01.636]➜  EOF
2025-08-20T22:45:47.5736778Z [00:02:01.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b115=>" -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/b115/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:45:47.6013908Z [00:02:01.664]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:45:47.6029690Z [00:02:01.666]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T22:45:47.6036152Z [00:02:01.666]➜  crypto/internal/fips140hash
2025-08-20T22:45:47.6036477Z [00:02:01.667]➜  mkdir -p $WORK/b114/
2025-08-20T22:45:47.6036855Z [00:02:01.667]➜  cat >/tmp/go-build1671390451/b114/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6037202Z [00:02:01.667]➜  # import config
2025-08-20T22:45:47.6037628Z [00:02:01.667]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1671390451/b059/_pkg_.a
2025-08-20T22:45:47.6038146Z [00:02:01.667]➜  packagefile crypto/sha3=/tmp/go-build1671390451/b115/_pkg_.a
2025-08-20T22:45:47.6038607Z [00:02:01.667]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:47.6038913Z [00:02:01.667]➜  EOF
2025-08-20T22:45:47.6042277Z [00:02:01.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b114=>" -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/b114/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:45:47.6076278Z [00:02:01.671]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:45:47.6093401Z [00:02:01.672]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T22:45:47.6101550Z [00:02:01.673]➜  crypto/internal/fips140/hkdf
2025-08-20T22:45:47.6102899Z [00:02:01.673]➜  mkdir -p $WORK/b122/
2025-08-20T22:45:47.6116126Z [00:02:01.675]➜  cat >/tmp/go-build1671390451/b122/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6116691Z [00:02:01.675]➜  # import config
2025-08-20T22:45:47.6117200Z [00:02:01.675]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:47.6117817Z [00:02:01.675]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:47.6118505Z [00:02:01.675]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.6119247Z [00:02:01.675]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1671390451/b054/_pkg_.a
2025-08-20T22:45:47.6120078Z [00:02:01.675]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:47.6120672Z [00:02:01.675]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.6121185Z [00:02:01.675]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:47.6121612Z [00:02:01.675]➜  EOF
2025-08-20T22:45:47.6131496Z [00:02:01.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b122=>" -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/b122/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T22:45:47.6279274Z [00:02:01.691]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:45:47.6287524Z [00:02:01.691]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T22:45:47.6288955Z [00:02:01.692]➜  crypto/internal/fips140/tls12
2025-08-20T22:45:47.6289766Z [00:02:01.692]➜  mkdir -p $WORK/b125/
2025-08-20T22:45:47.6296699Z [00:02:01.692]➜  cat >/tmp/go-build1671390451/b125/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6297427Z [00:02:01.692]➜  # import config
2025-08-20T22:45:47.6297840Z [00:02:01.692]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:47.6298335Z [00:02:01.692]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:47.6298905Z [00:02:01.692]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.6299674Z [00:02:01.692]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1671390451/b054/_pkg_.a
2025-08-20T22:45:47.6300337Z [00:02:01.692]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:47.6300931Z [00:02:01.692]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:47.6301424Z [00:02:01.692]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.6301836Z [00:02:01.692]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:47.6302144Z [00:02:01.692]➜  EOF
2025-08-20T22:45:47.6304077Z [00:02:01.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b125=>" -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/b125/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T22:45:47.6339348Z [00:02:01.696]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:45:47.6348315Z [00:02:01.697]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T22:45:47.6348899Z [00:02:01.697]➜  crypto/internal/fips140/tls13
2025-08-20T22:45:47.6349190Z [00:02:01.697]➜  mkdir -p $WORK/b126/
2025-08-20T22:45:47.6351331Z [00:02:01.697]➜  cat >/tmp/go-build1671390451/b126/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6351757Z [00:02:01.697]➜  # import config
2025-08-20T22:45:47.6352094Z [00:02:01.697]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:47.6352584Z [00:02:01.697]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:47.6353150Z [00:02:01.697]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.6353751Z [00:02:01.697]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1671390451/b122/_pkg_.a
2025-08-20T22:45:47.6354328Z [00:02:01.697]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:47.6354946Z [00:02:01.697]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:47.6355471Z [00:02:01.697]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.6355889Z [00:02:01.697]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:47.6356258Z [00:02:01.697]➜  EOF
2025-08-20T22:45:47.6358163Z [00:02:01.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b126=>" -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/b126/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T22:45:47.6449544Z [00:02:01.708]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:45:47.6475749Z [00:02:01.711]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T22:45:47.6553440Z [00:02:01.718]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:45:47.6561313Z [00:02:01.719]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T22:45:47.6568855Z [00:02:01.720]➜  os
2025-08-20T22:45:47.6569166Z [00:02:01.720]➜  mkdir -p $WORK/b072/
2025-08-20T22:45:47.6574803Z [00:02:01.720]➜  cat >/tmp/go-build1671390451/b072/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6575249Z [00:02:01.720]➜  # import config
2025-08-20T22:45:47.6576913Z [00:02:01.720]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.6577414Z [00:02:01.720]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:47.6577924Z [00:02:01.720]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:47.6583095Z [00:02:01.720]➜  packagefile internal/filepathlite=/tmp/go-build1671390451/b073/_pkg_.a
2025-08-20T22:45:47.6586193Z [00:02:01.720]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:47.6587950Z [00:02:01.720]➜  packagefile internal/itoa=/tmp/go-build1671390451/b068/_pkg_.a
2025-08-20T22:45:47.6588434Z [00:02:01.720]➜  packagefile internal/poll=/tmp/go-build1671390451/b077/_pkg_.a
2025-08-20T22:45:47.6588935Z [00:02:01.720]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:47.6589556Z [00:02:01.720]➜  packagefile internal/syscall/execenv=/tmp/go-build1671390451/b078/_pkg_.a
2025-08-20T22:45:47.6590149Z [00:02:01.720]➜  packagefile internal/syscall/unix=/tmp/go-build1671390451/b066/_pkg_.a
2025-08-20T22:45:47.6591016Z [00:02:01.720]➜  packagefile internal/testlog=/tmp/go-build1671390451/b079/_pkg_.a
2025-08-20T22:45:47.6591460Z [00:02:01.720]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:47.6591867Z [00:02:01.720]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:47.6592291Z [00:02:01.720]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:47.6592714Z [00:02:01.720]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:47.6593136Z [00:02:01.720]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.6593574Z [00:02:01.720]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:47.6594018Z [00:02:01.720]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:47.6594434Z [00:02:01.720]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:47.6594746Z [00:02:01.720]➜  EOF
2025-08-20T22:45:47.6618223Z [00:02:01.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b072=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T22:45:47.6623170Z [00:02:01.721]➜  encoding/binary
2025-08-20T22:45:47.6623432Z [00:02:01.721]➜  mkdir -p $WORK/b129/
2025-08-20T22:45:47.6623801Z [00:02:01.722]➜  cat >/tmp/go-build1671390451/b129/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6624142Z [00:02:01.722]➜  # import config
2025-08-20T22:45:47.6624476Z [00:02:01.722]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.6624895Z [00:02:01.722]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:47.6625299Z [00:02:01.722]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:47.6625718Z [00:02:01.722]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:47.6626141Z [00:02:01.722]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:47.6626552Z [00:02:01.722]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.6626859Z [00:02:01.722]➜  EOF
2025-08-20T22:45:47.6628701Z [00:02:01.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b129=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T22:45:47.6644036Z [00:02:01.723]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:45:47.6644714Z [00:02:01.724]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T22:45:47.6645251Z [00:02:01.724]➜  crypto/fips140
2025-08-20T22:45:47.6645501Z [00:02:01.724]➜  mkdir -p $WORK/b139/
2025-08-20T22:45:47.6645866Z [00:02:01.724]➜  cat >/tmp/go-build1671390451/b139/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6646205Z [00:02:01.724]➜  # import config
2025-08-20T22:45:47.6646624Z [00:02:01.724]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:47.6647201Z [00:02:01.724]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:47.6647587Z [00:02:01.724]➜  EOF
2025-08-20T22:45:47.6649033Z [00:02:01.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b139=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:45:47.6728924Z [00:02:01.736]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:45:47.6743119Z [00:02:01.737]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T22:45:47.6758608Z [00:02:01.737]➜  crypto/tls/internal/fips140tls
2025-08-20T22:45:47.6758920Z [00:02:01.737]➜  mkdir -p $WORK/b138/
2025-08-20T22:45:47.6759288Z [00:02:01.737]➜  cat >/tmp/go-build1671390451/b138/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6759748Z [00:02:01.737]➜  # import config
2025-08-20T22:45:47.6760117Z [00:02:01.737]➜  packagefile crypto/fips140=/tmp/go-build1671390451/b139/_pkg_.a
2025-08-20T22:45:47.6760584Z [00:02:01.737]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:47.6760929Z [00:02:01.737]➜  EOF
2025-08-20T22:45:47.6762630Z [00:02:01.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b138=>" -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/b138/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:45:47.6842973Z [00:02:01.747]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:45:47.6848976Z [00:02:01.747]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T22:45:47.6849757Z [00:02:01.747]➜  encoding/base64
2025-08-20T22:45:47.6850066Z [00:02:01.747]➜  mkdir -p $WORK/b145/
2025-08-20T22:45:47.6850459Z [00:02:01.748]➜  cat >/tmp/go-build1671390451/b145/importcfg << 'EOF' # internal
2025-08-20T22:45:47.6850801Z [00:02:01.748]➜  # import config
2025-08-20T22:45:47.6851178Z [00:02:01.748]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:47.6851629Z [00:02:01.748]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:47.6852038Z [00:02:01.748]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:47.6852462Z [00:02:01.748]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:47.6852785Z [00:02:01.748]➜  EOF
2025-08-20T22:45:47.6854251Z [00:02:01.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b145=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:45:47.7179880Z [00:02:01.781]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:45:47.7196141Z [00:02:01.782]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T22:45:47.7196802Z [00:02:01.782]➜  encoding/pem
2025-08-20T22:45:47.7197067Z [00:02:01.782]➜  mkdir -p $WORK/b144/
2025-08-20T22:45:47.7197740Z [00:02:01.783]➜  cat >/tmp/go-build1671390451/b144/importcfg << 'EOF' # internal
2025-08-20T22:45:47.7198402Z [00:02:01.783]➜  # import config
2025-08-20T22:45:47.7220641Z [00:02:01.783]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:47.7221468Z [00:02:01.783]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:47.7234986Z [00:02:01.783]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.7235902Z [00:02:01.783]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:47.7236684Z [00:02:01.783]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:47.7237491Z [00:02:01.783]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:47.7238146Z [00:02:01.783]➜  EOF
2025-08-20T22:45:47.7240613Z [00:02:01.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b144=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:45:47.7694029Z [00:02:01.832]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:45:47.7715387Z [00:02:01.834]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T22:45:47.7722387Z [00:02:01.835]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:45:47.7726351Z [00:02:01.835]➜  mkdir -p $WORK/b148/
2025-08-20T22:45:47.7730699Z [00:02:01.836]➜  cat >/tmp/go-build1671390451/b148/importcfg << 'EOF' # internal
2025-08-20T22:45:47.7731499Z [00:02:01.836]➜  # import config
2025-08-20T22:45:47.7733122Z [00:02:01.836]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:47.7733705Z [00:02:01.836]➜  EOF
2025-08-20T22:45:47.7738467Z [00:02:01.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b148=>" -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/b148/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:45:47.8244915Z [00:02:01.887]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:45:47.8278106Z [00:02:01.890]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T22:45:47.8279323Z [00:02:01.891]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:45:47.8281428Z [00:02:01.891]➜  mkdir -p $WORK/b132/
2025-08-20T22:45:47.8312088Z [00:02:01.891]➜  cat >/tmp/go-build1671390451/b132/importcfg << 'EOF' # internal
2025-08-20T22:45:47.8312496Z [00:02:01.891]➜  # import config
2025-08-20T22:45:47.8312875Z [00:02:01.891]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:47.8313396Z [00:02:01.891]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:47.8313862Z [00:02:01.891]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:47.8314187Z [00:02:01.891]➜  EOF
2025-08-20T22:45:47.8316746Z [00:02:01.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b132=>" -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/b132/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-20T22:45:47.9021620Z [00:02:01.965]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:45:47.9032336Z [00:02:01.966]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T22:45:47.9064120Z [00:02:01.969]➜  internal/singleflight
2025-08-20T22:45:47.9064530Z [00:02:01.969]➜  mkdir -p $WORK/b150/
2025-08-20T22:45:47.9067954Z [00:02:01.970]➜  cat >/tmp/go-build1671390451/b150/importcfg << 'EOF' # internal
2025-08-20T22:45:47.9070086Z [00:02:01.970]➜  # import config
2025-08-20T22:45:47.9070479Z [00:02:01.970]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.9070797Z [00:02:01.970]➜  EOF
2025-08-20T22:45:47.9075552Z [00:02:01.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b150=>" -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/b150/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:45:47.9449762Z [00:02:02.008]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:45:47.9452211Z [00:02:02.008]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T22:45:47.9464824Z [00:02:02.009]➜  unique
2025-08-20T22:45:47.9465222Z [00:02:02.009]➜  mkdir -p $WORK/b152/
2025-08-20T22:45:47.9466736Z [00:02:02.010]➜  cat >/tmp/go-build1671390451/b152/importcfg << 'EOF' # internal
2025-08-20T22:45:47.9467101Z [00:02:02.010]➜  # import config
2025-08-20T22:45:47.9467465Z [00:02:02.010]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:47.9467946Z [00:02:02.010]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:47.9468453Z [00:02:02.010]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:47.9469027Z [00:02:02.010]➜  packagefile internal/sync=/tmp/go-build1671390451/b035/_pkg_.a
2025-08-20T22:45:47.9469586Z [00:02:02.010]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:47.9470067Z [00:02:02.010]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:47.9470504Z [00:02:02.010]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:47.9470937Z [00:02:02.010]➜  packagefile weak=/tmp/go-build1671390451/b086/_pkg_.a
2025-08-20T22:45:47.9471687Z [00:02:02.010]➜  EOF
2025-08-20T22:45:47.9483555Z [00:02:02.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b152=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T22:45:47.9730010Z [00:02:02.034]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:45:47.9744024Z [00:02:02.037]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T22:45:47.9866998Z [00:02:02.050]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:45:47.9869164Z [00:02:02.050]➜  /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/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b107/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T22:45:48.0005314Z [00:02:02.063]➜  runtime/cgo
2025-08-20T22:45:48.0005967Z [00:02:02.063]➜  mkdir -p $WORK/b153/
2025-08-20T22:45:48.0008952Z [00:02:02.064]➜  echo -n > $WORK/b153/preferlinkext # internal
2025-08-20T22:45:48.0019950Z [00:02:02.065]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.0021602Z [00:02:02.065]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b153/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b153/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:45:48.0026978Z [00:02:02.066]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:45:48.0028186Z [00:02:02.066]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/p256_asm_arm64.o # internal
2025-08-20T22:45:48.0028667Z [00:02:02.066]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:45:48.0069908Z [00:02:02.070]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T22:45:48.0074767Z [00:02:02.070]➜  bufio
2025-08-20T22:45:48.0075683Z [00:02:02.071]➜  mkdir -p $WORK/b160/
2025-08-20T22:45:48.0078869Z [00:02:02.071]➜  cat >/tmp/go-build1671390451/b160/importcfg << 'EOF' # internal
2025-08-20T22:45:48.0100878Z [00:02:02.071]➜  # import config
2025-08-20T22:45:48.0101337Z [00:02:02.071]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.0101791Z [00:02:02.071]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.0102204Z [00:02:02.071]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.0102624Z [00:02:02.071]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:48.0103098Z [00:02:02.071]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:48.0103434Z [00:02:02.071]➜  EOF
2025-08-20T22:45:48.0103712Z [00:02:02.071]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.0105212Z [00:02:02.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b160=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:45:48.0308245Z [00:02:02.094]➜  cd $WORK
2025-08-20T22:45:48.0309393Z [00:02:02.094]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:45:48.0455040Z [00:02:02.108]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:45:48.0545139Z [00:02:02.117]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:45:48.0647009Z [00:02:02.128]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:45:48.0702509Z [00:02:02.133]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T22:45:48.0850168Z [00:02:02.148]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:45:48.0875068Z [00:02:02.150]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T22:45:48.0973134Z [00:02:02.160]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:45:48.1028847Z [00:02:02.166]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T22:45:48.2698813Z [00:02:02.333]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:45:48.2828073Z [00:02:02.345]➜  crypto/internal/sysrand
2025-08-20T22:45:48.2828407Z [00:02:02.345]➜  mkdir -p $WORK/b065/
2025-08-20T22:45:48.2828675Z [00:02:02.345]➜  net/netip
2025-08-20T22:45:48.2828944Z [00:02:02.345]➜  mkdir -p $WORK/b151/
2025-08-20T22:45:48.2829179Z [00:02:02.345]➜  fmt
2025-08-20T22:45:48.2829397Z [00:02:02.345]➜  mkdir -p $WORK/b095/
2025-08-20T22:45:48.2830115Z [00:02:02.345]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:45:48.2830716Z [00:02:02.345]➜  cat >/tmp/go-build1671390451/b065/importcfg << 'EOF' # internal
2025-08-20T22:45:48.2831061Z [00:02:02.345]➜  # import config
2025-08-20T22:45:48.2831402Z [00:02:02.345]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.2831883Z [00:02:02.345]➜  packagefile internal/syscall/unix=/tmp/go-build1671390451/b066/_pkg_.a
2025-08-20T22:45:48.2832348Z [00:02:02.345]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:48.2832772Z [00:02:02.345]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:48.2833185Z [00:02:02.345]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:48.2833602Z [00:02:02.345]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.2834034Z [00:02:02.345]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:48.2834474Z [00:02:02.345]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:48.2835314Z [00:02:02.345]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:48.2835706Z [00:02:02.345]➜  EOF
2025-08-20T22:45:48.2835991Z [00:02:02.345]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.2837908Z [00:02:02.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b065=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T22:45:48.2839820Z [00:02:02.345]➜  cat >/tmp/go-build1671390451/b151/importcfg << 'EOF' # internal
2025-08-20T22:45:48.2840175Z [00:02:02.345]➜  # import config
2025-08-20T22:45:48.2840504Z [00:02:02.345]➜  packagefile cmp=/tmp/go-build1671390451/b071/_pkg_.a
2025-08-20T22:45:48.2840924Z [00:02:02.345]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.2841387Z [00:02:02.345]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:48.2841885Z [00:02:02.345]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:48.2842365Z [00:02:02.345]➜  packagefile internal/itoa=/tmp/go-build1671390451/b068/_pkg_.a
2025-08-20T22:45:48.2842799Z [00:02:02.345]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:48.2843515Z [00:02:02.345]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:48.2843949Z [00:02:02.345]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:48.2844369Z [00:02:02.345]➜  packagefile unique=/tmp/go-build1671390451/b152/_pkg_.a
2025-08-20T22:45:48.2844681Z [00:02:02.345]➜  EOF
2025-08-20T22:45:48.2846187Z [00:02:02.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b151=>" -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/b151/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:45:48.2847604Z [00:02:02.345]➜  cat >/tmp/go-build1671390451/b095/importcfg << 'EOF' # internal
2025-08-20T22:45:48.2847944Z [00:02:02.345]➜  # import config
2025-08-20T22:45:48.2848284Z [00:02:02.345]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.2848741Z [00:02:02.345]➜  packagefile internal/fmtsort=/tmp/go-build1671390451/b096/_pkg_.a
2025-08-20T22:45:48.2849179Z [00:02:02.345]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.2849725Z [00:02:02.345]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:48.2850133Z [00:02:02.345]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:48.2850546Z [00:02:02.345]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:48.2850976Z [00:02:02.345]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:48.2851394Z [00:02:02.345]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:48.2851808Z [00:02:02.345]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.2852242Z [00:02:02.345]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:48.2852578Z [00:02:02.345]➜  EOF
2025-08-20T22:45:48.2854351Z [00:02:02.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b095=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T22:45:48.3010282Z [00:02:02.363]➜  cd $WORK
2025-08-20T22:45:48.3011285Z [00:02:02.364]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:45:48.3069295Z [00:02:02.370]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:45:48.3075385Z [00:02:02.370]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T22:45:48.3143754Z [00:02:02.377]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/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-20T22:45:48.3271289Z [00:02:02.390]➜  crypto/internal/entropy
2025-08-20T22:45:48.3272527Z [00:02:02.390]➜  mkdir -p $WORK/b064/
2025-08-20T22:45:48.3272849Z [00:02:02.390]➜  cd $WORK/b153
2025-08-20T22:45:48.3274473Z [00:02:02.390]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x001.o -c _cgo_export.c
2025-08-20T22:45:48.3275958Z [00:02:02.390]➜  cat >/tmp/go-build1671390451/b064/importcfg << 'EOF' # internal
2025-08-20T22:45:48.3276688Z [00:02:02.390]➜  # import config
2025-08-20T22:45:48.3277100Z [00:02:02.390]➜  packagefile crypto/internal/sysrand=/tmp/go-build1671390451/b065/_pkg_.a
2025-08-20T22:45:48.3277478Z [00:02:02.390]➜  EOF
2025-08-20T22:45:48.3277756Z [00:02:02.390]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.3279643Z [00:02:02.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b064=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:45:48.3371188Z [00:02:02.400]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:45:48.3373843Z [00:02:02.400]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T22:45:48.3388567Z [00:02:02.400]➜  crypto/internal/fips140/drbg
2025-08-20T22:45:48.3388911Z [00:02:02.400]➜  mkdir -p $WORK/b063/
2025-08-20T22:45:48.3389300Z [00:02:02.401]➜  cat >/tmp/go-build1671390451/b063/importcfg << 'EOF' # internal
2025-08-20T22:45:48.3389881Z [00:02:02.401]➜  # import config
2025-08-20T22:45:48.3390232Z [00:02:02.401]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.3390721Z [00:02:02.401]➜  packagefile crypto/internal/entropy=/tmp/go-build1671390451/b064/_pkg_.a
2025-08-20T22:45:48.3391293Z [00:02:02.401]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:48.3391850Z [00:02:02.401]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1671390451/b080/_pkg_.a
2025-08-20T22:45:48.3392429Z [00:02:02.401]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:48.3393014Z [00:02:02.401]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:48.3393654Z [00:02:02.401]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:48.3394249Z [00:02:02.401]➜  packagefile crypto/internal/randutil=/tmp/go-build1671390451/b081/_pkg_.a
2025-08-20T22:45:48.3394796Z [00:02:02.401]➜  packagefile crypto/internal/sysrand=/tmp/go-build1671390451/b065/_pkg_.a
2025-08-20T22:45:48.3395269Z [00:02:02.401]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.3395682Z [00:02:02.401]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.3396499Z [00:02:02.401]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:48.3397039Z [00:02:02.401]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.3397356Z [00:02:02.401]➜  EOF
2025-08-20T22:45:48.3399648Z [00:02:02.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b063=>" -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/b063/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T22:45:48.3467724Z [00:02:02.410]➜  cd $WORK/b153
2025-08-20T22:45:48.3474624Z [00:02:02.410]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x002.o -c cgo.cgo2.c
2025-08-20T22:45:48.3650184Z [00:02:02.428]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.3651874Z [00:02:02.428]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x003.o -c gcc_context.c
2025-08-20T22:45:48.3782812Z [00:02:02.441]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:45:48.3784778Z [00:02:02.441]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T22:45:48.3785398Z [00:02:02.441]➜  crypto/internal/fips140/ed25519
2025-08-20T22:45:48.3785726Z [00:02:02.441]➜  mkdir -p $WORK/b047/
2025-08-20T22:45:48.3786098Z [00:02:02.442]➜  cat >/tmp/go-build1671390451/b047/importcfg << 'EOF' # internal
2025-08-20T22:45:48.3786444Z [00:02:02.442]➜  # import config
2025-08-20T22:45:48.3786780Z [00:02:02.442]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.3787293Z [00:02:02.442]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:48.3788028Z [00:02:02.442]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:48.3788884Z [00:02:02.442]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:48.3789737Z [00:02:02.442]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1671390451/b083/_pkg_.a
2025-08-20T22:45:48.3790442Z [00:02:02.442]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:48.3790943Z [00:02:02.442]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.3791363Z [00:02:02.442]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:48.3791780Z [00:02:02.442]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.3792086Z [00:02:02.442]➜  EOF
2025-08-20T22:45:48.3792601Z [00:02:02.442]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.3796496Z [00:02:02.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b047=>" -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/b047/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T22:45:48.3892325Z [00:02:02.452]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.3893916Z [00:02:02.452]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x004.o -c gcc_fatalf.c
2025-08-20T22:45:48.4121520Z [00:02:02.475]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x005.o -c gcc_libinit.c
2025-08-20T22:45:48.4383357Z [00:02:02.501]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:45:48.4395189Z [00:02:02.502]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T22:45:48.4396176Z [00:02:02.503]➜  crypto/internal/fips140only
2025-08-20T22:45:48.4396607Z [00:02:02.503]➜  mkdir -p $WORK/b087/
2025-08-20T22:45:48.4406921Z [00:02:02.504]➜  cat >/tmp/go-build1671390451/b087/importcfg << 'EOF' # internal
2025-08-20T22:45:48.4407682Z [00:02:02.504]➜  # import config
2025-08-20T22:45:48.4408114Z [00:02:02.504]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:48.4408701Z [00:02:02.504]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:48.4409281Z [00:02:02.504]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1671390451/b059/_pkg_.a
2025-08-20T22:45:48.4410074Z [00:02:02.504]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:48.4410606Z [00:02:02.504]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:48.4411061Z [00:02:02.504]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:48.4411504Z [00:02:02.504]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.4411807Z [00:02:02.504]➜  EOF
2025-08-20T22:45:48.4435402Z [00:02:02.506]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.4439770Z [00:02:02.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b087=>" -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/b087/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:45:48.4481847Z [00:02:02.511]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.4485027Z [00:02:02.511]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x006.o -c gcc_linux_arm64.c
2025-08-20T22:45:48.4855452Z [00:02:02.548]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:45:48.4867713Z [00:02:02.550]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T22:45:48.4876335Z [00:02:02.551]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:45:48.4876949Z [00:02:02.551]➜  mkdir -p $WORK/b091/
2025-08-20T22:45:48.4882029Z [00:02:02.551]➜  echo -n > $WORK/b091/go_asm.h # internal
2025-08-20T22:45:48.4890092Z [00:02:02.552]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:45:48.4892099Z [00:02:02.552]➜  /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/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b091/symabis ./gcm_arm64.s
2025-08-20T22:45:48.4958622Z [00:02:02.559]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.4960514Z [00:02:02.559]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x007.o -c gcc_mmap.c
2025-08-20T22:45:48.5012027Z [00:02:02.564]➜  cat >/tmp/go-build1671390451/b091/importcfg << 'EOF' # internal
2025-08-20T22:45:48.5012688Z [00:02:02.564]➜  # import config
2025-08-20T22:45:48.5013148Z [00:02:02.564]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:48.5013718Z [00:02:02.564]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1671390451/b080/_pkg_.a
2025-08-20T22:45:48.5014300Z [00:02:02.564]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1671390451/b061/_pkg_.a
2025-08-20T22:45:48.5014878Z [00:02:02.564]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:48.5015890Z [00:02:02.564]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:48.5016473Z [00:02:02.564]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:48.5017101Z [00:02:02.564]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:48.5017722Z [00:02:02.564]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1671390451/b057/_pkg_.a
2025-08-20T22:45:48.5018287Z [00:02:02.564]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:48.5018756Z [00:02:02.564]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.5019173Z [00:02:02.564]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:48.5019658Z [00:02:02.564]➜  EOF
2025-08-20T22:45:48.5020010Z [00:02:02.564]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.5023909Z [00:02:02.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b091=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b091/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack -asmhdr $WORK/b091/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T22:45:48.5040411Z [00:02:02.567]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:45:48.5073179Z [00:02:02.570]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T22:45:48.5174764Z [00:02:02.580]➜  math/big
2025-08-20T22:45:48.5175394Z [00:02:02.580]➜  mkdir -p $WORK/b094/
2025-08-20T22:45:48.5175891Z [00:02:02.580]➜  echo -n > $WORK/b094/go_asm.h # internal
2025-08-20T22:45:48.5177344Z [00:02:02.580]➜  cd /root/.go/src/math/big
2025-08-20T22:45:48.5178747Z [00:02:02.580]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b094/symabis ./arith_arm64.s
2025-08-20T22:45:48.5240665Z [00:02:02.587]➜  cat >/tmp/go-build1671390451/b094/importcfg << 'EOF' # internal
2025-08-20T22:45:48.5242289Z [00:02:02.587]➜  # import config
2025-08-20T22:45:48.5243108Z [00:02:02.587]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.5243612Z [00:02:02.587]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.5244076Z [00:02:02.587]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:48.5244541Z [00:02:02.587]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:48.5244998Z [00:02:02.587]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.5245404Z [00:02:02.587]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:48.5245830Z [00:02:02.587]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:48.5246291Z [00:02:02.587]➜  packagefile math/rand=/tmp/go-build1671390451/b098/_pkg_.a
2025-08-20T22:45:48.5246725Z [00:02:02.587]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:48.5247153Z [00:02:02.587]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:48.5247579Z [00:02:02.587]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:48.5248426Z [00:02:02.587]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.5248743Z [00:02:02.587]➜  EOF
2025-08-20T22:45:48.5249034Z [00:02:02.587]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.5253418Z [00:02:02.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b094=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b094/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack -asmhdr $WORK/b094/go_asm.h /root/.go/src/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-20T22:45:48.5257110Z [00:02:02.587]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.5258600Z [00:02:02.587]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x008.o -c gcc_setenv.c
2025-08-20T22:45:48.5466574Z [00:02:02.609]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x009.o -c gcc_sigaction.c
2025-08-20T22:45:48.5727098Z [00:02:02.636]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:45:48.5787289Z [00:02:02.641]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x010.o -c gcc_stack_unix.c
2025-08-20T22:45:48.5820770Z [00:02:02.645]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T22:45:48.5822763Z [00:02:02.645]➜  crypto/md5
2025-08-20T22:45:48.5823083Z [00:02:02.645]➜  mkdir -p $WORK/b099/
2025-08-20T22:45:48.5830470Z [00:02:02.646]➜  echo -n > $WORK/b099/go_asm.h # internal
2025-08-20T22:45:48.5830901Z [00:02:02.646]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:45:48.5831914Z [00:02:02.646]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b099/symabis ./md5block_arm64.s
2025-08-20T22:45:48.5865502Z [00:02:02.649]➜  cat >/tmp/go-build1671390451/b099/importcfg << 'EOF' # internal
2025-08-20T22:45:48.5866536Z [00:02:02.649]➜  # import config
2025-08-20T22:45:48.5867227Z [00:02:02.649]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:48.5867899Z [00:02:02.649]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.5869278Z [00:02:02.649]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.5870607Z [00:02:02.649]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:48.5871124Z [00:02:02.649]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:48.5871602Z [00:02:02.649]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:48.5871921Z [00:02:02.649]➜  EOF
2025-08-20T22:45:48.5872197Z [00:02:02.649]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.5874152Z [00:02:02.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b099=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b099/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack -asmhdr $WORK/b099/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T22:45:48.5896302Z [00:02:02.652]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:45:48.5897644Z [00:02:02.653]➜  /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/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b091/gcm_arm64.o ./gcm_arm64.s
2025-08-20T22:45:48.5957264Z [00:02:02.659]➜  go tool pack r $WORK/b091/_pkg_.a $WORK/b091/gcm_arm64.o # internal
2025-08-20T22:45:48.5964930Z [00:02:02.660]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:45:48.5982046Z [00:02:02.661]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T22:45:48.5990994Z [00:02:02.662]➜  crypto/cipher
2025-08-20T22:45:48.5997938Z [00:02:02.663]➜  mkdir -p $WORK/b090/
2025-08-20T22:45:48.6010022Z [00:02:02.664]➜  cat >/tmp/go-build1671390451/b090/importcfg << 'EOF' # internal
2025-08-20T22:45:48.6010724Z [00:02:02.664]➜  # import config
2025-08-20T22:45:48.6011405Z [00:02:02.664]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.6013232Z [00:02:02.664]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1671390451/b080/_pkg_.a
2025-08-20T22:45:48.6013844Z [00:02:02.664]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1671390451/b091/_pkg_.a
2025-08-20T22:45:48.6014434Z [00:02:02.664]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1671390451/b061/_pkg_.a
2025-08-20T22:45:48.6015370Z [00:02:02.664]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.6015967Z [00:02:02.664]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:48.6016418Z [00:02:02.664]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.6016882Z [00:02:02.664]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:48.6017335Z [00:02:02.664]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.6017651Z [00:02:02.664]➜  EOF
2025-08-20T22:45:48.6017926Z [00:02:02.664]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.6020407Z [00:02:02.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b090=>" -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/b090/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T22:45:48.6145713Z [00:02:02.677]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.6150249Z [00:02:02.677]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x011.o -c gcc_traceback.c
2025-08-20T22:45:48.6464109Z [00:02:02.707]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x012.o -c gcc_util.c
2025-08-20T22:45:48.6538544Z [00:02:02.717]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:45:48.6547514Z [00:02:02.718]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T22:45:48.6548470Z [00:02:02.718]➜  crypto/internal/boring
2025-08-20T22:45:48.6548929Z [00:02:02.718]➜  mkdir -p $WORK/b089/
2025-08-20T22:45:48.6551330Z [00:02:02.718]➜  cat >/tmp/go-build1671390451/b089/importcfg << 'EOF' # internal
2025-08-20T22:45:48.6551706Z [00:02:02.718]➜  # import config
2025-08-20T22:45:48.6555184Z [00:02:02.718]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:48.6555718Z [00:02:02.718]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:48.6556250Z [00:02:02.718]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1671390451/b093/_pkg_.a
2025-08-20T22:45:48.6556754Z [00:02:02.718]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:48.6557065Z [00:02:02.718]➜  EOF
2025-08-20T22:45:48.6557355Z [00:02:02.718]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.6559208Z [00:02:02.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b089=>" -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/b089/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T22:45:48.6700769Z [00:02:02.733]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.6702759Z [00:02:02.733]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x013.o -c linux_syscall.c
2025-08-20T22:45:48.6750732Z [00:02:02.738]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:45:48.6754591Z [00:02:02.738]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b099/md5block_arm64.o ./md5block_arm64.s
2025-08-20T22:45:48.6823837Z [00:02:02.745]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:45:48.6830006Z [00:02:02.746]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T22:45:48.6834533Z [00:02:02.746]➜  crypto/aes
2025-08-20T22:45:48.6834797Z [00:02:02.746]➜  mkdir -p $WORK/b103/
2025-08-20T22:45:48.6835204Z [00:02:02.746]➜  cat >/tmp/go-build1671390451/b103/importcfg << 'EOF' # internal
2025-08-20T22:45:48.6835557Z [00:02:02.746]➜  # import config
2025-08-20T22:45:48.6835925Z [00:02:02.746]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:48.6836429Z [00:02:02.746]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:48.6836985Z [00:02:02.746]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1671390451/b080/_pkg_.a
2025-08-20T22:45:48.6837930Z [00:02:02.746]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:48.6838255Z [00:02:02.746]➜  EOF
2025-08-20T22:45:48.6860535Z [00:02:02.747]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.6862262Z [00:02:02.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b103=>" -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/b103/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:45:48.6878222Z [00:02:02.751]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:45:48.6879359Z [00:02:02.751]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/md5block_arm64.o # internal
2025-08-20T22:45:48.6885137Z [00:02:02.752]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:45:48.6896154Z [00:02:02.753]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T22:45:48.6915894Z [00:02:02.755]➜  crypto/des
2025-08-20T22:45:48.6916203Z [00:02:02.755]➜  mkdir -p $WORK/b104/
2025-08-20T22:45:48.6925213Z [00:02:02.755]➜  cat >/tmp/go-build1671390451/b104/importcfg << 'EOF' # internal
2025-08-20T22:45:48.6925622Z [00:02:02.755]➜  # import config
2025-08-20T22:45:48.6925990Z [00:02:02.755]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:48.6926555Z [00:02:02.755]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1671390451/b061/_pkg_.a
2025-08-20T22:45:48.6927133Z [00:02:02.755]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.6927631Z [00:02:02.755]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.6928094Z [00:02:02.755]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:48.6928559Z [00:02:02.756]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:48.6928990Z [00:02:02.756]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.6929296Z [00:02:02.756]➜  EOF
2025-08-20T22:45:48.6934703Z [00:02:02.756]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.6936808Z [00:02:02.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b104=>" -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/b104/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T22:45:48.7044300Z [00:02:02.767]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:45:48.7045034Z [00:02:02.767]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T22:45:48.7045641Z [00:02:02.767]➜  crypto/internal/fips140/ecdh
2025-08-20T22:45:48.7045929Z [00:02:02.767]➜  mkdir -p $WORK/b106/
2025-08-20T22:45:48.7046294Z [00:02:02.767]➜  cat >/tmp/go-build1671390451/b106/importcfg << 'EOF' # internal
2025-08-20T22:45:48.7046639Z [00:02:02.767]➜  # import config
2025-08-20T22:45:48.7046974Z [00:02:02.767]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.7047461Z [00:02:02.767]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:48.7048040Z [00:02:02.767]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:48.7048623Z [00:02:02.767]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:48.7049201Z [00:02:02.767]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1671390451/b107/_pkg_.a
2025-08-20T22:45:48.7062452Z [00:02:02.767]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:48.7063480Z [00:02:02.767]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.7063902Z [00:02:02.767]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.7064330Z [00:02:02.767]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:48.7064755Z [00:02:02.767]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.7065059Z [00:02:02.767]➜  EOF
2025-08-20T22:45:48.7066962Z [00:02:02.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b106=>" -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/b106/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T22:45:48.7272148Z [00:02:02.789]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.7273882Z [00:02:02.789]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_x014.o -c gcc_arm64.S
2025-08-20T22:45:48.7397620Z [00:02:02.803]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:45:48.7404346Z [00:02:02.803]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T22:45:48.7406101Z [00:02:02.804]➜  crypto/ecdh
2025-08-20T22:45:48.7407197Z [00:02:02.804]➜  mkdir -p $WORK/b105/
2025-08-20T22:45:48.7410638Z [00:02:02.804]➜  cat >/tmp/go-build1671390451/b105/importcfg << 'EOF' # internal
2025-08-20T22:45:48.7411423Z [00:02:02.804]➜  # import config
2025-08-20T22:45:48.7412808Z [00:02:02.804]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.7414050Z [00:02:02.804]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:48.7414554Z [00:02:02.804]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:48.7415124Z [00:02:02.804]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1671390451/b106/_pkg_.a
2025-08-20T22:45:48.7416030Z [00:02:02.804]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1671390451/b084/_pkg_.a
2025-08-20T22:45:48.7416729Z [00:02:02.804]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.7417290Z [00:02:02.804]➜  packagefile crypto/internal/randutil=/tmp/go-build1671390451/b081/_pkg_.a
2025-08-20T22:45:48.7417801Z [00:02:02.804]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:48.7418246Z [00:02:02.804]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.7418691Z [00:02:02.804]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.7418998Z [00:02:02.804]➜  EOF
2025-08-20T22:45:48.7419274Z [00:02:02.804]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.7421241Z [00:02:02.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b105=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T22:45:48.7512258Z [00:02:02.814]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:45:48.7520945Z [00:02:02.815]➜  cd $WORK/b153
2025-08-20T22:45:48.7522598Z [00:02:02.815]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -I $WORK/b153/ -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/b153/_cgo_main.o -c _cgo_main.c
2025-08-20T22:45:48.7530962Z [00:02:02.816]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T22:45:48.7541498Z [00:02:02.817]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:45:48.7541919Z [00:02:02.817]➜  mkdir -p $WORK/b112/
2025-08-20T22:45:48.7542298Z [00:02:02.817]➜  cat >/tmp/go-build1671390451/b112/importcfg << 'EOF' # internal
2025-08-20T22:45:48.7542654Z [00:02:02.817]➜  # import config
2025-08-20T22:45:48.7542999Z [00:02:02.817]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.7543486Z [00:02:02.817]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:48.7544074Z [00:02:02.817]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1671390451/b113/_pkg_.a
2025-08-20T22:45:48.7544657Z [00:02:02.817]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:48.7545232Z [00:02:02.817]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:48.7545805Z [00:02:02.817]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1671390451/b054/_pkg_.a
2025-08-20T22:45:48.7546394Z [00:02:02.817]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1671390451/b107/_pkg_.a
2025-08-20T22:45:48.7546981Z [00:02:02.817]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:48.7547477Z [00:02:02.817]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.7547890Z [00:02:02.817]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:48.7548293Z [00:02:02.817]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.7548704Z [00:02:02.817]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.7549013Z [00:02:02.817]➜  EOF
2025-08-20T22:45:48.7549295Z [00:02:02.817]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.7552479Z [00:02:02.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b112=>" -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/b112/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T22:45:48.7723999Z [00:02:02.834]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -o $WORK/b153/_cgo_.o $WORK/b153/_cgo_main.o $WORK/b153/preferlinkext $WORK/b153/_x001.o $WORK/b153/_x002.o $WORK/b153/_x003.o $WORK/b153/_x004.o $WORK/b153/_x005.o $WORK/b153/_x006.o $WORK/b153/_x007.o $WORK/b153/_x008.o $WORK/b153/_x009.o $WORK/b153/_x010.o $WORK/b153/_x011.o $WORK/b153/_x012.o $WORK/b153/_x013.o $WORK/b153/_x014.o -O2 -g -lpthread
2025-08-20T22:45:48.8192434Z [00:02:02.882]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:45:48.8216827Z [00:02:02.885]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T22:45:48.8223665Z [00:02:02.885]➜  crypto/sha512
2025-08-20T22:45:48.8224668Z [00:02:02.885]➜  mkdir -p $WORK/b116/
2025-08-20T22:45:48.8237005Z [00:02:02.887]➜  cat >/tmp/go-build1671390451/b116/importcfg << 'EOF' # internal
2025-08-20T22:45:48.8237613Z [00:02:02.887]➜  # import config
2025-08-20T22:45:48.8239879Z [00:02:02.887]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:48.8240399Z [00:02:02.887]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:48.8240969Z [00:02:02.887]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:48.8241467Z [00:02:02.887]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:48.8241783Z [00:02:02.887]➜  EOF
2025-08-20T22:45:48.8243237Z [00:02:02.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b116=>" -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/b116/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:45:48.8547672Z [00:02:02.917]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:45:48.8551446Z [00:02:02.918]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T22:45:48.8557899Z [00:02:02.919]➜  crypto/hkdf
2025-08-20T22:45:48.8558426Z [00:02:02.919]➜  mkdir -p $WORK/b121/
2025-08-20T22:45:48.8559615Z [00:02:02.919]➜  cat >/tmp/go-build1671390451/b121/importcfg << 'EOF' # internal
2025-08-20T22:45:48.8560311Z [00:02:02.919]➜  # import config
2025-08-20T22:45:48.8560911Z [00:02:02.919]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1671390451/b122/_pkg_.a
2025-08-20T22:45:48.8561678Z [00:02:02.919]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1671390451/b114/_pkg_.a
2025-08-20T22:45:48.8562382Z [00:02:02.919]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.8563791Z [00:02:02.919]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.8564507Z [00:02:02.919]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:48.8565015Z [00:02:02.919]➜  EOF
2025-08-20T22:45:48.8567013Z [00:02:02.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b121=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:45:48.8701089Z [00:02:02.933]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:45:48.8741548Z [00:02:02.937]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T22:45:48.8742595Z [00:02:02.937]➜  crypto/hmac
2025-08-20T22:45:48.8743821Z [00:02:02.937]➜  mkdir -p $WORK/b123/
2025-08-20T22:45:48.8751183Z [00:02:02.938]➜  cat >/tmp/go-build1671390451/b123/importcfg << 'EOF' # internal
2025-08-20T22:45:48.8751577Z [00:02:02.938]➜  # import config
2025-08-20T22:45:48.8752012Z [00:02:02.938]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:48.8752578Z [00:02:02.938]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1671390451/b054/_pkg_.a
2025-08-20T22:45:48.8753155Z [00:02:02.938]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1671390451/b114/_pkg_.a
2025-08-20T22:45:48.8753725Z [00:02:02.938]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.8754249Z [00:02:02.938]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:48.8754693Z [00:02:02.938]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:48.8755002Z [00:02:02.938]➜  EOF
2025-08-20T22:45:48.8756392Z [00:02:02.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b123=>" -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/b123/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:45:48.8791562Z [00:02:02.941]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:45:48.8795020Z [00:02:02.942]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T22:45:48.8802910Z [00:02:02.943]➜  crypto/internal/fips140/mlkem
2025-08-20T22:45:48.8804683Z [00:02:02.943]➜  mkdir -p $WORK/b124/
2025-08-20T22:45:48.8823789Z [00:02:02.945]➜  cat >/tmp/go-build1671390451/b124/importcfg << 'EOF' # internal
2025-08-20T22:45:48.8824436Z [00:02:02.945]➜  # import config
2025-08-20T22:45:48.8824938Z [00:02:02.945]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:48.8826627Z [00:02:02.945]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:48.8827210Z [00:02:02.945]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:48.8827817Z [00:02:02.945]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:48.8828398Z [00:02:02.945]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1671390451/b059/_pkg_.a
2025-08-20T22:45:48.8828983Z [00:02:02.945]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:48.8829757Z [00:02:02.945]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:48.8830363Z [00:02:02.945]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.8830684Z [00:02:02.945]➜  EOF
2025-08-20T22:45:48.8833068Z [00:02:02.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b124=>" -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/b124/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T22:45:48.9027456Z [00:02:02.965]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:45:48.9033516Z [00:02:02.966]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T22:45:48.9039361Z [00:02:02.966]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:45:48.9039891Z [00:02:02.967]➜  mkdir -p $WORK/b130/
2025-08-20T22:45:48.9040208Z [00:02:02.967]➜  echo -n > $WORK/b130/go_asm.h # internal
2025-08-20T22:45:48.9040668Z [00:02:02.967]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:45:48.9043107Z [00:02:02.967]➜  /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/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b130/symabis ./chacha_arm64.s
2025-08-20T22:45:48.9075453Z [00:02:02.970]➜  cat >/tmp/go-build1671390451/b130/importcfg << 'EOF' # internal
2025-08-20T22:45:48.9075945Z [00:02:02.970]➜  # import config
2025-08-20T22:45:48.9076414Z [00:02:02.970]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:45:48.9076997Z [00:02:02.970]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:48.9077479Z [00:02:02.970]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:48.9077935Z [00:02:02.970]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.9078485Z [00:02:02.970]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1671390451/b131/_pkg_.a
2025-08-20T22:45:48.9079611Z [00:02:02.970]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:48.9080105Z [00:02:02.970]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:48.9080425Z [00:02:02.970]➜  EOF
2025-08-20T22:45:48.9080702Z [00:02:02.971]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.9083258Z [00:02:02.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b130=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b130/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack -asmhdr $WORK/b130/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/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-20T22:45:48.9274223Z [00:02:02.990]➜  cd /root/.go/src/math/big
2025-08-20T22:45:48.9275331Z [00:02:02.990]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b094=>" -I $WORK/b094/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b094/arith_arm64.o ./arith_arm64.s
2025-08-20T22:45:48.9307078Z [00:02:02.993]➜  go tool pack r $WORK/b094/_pkg_.a $WORK/b094/arith_arm64.o # internal
2025-08-20T22:45:48.9307626Z [00:02:02.993]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:45:48.9374177Z [00:02:03.000]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T22:45:48.9375539Z [00:02:03.000]➜  crypto/rand
2025-08-20T22:45:48.9376264Z [00:02:03.000]➜  mkdir -p $WORK/b088/
2025-08-20T22:45:48.9376934Z [00:02:03.000]➜  cat >/tmp/go-build1671390451/b088/importcfg << 'EOF' # internal
2025-08-20T22:45:48.9377744Z [00:02:03.000]➜  # import config
2025-08-20T22:45:48.9378605Z [00:02:03.000]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:48.9379300Z [00:02:03.000]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:48.9380396Z [00:02:03.000]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:48.9381394Z [00:02:03.000]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.9382521Z [00:02:03.000]➜  packagefile crypto/internal/randutil=/tmp/go-build1671390451/b081/_pkg_.a
2025-08-20T22:45:48.9383357Z [00:02:03.000]➜  packagefile crypto/internal/sysrand=/tmp/go-build1671390451/b065/_pkg_.a
2025-08-20T22:45:48.9384834Z [00:02:03.000]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.9385739Z [00:02:03.000]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.9386619Z [00:02:03.000]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:48.9387185Z [00:02:03.000]➜  EOF
2025-08-20T22:45:48.9387921Z [00:02:03.000]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.9390540Z [00:02:03.000]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b088=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T22:45:48.9565629Z [00:02:03.019]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:45:48.9570060Z [00:02:03.020]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T22:45:48.9571188Z [00:02:03.020]➜  crypto/ed25519
2025-08-20T22:45:48.9571619Z [00:02:03.020]➜  mkdir -p $WORK/b042/
2025-08-20T22:45:48.9575907Z [00:02:03.021]➜  cat >/tmp/go-build1671390451/b042/importcfg << 'EOF' # internal
2025-08-20T22:45:48.9576259Z [00:02:03.021]➜  # import config
2025-08-20T22:45:48.9576635Z [00:02:03.021]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:48.9577328Z [00:02:03.021]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1671390451/b047/_pkg_.a
2025-08-20T22:45:48.9577923Z [00:02:03.021]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1671390451/b085/_pkg_.a
2025-08-20T22:45:48.9578530Z [00:02:03.021]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:48.9579057Z [00:02:03.021]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:48.9579743Z [00:02:03.021]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:48.9580256Z [00:02:03.021]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.9580664Z [00:02:03.021]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.9581086Z [00:02:03.021]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:48.9581404Z [00:02:03.021]➜  EOF
2025-08-20T22:45:48.9583103Z [00:02:03.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b042=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:45:48.9635294Z [00:02:03.027]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:45:48.9649913Z [00:02:03.028]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T22:45:48.9650559Z [00:02:03.028]➜  crypto/elliptic
2025-08-20T22:45:48.9650823Z [00:02:03.028]➜  mkdir -p $WORK/b110/
2025-08-20T22:45:48.9651232Z [00:02:03.028]➜  cat >/tmp/go-build1671390451/b110/importcfg << 'EOF' # internal
2025-08-20T22:45:48.9651574Z [00:02:03.028]➜  # import config
2025-08-20T22:45:48.9652006Z [00:02:03.028]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1671390451/b107/_pkg_.a
2025-08-20T22:45:48.9652519Z [00:02:03.028]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:48.9652930Z [00:02:03.028]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:48.9653343Z [00:02:03.028]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:48.9653779Z [00:02:03.028]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.9654088Z [00:02:03.028]➜  EOF
2025-08-20T22:45:48.9655892Z [00:02:03.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b110=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T22:45:48.9771557Z [00:02:03.040]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:45:48.9775714Z [00:02:03.040]➜  /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/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b130/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:45:48.9812508Z [00:02:03.044]➜  go tool pack r $WORK/b130/_pkg_.a $WORK/b130/chacha_arm64.o # internal
2025-08-20T22:45:48.9813113Z [00:02:03.044]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:45:48.9823461Z [00:02:03.045]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T22:45:48.9824787Z [00:02:03.045]➜  crypto/internal/boring/bbig
2025-08-20T22:45:48.9825723Z [00:02:03.045]➜  mkdir -p $WORK/b111/
2025-08-20T22:45:48.9826761Z [00:02:03.045]➜  cat >/tmp/go-build1671390451/b111/importcfg << 'EOF' # internal
2025-08-20T22:45:48.9827170Z [00:02:03.045]➜  # import config
2025-08-20T22:45:48.9827581Z [00:02:03.045]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:48.9828076Z [00:02:03.045]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:48.9828420Z [00:02:03.045]➜  EOF
2025-08-20T22:45:48.9835116Z [00:02:03.046]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.9837338Z [00:02:03.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b111=>" -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/b111/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T22:45:48.9857054Z [00:02:03.048]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b153=/tmp/go-build -gno-record-gcc-switches -o $WORK/b153/_cgo_.o $WORK/b153/_cgo_main.o $WORK/b153/preferlinkext $WORK/b153/_x001.o $WORK/b153/_x002.o $WORK/b153/_x003.o $WORK/b153/_x004.o $WORK/b153/_x005.o $WORK/b153/_x006.o $WORK/b153/_x007.o $WORK/b153/_x008.o $WORK/b153/_x009.o $WORK/b153/_x010.o $WORK/b153/_x011.o $WORK/b153/_x012.o $WORK/b153/_x013.o $WORK/b153/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:45:48.9859148Z [00:02:03.048]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b153/_cgo_.o -dynout $WORK/b153/_cgo_import.go -dynlinker
2025-08-20T22:45:48.9898767Z [00:02:03.053]➜  echo -n > $WORK/b153/go_asm.h # internal
2025-08-20T22:45:48.9900498Z [00:02:03.053]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:48.9921940Z [00:02:03.053]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b153/symabis ./asm_arm64.s
2025-08-20T22:45:48.9935762Z [00:02:03.056]➜  cat >/tmp/go-build1671390451/b153/importcfg << 'EOF' # internal
2025-08-20T22:45:48.9936183Z [00:02:03.056]➜  # import config
2025-08-20T22:45:48.9936619Z [00:02:03.056]➜  packagefile internal/runtime/sys=/tmp/go-build1671390451/b030/_pkg_.a
2025-08-20T22:45:48.9937091Z [00:02:03.056]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:48.9937528Z [00:02:03.056]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:48.9937861Z [00:02:03.056]➜  EOF
2025-08-20T22:45:48.9938147Z [00:02:03.057]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:48.9943558Z [00:02:03.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b153=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b153/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack -asmhdr $WORK/b153/go_asm.h /root/.go/src/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/b153/_cgo_gotypes.go $WORK/b153/cgo.cgo1.go $WORK/b153/_cgo_import.go
2025-08-20T22:45:49.0148557Z [00:02:03.077]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:45:49.0149359Z [00:02:03.077]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T22:45:49.0150198Z [00:02:03.077]➜  encoding/asn1
2025-08-20T22:45:49.0150457Z [00:02:03.077]➜  mkdir -p $WORK/b118/
2025-08-20T22:45:49.0150836Z [00:02:03.077]➜  cat >/tmp/go-build1671390451/b118/importcfg << 'EOF' # internal
2025-08-20T22:45:49.0151179Z [00:02:03.077]➜  # import config
2025-08-20T22:45:49.0151519Z [00:02:03.077]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:49.0151939Z [00:02:03.077]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.0152366Z [00:02:03.077]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.0152774Z [00:02:03.077]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:49.0153197Z [00:02:03.077]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:49.0153626Z [00:02:03.077]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:49.0154047Z [00:02:03.077]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.0154481Z [00:02:03.077]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.0154903Z [00:02:03.077]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.0155320Z [00:02:03.077]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:49.0155759Z [00:02:03.077]➜  packagefile unicode/utf16=/tmp/go-build1671390451/b119/_pkg_.a
2025-08-20T22:45:49.0156222Z [00:02:03.077]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:49.0156553Z [00:02:03.077]➜  EOF
2025-08-20T22:45:49.0158664Z [00:02:03.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b118=>" -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/b118/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T22:45:49.0502959Z [00:02:03.111]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:45:49.0503703Z [00:02:03.113]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T22:45:49.0504319Z [00:02:03.113]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:45:49.0506069Z [00:02:03.113]➜  mkdir -p $WORK/b128/
2025-08-20T22:45:49.0520005Z [00:02:03.115]➜  cat >/tmp/go-build1671390451/b128/importcfg << 'EOF' # internal
2025-08-20T22:45:49.0520493Z [00:02:03.115]➜  # import config
2025-08-20T22:45:49.0520924Z [00:02:03.115]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:45:49.0521535Z [00:02:03.115]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:45:49.0522214Z [00:02:03.115]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:45:49.0523215Z [00:02:03.115]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:49.0523699Z [00:02:03.115]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:49.0524148Z [00:02:03.115]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.0524679Z [00:02:03.115]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1671390451/b130/_pkg_.a
2025-08-20T22:45:49.0525336Z [00:02:03.115]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1671390451/b131/_pkg_.a
2025-08-20T22:45:49.0526015Z [00:02:03.115]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1671390451/b132/_pkg_.a
2025-08-20T22:45:49.0526450Z [00:02:03.115]➜  EOF
2025-08-20T22:45:49.0529589Z [00:02:03.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b128=>" -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/b128/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-20T22:45:49.0816973Z [00:02:03.145]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b153/abi_GOARCH.h
2025-08-20T22:45:49.0817830Z [00:02:03.145]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:45:49.0818964Z [00:02:03.145]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b153=>" -I $WORK/b153/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b153/asm_arm64.o ./asm_arm64.s
2025-08-20T22:45:49.0839154Z [00:02:03.147]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:45:49.0846032Z [00:02:03.147]➜  go tool pack r $WORK/b153/_pkg_.a $WORK/b153/asm_arm64.o $WORK/b153/preferlinkext $WORK/b153/_x001.o $WORK/b153/_x002.o $WORK/b153/_x003.o $WORK/b153/_x004.o $WORK/b153/_x005.o $WORK/b153/_x006.o $WORK/b153/_x007.o $WORK/b153/_x008.o $WORK/b153/_x009.o $WORK/b153/_x010.o $WORK/b153/_x011.o $WORK/b153/_x012.o $WORK/b153/_x013.o $WORK/b153/_x014.o # internal
2025-08-20T22:45:49.0851017Z [00:02:03.148]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:45:49.0854356Z [00:02:03.148]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:45:49.0863725Z [00:02:03.149]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T22:45:49.0866167Z [00:02:03.149]➜  crypto/internal/hpke
2025-08-20T22:45:49.0866457Z [00:02:03.149]➜  mkdir -p $WORK/b127/
2025-08-20T22:45:49.0867727Z [00:02:03.149]➜  cat >/tmp/go-build1671390451/b127/importcfg << 'EOF' # internal
2025-08-20T22:45:49.0868081Z [00:02:03.150]➜  # import config
2025-08-20T22:45:49.0868562Z [00:02:03.150]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:45:49.0869110Z [00:02:03.150]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:49.0869678Z [00:02:03.150]➜  packagefile crypto/aes=/tmp/go-build1671390451/b103/_pkg_.a
2025-08-20T22:45:49.0870206Z [00:02:03.150]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:49.0880218Z [00:02:03.150]➜  packagefile crypto/ecdh=/tmp/go-build1671390451/b105/_pkg_.a
2025-08-20T22:45:49.0880703Z [00:02:03.150]➜  packagefile crypto/hkdf=/tmp/go-build1671390451/b121/_pkg_.a
2025-08-20T22:45:49.0881276Z [00:02:03.150]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:49.0881712Z [00:02:03.150]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.0882779Z [00:02:03.150]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1671390451/b128/_pkg_.a
2025-08-20T22:45:49.0883379Z [00:02:03.150]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:49.0883849Z [00:02:03.150]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:49.0884168Z [00:02:03.150]➜  EOF
2025-08-20T22:45:49.0884443Z [00:02:03.150]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.0886108Z [00:02:03.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b127=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:45:49.0898509Z [00:02:03.152]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T22:45:49.0899749Z [00:02:03.152]➜  crypto/rc4
2025-08-20T22:45:49.0900522Z [00:02:03.152]➜  mkdir -p $WORK/b133/
2025-08-20T22:45:49.0901000Z [00:02:03.152]➜  cat >/tmp/go-build1671390451/b133/importcfg << 'EOF' # internal
2025-08-20T22:45:49.0901355Z [00:02:03.152]➜  # import config
2025-08-20T22:45:49.0901788Z [00:02:03.152]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1671390451/b061/_pkg_.a
2025-08-20T22:45:49.0902389Z [00:02:03.152]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:49.0902889Z [00:02:03.152]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.0903317Z [00:02:03.152]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.0903635Z [00:02:03.152]➜  EOF
2025-08-20T22:45:49.0905012Z [00:02:03.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b133=>" -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/b133/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:45:49.0906611Z [00:02:03.152]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T22:45:49.0907213Z [00:02:03.152]➜  crypto/internal/fips140/rsa
2025-08-20T22:45:49.0907496Z [00:02:03.152]➜  mkdir -p $WORK/b135/
2025-08-20T22:45:49.0908294Z [00:02:03.152]➜  cat >/tmp/go-build1671390451/b135/importcfg << 'EOF' # internal
2025-08-20T22:45:49.0908707Z [00:02:03.152]➜  # import config
2025-08-20T22:45:49.0909051Z [00:02:03.152]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:49.0909684Z [00:02:03.152]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:49.0910314Z [00:02:03.152]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1671390451/b113/_pkg_.a
2025-08-20T22:45:49.0910913Z [00:02:03.152]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:49.0911496Z [00:02:03.152]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:49.0912082Z [00:02:03.152]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:49.0912660Z [00:02:03.152]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1671390451/b059/_pkg_.a
2025-08-20T22:45:49.0913251Z [00:02:03.152]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:49.0913837Z [00:02:03.152]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:49.0914336Z [00:02:03.152]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.0914750Z [00:02:03.152]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:49.0915455Z [00:02:03.152]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.0915862Z [00:02:03.152]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.0916176Z [00:02:03.152]➜  EOF
2025-08-20T22:45:49.0918694Z [00:02:03.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b135=>" -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/b135/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T22:45:49.1381331Z [00:02:03.201]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:45:49.1395767Z [00:02:03.203]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T22:45:49.1400734Z [00:02:03.203]➜  crypto/sha1
2025-08-20T22:45:49.1401506Z [00:02:03.203]➜  mkdir -p $WORK/b136/
2025-08-20T22:45:49.1410481Z [00:02:03.204]➜  echo -n > $WORK/b136/go_asm.h # internal
2025-08-20T22:45:49.1415373Z [00:02:03.205]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:45:49.1424863Z [00:02:03.205]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T22:45:49.1426092Z [00:02:03.206]➜  crypto/sha256
2025-08-20T22:45:49.1426566Z [00:02:03.206]➜  mkdir -p $WORK/b137/
2025-08-20T22:45:49.1436527Z [00:02:03.207]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:45:49.1437610Z [00:02:03.207]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b136=>" -I $WORK/b136/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b136/symabis ./sha1block_arm64.s
2025-08-20T22:45:49.1461105Z [00:02:03.209]➜  cat >/tmp/go-build1671390451/b137/importcfg << 'EOF' # internal
2025-08-20T22:45:49.1461493Z [00:02:03.209]➜  # import config
2025-08-20T22:45:49.1461840Z [00:02:03.209]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:49.1462328Z [00:02:03.209]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:49.1463322Z [00:02:03.209]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:49.1463884Z [00:02:03.209]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:49.1464195Z [00:02:03.209]➜  EOF
2025-08-20T22:45:49.1464485Z [00:02:03.209]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.1466025Z [00:02:03.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b137=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:45:49.1532117Z [00:02:03.216]➜  cat >/tmp/go-build1671390451/b136/importcfg << 'EOF' # internal
2025-08-20T22:45:49.1532553Z [00:02:03.216]➜  # import config
2025-08-20T22:45:49.1532903Z [00:02:03.216]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:49.1533428Z [00:02:03.216]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:49.1533994Z [00:02:03.216]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:49.1534543Z [00:02:03.216]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:49.1535015Z [00:02:03.216]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.1535888Z [00:02:03.216]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:49.1536351Z [00:02:03.216]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:49.1536839Z [00:02:03.216]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:49.1537294Z [00:02:03.216]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:49.1537620Z [00:02:03.216]➜  EOF
2025-08-20T22:45:49.1539628Z [00:02:03.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b136=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b136/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack -asmhdr $WORK/b136/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T22:45:49.1722477Z [00:02:03.235]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:45:49.1730457Z [00:02:03.236]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T22:45:49.1731037Z [00:02:03.236]➜  crypto/dsa
2025-08-20T22:45:49.1731289Z [00:02:03.236]➜  mkdir -p $WORK/b141/
2025-08-20T22:45:49.1739915Z [00:02:03.237]➜  cat >/tmp/go-build1671390451/b141/importcfg << 'EOF' # internal
2025-08-20T22:45:49.1740310Z [00:02:03.237]➜  # import config
2025-08-20T22:45:49.1740770Z [00:02:03.237]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:49.1741337Z [00:02:03.237]➜  packagefile crypto/internal/randutil=/tmp/go-build1671390451/b081/_pkg_.a
2025-08-20T22:45:49.1741824Z [00:02:03.237]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.1742233Z [00:02:03.237]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.1742666Z [00:02:03.237]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:49.1742985Z [00:02:03.237]➜  EOF
2025-08-20T22:45:49.1744384Z [00:02:03.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b141=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:45:49.1876798Z [00:02:03.251]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:45:49.1902340Z [00:02:03.251]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b136=>" -I $WORK/b136/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b136/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T22:45:49.1917065Z [00:02:03.255]➜  go tool pack r $WORK/b136/_pkg_.a $WORK/b136/sha1block_arm64.o # internal
2025-08-20T22:45:49.1918216Z [00:02:03.255]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:45:49.1927849Z [00:02:03.256]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T22:45:49.1928433Z [00:02:03.256]➜  encoding/hex
2025-08-20T22:45:49.1928691Z [00:02:03.256]➜  mkdir -p $WORK/b143/
2025-08-20T22:45:49.1935951Z [00:02:03.256]➜  cat >/tmp/go-build1671390451/b143/importcfg << 'EOF' # internal
2025-08-20T22:45:49.1936516Z [00:02:03.256]➜  # import config
2025-08-20T22:45:49.1937055Z [00:02:03.256]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.1937609Z [00:02:03.256]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.1938109Z [00:02:03.256]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.1938651Z [00:02:03.256]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.1939198Z [00:02:03.256]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.1940271Z [00:02:03.256]➜  EOF
2025-08-20T22:45:49.1940704Z [00:02:03.257]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.1942324Z [00:02:03.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b143=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:45:49.1962794Z [00:02:03.259]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:45:49.1981085Z [00:02:03.261]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T22:45:49.1986127Z [00:02:03.261]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:45:49.1986468Z [00:02:03.261]➜  mkdir -p $WORK/b117/
2025-08-20T22:45:49.1986876Z [00:02:03.261]➜  cat >/tmp/go-build1671390451/b117/importcfg << 'EOF' # internal
2025-08-20T22:45:49.1987224Z [00:02:03.262]➜  # import config
2025-08-20T22:45:49.1987693Z [00:02:03.262]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:45:49.1988252Z [00:02:03.262]➜  packagefile encoding/asn1=/tmp/go-build1671390451/b118/_pkg_.a
2025-08-20T22:45:49.1988701Z [00:02:03.262]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.1989115Z [00:02:03.262]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.1992259Z [00:02:03.262]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1671390451/b120/_pkg_.a
2025-08-20T22:45:49.1992875Z [00:02:03.262]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:49.1993307Z [00:02:03.262]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:49.1993727Z [00:02:03.262]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:49.1994047Z [00:02:03.262]➜  EOF
2025-08-20T22:45:49.1996693Z [00:02:03.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b117=>" -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/b117/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T22:45:49.2046121Z [00:02:03.267]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:45:49.2056479Z [00:02:03.268]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T22:45:49.2062108Z [00:02:03.269]➜  crypto/rsa
2025-08-20T22:45:49.2062883Z [00:02:03.269]➜  mkdir -p $WORK/b134/
2025-08-20T22:45:49.2064375Z [00:02:03.269]➜  cat >/tmp/go-build1671390451/b134/importcfg << 'EOF' # internal
2025-08-20T22:45:49.2065151Z [00:02:03.269]➜  # import config
2025-08-20T22:45:49.2066021Z [00:02:03.269]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:49.2066517Z [00:02:03.269]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:49.2067079Z [00:02:03.269]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1671390451/b111/_pkg_.a
2025-08-20T22:45:49.2067686Z [00:02:03.269]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1671390451/b113/_pkg_.a
2025-08-20T22:45:49.2068273Z [00:02:03.269]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1671390451/b135/_pkg_.a
2025-08-20T22:45:49.2068845Z [00:02:03.269]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1671390451/b114/_pkg_.a
2025-08-20T22:45:49.2069577Z [00:02:03.269]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:49.2070585Z [00:02:03.269]➜  packagefile crypto/internal/randutil=/tmp/go-build1671390451/b081/_pkg_.a
2025-08-20T22:45:49.2071090Z [00:02:03.269]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:49.2071557Z [00:02:03.269]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:49.2072001Z [00:02:03.269]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.2072417Z [00:02:03.269]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.2072837Z [00:02:03.269]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:49.2073293Z [00:02:03.269]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:49.2073734Z [00:02:03.269]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.2074135Z [00:02:03.269]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:49.2074570Z [00:02:03.269]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:49.2074888Z [00:02:03.269]➜  EOF
2025-08-20T22:45:49.2076658Z [00:02:03.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b134=>" -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/b134/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T22:45:49.2228023Z [00:02:03.286]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:45:49.2234436Z [00:02:03.286]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T22:45:49.2253731Z [00:02:03.288]➜  net
2025-08-20T22:45:49.2267540Z [00:02:03.288]➜  mkdir -p $WORK/b147/
2025-08-20T22:45:49.2283461Z [00:02:03.290]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:45:49.2290346Z [00:02:03.291]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T22:45:49.2290958Z [00:02:03.291]➜  crypto/x509/pkix
2025-08-20T22:45:49.2291222Z [00:02:03.291]➜  mkdir -p $WORK/b142/
2025-08-20T22:45:49.2291597Z [00:02:03.292]➜  cat >/tmp/go-build1671390451/b142/importcfg << 'EOF' # internal
2025-08-20T22:45:49.2291945Z [00:02:03.292]➜  # import config
2025-08-20T22:45:49.2292622Z [00:02:03.292]➜  packagefile encoding/asn1=/tmp/go-build1671390451/b118/_pkg_.a
2025-08-20T22:45:49.2293167Z [00:02:03.292]➜  packagefile encoding/hex=/tmp/go-build1671390451/b143/_pkg_.a
2025-08-20T22:45:49.2293602Z [00:02:03.292]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.2294025Z [00:02:03.292]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:49.2294466Z [00:02:03.292]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:49.2294772Z [00:02:03.292]➜  EOF
2025-08-20T22:45:49.2297848Z [00:02:03.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b142=>" -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/b142/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:45:49.2311179Z [00:02:03.293]➜  echo -n > $WORK/b147/preferlinkext # internal
2025-08-20T22:45:49.2311522Z [00:02:03.293]➜  cd /root/.go/src/net
2025-08-20T22:45:49.2312663Z [00:02:03.293]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b147/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T22:45:49.2818067Z [00:02:03.345]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:45:49.2830755Z [00:02:03.346]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T22:45:49.2834684Z [00:02:03.346]➜  net/url
2025-08-20T22:45:49.2835037Z [00:02:03.346]➜  mkdir -p $WORK/b154/
2025-08-20T22:45:49.2848198Z [00:02:03.348]➜  cat >/tmp/go-build1671390451/b154/importcfg << 'EOF' # internal
2025-08-20T22:45:49.2848837Z [00:02:03.348]➜  # import config
2025-08-20T22:45:49.2849378Z [00:02:03.348]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.2851756Z [00:02:03.348]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.2852183Z [00:02:03.348]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:49.2852599Z [00:02:03.348]➜  packagefile path=/tmp/go-build1671390451/b075/_pkg_.a
2025-08-20T22:45:49.2853044Z [00:02:03.348]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.2853467Z [00:02:03.348]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.2853893Z [00:02:03.348]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.2863724Z [00:02:03.348]➜  EOF
2025-08-20T22:45:49.2864210Z [00:02:03.348]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.2865670Z [00:02:03.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b154=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:45:49.3013024Z [00:02:03.362]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:45:49.3026366Z [00:02:03.363]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T22:45:49.3026964Z [00:02:03.364]➜  path/filepath
2025-08-20T22:45:49.3027217Z [00:02:03.364]➜  mkdir -p $WORK/b155/
2025-08-20T22:45:49.3027596Z [00:02:03.364]➜  cat >/tmp/go-build1671390451/b155/importcfg << 'EOF' # internal
2025-08-20T22:45:49.3027950Z [00:02:03.364]➜  # import config
2025-08-20T22:45:49.3028295Z [00:02:03.364]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.3028761Z [00:02:03.364]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:49.3029802Z [00:02:03.364]➜  packagefile internal/filepathlite=/tmp/go-build1671390451/b073/_pkg_.a
2025-08-20T22:45:49.3030367Z [00:02:03.364]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:49.3030775Z [00:02:03.364]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:49.3031203Z [00:02:03.364]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:49.3031633Z [00:02:03.364]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.3032075Z [00:02:03.364]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.3032499Z [00:02:03.364]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:49.3032945Z [00:02:03.364]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:49.3033278Z [00:02:03.364]➜  EOF
2025-08-20T22:45:49.3035339Z [00:02:03.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b155=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T22:45:49.3190927Z [00:02:03.382]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:45:49.3216999Z [00:02:03.384]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T22:45:49.3217600Z [00:02:03.384]➜  crypto/ecdsa
2025-08-20T22:45:49.3217868Z [00:02:03.384]➜  mkdir -p $WORK/b109/
2025-08-20T22:45:49.3218243Z [00:02:03.384]➜  cat >/tmp/go-build1671390451/b109/importcfg << 'EOF' # internal
2025-08-20T22:45:49.3218602Z [00:02:03.384]➜  # import config
2025-08-20T22:45:49.3219065Z [00:02:03.384]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:45:49.3219821Z [00:02:03.384]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:45:49.3220381Z [00:02:03.384]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:49.3220831Z [00:02:03.384]➜  packagefile crypto/ecdh=/tmp/go-build1671390451/b105/_pkg_.a
2025-08-20T22:45:49.3221333Z [00:02:03.384]➜  packagefile crypto/elliptic=/tmp/go-build1671390451/b110/_pkg_.a
2025-08-20T22:45:49.3221845Z [00:02:03.384]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:49.3222397Z [00:02:03.384]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1671390451/b111/_pkg_.a
2025-08-20T22:45:49.3222972Z [00:02:03.384]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1671390451/b112/_pkg_.a
2025-08-20T22:45:49.3223555Z [00:02:03.384]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1671390451/b107/_pkg_.a
2025-08-20T22:45:49.3224148Z [00:02:03.384]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1671390451/b085/_pkg_.a
2025-08-20T22:45:49.3224759Z [00:02:03.384]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1671390451/b114/_pkg_.a
2025-08-20T22:45:49.3225327Z [00:02:03.384]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:49.3225885Z [00:02:03.384]➜  packagefile crypto/internal/randutil=/tmp/go-build1671390451/b081/_pkg_.a
2025-08-20T22:45:49.3226402Z [00:02:03.384]➜  packagefile crypto/sha512=/tmp/go-build1671390451/b116/_pkg_.a
2025-08-20T22:45:49.3226866Z [00:02:03.384]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:49.3227307Z [00:02:03.384]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.3227841Z [00:02:03.384]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1671390451/b117/_pkg_.a
2025-08-20T22:45:49.3228866Z [00:02:03.384]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1671390451/b120/_pkg_.a
2025-08-20T22:45:49.3229750Z [00:02:03.384]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.3230221Z [00:02:03.384]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:49.3230673Z [00:02:03.384]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:49.3231003Z [00:02:03.384]➜  EOF
2025-08-20T22:45:49.3232762Z [00:02:03.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b109=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T22:45:49.3666119Z [00:02:03.429]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:45:49.3691579Z [00:02:03.432]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T22:45:49.3703765Z [00:02:03.432]➜  encoding/json
2025-08-20T22:45:49.3704053Z [00:02:03.432]➜  mkdir -p $WORK/b157/
2025-08-20T22:45:49.3704429Z [00:02:03.432]➜  cat >/tmp/go-build1671390451/b157/importcfg << 'EOF' # internal
2025-08-20T22:45:49.3704779Z [00:02:03.432]➜  # import config
2025-08-20T22:45:49.3705500Z [00:02:03.432]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:49.3705917Z [00:02:03.432]➜  packagefile cmp=/tmp/go-build1671390451/b071/_pkg_.a
2025-08-20T22:45:49.3706336Z [00:02:03.432]➜  packagefile encoding=/tmp/go-build1671390451/b158/_pkg_.a
2025-08-20T22:45:49.3706797Z [00:02:03.432]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:49.3707244Z [00:02:03.432]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.3707711Z [00:02:03.432]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.3708113Z [00:02:03.432]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.3708516Z [00:02:03.432]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:49.3708932Z [00:02:03.432]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:49.3709350Z [00:02:03.432]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.3712465Z [00:02:03.432]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.3712898Z [00:02:03.432]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.3713316Z [00:02:03.432]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.3713734Z [00:02:03.432]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:49.3714179Z [00:02:03.432]➜  packagefile unicode/utf16=/tmp/go-build1671390451/b119/_pkg_.a
2025-08-20T22:45:49.3714657Z [00:02:03.432]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:49.3714988Z [00:02:03.432]➜  EOF
2025-08-20T22:45:49.3717466Z [00:02:03.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b157=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T22:45:49.4052598Z [00:02:03.468]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:45:49.4065760Z [00:02:03.469]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T22:45:49.4076069Z [00:02:03.470]➜  golang.org/x/sys/unix
2025-08-20T22:45:49.4081859Z [00:02:03.471]➜  mkdir -p $WORK/b162/
2025-08-20T22:45:49.4082503Z [00:02:03.471]➜  echo -n > $WORK/b162/go_asm.h # internal
2025-08-20T22:45:49.4083918Z [00:02:03.471]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T22:45:49.4085171Z [00:02:03.471]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b162/symabis ./asm_linux_arm64.s
2025-08-20T22:45:49.4109213Z [00:02:03.474]➜  cat >/tmp/go-build1671390451/b162/importcfg << 'EOF' # internal
2025-08-20T22:45:49.4110850Z [00:02:03.474]➜  # import config
2025-08-20T22:45:49.4111201Z [00:02:03.474]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:49.4111679Z [00:02:03.474]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:49.4112147Z [00:02:03.474]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:49.4112580Z [00:02:03.474]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:49.4113002Z [00:02:03.474]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.4113411Z [00:02:03.474]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:49.4114155Z [00:02:03.474]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.4114586Z [00:02:03.474]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.4115005Z [00:02:03.474]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.4115420Z [00:02:03.474]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:49.4115837Z [00:02:03.474]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:49.4116142Z [00:02:03.474]➜  EOF
2025-08-20T22:45:49.4116429Z [00:02:03.474]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.4131321Z [00:02:03.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b162=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid Bw5pfj_7VyyEaN4TWX9z/Bw5pfj_7VyyEaN4TWX9z -goversion go1.25.0 -symabis $WORK/b162/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack -asmhdr $WORK/b162/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ztypes_linux_arm64.go
2025-08-20T22:45:49.6392162Z [00:02:03.702]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:45:49.6524815Z [00:02:03.715]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T22:45:49.6560061Z [00:02:03.719]➜  os/signal
2025-08-20T22:45:49.6565515Z [00:02:03.719]➜  mkdir -p $WORK/b163/
2025-08-20T22:45:49.6567033Z [00:02:03.720]➜  echo -n > $WORK/b163/go_asm.h # internal
2025-08-20T22:45:49.6568322Z [00:02:03.720]➜  cd /root/.go/src/os/signal
2025-08-20T22:45:49.6569310Z [00:02:03.720]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b163/symabis ./sig.s
2025-08-20T22:45:49.6664397Z [00:02:03.729]➜  cat >/tmp/go-build1671390451/b163/importcfg << 'EOF' # internal
2025-08-20T22:45:49.6665868Z [00:02:03.730]➜  # import config
2025-08-20T22:45:49.6666431Z [00:02:03.730]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:49.6667851Z [00:02:03.730]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:49.6668286Z [00:02:03.730]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.6668703Z [00:02:03.730]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.6669122Z [00:02:03.730]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:49.6669744Z [00:02:03.730]➜  EOF
2025-08-20T22:45:49.6674399Z [00:02:03.730]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.6676968Z [00:02:03.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b163=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b163/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack -asmhdr $WORK/b163/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T22:45:49.7175854Z [00:02:03.780]➜  cd $WORK/b147
2025-08-20T22:45:49.7177826Z [00:02:03.781]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b147/_x001.o -c _cgo_export.c
2025-08-20T22:45:49.7235208Z [00:02:03.786]➜  cd /root/.go/src/os/signal
2025-08-20T22:45:49.7236501Z [00:02:03.787]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b163=>" -I $WORK/b163/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b163/sig.o ./sig.s
2025-08-20T22:45:49.7290041Z [00:02:03.792]➜  go tool pack r $WORK/b163/_pkg_.a $WORK/b163/sig.o # internal
2025-08-20T22:45:49.7294179Z [00:02:03.792]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:45:49.7307937Z [00:02:03.794]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T22:45:49.7318101Z [00:02:03.795]➜  regexp/syntax
2025-08-20T22:45:49.7319181Z [00:02:03.795]➜  mkdir -p $WORK/b165/
2025-08-20T22:45:49.7330240Z [00:02:03.796]➜  cat >/tmp/go-build1671390451/b165/importcfg << 'EOF' # internal
2025-08-20T22:45:49.7330703Z [00:02:03.796]➜  # import config
2025-08-20T22:45:49.7331046Z [00:02:03.796]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.7331462Z [00:02:03.796]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:49.7331883Z [00:02:03.796]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.7332310Z [00:02:03.796]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.7332749Z [00:02:03.796]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.7333167Z [00:02:03.796]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:49.7333614Z [00:02:03.796]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:49.7333947Z [00:02:03.796]➜  EOF
2025-08-20T22:45:49.7334226Z [00:02:03.796]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.7337141Z [00:02:03.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b165=>" -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/b165/importcfg -pack /root/.go/src/regexp/syntax/compile.go /root/.go/src/regexp/syntax/doc.go /root/.go/src/regexp/syntax/op_string.go /root/.go/src/regexp/syntax/parse.go /root/.go/src/regexp/syntax/perl_groups.go /root/.go/src/regexp/syntax/prog.go /root/.go/src/regexp/syntax/regexp.go /root/.go/src/regexp/syntax/simplify.go
2025-08-20T22:45:49.7399071Z [00:02:03.803]➜  cd $WORK/b147
2025-08-20T22:45:49.7432198Z [00:02:03.803]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b147/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:45:49.7622293Z [00:02:03.825]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b147/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:45:49.7644690Z [00:02:03.827]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:45:49.7700142Z [00:02:03.833]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T22:45:49.7701387Z [00:02:03.833]➜  log
2025-08-20T22:45:49.7701635Z [00:02:03.833]➜  mkdir -p $WORK/b167/
2025-08-20T22:45:49.7702009Z [00:02:03.833]➜  cat >/tmp/go-build1671390451/b167/importcfg << 'EOF' # internal
2025-08-20T22:45:49.7702399Z [00:02:03.833]➜  # import config
2025-08-20T22:45:49.7702755Z [00:02:03.833]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.7703169Z [00:02:03.833]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.7703603Z [00:02:03.833]➜  packagefile log/internal=/tmp/go-build1671390451/b168/_pkg_.a
2025-08-20T22:45:49.7704038Z [00:02:03.833]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:49.7704458Z [00:02:03.833]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:49.7705196Z [00:02:03.833]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.7705710Z [00:02:03.833]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:49.7706144Z [00:02:03.833]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:49.7706451Z [00:02:03.833]➜  EOF
2025-08-20T22:45:49.7706726Z [00:02:03.833]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.7708097Z [00:02:03.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b167=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:45:49.7893412Z [00:02:03.852]➜  cd $WORK/b147
2025-08-20T22:45:49.7897610Z [00:02:03.852]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b147/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:45:49.8124881Z [00:02:03.875]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b147/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:45:49.8361591Z [00:02:03.899]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:45:49.8385640Z [00:02:03.902]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T22:45:49.8389364Z [00:02:03.902]➜  database/sql/driver
2025-08-20T22:45:49.8389818Z [00:02:03.902]➜  mkdir -p $WORK/b171/
2025-08-20T22:45:49.8398573Z [00:02:03.903]➜  cat >/tmp/go-build1671390451/b171/importcfg << 'EOF' # internal
2025-08-20T22:45:49.8398981Z [00:02:03.903]➜  # import config
2025-08-20T22:45:49.8399335Z [00:02:03.903]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:49.8399952Z [00:02:03.903]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.8400379Z [00:02:03.903]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.8400822Z [00:02:03.903]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:49.8401254Z [00:02:03.903]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.8401677Z [00:02:03.903]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:49.8401989Z [00:02:03.903]➜  EOF
2025-08-20T22:45:49.8402267Z [00:02:03.903]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.8404079Z [00:02:03.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b171=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:45:49.8453982Z [00:02:03.908]➜  cd $WORK/b147
2025-08-20T22:45:49.8462872Z [00:02:03.909]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b147/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:45:49.8742255Z [00:02:03.937]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -I $WORK/b147/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b147/_cgo_main.o -c _cgo_main.c
2025-08-20T22:45:49.8947043Z [00:02:03.957]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:49.8955019Z [00:02:03.958]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -o $WORK/b147/_cgo_.o $WORK/b147/_cgo_main.o $WORK/b147/preferlinkext $WORK/b147/_x001.o $WORK/b147/_x002.o $WORK/b147/_x003.o $WORK/b147/_x004.o $WORK/b147/_x005.o $WORK/b147/_x006.o -O2 -g -lresolv
2025-08-20T22:45:49.9603513Z [00:02:04.023]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:45:49.9708003Z [00:02:04.034]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T22:45:49.9712368Z [00:02:04.034]➜  github.com/tg123/remotesigner
2025-08-20T22:45:49.9714072Z [00:02:04.034]➜  mkdir -p $WORK/b172/
2025-08-20T22:45:49.9715713Z [00:02:04.034]➜  cat >/tmp/go-build1671390451/b172/importcfg << 'EOF' # internal
2025-08-20T22:45:49.9716084Z [00:02:04.034]➜  # import config
2025-08-20T22:45:49.9716433Z [00:02:04.034]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:49.9716865Z [00:02:04.034]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:49.9717686Z [00:02:04.034]➜  packagefile crypto/rsa=/tmp/go-build1671390451/b134/_pkg_.a
2025-08-20T22:45:49.9718121Z [00:02:04.034]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.9718519Z [00:02:04.034]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.9718820Z [00:02:04.034]➜  EOF
2025-08-20T22:45:49.9720794Z [00:02:04.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tg123/remotesigner@v0.0.3=>github.com/tg123/remotesigner@v0.0.3;$WORK/b172=>" -p github.com/tg123/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid Ehkij6p4tRyiq36ZUK3S/Ehkij6p4tRyiq36ZUK3S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/go/pkg/mod/github.com/tg123/remotesigner@v0.0.3/signer.go
2025-08-20T22:45:49.9765580Z [00:02:04.039]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:45:49.9824480Z [00:02:04.045]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T22:45:49.9851963Z [00:02:04.047]➜  regexp
2025-08-20T22:45:49.9852664Z [00:02:04.048]➜  mkdir -p $WORK/b164/
2025-08-20T22:45:49.9853758Z [00:02:04.048]➜  cat >/tmp/go-build1671390451/b164/importcfg << 'EOF' # internal
2025-08-20T22:45:49.9854716Z [00:02:04.048]➜  # import config
2025-08-20T22:45:49.9855124Z [00:02:04.048]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:49.9855584Z [00:02:04.048]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.9856027Z [00:02:04.048]➜  packagefile regexp/syntax=/tmp/go-build1671390451/b165/_pkg_.a
2025-08-20T22:45:49.9856492Z [00:02:04.048]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:49.9856916Z [00:02:04.048]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.9857348Z [00:02:04.048]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:49.9857784Z [00:02:04.048]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.9858202Z [00:02:04.048]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:49.9858650Z [00:02:04.048]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:49.9858986Z [00:02:04.048]➜  EOF
2025-08-20T22:45:49.9861210Z [00:02:04.048]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b164=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/regexp/backtrack.go /root/.go/src/regexp/exec.go /root/.go/src/regexp/onepass.go /root/.go/src/regexp/regexp.go
2025-08-20T22:45:49.9945671Z [00:02:04.058]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:45:49.9962755Z [00:02:04.059]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/aa/aa2db542192051296665248b53fea7e90ca08b12340d0105f180b13604531a9c-d # internal
2025-08-20T22:45:49.9963604Z [00:02:04.059]➜  compress/flate
2025-08-20T22:45:49.9963898Z [00:02:04.059]➜  mkdir -p $WORK/b176/
2025-08-20T22:45:49.9964359Z [00:02:04.059]➜  cat >/tmp/go-build1671390451/b176/importcfg << 'EOF' # internal
2025-08-20T22:45:49.9964708Z [00:02:04.059]➜  # import config
2025-08-20T22:45:49.9965056Z [00:02:04.059]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:49.9965498Z [00:02:04.059]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:49.9965926Z [00:02:04.059]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:49.9966330Z [00:02:04.059]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:49.9966756Z [00:02:04.059]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:49.9967188Z [00:02:04.060]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:49.9968073Z [00:02:04.060]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:49.9968502Z [00:02:04.060]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:49.9968924Z [00:02:04.060]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:49.9969234Z [00:02:04.060]➜  EOF
2025-08-20T22:45:49.9971890Z [00:02:04.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b176=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T22:45:50.0742481Z [00:02:04.137]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b147=/tmp/go-build -gno-record-gcc-switches -o $WORK/b147/_cgo_.o $WORK/b147/_cgo_main.o $WORK/b147/preferlinkext $WORK/b147/_x001.o $WORK/b147/_x002.o $WORK/b147/_x003.o $WORK/b147/_x004.o $WORK/b147/_x005.o $WORK/b147/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:45:50.0776117Z [00:02:04.140]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b147/_cgo_.o -dynout $WORK/b147/_cgo_import.go
2025-08-20T22:45:50.0851064Z [00:02:04.148]➜  cat >/tmp/go-build1671390451/b147/importcfg << 'EOF' # internal
2025-08-20T22:45:50.0853800Z [00:02:04.148]➜  # import config
2025-08-20T22:45:50.0854256Z [00:02:04.148]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:45:50.0854771Z [00:02:04.148]➜  packagefile cmp=/tmp/go-build1671390451/b071/_pkg_.a
2025-08-20T22:45:50.0855236Z [00:02:04.148]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:50.0855657Z [00:02:04.148]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.0856196Z [00:02:04.148]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1671390451/b148/_pkg_.a
2025-08-20T22:45:50.0856757Z [00:02:04.148]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:50.0857247Z [00:02:04.148]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:50.0857739Z [00:02:04.148]➜  packagefile internal/itoa=/tmp/go-build1671390451/b068/_pkg_.a
2025-08-20T22:45:50.0858225Z [00:02:04.148]➜  packagefile internal/nettrace=/tmp/go-build1671390451/b149/_pkg_.a
2025-08-20T22:45:50.0858712Z [00:02:04.148]➜  packagefile internal/poll=/tmp/go-build1671390451/b077/_pkg_.a
2025-08-20T22:45:50.0859218Z [00:02:04.148]➜  packagefile internal/singleflight=/tmp/go-build1671390451/b150/_pkg_.a
2025-08-20T22:45:50.0860339Z [00:02:04.148]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:50.0860863Z [00:02:04.148]➜  packagefile internal/syscall/unix=/tmp/go-build1671390451/b066/_pkg_.a
2025-08-20T22:45:50.0861321Z [00:02:04.148]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.0861726Z [00:02:04.148]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:50.0862152Z [00:02:04.148]➜  packagefile net/netip=/tmp/go-build1671390451/b151/_pkg_.a
2025-08-20T22:45:50.0862576Z [00:02:04.148]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:50.0862986Z [00:02:04.148]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:50.0863401Z [00:02:04.148]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:50.0863810Z [00:02:04.148]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.0864238Z [00:02:04.148]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:50.0864684Z [00:02:04.148]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:50.0865101Z [00:02:04.148]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:50.0865536Z [00:02:04.148]➜  packagefile runtime/cgo=/tmp/go-build1671390451/b153/_pkg_.a
2025-08-20T22:45:50.0865866Z [00:02:04.148]➜  EOF
2025-08-20T22:45:50.0883444Z [00:02:04.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b147=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/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/b147/_cgo_gotypes.go $WORK/b147/cgo_linux.cgo1.go $WORK/b147/cgo_resnew.cgo1.go $WORK/b147/cgo_socknew.cgo1.go $WORK/b147/cgo_unix_cgo.cgo1.go $WORK/b147/cgo_unix_cgo_res.cgo1.go $WORK/b147/_cgo_import.go
2025-08-20T22:45:50.1040313Z [00:02:04.167]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:45:50.1095059Z [00:02:04.172]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T22:45:50.1096163Z [00:02:04.172]➜  hash/crc32
2025-08-20T22:45:50.1096435Z [00:02:04.172]➜  mkdir -p $WORK/b177/
2025-08-20T22:45:50.1096752Z [00:02:04.172]➜  echo -n > $WORK/b177/go_asm.h # internal
2025-08-20T22:45:50.1097065Z [00:02:04.173]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:45:50.1098067Z [00:02:04.173]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b177=>" -I $WORK/b177/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b177/symabis ./crc32_arm64.s
2025-08-20T22:45:50.1152597Z [00:02:04.178]➜  cat >/tmp/go-build1671390451/b177/importcfg << 'EOF' # internal
2025-08-20T22:45:50.1153067Z [00:02:04.178]➜  # import config
2025-08-20T22:45:50.1153421Z [00:02:04.178]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.1153846Z [00:02:04.178]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:50.1154354Z [00:02:04.178]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:50.1154844Z [00:02:04.178]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:50.1155279Z [00:02:04.178]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.1155715Z [00:02:04.178]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:50.1156043Z [00:02:04.178]➜  EOF
2025-08-20T22:45:50.1156321Z [00:02:04.178]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:50.1158416Z [00:02:04.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b177=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b177/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack -asmhdr $WORK/b177/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-20T22:45:50.1460973Z [00:02:04.209]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:45:50.1470758Z [00:02:04.209]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b177=>" -I $WORK/b177/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b177/crc32_arm64.o ./crc32_arm64.s
2025-08-20T22:45:50.1486762Z [00:02:04.212]➜  go tool pack r $WORK/b177/_pkg_.a $WORK/b177/crc32_arm64.o # internal
2025-08-20T22:45:50.1487661Z [00:02:04.212]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:45:50.1495897Z [00:02:04.213]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T22:45:50.1498221Z [00:02:04.213]➜  compress/gzip
2025-08-20T22:45:50.1498576Z [00:02:04.213]➜  mkdir -p $WORK/b175/
2025-08-20T22:45:50.1501224Z [00:02:04.213]➜  cat >/tmp/go-build1671390451/b175/importcfg << 'EOF' # internal
2025-08-20T22:45:50.1502037Z [00:02:04.213]➜  # import config
2025-08-20T22:45:50.1502550Z [00:02:04.213]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:50.1503075Z [00:02:04.213]➜  packagefile compress/flate=/tmp/go-build1671390451/b176/_pkg_.a
2025-08-20T22:45:50.1503577Z [00:02:04.213]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:50.1504030Z [00:02:04.213]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.1504457Z [00:02:04.213]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.1504888Z [00:02:04.213]➜  packagefile hash/crc32=/tmp/go-build1671390451/b177/_pkg_.a
2025-08-20T22:45:50.1505311Z [00:02:04.213]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.1505714Z [00:02:04.213]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:50.1506017Z [00:02:04.213]➜  EOF
2025-08-20T22:45:50.1506292Z [00:02:04.213]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:50.1508441Z [00:02:04.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b175=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T22:45:50.1631015Z [00:02:04.225]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:45:50.1638952Z [00:02:04.227]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T22:45:50.1641027Z [00:02:04.227]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b162=>" -I $WORK/b162/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b162/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:45:50.1649132Z [00:02:04.228]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T22:45:50.1654230Z [00:02:04.228]➜  golang.org/x/net/internal/timeseries
2025-08-20T22:45:50.1655159Z [00:02:04.228]➜  mkdir -p $WORK/b179/
2025-08-20T22:45:50.1681295Z [00:02:04.230]➜  cat >/tmp/go-build1671390451/b179/importcfg << 'EOF' # internal
2025-08-20T22:45:50.1683859Z [00:02:04.230]➜  # import config
2025-08-20T22:45:50.1684276Z [00:02:04.230]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.1684703Z [00:02:04.230]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:50.1685116Z [00:02:04.230]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:50.1685426Z [00:02:04.230]➜  EOF
2025-08-20T22:45:50.1685704Z [00:02:04.230]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:50.1687693Z [00:02:04.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/timeseries=>golang.org/x/net@v0.41.0/internal/timeseries;$WORK/b179=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid xCr3OONe_hqHhKV6mKc_/xCr3OONe_hqHhKV6mKc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/timeseries/timeseries.go
2025-08-20T22:45:50.1689619Z [00:02:04.231]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T22:45:50.1690463Z [00:02:04.231]➜  go tool pack r $WORK/b162/_pkg_.a $WORK/b162/asm_linux_arm64.o # internal
2025-08-20T22:45:50.1690972Z [00:02:04.231]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:45:50.1786160Z [00:02:04.242]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:45:50.1791813Z [00:02:04.242]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T22:45:50.1793495Z [00:02:04.242]➜  html
2025-08-20T22:45:50.1794259Z [00:02:04.242]➜  mkdir -p $WORK/b181/
2025-08-20T22:45:50.1794659Z [00:02:04.243]➜  cat >/tmp/go-build1671390451/b181/importcfg << 'EOF' # internal
2025-08-20T22:45:50.1795924Z [00:02:04.243]➜  # import config
2025-08-20T22:45:50.1796339Z [00:02:04.243]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.1796775Z [00:02:04.243]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.1797239Z [00:02:04.243]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.1797577Z [00:02:04.243]➜  EOF
2025-08-20T22:45:50.1800452Z [00:02:04.243]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:50.1802206Z [00:02:04.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b181=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T22:45:50.1845914Z [00:02:04.247]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/2c/2c18bdecd9d2d336c4ce7ba175d47a8929c289f8480b688a5148a1faddcb0fe9-d # internal
2025-08-20T22:45:50.1853668Z [00:02:04.248]➜  github.com/ramr/go-reaper
2025-08-20T22:45:50.1854224Z [00:02:04.248]➜  mkdir -p $WORK/b161/
2025-08-20T22:45:50.1864880Z [00:02:04.249]➜  cat >/tmp/go-build1671390451/b161/importcfg << 'EOF' # internal
2025-08-20T22:45:50.1865303Z [00:02:04.249]➜  # import config
2025-08-20T22:45:50.1865663Z [00:02:04.249]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.1866141Z [00:02:04.249]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1671390451/b162/_pkg_.a
2025-08-20T22:45:50.1866630Z [00:02:04.249]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:50.1867054Z [00:02:04.250]➜  packagefile os/signal=/tmp/go-build1671390451/b163/_pkg_.a
2025-08-20T22:45:50.1867495Z [00:02:04.250]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:50.1867918Z [00:02:04.250]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:50.1892693Z [00:02:04.250]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:50.1895440Z [00:02:04.250]➜  EOF
2025-08-20T22:45:50.1897417Z [00:02:04.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ramr/go-reaper@v0.3.1=>github.com/ramr/go-reaper@v0.3.1;$WORK/b161=>" -p github.com/ramr/go-reaper -lang=go1.14 -complete -installsuffix shared -buildid p9chA2ydyaqM2_65rVAb/p9chA2ydyaqM2_65rVAb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/go/pkg/mod/github.com/ramr/go-reaper@v0.3.1/reaper.go /root/go/pkg/mod/github.com/ramr/go-reaper@v0.3.1/starnix.go
2025-08-20T22:45:50.2256472Z [00:02:04.288]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:45:50.2257578Z [00:02:04.288]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/c1/c1ff1f92f8e6fb7992b77039e85c5cd46fa66d1988169f651adfcc6d30a6b0ee-d # internal
2025-08-20T22:45:50.2259217Z [00:02:04.288]➜  github.com/sirupsen/logrus
2025-08-20T22:45:50.2259928Z [00:02:04.288]➜  mkdir -p $WORK/b166/
2025-08-20T22:45:50.2260562Z [00:02:04.288]➜  cat >/tmp/go-build1671390451/b166/importcfg << 'EOF' # internal
2025-08-20T22:45:50.2261714Z [00:02:04.288]➜  # import config
2025-08-20T22:45:50.2262064Z [00:02:04.288]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:50.2262836Z [00:02:04.288]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.2263332Z [00:02:04.288]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:50.2263785Z [00:02:04.289]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:50.2264221Z [00:02:04.289]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.2264709Z [00:02:04.289]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1671390451/b162/_pkg_.a
2025-08-20T22:45:50.2265166Z [00:02:04.289]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.2265567Z [00:02:04.289]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:50.2265965Z [00:02:04.289]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:50.2266379Z [00:02:04.289]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:50.2266807Z [00:02:04.289]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:50.2267236Z [00:02:04.289]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:50.2267651Z [00:02:04.289]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:50.2268076Z [00:02:04.289]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.2268493Z [00:02:04.289]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.2269253Z [00:02:04.289]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:50.2269904Z [00:02:04.289]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:50.2270345Z [00:02:04.289]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.2270677Z [00:02:04.289]➜  EOF
2025-08-20T22:45:50.2275499Z [00:02:04.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b166=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid WV_PwimkoOsLDnhtnqGt/WV_PwimkoOsLDnhtnqGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/alt_exit.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/buffer_pool.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/doc.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/entry.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/exported.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/json_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logger.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logrus.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_notappengine.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_unix.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/text_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/writer.go
2025-08-20T22:45:50.2292556Z [00:02:04.291]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:45:50.2293233Z [00:02:04.291]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T22:45:50.2293777Z [00:02:04.291]➜  text/template/parse
2025-08-20T22:45:50.2294043Z [00:02:04.291]➜  mkdir -p $WORK/b183/
2025-08-20T22:45:50.2294434Z [00:02:04.291]➜  cat >/tmp/go-build1671390451/b183/importcfg << 'EOF' # internal
2025-08-20T22:45:50.2294777Z [00:02:04.291]➜  # import config
2025-08-20T22:45:50.2295114Z [00:02:04.291]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.2295524Z [00:02:04.291]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.2295943Z [00:02:04.291]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:50.2296648Z [00:02:04.291]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:50.2297170Z [00:02:04.291]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.2297603Z [00:02:04.291]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:50.2298058Z [00:02:04.291]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.2298392Z [00:02:04.291]➜  EOF
2025-08-20T22:45:50.2300485Z [00:02:04.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b183=>" -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/b183/importcfg -pack /root/.go/src/text/template/parse/lex.go /root/.go/src/text/template/parse/node.go /root/.go/src/text/template/parse/parse.go
2025-08-20T22:45:50.2364096Z [00:02:04.299]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:45:50.2374329Z [00:02:04.300]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/bc/bc27f0f0230f12b8800586923d30f794b74077ba58ad521fddaf1e54400ce6b1-d # internal
2025-08-20T22:45:50.2380645Z [00:02:04.301]➜  vendor/golang.org/x/text/transform
2025-08-20T22:45:50.2380977Z [00:02:04.301]➜  mkdir -p $WORK/b188/
2025-08-20T22:45:50.2384154Z [00:02:04.301]➜  cat >/tmp/go-build1671390451/b188/importcfg << 'EOF' # internal
2025-08-20T22:45:50.2384902Z [00:02:04.301]➜  # import config
2025-08-20T22:45:50.2385253Z [00:02:04.301]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.2385675Z [00:02:04.301]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.2386090Z [00:02:04.301]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.2386522Z [00:02:04.301]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.2386856Z [00:02:04.301]➜  EOF
2025-08-20T22:45:50.2388648Z [00:02:04.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b188=>" -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/b188/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:45:50.2686200Z [00:02:04.332]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:45:50.2692813Z [00:02:04.332]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T22:45:50.2761884Z [00:02:04.339]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:45:50.2766065Z [00:02:04.340]➜  mkdir -p $WORK/b189/
2025-08-20T22:45:50.2770937Z [00:02:04.340]➜  cat >/tmp/go-build1671390451/b189/importcfg << 'EOF' # internal
2025-08-20T22:45:50.2782542Z [00:02:04.340]➜  # import config
2025-08-20T22:45:50.2782969Z [00:02:04.340]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.2783436Z [00:02:04.340]➜  packagefile container/list=/tmp/go-build1671390451/b101/_pkg_.a
2025-08-20T22:45:50.2783877Z [00:02:04.340]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.2784282Z [00:02:04.340]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:50.2784689Z [00:02:04.340]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:50.2785147Z [00:02:04.340]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.2785478Z [00:02:04.340]➜  EOF
2025-08-20T22:45:50.2788817Z [00:02:04.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b189=>" -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/b189/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T22:45:50.4273478Z [00:02:04.490]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:45:50.4274512Z [00:02:04.490]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:45:50.4302178Z [00:02:04.493]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/52/5249416c5831a6eafd9af9de07156d8e222f05ae97c1cd73afa9bc3a56982c97-d # internal
2025-08-20T22:45:50.4308791Z [00:02:04.494]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:45:50.4309162Z [00:02:04.494]➜  mkdir -p $WORK/b190/
2025-08-20T22:45:50.4320785Z [00:02:04.494]➜  cat >/tmp/go-build1671390451/b190/importcfg << 'EOF' # internal
2025-08-20T22:45:50.4321419Z [00:02:04.494]➜  # import config
2025-08-20T22:45:50.4321830Z [00:02:04.494]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:45:50.4322350Z [00:02:04.494]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:50.4322796Z [00:02:04.494]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.4323661Z [00:02:04.494]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1671390451/b188/_pkg_.a
2025-08-20T22:45:50.4324162Z [00:02:04.494]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.4324566Z [00:02:04.494]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.4325005Z [00:02:04.494]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.4325337Z [00:02:04.494]➜  EOF
2025-08-20T22:45:50.4329175Z [00:02:04.495]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b190=>" -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/b190/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T22:45:50.4342085Z [00:02:04.497]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T22:45:50.4348482Z [00:02:04.498]➜  text/template
2025-08-20T22:45:50.4349721Z [00:02:04.498]➜  mkdir -p $WORK/b182/
2025-08-20T22:45:50.4386336Z [00:02:04.502]➜  cat >/tmp/go-build1671390451/b182/importcfg << 'EOF' # internal
2025-08-20T22:45:50.4386777Z [00:02:04.502]➜  # import config
2025-08-20T22:45:50.4387751Z [00:02:04.502]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.4388236Z [00:02:04.502]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.4388699Z [00:02:04.502]➜  packagefile internal/fmtsort=/tmp/go-build1671390451/b096/_pkg_.a
2025-08-20T22:45:50.4389145Z [00:02:04.502]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.4389815Z [00:02:04.502]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:50.4390294Z [00:02:04.502]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:50.4391077Z [00:02:04.502]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:50.4393429Z [00:02:04.502]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:50.4393862Z [00:02:04.502]➜  packagefile path=/tmp/go-build1671390451/b075/_pkg_.a
2025-08-20T22:45:50.4394368Z [00:02:04.502]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:50.4394821Z [00:02:04.502]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:50.4395274Z [00:02:04.502]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:50.4395836Z [00:02:04.502]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.4396258Z [00:02:04.502]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.4396721Z [00:02:04.502]➜  packagefile text/template/parse=/tmp/go-build1671390451/b183/_pkg_.a
2025-08-20T22:45:50.4397191Z [00:02:04.502]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:50.4397647Z [00:02:04.502]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.4398628Z [00:02:04.502]➜  EOF
2025-08-20T22:45:50.4401996Z [00:02:04.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b182=>" -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/b182/importcfg -pack /root/.go/src/text/template/doc.go /root/.go/src/text/template/exec.go /root/.go/src/text/template/funcs.go /root/.go/src/text/template/helper.go /root/.go/src/text/template/option.go /root/.go/src/text/template/template.go
2025-08-20T22:45:50.4407682Z [00:02:04.503]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:45:50.4427898Z [00:02:04.506]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T22:45:50.4429941Z [00:02:04.506]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:45:50.4430542Z [00:02:04.506]➜  mkdir -p $WORK/b187/
2025-08-20T22:45:50.4431225Z [00:02:04.506]➜  cat >/tmp/go-build1671390451/b187/importcfg << 'EOF' # internal
2025-08-20T22:45:50.4431612Z [00:02:04.506]➜  # import config
2025-08-20T22:45:50.4433244Z [00:02:04.506]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:45:50.4433878Z [00:02:04.506]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:45:50.4434384Z [00:02:04.506]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.4434914Z [00:02:04.506]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1671390451/b188/_pkg_.a
2025-08-20T22:45:50.4435538Z [00:02:04.506]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1671390451/b189/_pkg_.a
2025-08-20T22:45:50.4436083Z [00:02:04.506]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.4436430Z [00:02:04.506]➜  EOF
2025-08-20T22:45:50.4438909Z [00:02:04.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:45:50.4725171Z [00:02:04.535]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:45:50.4729041Z [00:02:04.536]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T22:45:50.4729881Z [00:02:04.536]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:45:50.4730587Z [00:02:04.536]➜  mkdir -p $WORK/b193/
2025-08-20T22:45:50.4733754Z [00:02:04.536]➜  cat >/tmp/go-build1671390451/b193/importcfg << 'EOF' # internal
2025-08-20T22:45:50.4734131Z [00:02:04.536]➜  # import config
2025-08-20T22:45:50.4734473Z [00:02:04.536]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.4734896Z [00:02:04.536]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.4735339Z [00:02:04.536]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.4735742Z [00:02:04.536]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.4736142Z [00:02:04.536]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.4736450Z [00:02:04.536]➜  EOF
2025-08-20T22:45:50.4739214Z [00:02:04.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b193=>" -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/b193/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T22:45:50.5339031Z [00:02:04.597]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:45:50.5363054Z [00:02:04.599]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T22:45:50.5373097Z [00:02:04.600]➜  mime
2025-08-20T22:45:50.5373893Z [00:02:04.600]➜  mkdir -p $WORK/b194/
2025-08-20T22:45:50.5374356Z [00:02:04.600]➜  cat >/tmp/go-build1671390451/b194/importcfg << 'EOF' # internal
2025-08-20T22:45:50.5374754Z [00:02:04.600]➜  # import config
2025-08-20T22:45:50.5375096Z [00:02:04.600]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:50.5375518Z [00:02:04.600]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.5375972Z [00:02:04.600]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:50.5376425Z [00:02:04.600]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.5376862Z [00:02:04.600]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.5377262Z [00:02:04.600]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.5377667Z [00:02:04.600]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:50.5378071Z [00:02:04.600]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:50.5378479Z [00:02:04.600]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:50.5378900Z [00:02:04.600]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.5379348Z [00:02:04.600]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.5379982Z [00:02:04.600]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:50.5380437Z [00:02:04.600]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.5380770Z [00:02:04.600]➜  EOF
2025-08-20T22:45:50.5382518Z [00:02:04.600]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b194=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T22:45:50.7632012Z [00:02:04.826]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:45:50.7688984Z [00:02:04.832]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T22:45:50.7692010Z [00:02:04.832]➜  vendor/golang.org/x/net/idna
2025-08-20T22:45:50.7692484Z [00:02:04.832]➜  mkdir -p $WORK/b186/
2025-08-20T22:45:50.7698915Z [00:02:04.833]➜  cat >/tmp/go-build1671390451/b186/importcfg << 'EOF' # internal
2025-08-20T22:45:50.7700560Z [00:02:04.833]➜  # import config
2025-08-20T22:45:50.7701062Z [00:02:04.833]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:45:50.7701669Z [00:02:04.833]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:45:50.7702246Z [00:02:04.833]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:45:50.7702751Z [00:02:04.833]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.7703316Z [00:02:04.833]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1671390451/b187/_pkg_.a
2025-08-20T22:45:50.7703963Z [00:02:04.833]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1671390451/b189/_pkg_.a
2025-08-20T22:45:50.7704598Z [00:02:04.833]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1671390451/b190/_pkg_.a
2025-08-20T22:45:50.7705119Z [00:02:04.833]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:50.7705543Z [00:02:04.833]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.7706381Z [00:02:04.833]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.7706717Z [00:02:04.833]➜  EOF
2025-08-20T22:45:50.7709881Z [00:02:04.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b186=>" -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/b186/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T22:45:50.8107876Z [00:02:04.874]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:45:50.8196740Z [00:02:04.882]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T22:45:50.8215506Z [00:02:04.884]➜  mime/quotedprintable
2025-08-20T22:45:50.8218343Z [00:02:04.884]➜  mkdir -p $WORK/b196/
2025-08-20T22:45:50.8226713Z [00:02:04.886]➜  cat >/tmp/go-build1671390451/b196/importcfg << 'EOF' # internal
2025-08-20T22:45:50.8227574Z [00:02:04.886]➜  # import config
2025-08-20T22:45:50.8228357Z [00:02:04.886]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:50.8229016Z [00:02:04.886]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.8231582Z [00:02:04.886]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.8231994Z [00:02:04.886]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.8232299Z [00:02:04.886]➜  EOF
2025-08-20T22:45:50.8234075Z [00:02:04.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b196=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T22:45:50.8509862Z [00:02:04.914]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:45:50.8605275Z [00:02:04.922]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T22:45:50.8628981Z [00:02:04.926]➜  html/template
2025-08-20T22:45:50.8630499Z [00:02:04.926]➜  mkdir -p $WORK/b180/
2025-08-20T22:45:50.8639697Z [00:02:04.927]➜  cat >/tmp/go-build1671390451/b180/importcfg << 'EOF' # internal
2025-08-20T22:45:50.8641994Z [00:02:04.927]➜  # import config
2025-08-20T22:45:50.8642928Z [00:02:04.927]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.8643451Z [00:02:04.927]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:50.8643905Z [00:02:04.927]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.8644319Z [00:02:04.927]➜  packagefile html=/tmp/go-build1671390451/b181/_pkg_.a
2025-08-20T22:45:50.8644777Z [00:02:04.927]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:50.8645246Z [00:02:04.927]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.8645659Z [00:02:04.927]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:50.8646073Z [00:02:04.927]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:50.8646477Z [00:02:04.927]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:50.8646882Z [00:02:04.927]➜  packagefile path=/tmp/go-build1671390451/b075/_pkg_.a
2025-08-20T22:45:50.8647789Z [00:02:04.927]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:50.8648240Z [00:02:04.927]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:50.8648669Z [00:02:04.927]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:50.8649094Z [00:02:04.927]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:50.8649683Z [00:02:04.927]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.8650173Z [00:02:04.927]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:50.8650616Z [00:02:04.927]➜  packagefile text/template=/tmp/go-build1671390451/b182/_pkg_.a
2025-08-20T22:45:50.8651106Z [00:02:04.927]➜  packagefile text/template/parse=/tmp/go-build1671390451/b183/_pkg_.a
2025-08-20T22:45:50.8651579Z [00:02:04.927]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:50.8652021Z [00:02:04.927]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.8652362Z [00:02:04.927]➜  EOF
2025-08-20T22:45:50.8656423Z [00:02:04.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b180=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/html/template/attr.go /root/.go/src/html/template/attr_string.go /root/.go/src/html/template/content.go /root/.go/src/html/template/context.go /root/.go/src/html/template/css.go /root/.go/src/html/template/delim_string.go /root/.go/src/html/template/doc.go /root/.go/src/html/template/element_string.go /root/.go/src/html/template/error.go /root/.go/src/html/template/escape.go /root/.go/src/html/template/html.go /root/.go/src/html/template/js.go /root/.go/src/html/template/jsctx_string.go /root/.go/src/html/template/state_string.go /root/.go/src/html/template/template.go /root/.go/src/html/template/transition.go /root/.go/src/html/template/url.go /root/.go/src/html/template/urlpart_string.go
2025-08-20T22:45:50.8662409Z [00:02:04.929]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:45:50.8681862Z [00:02:04.930]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T22:45:50.8682719Z [00:02:04.930]➜  net/http/internal
2025-08-20T22:45:50.8682994Z [00:02:04.930]➜  mkdir -p $WORK/b198/
2025-08-20T22:45:50.8683805Z [00:02:04.930]➜  cat >/tmp/go-build1671390451/b198/importcfg << 'EOF' # internal
2025-08-20T22:45:50.8684227Z [00:02:04.930]➜  # import config
2025-08-20T22:45:50.8684567Z [00:02:04.930]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:50.8684990Z [00:02:04.930]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:50.8685411Z [00:02:04.930]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:50.8685838Z [00:02:04.930]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.8686246Z [00:02:04.930]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.8686542Z [00:02:04.930]➜  EOF
2025-08-20T22:45:50.8688064Z [00:02:04.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b198=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:45:50.9393349Z [00:02:05.002]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:45:50.9399338Z [00:02:05.003]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T22:45:50.9400632Z [00:02:05.003]➜  net/http/internal/ascii
2025-08-20T22:45:50.9401993Z [00:02:05.003]➜  mkdir -p $WORK/b199/
2025-08-20T22:45:50.9403393Z [00:02:05.003]➜  cat >/tmp/go-build1671390451/b199/importcfg << 'EOF' # internal
2025-08-20T22:45:50.9403876Z [00:02:05.003]➜  # import config
2025-08-20T22:45:50.9404289Z [00:02:05.003]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:50.9404734Z [00:02:05.003]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:50.9405054Z [00:02:05.003]➜  EOF
2025-08-20T22:45:50.9406685Z [00:02:05.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b199=>" -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/b199/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:45:50.9532836Z [00:02:05.016]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:45:50.9548832Z [00:02:05.018]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T22:45:50.9550587Z [00:02:05.018]➜  text/tabwriter
2025-08-20T22:45:50.9552645Z [00:02:05.018]➜  mkdir -p $WORK/b201/
2025-08-20T22:45:50.9562714Z [00:02:05.019]➜  cat >/tmp/go-build1671390451/b201/importcfg << 'EOF' # internal
2025-08-20T22:45:50.9563943Z [00:02:05.019]➜  # import config
2025-08-20T22:45:50.9564877Z [00:02:05.019]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:50.9569012Z [00:02:05.019]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:50.9569600Z [00:02:05.019]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:50.9570000Z [00:02:05.019]➜  EOF
2025-08-20T22:45:50.9571491Z [00:02:05.019]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b201=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T22:45:50.9681736Z [00:02:05.031]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:45:50.9685212Z [00:02:05.032]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T22:45:50.9687020Z [00:02:05.032]➜  google.golang.org/grpc/backoff
2025-08-20T22:45:50.9688519Z [00:02:05.032]➜  mkdir -p $WORK/b202/
2025-08-20T22:45:50.9691435Z [00:02:05.032]➜  cat >/tmp/go-build1671390451/b202/importcfg << 'EOF' # internal
2025-08-20T22:45:50.9692314Z [00:02:05.032]➜  # import config
2025-08-20T22:45:50.9692961Z [00:02:05.032]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:50.9694323Z [00:02:05.032]➜  EOF
2025-08-20T22:45:50.9725241Z [00:02:05.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/backoff=>google.golang.org/grpc@v1.75.0/backoff;$WORK/b202=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid 3rPBc3rEUMPG6pTarEyb/3rPBc3rEUMPG6pTarEyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/backoff/backoff.go
2025-08-20T22:45:51.0014530Z [00:02:05.064]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:45:51.0016739Z [00:02:05.064]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:45:51.0018097Z [00:02:05.064]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/2c/2c2ab01b2dd94e28daf520be988e19a0c6a6e6646385ed86ae70c1c07ffc6f9a-d # internal
2025-08-20T22:45:51.0019313Z [00:02:05.064]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T22:45:51.0020655Z [00:02:05.064]➜  google.golang.org/grpc/attributes
2025-08-20T22:45:51.0021205Z [00:02:05.064]➜  mkdir -p $WORK/b210/
2025-08-20T22:45:51.0021844Z [00:02:05.064]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T22:45:51.0022844Z [00:02:05.064]➜  mkdir -p $WORK/b208/
2025-08-20T22:45:51.0023324Z [00:02:05.064]➜  cat >/tmp/go-build1671390451/b210/importcfg << 'EOF' # internal
2025-08-20T22:45:51.0023679Z [00:02:05.064]➜  # import config
2025-08-20T22:45:51.0024012Z [00:02:05.064]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.0024460Z [00:02:05.064]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.0024780Z [00:02:05.064]➜  EOF
2025-08-20T22:45:51.0026713Z [00:02:05.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/attributes=>google.golang.org/grpc@v1.75.0/attributes;$WORK/b210=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid rxPAu9Qr8n_cuAglHZU2/rxPAu9Qr8n_cuAglHZU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/attributes/attributes.go
2025-08-20T22:45:51.0028629Z [00:02:05.064]➜  cat >/tmp/go-build1671390451/b208/importcfg << 'EOF' # internal
2025-08-20T22:45:51.0028975Z [00:02:05.064]➜  # import config
2025-08-20T22:45:51.0029338Z [00:02:05.064]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:51.0030350Z [00:02:05.064]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.0030759Z [00:02:05.064]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.0031159Z [00:02:05.064]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:51.0031560Z [00:02:05.064]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.0031860Z [00:02:05.064]➜  EOF
2025-08-20T22:45:51.0034861Z [00:02:05.064]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/internal=>google.golang.org/grpc@v1.75.0/grpclog/internal;$WORK/b208=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid 5XL1y5Oa4hcfz-rhcjId/5XL1y5Oa4hcfz-rhcjId -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/internal/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/internal/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/internal/loggerv2.go
2025-08-20T22:45:51.0196382Z [00:02:05.082]➜  cd /root/.go/src/net
2025-08-20T22:45:51.0197239Z [00:02:05.083]➜  go tool pack r $WORK/b147/_pkg_.a $WORK/b147/preferlinkext $WORK/b147/_x001.o $WORK/b147/_x002.o $WORK/b147/_x003.o $WORK/b147/_x004.o $WORK/b147/_x005.o $WORK/b147/_x006.o # internal
2025-08-20T22:45:51.0205398Z [00:02:05.084]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:45:51.0251492Z [00:02:05.088]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:45:51.0264147Z [00:02:05.089]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/f9/f99a7498dccf6b385e124edd04e30e68239342c8b1b840c0ec0c16e71e612d7c-d # internal
2025-08-20T22:45:51.0308459Z [00:02:05.094]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T22:45:51.0310746Z [00:02:05.094]➜  mkdir -p $WORK/b212/
2025-08-20T22:45:51.0313357Z [00:02:05.094]➜  cat >/tmp/go-build1671390451/b212/importcfg << 'EOF' # internal
2025-08-20T22:45:51.0315321Z [00:02:05.094]➜  # import config
2025-08-20T22:45:51.0315737Z [00:02:05.094]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.0316175Z [00:02:05.094]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.0316618Z [00:02:05.094]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.0316938Z [00:02:05.094]➜  EOF
2025-08-20T22:45:51.0317269Z [00:02:05.094]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:51.0327773Z [00:02:05.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/envconfig=>google.golang.org/grpc@v1.75.0/internal/envconfig;$WORK/b212=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid O9fBBWUnUOleHkOr39dN/O9fBBWUnUOleHkOr39dN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/envconfig/xds.go
2025-08-20T22:45:51.0405215Z [00:02:05.103]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/52/52f04f03d2b893870ad5d4d27542fc7beae948f0a2fdfdc0ad57287301e66d64-d # internal
2025-08-20T22:45:51.0413704Z [00:02:05.104]➜  crypto/x509
2025-08-20T22:45:51.0414008Z [00:02:05.104]➜  mkdir -p $WORK/b140/
2025-08-20T22:45:51.0414423Z [00:02:05.104]➜  cat >/tmp/go-build1671390451/b140/importcfg << 'EOF' # internal
2025-08-20T22:45:51.0414779Z [00:02:05.104]➜  # import config
2025-08-20T22:45:51.0415209Z [00:02:05.104]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:45:51.0415845Z [00:02:05.104]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:45:51.0416384Z [00:02:05.104]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.0416831Z [00:02:05.104]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:51.0417272Z [00:02:05.104]➜  packagefile crypto/aes=/tmp/go-build1671390451/b103/_pkg_.a
2025-08-20T22:45:51.0417739Z [00:02:05.104]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:51.0418198Z [00:02:05.104]➜  packagefile crypto/des=/tmp/go-build1671390451/b104/_pkg_.a
2025-08-20T22:45:51.0418649Z [00:02:05.104]➜  packagefile crypto/dsa=/tmp/go-build1671390451/b141/_pkg_.a
2025-08-20T22:45:51.0419113Z [00:02:05.104]➜  packagefile crypto/ecdh=/tmp/go-build1671390451/b105/_pkg_.a
2025-08-20T22:45:51.0419816Z [00:02:05.104]➜  packagefile crypto/ecdsa=/tmp/go-build1671390451/b109/_pkg_.a
2025-08-20T22:45:51.0420352Z [00:02:05.104]➜  packagefile crypto/ed25519=/tmp/go-build1671390451/b042/_pkg_.a
2025-08-20T22:45:51.0420831Z [00:02:05.104]➜  packagefile crypto/elliptic=/tmp/go-build1671390451/b110/_pkg_.a
2025-08-20T22:45:51.0421298Z [00:02:05.104]➜  packagefile crypto/md5=/tmp/go-build1671390451/b099/_pkg_.a
2025-08-20T22:45:51.0422117Z [00:02:05.104]➜  packagefile crypto/rsa=/tmp/go-build1671390451/b134/_pkg_.a
2025-08-20T22:45:51.0422679Z [00:02:05.104]➜  packagefile crypto/sha1=/tmp/go-build1671390451/b136/_pkg_.a
2025-08-20T22:45:51.0423180Z [00:02:05.104]➜  packagefile crypto/sha256=/tmp/go-build1671390451/b137/_pkg_.a
2025-08-20T22:45:51.0423647Z [00:02:05.104]➜  packagefile crypto/sha512=/tmp/go-build1671390451/b116/_pkg_.a
2025-08-20T22:45:51.0424154Z [00:02:05.104]➜  packagefile crypto/x509/pkix=/tmp/go-build1671390451/b142/_pkg_.a
2025-08-20T22:45:51.0424629Z [00:02:05.104]➜  packagefile encoding/asn1=/tmp/go-build1671390451/b118/_pkg_.a
2025-08-20T22:45:51.0425092Z [00:02:05.104]➜  packagefile encoding/hex=/tmp/go-build1671390451/b143/_pkg_.a
2025-08-20T22:45:51.0425551Z [00:02:05.104]➜  packagefile encoding/pem=/tmp/go-build1671390451/b144/_pkg_.a
2025-08-20T22:45:51.0425986Z [00:02:05.104]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.0426404Z [00:02:05.104]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.0426932Z [00:02:05.104]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1671390451/b117/_pkg_.a
2025-08-20T22:45:51.0427589Z [00:02:05.104]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1671390451/b120/_pkg_.a
2025-08-20T22:45:51.0428162Z [00:02:05.104]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:51.0428900Z [00:02:05.104]➜  packagefile internal/goos=/tmp/go-build1671390451/b017/_pkg_.a
2025-08-20T22:45:51.0429333Z [00:02:05.104]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.0429993Z [00:02:05.104]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:51.0430411Z [00:02:05.104]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:51.0430821Z [00:02:05.104]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:51.0431229Z [00:02:05.104]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.0431659Z [00:02:05.104]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:51.0432097Z [00:02:05.104]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:51.0432521Z [00:02:05.104]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.0432940Z [00:02:05.104]➜  packagefile net/netip=/tmp/go-build1671390451/b151/_pkg_.a
2025-08-20T22:45:51.0433380Z [00:02:05.104]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:51.0433785Z [00:02:05.104]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.0434218Z [00:02:05.104]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:51.0434668Z [00:02:05.104]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:51.0435094Z [00:02:05.104]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:51.0435521Z [00:02:05.104]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.0435954Z [00:02:05.104]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.0436376Z [00:02:05.104]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.0436787Z [00:02:05.104]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.0437198Z [00:02:05.104]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:51.0437659Z [00:02:05.104]➜  packagefile unicode/utf16=/tmp/go-build1671390451/b119/_pkg_.a
2025-08-20T22:45:51.0438125Z [00:02:05.104]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.0438459Z [00:02:05.104]➜  EOF
2025-08-20T22:45:51.0457301Z [00:02:05.104]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b140=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid qSTOgGBl9gGR4A0PsHyP/qSTOgGBl9gGR4A0PsHyP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T22:45:51.0576488Z [00:02:05.120]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:45:51.0581801Z [00:02:05.121]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:45:51.0585323Z [00:02:05.121]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/44/44be069e98be1f06306591bbb23e36d41d3dec8848f1dff056dbdd9661807744-d # internal
2025-08-20T22:45:51.0601593Z [00:02:05.123]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/39/398625145b81e9018d23a3e5e5374c7b52d9c6b3111d46139c7818c7044b0dd1-d # internal
2025-08-20T22:45:51.0606529Z [00:02:05.124]➜  github.com/pires/go-proxyproto
2025-08-20T22:45:51.0613184Z [00:02:05.124]➜  mkdir -p $WORK/b159/
2025-08-20T22:45:51.0616178Z [00:02:05.124]➜  cat >/tmp/go-build1671390451/b159/importcfg << 'EOF' # internal
2025-08-20T22:45:51.0635058Z [00:02:05.124]➜  # import config
2025-08-20T22:45:51.0642036Z [00:02:05.124]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:51.0642524Z [00:02:05.124]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.0643331Z [00:02:05.124]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:51.0643788Z [00:02:05.124]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.0644203Z [00:02:05.124]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.0644606Z [00:02:05.124]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.0645011Z [00:02:05.124]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.0645426Z [00:02:05.124]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.0645851Z [00:02:05.124]➜  packagefile net/netip=/tmp/go-build1671390451/b151/_pkg_.a
2025-08-20T22:45:51.0646283Z [00:02:05.124]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.0646706Z [00:02:05.124]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.0647121Z [00:02:05.124]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.0647565Z [00:02:05.124]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.0647996Z [00:02:05.124]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.0648304Z [00:02:05.124]➜  EOF
2025-08-20T22:45:51.0675373Z [00:02:05.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1=>github.com/pires/go-proxyproto@v0.8.1;$WORK/b159=>" -p github.com/pires/go-proxyproto -lang=go1.24 -complete -installsuffix shared -buildid a64i3l9NgGyY2txPuoa8/a64i3l9NgGyY2txPuoa8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/addr_proto.go /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/header.go /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/policy.go /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/protocol.go /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/tlv.go /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/v1.go /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/v2.go /root/go/pkg/mod/github.com/pires/go-proxyproto@v0.8.1/version_cmd.go
2025-08-20T22:45:51.0678530Z [00:02:05.125]➜  github.com/google/uuid
2025-08-20T22:45:51.0678820Z [00:02:05.125]➜  mkdir -p $WORK/b170/
2025-08-20T22:45:51.0679230Z [00:02:05.127]➜  cat >/tmp/go-build1671390451/b170/importcfg << 'EOF' # internal
2025-08-20T22:45:51.0679788Z [00:02:05.127]➜  # import config
2025-08-20T22:45:51.0680516Z [00:02:05.127]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.0681066Z [00:02:05.127]➜  packagefile crypto/md5=/tmp/go-build1671390451/b099/_pkg_.a
2025-08-20T22:45:51.0681529Z [00:02:05.127]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:51.0681986Z [00:02:05.127]➜  packagefile crypto/sha1=/tmp/go-build1671390451/b136/_pkg_.a
2025-08-20T22:45:51.0682482Z [00:02:05.127]➜  packagefile database/sql/driver=/tmp/go-build1671390451/b171/_pkg_.a
2025-08-20T22:45:51.0682994Z [00:02:05.127]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:51.0683467Z [00:02:05.127]➜  packagefile encoding/hex=/tmp/go-build1671390451/b143/_pkg_.a
2025-08-20T22:45:51.0683935Z [00:02:05.127]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:51.0684408Z [00:02:05.127]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.0684822Z [00:02:05.127]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.0685233Z [00:02:05.127]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:51.0685632Z [00:02:05.127]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.0686026Z [00:02:05.127]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.0686426Z [00:02:05.127]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.0687079Z [00:02:05.127]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.0687497Z [00:02:05.127]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.0687902Z [00:02:05.127]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.0688205Z [00:02:05.127]➜  EOF
2025-08-20T22:45:51.0692821Z [00:02:05.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b170=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid 2cdeTTHojkg7xXwJ0A-3/2cdeTTHojkg7xXwJ0A-3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/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-20T22:45:51.1173974Z [00:02:05.180]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:45:51.1212868Z [00:02:05.184]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T22:45:51.1216314Z [00:02:05.185]➜  net/textproto
2025-08-20T22:45:51.1216611Z [00:02:05.185]➜  mkdir -p $WORK/b191/
2025-08-20T22:45:51.1230021Z [00:02:05.186]➜  cat >/tmp/go-build1671390451/b191/importcfg << 'EOF' # internal
2025-08-20T22:45:51.1230859Z [00:02:05.186]➜  # import config
2025-08-20T22:45:51.1231516Z [00:02:05.186]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:51.1232528Z [00:02:05.186]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.1233003Z [00:02:05.186]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.1233425Z [00:02:05.186]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.1234237Z [00:02:05.186]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.1234711Z [00:02:05.186]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.1235119Z [00:02:05.186]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.1235536Z [00:02:05.186]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.1235965Z [00:02:05.186]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.1236623Z [00:02:05.186]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.1236931Z [00:02:05.186]➜  EOF
2025-08-20T22:45:51.1238992Z [00:02:05.186]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b191=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid FK-jgL36wsFanfd9QIV_/FK-jgL36wsFanfd9QIV_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T22:45:51.1556799Z [00:02:05.217]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:45:51.1558406Z [00:02:05.219]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/20/20f105377e7d8c7e7ca7ff7bac12ff087743f554262420be4cd097a640bf49ad-d # internal
2025-08-20T22:45:51.1559105Z [00:02:05.219]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:45:51.1559922Z [00:02:05.219]➜  mkdir -p $WORK/b192/
2025-08-20T22:45:51.1565287Z [00:02:05.220]➜  cat >/tmp/go-build1671390451/b192/importcfg << 'EOF' # internal
2025-08-20T22:45:51.1566880Z [00:02:05.220]➜  # import config
2025-08-20T22:45:51.1567712Z [00:02:05.220]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:45:51.1568618Z [00:02:05.220]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.1569084Z [00:02:05.220]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.1569769Z [00:02:05.220]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1671390451/b186/_pkg_.a
2025-08-20T22:45:51.1570318Z [00:02:05.220]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.1570742Z [00:02:05.220]➜  packagefile net/netip=/tmp/go-build1671390451/b151/_pkg_.a
2025-08-20T22:45:51.1571175Z [00:02:05.220]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:51.1571600Z [00:02:05.220]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.1572015Z [00:02:05.220]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.1572463Z [00:02:05.220]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.1572797Z [00:02:05.220]➜  EOF
2025-08-20T22:45:51.1575041Z [00:02:05.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b192=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid LUpc39805AYj7LUGxHvX/LUpc39805AYj7LUGxHvX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T22:45:51.1790626Z [00:02:05.242]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:45:51.1856736Z [00:02:05.249]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/e1/e1eeea721bceb71b500b10f114a5df2e564be3083d65d39363bb707fbd32d5d7-d # internal
2025-08-20T22:45:51.1864057Z [00:02:05.249]➜  google.golang.org/grpc/grpclog
2025-08-20T22:45:51.1864577Z [00:02:05.249]➜  mkdir -p $WORK/b207/
2025-08-20T22:45:51.1865070Z [00:02:05.249]➜  cat >/tmp/go-build1671390451/b207/importcfg << 'EOF' # internal
2025-08-20T22:45:51.1865543Z [00:02:05.249]➜  # import config
2025-08-20T22:45:51.1865999Z [00:02:05.249]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.1866704Z [00:02:05.249]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build1671390451/b208/_pkg_.a
2025-08-20T22:45:51.1867353Z [00:02:05.249]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.1867890Z [00:02:05.249]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.1868451Z [00:02:05.249]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.1868972Z [00:02:05.249]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.1870081Z [00:02:05.249]➜  EOF
2025-08-20T22:45:51.1872751Z [00:02:05.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog=>google.golang.org/grpc@v1.75.0/grpclog;$WORK/b207=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid U5anZuJcoIoVzOpe1cXb/U5anZuJcoIoVzOpe1cXb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/grpclog/loggerv2.go
2025-08-20T22:45:51.1913313Z [00:02:05.254]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:45:51.1923694Z [00:02:05.255]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/a5/a507007dca20058956456347c9adc8a594e6f2799d73e29adfb2345618f57d46-d # internal
2025-08-20T22:45:51.1924328Z [00:02:05.255]➜  hash/fnv
2025-08-20T22:45:51.1924580Z [00:02:05.255]➜  mkdir -p $WORK/b217/
2025-08-20T22:45:51.1930279Z [00:02:05.256]➜  cat >/tmp/go-build1671390451/b217/importcfg << 'EOF' # internal
2025-08-20T22:45:51.1930698Z [00:02:05.256]➜  # import config
2025-08-20T22:45:51.1932570Z [00:02:05.256]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.1933006Z [00:02:05.256]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:51.1933495Z [00:02:05.256]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:51.1933976Z [00:02:05.256]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:51.1934305Z [00:02:05.256]➜  EOF
2025-08-20T22:45:51.1935653Z [00:02:05.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b217=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T22:45:51.1954897Z [00:02:05.258]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:45:51.1964156Z [00:02:05.259]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/88/8842e1ef47818e5e97f4182d0fd775fccdd355f1b755d20ee0d388ecdb3f0856-d # internal
2025-08-20T22:45:51.1964802Z [00:02:05.259]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:45:51.1965109Z [00:02:05.259]➜  mkdir -p $WORK/b185/
2025-08-20T22:45:51.1968675Z [00:02:05.260]➜  cat >/tmp/go-build1671390451/b185/importcfg << 'EOF' # internal
2025-08-20T22:45:51.1970002Z [00:02:05.260]➜  # import config
2025-08-20T22:45:51.1970391Z [00:02:05.260]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:45:51.1970922Z [00:02:05.260]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1671390451/b186/_pkg_.a
2025-08-20T22:45:51.1971430Z [00:02:05.260]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.1971874Z [00:02:05.260]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:51.1972323Z [00:02:05.260]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.1972771Z [00:02:05.260]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.1973106Z [00:02:05.260]➜  EOF
2025-08-20T22:45:51.1975193Z [00:02:05.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b185=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid W5c8hRadKM95crNBDWmr/W5c8hRadKM95crNBDWmr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T22:45:51.2186930Z [00:02:05.282]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:45:51.2189041Z [00:02:05.282]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/73/73a36dcf4e5ae86f9e90a44ca75a6673e351288977d9ed177d9159055c114cd9-d # internal
2025-08-20T22:45:51.2190813Z [00:02:05.282]➜  mime/multipart
2025-08-20T22:45:51.2191069Z [00:02:05.282]➜  mkdir -p $WORK/b195/
2025-08-20T22:45:51.2194763Z [00:02:05.282]➜  cat >/tmp/go-build1671390451/b195/importcfg << 'EOF' # internal
2025-08-20T22:45:51.2197059Z [00:02:05.283]➜  # import config
2025-08-20T22:45:51.2197447Z [00:02:05.283]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:51.2197873Z [00:02:05.283]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.2198330Z [00:02:05.283]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:51.2198799Z [00:02:05.283]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.2199213Z [00:02:05.283]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.2199809Z [00:02:05.283]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:51.2200255Z [00:02:05.283]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.2200664Z [00:02:05.283]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:51.2201070Z [00:02:05.283]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.2201477Z [00:02:05.283]➜  packagefile mime=/tmp/go-build1671390451/b194/_pkg_.a
2025-08-20T22:45:51.2201965Z [00:02:05.283]➜  packagefile mime/quotedprintable=/tmp/go-build1671390451/b196/_pkg_.a
2025-08-20T22:45:51.2202462Z [00:02:05.283]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:51.2202895Z [00:02:05.283]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.2203334Z [00:02:05.283]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:51.2203779Z [00:02:05.283]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:51.2204216Z [00:02:05.283]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.2204641Z [00:02:05.283]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.2204956Z [00:02:05.283]➜  EOF
2025-08-20T22:45:51.2207289Z [00:02:05.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b195=>" -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/b195/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T22:45:51.2360223Z [00:02:05.299]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:45:51.2397961Z [00:02:05.302]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T22:45:51.2398743Z [00:02:05.302]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T22:45:51.2399073Z [00:02:05.302]➜  mkdir -p $WORK/b216/
2025-08-20T22:45:51.2415958Z [00:02:05.304]➜  cat >/tmp/go-build1671390451/b216/importcfg << 'EOF' # internal
2025-08-20T22:45:51.2416407Z [00:02:05.304]➜  # import config
2025-08-20T22:45:51.2416785Z [00:02:05.304]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:51.2417281Z [00:02:05.304]➜  packagefile hash/fnv=/tmp/go-build1671390451/b217/_pkg_.a
2025-08-20T22:45:51.2417702Z [00:02:05.304]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.2418003Z [00:02:05.304]➜  EOF
2025-08-20T22:45:51.2420158Z [00:02:05.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand=>google.golang.org/protobuf@v1.36.7/internal/detrand;$WORK/b216=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.22 -complete -installsuffix shared -buildid eVooWtq6QmLrdflUHLY3/eVooWtq6QmLrdflUHLY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/detrand/rand.go
2025-08-20T22:45:51.2480104Z [00:02:05.311]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:45:51.2492203Z [00:02:05.312]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/97/9769cd4a695a8a4798ebf5bdd97618108673a1a2e65f058facbd50e84d19c736-d # internal
2025-08-20T22:45:51.2495001Z [00:02:05.312]➜  google.golang.org/grpc/connectivity
2025-08-20T22:45:51.2495316Z [00:02:05.312]➜  mkdir -p $WORK/b206/
2025-08-20T22:45:51.2508474Z [00:02:05.314]➜  cat >/tmp/go-build1671390451/b206/importcfg << 'EOF' # internal
2025-08-20T22:45:51.2508873Z [00:02:05.314]➜  # import config
2025-08-20T22:45:51.2509308Z [00:02:05.314]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:51.2509962Z [00:02:05.314]➜  EOF
2025-08-20T22:45:51.2511880Z [00:02:05.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/connectivity=>google.golang.org/grpc@v1.75.0/connectivity;$WORK/b206=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid H3f0cnG_0ad-KdMBPAgm/H3f0cnG_0ad-KdMBPAgm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/connectivity/connectivity.go
2025-08-20T22:45:51.2659526Z [00:02:05.329]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:45:51.2660326Z [00:02:05.329]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/68/6812b7c144278ed27a5025832ae6cd429f4056adcabce5697bb08a325dd8d263-d # internal
2025-08-20T22:45:51.2661237Z [00:02:05.329]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T22:45:51.2661570Z [00:02:05.329]➜  mkdir -p $WORK/b220/
2025-08-20T22:45:51.2661994Z [00:02:05.329]➜  cat >/tmp/go-build1671390451/b220/importcfg << 'EOF' # internal
2025-08-20T22:45:51.2662340Z [00:02:05.329]➜  # import config
2025-08-20T22:45:51.2662682Z [00:02:05.329]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.2662993Z [00:02:05.329]➜  EOF
2025-08-20T22:45:51.2665424Z [00:02:05.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma=>google.golang.org/protobuf@v1.36.7/internal/pragma;$WORK/b220=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.22 -complete -installsuffix shared -buildid 8BfX8Rw50mWat9IOUqHh/8BfX8Rw50mWat9IOUqHh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/pragma/pragma.go
2025-08-20T22:45:51.2674838Z [00:02:05.330]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:45:51.2681876Z [00:02:05.331]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/b8/b8ed00dc9e89fa202a5c3582c49a178f2645e30d1948664ed03e713a9c6a966a-d # internal
2025-08-20T22:45:51.2683803Z [00:02:05.331]➜  google.golang.org/protobuf/internal/errors
2025-08-20T22:45:51.2696185Z [00:02:05.333]➜  mkdir -p $WORK/b215/
2025-08-20T22:45:51.2700190Z [00:02:05.333]➜  cat >/tmp/go-build1671390451/b215/importcfg << 'EOF' # internal
2025-08-20T22:45:51.2700912Z [00:02:05.333]➜  # import config
2025-08-20T22:45:51.2701570Z [00:02:05.333]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.2702319Z [00:02:05.333]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.2703496Z [00:02:05.333]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1671390451/b216/_pkg_.a
2025-08-20T22:45:51.2703945Z [00:02:05.333]➜  EOF
2025-08-20T22:45:51.2716443Z [00:02:05.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors=>google.golang.org/protobuf@v1.36.7/internal/errors;$WORK/b215=>" -p google.golang.org/protobuf/internal/errors -lang=go1.22 -complete -installsuffix shared -buildid 6jxQCL5IQnUlzAvtQ4Di/6jxQCL5IQnUlzAvtQ4Di -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/errors/errors.go
2025-08-20T22:45:51.3020039Z [00:02:05.365]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:45:51.3022127Z [00:02:05.365]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/5f/5f4c630ec6799e0e8ef4769e7db879bd2490348653fe0274f6d30d5f2801dc76-d # internal
2025-08-20T22:45:51.3023656Z [00:02:05.365]➜  go/token
2025-08-20T22:45:51.3024219Z [00:02:05.365]➜  mkdir -p $WORK/b225/
2025-08-20T22:45:51.3028672Z [00:02:05.366]➜  cat >/tmp/go-build1671390451/b225/importcfg << 'EOF' # internal
2025-08-20T22:45:51.3029040Z [00:02:05.366]➜  # import config
2025-08-20T22:45:51.3029375Z [00:02:05.366]➜  packagefile cmp=/tmp/go-build1671390451/b071/_pkg_.a
2025-08-20T22:45:51.3029953Z [00:02:05.366]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.3030374Z [00:02:05.366]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:51.3030790Z [00:02:05.366]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:51.3031212Z [00:02:05.366]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.3031634Z [00:02:05.366]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.3032083Z [00:02:05.366]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.3032527Z [00:02:05.366]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:51.3032977Z [00:02:05.366]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.3033312Z [00:02:05.366]➜  EOF
2025-08-20T22:45:51.3035045Z [00:02:05.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b225=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/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-20T22:45:51.3076646Z [00:02:05.370]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:45:51.3083428Z [00:02:05.371]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/40/409ffe5e1e25f317e3a819a78b8facf2a1fa98feabad7fb076ead18302525dc6-d # internal
2025-08-20T22:45:51.3086574Z [00:02:05.371]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T22:45:51.3086931Z [00:02:05.371]➜  mkdir -p $WORK/b214/
2025-08-20T22:45:51.3087306Z [00:02:05.371]➜  cat >/tmp/go-build1671390451/b214/importcfg << 'EOF' # internal
2025-08-20T22:45:51.3087661Z [00:02:05.371]➜  # import config
2025-08-20T22:45:51.3088137Z [00:02:05.371]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.3088688Z [00:02:05.371]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.3089097Z [00:02:05.371]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.3089648Z [00:02:05.371]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:51.3090020Z [00:02:05.371]➜  EOF
2025-08-20T22:45:51.3092092Z [00:02:05.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire=>google.golang.org/protobuf@v1.36.7/encoding/protowire;$WORK/b214=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.22 -complete -installsuffix shared -buildid fM9Uj3bShZOKYVm5IUf1/fM9Uj3bShZOKYVm5IUf1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protowire/wire.go
2025-08-20T22:45:51.3252770Z [00:02:05.388]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:45:51.3268423Z [00:02:05.390]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T22:45:51.3293642Z [00:02:05.392]➜  google.golang.org/grpc/internal
2025-08-20T22:45:51.3294720Z [00:02:05.392]➜  mkdir -p $WORK/b228/
2025-08-20T22:45:51.3295488Z [00:02:05.392]➜  cat >/tmp/go-build1671390451/b228/importcfg << 'EOF' # internal
2025-08-20T22:45:51.3296058Z [00:02:05.392]➜  # import config
2025-08-20T22:45:51.3297253Z [00:02:05.392]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:51.3298076Z [00:02:05.392]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1671390451/b162/_pkg_.a
2025-08-20T22:45:51.3299605Z [00:02:05.392]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:51.3300302Z [00:02:05.392]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:51.3300837Z [00:02:05.392]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.3301264Z [00:02:05.392]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:51.3301681Z [00:02:05.392]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.3301988Z [00:02:05.392]➜  EOF
2025-08-20T22:45:51.3304382Z [00:02:05.393]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal=>google.golang.org/grpc@v1.75.0/internal;$WORK/b228=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid bpWDaHzIO-y3dU8vNXG-/bpWDaHzIO-y3dU8vNXG- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/tcp_keepalive_unix.go
2025-08-20T22:45:51.3486722Z [00:02:05.411]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:45:51.3494751Z [00:02:05.412]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/a5/a521f6a39eea32f72c70d35a69415e4cca0afd1dd8a3b26558a312adc2b84487-d # internal
2025-08-20T22:45:51.3495402Z [00:02:05.412]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T22:45:51.3503046Z [00:02:05.413]➜  mkdir -p $WORK/b219/
2025-08-20T22:45:51.3505640Z [00:02:05.414]➜  cat >/tmp/go-build1671390451/b219/importcfg << 'EOF' # internal
2025-08-20T22:45:51.3506974Z [00:02:05.414]➜  # import config
2025-08-20T22:45:51.3507424Z [00:02:05.414]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.3507848Z [00:02:05.414]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.3508438Z [00:02:05.414]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:51.3509131Z [00:02:05.414]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:51.3510002Z [00:02:05.414]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.3510432Z [00:02:05.414]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:51.3510864Z [00:02:05.414]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.3511290Z [00:02:05.414]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.3511605Z [00:02:05.414]➜  EOF
2025-08-20T22:45:51.3516431Z [00:02:05.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect=>google.golang.org/protobuf@v1.36.7/reflect/protoreflect;$WORK/b219=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.22 -complete -installsuffix shared -buildid usoUgqQF1DPlP-1o8rB5/usoUgqQF1DPlP-1o8rB5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoreflect/value_unsafe.go
2025-08-20T22:45:51.3856369Z [00:02:05.448]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T22:45:51.3862555Z [00:02:05.449]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/27/270bb98b615adbe2c413214c201182e6cb2a2ff58d1ce7eed9857f16d72422e2-d # internal
2025-08-20T22:45:51.3898762Z [00:02:05.453]➜  google.golang.org/grpc/metadata
2025-08-20T22:45:51.3899206Z [00:02:05.453]➜  mkdir -p $WORK/b232/
2025-08-20T22:45:51.3900820Z [00:02:05.453]➜  cat >/tmp/go-build1671390451/b232/importcfg << 'EOF' # internal
2025-08-20T22:45:51.3901341Z [00:02:05.453]➜  # import config
2025-08-20T22:45:51.3901697Z [00:02:05.453]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:51.3902120Z [00:02:05.453]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.3902657Z [00:02:05.453]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:51.3903172Z [00:02:05.453]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.3903490Z [00:02:05.453]➜  EOF
2025-08-20T22:45:51.3905296Z [00:02:05.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/metadata=>google.golang.org/grpc@v1.75.0/metadata;$WORK/b232=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid S6a-Qi1QBBwgO8ZGGo59/S6a-Qi1QBBwgO8ZGGo59 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/metadata/metadata.go
2025-08-20T22:45:51.4312412Z [00:02:05.494]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T22:45:51.4322932Z [00:02:05.495]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/10/10d24fb32d6e78108a87769601ac20850a859ec34c167400380965d0c37e73d8-d # internal
2025-08-20T22:45:51.4395277Z [00:02:05.502]➜  google.golang.org/grpc/stats
2025-08-20T22:45:51.4395706Z [00:02:05.502]➜  mkdir -p $WORK/b231/
2025-08-20T22:45:51.4403853Z [00:02:05.503]➜  cat >/tmp/go-build1671390451/b231/importcfg << 'EOF' # internal
2025-08-20T22:45:51.4407399Z [00:02:05.503]➜  # import config
2025-08-20T22:45:51.4409828Z [00:02:05.503]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:51.4410406Z [00:02:05.503]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:51.4410907Z [00:02:05.503]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:51.4411319Z [00:02:05.503]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.4411727Z [00:02:05.503]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.4412032Z [00:02:05.503]➜  EOF
2025-08-20T22:45:51.4414280Z [00:02:05.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/stats=>google.golang.org/grpc@v1.75.0/stats;$WORK/b231=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid dq9-New1bwAsvF2uvE7V/dq9-New1bwAsvF2uvE7V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/stats/metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/stats/stats.go
2025-08-20T22:45:51.4423527Z [00:02:05.505]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:45:51.4457482Z [00:02:05.509]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T22:45:51.4473547Z [00:02:05.510]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T22:45:51.4474981Z [00:02:05.510]➜  mkdir -p $WORK/b236/
2025-08-20T22:45:51.4484849Z [00:02:05.511]➜  cat >/tmp/go-build1671390451/b236/importcfg << 'EOF' # internal
2025-08-20T22:45:51.4485347Z [00:02:05.511]➜  # import config
2025-08-20T22:45:51.4485718Z [00:02:05.511]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:51.4486161Z [00:02:05.511]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.4486472Z [00:02:05.511]➜  EOF
2025-08-20T22:45:51.4488616Z [00:02:05.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/pickfirst/internal=>google.golang.org/grpc@v1.75.0/balancer/pickfirst/internal;$WORK/b236=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid Nd6WicDmo9mkGkgiXVjQ/Nd6WicDmo9mkGkgiXVjQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/pickfirst/internal/internal.go
2025-08-20T22:45:51.4815214Z [00:02:05.544]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T22:45:51.4816996Z [00:02:05.545]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/bc/bc11a503c06def6a1d8d6c0f5287f9c306e2095a1947ca9b3b043833dae7b653-d # internal
2025-08-20T22:45:51.4821638Z [00:02:05.545]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T22:45:51.4822039Z [00:02:05.545]➜  mkdir -p $WORK/b238/
2025-08-20T22:45:51.4824133Z [00:02:05.545]➜  cat >/tmp/go-build1671390451/b238/importcfg << 'EOF' # internal
2025-08-20T22:45:51.4825139Z [00:02:05.545]➜  # import config
2025-08-20T22:45:51.4825476Z [00:02:05.545]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.4825985Z [00:02:05.545]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:51.4826377Z [00:02:05.545]➜  EOF
2025-08-20T22:45:51.4828709Z [00:02:05.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpclog=>google.golang.org/grpc@v1.75.0/internal/grpclog;$WORK/b238=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid NqQO8ZjHfZMoDtkqhHHK/NqQO8ZjHfZMoDtkqhHHK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpclog/prefix_logger.go
2025-08-20T22:45:51.4894901Z [00:02:05.552]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T22:45:51.4898945Z [00:02:05.552]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/5d/5d6655f4790c730c54fd5594c83861ea374566ff717d6423c61b355fe04ea0fd-d # internal
2025-08-20T22:45:51.4899752Z [00:02:05.552]➜  google.golang.org/grpc/experimental/stats
2025-08-20T22:45:51.4900098Z [00:02:05.552]➜  mkdir -p $WORK/b230/
2025-08-20T22:45:51.4907043Z [00:02:05.554]➜  cat >/tmp/go-build1671390451/b230/importcfg << 'EOF' # internal
2025-08-20T22:45:51.4908025Z [00:02:05.554]➜  # import config
2025-08-20T22:45:51.4908955Z [00:02:05.554]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:51.4911364Z [00:02:05.554]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:51.4912321Z [00:02:05.554]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1671390451/b231/_pkg_.a
2025-08-20T22:45:51.4913049Z [00:02:05.554]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:51.4913731Z [00:02:05.554]➜  EOF
2025-08-20T22:45:51.4971423Z [00:02:05.560]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T22:45:51.4979758Z [00:02:05.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/experimental/stats=>google.golang.org/grpc@v1.75.0/experimental/stats;$WORK/b230=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid 45ds814qlBk8ypXoV2Rb/45ds814qlBk8ypXoV2Rb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/experimental/stats/metricregistry.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/experimental/stats/metrics.go
2025-08-20T22:45:51.4982260Z [00:02:05.561]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/89/89f4e854bcdb155b370efc980b157253380989fb1e888600307f1675a9fda8cc-d # internal
2025-08-20T22:45:51.4982791Z [00:02:05.561]➜  embed
2025-08-20T22:45:51.4983022Z [00:02:05.561]➜  mkdir -p $WORK/b246/
2025-08-20T22:45:51.4983399Z [00:02:05.561]➜  cat >/tmp/go-build1671390451/b246/importcfg << 'EOF' # internal
2025-08-20T22:45:51.4983759Z [00:02:05.561]➜  # import config
2025-08-20T22:45:51.4984099Z [00:02:05.561]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.4984559Z [00:02:05.561]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:51.4985074Z [00:02:05.561]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:51.4985532Z [00:02:05.561]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.4985949Z [00:02:05.561]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:51.4986361Z [00:02:05.561]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.4986660Z [00:02:05.561]➜  EOF
2025-08-20T22:45:51.4987945Z [00:02:05.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b246=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T22:45:51.5327347Z [00:02:05.595]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:45:51.5356769Z [00:02:05.598]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T22:45:51.5365119Z [00:02:05.599]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T22:45:51.5367546Z [00:02:05.599]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T22:45:51.5368265Z [00:02:05.599]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T22:45:51.5368614Z [00:02:05.599]➜  mkdir -p $WORK/b245/
2025-08-20T22:45:51.5368984Z [00:02:05.599]➜  cat >/tmp/go-build1671390451/b245/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5369333Z [00:02:05.599]➜  # import config
2025-08-20T22:45:51.5369904Z [00:02:05.599]➜  packagefile embed=/tmp/go-build1671390451/b246/_pkg_.a
2025-08-20T22:45:51.5370253Z [00:02:05.599]➜  EOF
2025-08-20T22:45:51.5370574Z [00:02:05.599]➜  cat >/tmp/go-build1671390451/b245/embedcfg << 'EOF' # internal
2025-08-20T22:45:51.5370897Z [00:02:05.599]➜  {
2025-08-20T22:45:51.5371103Z [00:02:05.599]➜  	"Patterns": {
2025-08-20T22:45:51.5371368Z [00:02:05.599]➜  		"editions_defaults.binpb": [
2025-08-20T22:45:51.5371670Z [00:02:05.599]➜  			"editions_defaults.binpb"
2025-08-20T22:45:51.5371924Z [00:02:05.599]➜  		]
2025-08-20T22:45:51.5372119Z [00:02:05.599]➜  	},
2025-08-20T22:45:51.5372332Z [00:02:05.599]➜  	"Files": {
2025-08-20T22:45:51.5372946Z [00:02:05.599]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T22:45:51.5377068Z [00:02:05.599]➜  	}
2025-08-20T22:45:51.5377281Z [00:02:05.599]➜  }EOF
2025-08-20T22:45:51.5380605Z [00:02:05.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults=>google.golang.org/protobuf@v1.36.7/internal/editiondefaults;$WORK/b245=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.22 -complete -installsuffix shared -buildid w4Dtj_FUtxdY6cKyGIAC/w4Dtj_FUtxdY6cKyGIAC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -embedcfg $WORK/b245/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/editiondefaults/defaults.go
2025-08-20T22:45:51.5391725Z [00:02:05.601]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/a0/a05b7a48217b5ce36bcac8b31bae59605b4b6e184d6a1736b86a8b2acbe4ea04-d # internal
2025-08-20T22:45:51.5395991Z [00:02:05.601]➜  google.golang.org/protobuf/internal/version
2025-08-20T22:45:51.5396326Z [00:02:05.602]➜  mkdir -p $WORK/b257/
2025-08-20T22:45:51.5396703Z [00:02:05.602]➜  cat >/tmp/go-build1671390451/b257/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5397050Z [00:02:05.602]➜  # import config
2025-08-20T22:45:51.5397401Z [00:02:05.602]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.5397816Z [00:02:05.602]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.5398133Z [00:02:05.602]➜  EOF
2025-08-20T22:45:51.5400285Z [00:02:05.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version=>google.golang.org/protobuf@v1.36.7/internal/version;$WORK/b257=>" -p google.golang.org/protobuf/internal/version -lang=go1.22 -complete -installsuffix shared -buildid o9ii1dbN02Dnsxiy806l/o9ii1dbN02Dnsxiy806l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/version/version.go
2025-08-20T22:45:51.5429618Z [00:02:05.606]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/c6/c610fbb9272ed5f30efee134ae3ab660f6eb300426f481be48f2a509b008d9c3-d # internal
2025-08-20T22:45:51.5466315Z [00:02:05.609]➜  crypto/tls
2025-08-20T22:45:51.5467790Z [00:02:05.610]➜  mkdir -p $WORK/b100/
2025-08-20T22:45:51.5474229Z [00:02:05.610]➜  cat >/tmp/go-build1671390451/b100/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5474683Z [00:02:05.610]➜  # import config
2025-08-20T22:45:51.5475173Z [00:02:05.610]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:45:51.5475821Z [00:02:05.610]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:45:51.5476325Z [00:02:05.610]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.5477143Z [00:02:05.610]➜  packagefile container/list=/tmp/go-build1671390451/b101/_pkg_.a
2025-08-20T22:45:51.5477706Z [00:02:05.610]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:51.5478136Z [00:02:05.610]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:51.5478574Z [00:02:05.610]➜  packagefile crypto/aes=/tmp/go-build1671390451/b103/_pkg_.a
2025-08-20T22:45:51.5479054Z [00:02:05.610]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:51.5500491Z [00:02:05.610]➜  packagefile crypto/des=/tmp/go-build1671390451/b104/_pkg_.a
2025-08-20T22:45:51.5501136Z [00:02:05.610]➜  packagefile crypto/ecdh=/tmp/go-build1671390451/b105/_pkg_.a
2025-08-20T22:45:51.5501619Z [00:02:05.610]➜  packagefile crypto/ecdsa=/tmp/go-build1671390451/b109/_pkg_.a
2025-08-20T22:45:51.5502092Z [00:02:05.610]➜  packagefile crypto/ed25519=/tmp/go-build1671390451/b042/_pkg_.a
2025-08-20T22:45:51.5502587Z [00:02:05.610]➜  packagefile crypto/elliptic=/tmp/go-build1671390451/b110/_pkg_.a
2025-08-20T22:45:51.5503062Z [00:02:05.610]➜  packagefile crypto/hkdf=/tmp/go-build1671390451/b121/_pkg_.a
2025-08-20T22:45:51.5503518Z [00:02:05.610]➜  packagefile crypto/hmac=/tmp/go-build1671390451/b123/_pkg_.a
2025-08-20T22:45:51.5504019Z [00:02:05.610]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:51.5504572Z [00:02:05.610]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1671390451/b080/_pkg_.a
2025-08-20T22:45:51.5505539Z [00:02:05.610]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1671390451/b091/_pkg_.a
2025-08-20T22:45:51.5506136Z [00:02:05.610]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1671390451/b124/_pkg_.a
2025-08-20T22:45:51.5506716Z [00:02:05.610]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1671390451/b125/_pkg_.a
2025-08-20T22:45:51.5507294Z [00:02:05.610]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1671390451/b126/_pkg_.a
2025-08-20T22:45:51.5507846Z [00:02:05.610]➜  packagefile crypto/internal/hpke=/tmp/go-build1671390451/b127/_pkg_.a
2025-08-20T22:45:51.5508331Z [00:02:05.610]➜  packagefile crypto/md5=/tmp/go-build1671390451/b099/_pkg_.a
2025-08-20T22:45:51.5508780Z [00:02:05.610]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:51.5509230Z [00:02:05.610]➜  packagefile crypto/rc4=/tmp/go-build1671390451/b133/_pkg_.a
2025-08-20T22:45:51.5509898Z [00:02:05.610]➜  packagefile crypto/rsa=/tmp/go-build1671390451/b134/_pkg_.a
2025-08-20T22:45:51.5510355Z [00:02:05.610]➜  packagefile crypto/sha1=/tmp/go-build1671390451/b136/_pkg_.a
2025-08-20T22:45:51.5510817Z [00:02:05.610]➜  packagefile crypto/sha256=/tmp/go-build1671390451/b137/_pkg_.a
2025-08-20T22:45:51.5511275Z [00:02:05.610]➜  packagefile crypto/sha512=/tmp/go-build1671390451/b116/_pkg_.a
2025-08-20T22:45:51.5511741Z [00:02:05.610]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:51.5512285Z [00:02:05.610]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1671390451/b138/_pkg_.a
2025-08-20T22:45:51.5512807Z [00:02:05.610]➜  packagefile crypto/x509=/tmp/go-build1671390451/b140/_pkg_.a
2025-08-20T22:45:51.5513267Z [00:02:05.610]➜  packagefile encoding/pem=/tmp/go-build1671390451/b144/_pkg_.a
2025-08-20T22:45:51.5513707Z [00:02:05.610]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.5514123Z [00:02:05.610]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.5514688Z [00:02:05.610]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1671390451/b128/_pkg_.a
2025-08-20T22:45:51.5515350Z [00:02:05.610]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1671390451/b117/_pkg_.a
2025-08-20T22:45:51.5515866Z [00:02:05.610]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:51.5516322Z [00:02:05.610]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:51.5517065Z [00:02:05.610]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:51.5517633Z [00:02:05.610]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:51.5518083Z [00:02:05.610]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.5518482Z [00:02:05.610]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:51.5518876Z [00:02:05.610]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.5519299Z [00:02:05.610]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:51.5519954Z [00:02:05.610]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:51.5520371Z [00:02:05.610]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:51.5520787Z [00:02:05.610]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.5521214Z [00:02:05.610]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.5521636Z [00:02:05.610]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.5522064Z [00:02:05.610]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.5522495Z [00:02:05.610]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.5522899Z [00:02:05.610]➜  packagefile weak=/tmp/go-build1671390451/b086/_pkg_.a
2025-08-20T22:45:51.5523203Z [00:02:05.610]➜  EOF
2025-08-20T22:45:51.5527471Z [00:02:05.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b100=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid qINHuQZYCW-04nQ1B8Ry/qINHuQZYCW-04nQ1B8Ry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T22:45:51.5531840Z [00:02:05.611]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T22:45:51.5532510Z [00:02:05.611]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/f6/f6a0ec801a3a7153515016aa0eab3177ab94021437b3b53cfb297efa6ddf32cd-d # internal
2025-08-20T22:45:51.5533081Z [00:02:05.611]➜  google.golang.org/grpc/codes
2025-08-20T22:45:51.5533372Z [00:02:05.611]➜  mkdir -p $WORK/b260/
2025-08-20T22:45:51.5533743Z [00:02:05.611]➜  cat >/tmp/go-build1671390451/b260/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5534086Z [00:02:05.611]➜  # import config
2025-08-20T22:45:51.5534415Z [00:02:05.611]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.5534918Z [00:02:05.611]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:51.5535420Z [00:02:05.611]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.5535747Z [00:02:05.611]➜  EOF
2025-08-20T22:45:51.5537921Z [00:02:05.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/codes=>google.golang.org/grpc@v1.75.0/codes;$WORK/b260=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid VkzhT5GZJ1RwY0BYRqHV/VkzhT5GZJ1RwY0BYRqHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/codes/codes.go
2025-08-20T22:45:51.5663147Z [00:02:05.629]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T22:45:51.5665708Z [00:02:05.629]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T22:45:51.5666476Z [00:02:05.629]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/be/be49443efb651feee9f120a42cdc9b7f778fe6af2e1c7cd4b4477af4a1c472a2-d # internal
2025-08-20T22:45:51.5667898Z [00:02:05.630]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/14/14e91ea3567d86b42c37dfee65efc33ab728664e69e56b564efba2339989b315-d # internal
2025-08-20T22:45:51.5678686Z [00:02:05.631]➜  google.golang.org/grpc/mem
2025-08-20T22:45:51.5679235Z [00:02:05.631]➜  mkdir -p $WORK/b264/
2025-08-20T22:45:51.5694424Z [00:02:05.632]➜  cat >/tmp/go-build1671390451/b264/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5694930Z [00:02:05.632]➜  # import config
2025-08-20T22:45:51.5695267Z [00:02:05.632]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.5695808Z [00:02:05.632]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:51.5696296Z [00:02:05.632]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.5696703Z [00:02:05.632]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:51.5697110Z [00:02:05.632]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.5697542Z [00:02:05.632]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.5698324Z [00:02:05.632]➜  EOF
2025-08-20T22:45:51.5700802Z [00:02:05.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/mem=>google.golang.org/grpc@v1.75.0/mem;$WORK/b264=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid 6kmPw-SlojhwdLpwueDZ/6kmPw-SlojhwdLpwueDZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/mem/buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/mem/buffer_slice.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/mem/buffers.go
2025-08-20T22:45:51.5702831Z [00:02:05.632]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T22:45:51.5703140Z [00:02:05.632]➜  mkdir -p $WORK/b263/
2025-08-20T22:45:51.5719189Z [00:02:05.634]➜  cat >/tmp/go-build1671390451/b263/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5725358Z [00:02:05.634]➜  # import config
2025-08-20T22:45:51.5725723Z [00:02:05.634]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:51.5726151Z [00:02:05.634]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.5726670Z [00:02:05.634]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:51.5727174Z [00:02:05.634]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:51.5727601Z [00:02:05.634]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.5728048Z [00:02:05.634]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.5728466Z [00:02:05.634]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.5728773Z [00:02:05.634]➜  EOF
2025-08-20T22:45:51.5746365Z [00:02:05.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcutil=>google.golang.org/grpc@v1.75.0/internal/grpcutil;$WORK/b263=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid oD1NscZtI_zdBkGheBFx/oD1NscZtI_zdBkGheBFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcutil/regex.go
2025-08-20T22:45:51.5872753Z [00:02:05.650]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:45:51.5908858Z [00:02:05.654]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/d8/d8c5d75502844cedf8ad972457c61ef25c675731405bc55f7837fd575697efe4-d # internal
2025-08-20T22:45:51.5910073Z [00:02:05.654]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T22:45:51.5910594Z [00:02:05.654]➜  mkdir -p $WORK/b218/
2025-08-20T22:45:51.5911664Z [00:02:05.654]➜  cat >/tmp/go-build1671390451/b218/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5912935Z [00:02:05.654]➜  # import config
2025-08-20T22:45:51.5914346Z [00:02:05.654]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:51.5915085Z [00:02:05.654]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.5915790Z [00:02:05.654]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.5916346Z [00:02:05.654]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.5916654Z [00:02:05.654]➜  EOF
2025-08-20T22:45:51.5918890Z [00:02:05.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.7/internal/encoding/messageset;$WORK/b218=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.22 -complete -installsuffix shared -buildid qOmHkZd0E-ONFGfDLU_s/qOmHkZd0E-ONFGfDLU_s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/messageset/messageset.go
2025-08-20T22:45:51.5930007Z [00:02:05.656]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T22:45:51.5938461Z [00:02:05.657]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/36/36a31fe1c6e427e57fdb9de056a08fc944fc6c0c2a917b69b01878ef735c90a6-d # internal
2025-08-20T22:45:51.5944943Z [00:02:05.657]➜  google.golang.org/protobuf/internal/genid
2025-08-20T22:45:51.5970151Z [00:02:05.657]➜  mkdir -p $WORK/b222/
2025-08-20T22:45:51.5970719Z [00:02:05.658]➜  cat >/tmp/go-build1671390451/b222/importcfg << 'EOF' # internal
2025-08-20T22:45:51.5971109Z [00:02:05.658]➜  # import config
2025-08-20T22:45:51.5971622Z [00:02:05.658]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.5972081Z [00:02:05.658]➜  EOF
2025-08-20T22:45:51.5979229Z [00:02:05.658]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid=>google.golang.org/protobuf@v1.36.7/internal/genid;$WORK/b222=>" -p google.golang.org/protobuf/internal/genid -lang=go1.22 -complete -installsuffix shared -buildid _jPPAaue9lWfnIHWaJP5/_jPPAaue9lWfnIHWaJP5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/genid/wrappers_gen.go
2025-08-20T22:45:51.6204211Z [00:02:05.683]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T22:45:51.6218529Z [00:02:05.685]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/9c/9cb410aa2f8c48e3b885c628023d3cb42f592074d672323bd3096b89eddb313c-d # internal
2025-08-20T22:45:51.6221437Z [00:02:05.685]➜  google.golang.org/protobuf/internal/order
2025-08-20T22:45:51.6223268Z [00:02:05.685]➜  mkdir -p $WORK/b223/
2025-08-20T22:45:51.6231057Z [00:02:05.686]➜  cat >/tmp/go-build1671390451/b223/importcfg << 'EOF' # internal
2025-08-20T22:45:51.6231458Z [00:02:05.686]➜  # import config
2025-08-20T22:45:51.6231963Z [00:02:05.686]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.6232527Z [00:02:05.686]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:51.6232938Z [00:02:05.686]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.6233667Z [00:02:05.686]➜  EOF
2025-08-20T22:45:51.6235945Z [00:02:05.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order=>google.golang.org/protobuf@v1.36.7/internal/order;$WORK/b223=>" -p google.golang.org/protobuf/internal/order -lang=go1.22 -complete -installsuffix shared -buildid 46xq-qt0A8wTc4upE2ag/46xq-qt0A8wTc4upE2ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/order/range.go
2025-08-20T22:45:51.6253112Z [00:02:05.688]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:45:51.6259692Z [00:02:05.689]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/f1/f1b6a2f5605713590425a88582ca4d309f960a3fc6622194a21c6971d2b39ab6-d # internal
2025-08-20T22:45:51.6260384Z [00:02:05.689]➜  google.golang.org/protobuf/internal/strs
2025-08-20T22:45:51.6261239Z [00:02:05.689]➜  mkdir -p $WORK/b224/
2025-08-20T22:45:51.6283106Z [00:02:05.691]➜  cat >/tmp/go-build1671390451/b224/importcfg << 'EOF' # internal
2025-08-20T22:45:51.6285526Z [00:02:05.691]➜  # import config
2025-08-20T22:45:51.6287406Z [00:02:05.691]➜  packagefile go/token=/tmp/go-build1671390451/b225/_pkg_.a
2025-08-20T22:45:51.6288006Z [00:02:05.691]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:51.6288735Z [00:02:05.691]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.6289297Z [00:02:05.691]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.6290026Z [00:02:05.691]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:51.6290489Z [00:02:05.691]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.6290824Z [00:02:05.691]➜  EOF
2025-08-20T22:45:51.6293151Z [00:02:05.691]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs=>google.golang.org/protobuf@v1.36.7/internal/strs;$WORK/b224=>" -p google.golang.org/protobuf/internal/strs -lang=go1.22 -complete -installsuffix shared -buildid bt8P7eD7JNPlpby4EmUX/bt8P7eD7JNPlpby4EmUX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/strs/strings_unsafe.go
2025-08-20T22:45:51.6393209Z [00:02:05.701]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:45:51.6394026Z [00:02:05.702]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/85/85b133ba12b4221b742920198c85c632982e34cf9973f6c8871ed7f8c843f12d-d # internal
2025-08-20T22:45:51.6394657Z [00:02:05.702]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T22:45:51.6394996Z [00:02:05.702]➜  mkdir -p $WORK/b226/
2025-08-20T22:45:51.6395380Z [00:02:05.702]➜  cat >/tmp/go-build1671390451/b226/importcfg << 'EOF' # internal
2025-08-20T22:45:51.6395730Z [00:02:05.702]➜  # import config
2025-08-20T22:45:51.6396059Z [00:02:05.702]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.6396671Z [00:02:05.702]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1671390451/b218/_pkg_.a
2025-08-20T22:45:51.6397393Z [00:02:05.702]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.6398068Z [00:02:05.702]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:51.6398759Z [00:02:05.702]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.6399300Z [00:02:05.702]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:51.6400022Z [00:02:05.702]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.6400773Z [00:02:05.702]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.6401089Z [00:02:05.702]➜  EOF
2025-08-20T22:45:51.6403216Z [00:02:05.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry=>google.golang.org/protobuf@v1.36.7/reflect/protoregistry;$WORK/b226=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.22 -complete -installsuffix shared -buildid 60qbBjupcJXnbql4nxWL/60qbBjupcJXnbql4nxWL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/reflect/protoregistry/registry.go
2025-08-20T22:45:51.6620274Z [00:02:05.723]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:45:51.6623177Z [00:02:05.723]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:45:51.6624368Z [00:02:05.723]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/1b/1bb9a12320e84d5fa4980c8e650cddd344fd081880a131588554c928a5cb0286-d # internal
2025-08-20T22:45:51.6626290Z [00:02:05.723]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T22:45:51.6626641Z [00:02:05.723]➜  mkdir -p $WORK/b227/
2025-08-20T22:45:51.6628693Z [00:02:05.723]➜  cat >/tmp/go-build1671390451/b227/importcfg << 'EOF' # internal
2025-08-20T22:45:51.6629069Z [00:02:05.723]➜  # import config
2025-08-20T22:45:51.6629623Z [00:02:05.723]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:51.6630394Z [00:02:05.723]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.6630848Z [00:02:05.723]➜  EOF
2025-08-20T22:45:51.6631412Z [00:02:05.723]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/41/41d8faa1716e754fbdb464997f5c904e176c8a53636bffd2b2eae657237c6049-d # internal
2025-08-20T22:45:51.6634089Z [00:02:05.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface=>google.golang.org/protobuf@v1.36.7/runtime/protoiface;$WORK/b227=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.22 -complete -installsuffix shared -buildid qfj04wF0q5xlW5VVSSk0/qfj04wF0q5xlW5VVSSk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoiface/methods.go
2025-08-20T22:45:51.6636645Z [00:02:05.724]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T22:45:51.6637050Z [00:02:05.724]➜  mkdir -p $WORK/b241/
2025-08-20T22:45:51.6637418Z [00:02:05.724]➜  cat >/tmp/go-build1671390451/b241/importcfg << 'EOF' # internal
2025-08-20T22:45:51.6637764Z [00:02:05.724]➜  # import config
2025-08-20T22:45:51.6638094Z [00:02:05.724]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.6638502Z [00:02:05.724]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.6639060Z [00:02:05.724]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1671390451/b216/_pkg_.a
2025-08-20T22:45:51.6642205Z [00:02:05.724]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.6643058Z [00:02:05.724]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:51.6643741Z [00:02:05.724]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.6644390Z [00:02:05.724]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.6644947Z [00:02:05.724]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:51.6645539Z [00:02:05.724]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:51.6646012Z [00:02:05.724]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.6646624Z [00:02:05.724]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.6647537Z [00:02:05.724]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:51.6648147Z [00:02:05.724]➜  packagefile unicode/utf16=/tmp/go-build1671390451/b119/_pkg_.a
2025-08-20T22:45:51.6648756Z [00:02:05.724]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.6649140Z [00:02:05.724]➜  EOF
2025-08-20T22:45:51.6653269Z [00:02:05.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json=>google.golang.org/protobuf@v1.36.7/internal/encoding/json;$WORK/b241=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid 2oCSjxFGF0jlJdbFYBII/2oCSjxFGF0jlJdbFYBII -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/json/encode.go
2025-08-20T22:45:51.6764213Z [00:02:05.739]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:45:51.6787280Z [00:02:05.740]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/39/390be5c6ee3b393084bd845c932e1bc1a97446e5d0b920de72db9d5055acdcb7-d # internal
2025-08-20T22:45:51.6788114Z [00:02:05.740]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T22:45:51.6795389Z [00:02:05.740]➜  mkdir -p $WORK/b243/
2025-08-20T22:45:51.6795802Z [00:02:05.740]➜  cat >/tmp/go-build1671390451/b243/importcfg << 'EOF' # internal
2025-08-20T22:45:51.6796155Z [00:02:05.740]➜  # import config
2025-08-20T22:45:51.6796489Z [00:02:05.740]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.6797078Z [00:02:05.740]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1671390451/b216/_pkg_.a
2025-08-20T22:45:51.6797760Z [00:02:05.740]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:51.6798463Z [00:02:05.740]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.6799009Z [00:02:05.740]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.6799934Z [00:02:05.740]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:51.6800442Z [00:02:05.740]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.6800874Z [00:02:05.740]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.6801190Z [00:02:05.740]➜  EOF
2025-08-20T22:45:51.6803353Z [00:02:05.740]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt=>google.golang.org/protobuf@v1.36.7/internal/descfmt;$WORK/b243=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.22 -complete -installsuffix shared -buildid IGm6Kf3dVHsl0ewUmwNT/IGm6Kf3dVHsl0ewUmwNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descfmt/stringer.go
2025-08-20T22:45:51.7386746Z [00:02:05.801]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:45:51.7402718Z [00:02:05.803]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/b2/b2eb6b38e763f69fa5450a26400d42492590e29110cc3e9497d6b7cc0815a51a-d # internal
2025-08-20T22:45:51.7463087Z [00:02:05.809]➜  google.golang.org/protobuf/proto
2025-08-20T22:45:51.7463496Z [00:02:05.809]➜  mkdir -p $WORK/b213/
2025-08-20T22:45:51.7463886Z [00:02:05.809]➜  cat >/tmp/go-build1671390451/b213/importcfg << 'EOF' # internal
2025-08-20T22:45:51.7464238Z [00:02:05.809]➜  # import config
2025-08-20T22:45:51.7465009Z [00:02:05.809]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.7465432Z [00:02:05.809]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.7465999Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:51.7466759Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1671390451/b218/_pkg_.a
2025-08-20T22:45:51.7467495Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.7468164Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:51.7468822Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1671390451/b222/_pkg_.a
2025-08-20T22:45:51.7469643Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1671390451/b223/_pkg_.a
2025-08-20T22:45:51.7470387Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:51.7471053Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:51.7471740Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.7472476Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:51.7473395Z [00:02:05.809]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1671390451/b227/_pkg_.a
2025-08-20T22:45:51.7474013Z [00:02:05.809]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.7474437Z [00:02:05.809]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:51.7474881Z [00:02:05.809]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.7475225Z [00:02:05.809]➜  EOF
2025-08-20T22:45:51.7493176Z [00:02:05.812]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T22:45:51.7502154Z [00:02:05.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto=>google.golang.org/protobuf@v1.36.7/proto;$WORK/b213=>" -p google.golang.org/protobuf/proto -lang=go1.22 -complete -installsuffix shared -buildid LnqPPjZq3idhf0aQhnrU/LnqPPjZq3idhf0aQhnrU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/proto/wrappers.go
2025-08-20T22:45:51.7513454Z [00:02:05.813]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/19/1924bd5a8de3b96eb6b579edf447f198da5006240e571514696d285655e1ae4f-d # internal
2025-08-20T22:45:51.7514068Z [00:02:05.813]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T22:45:51.7514402Z [00:02:05.813]➜  mkdir -p $WORK/b244/
2025-08-20T22:45:51.7514853Z [00:02:05.814]➜  cat >/tmp/go-build1671390451/b244/importcfg << 'EOF' # internal
2025-08-20T22:45:51.7515246Z [00:02:05.814]➜  # import config
2025-08-20T22:45:51.7515743Z [00:02:05.814]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.7516197Z [00:02:05.814]➜  EOF
2025-08-20T22:45:51.7518232Z [00:02:05.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts=>google.golang.org/protobuf@v1.36.7/internal/descopts;$WORK/b244=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.22 -complete -installsuffix shared -buildid tbOgCewr3qbwnlOn8uVA/tbOgCewr3qbwnlOn8uVA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/descopts/options.go
2025-08-20T22:45:51.7621370Z [00:02:05.825]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T22:45:51.7630423Z [00:02:05.826]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/33/33639b63f91416bc5a8011e7cd7e06e7fdb3a2a3de7af579ce47868acb16def5-d # internal
2025-08-20T22:45:51.7631099Z [00:02:05.826]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T22:45:51.7631447Z [00:02:05.826]➜  mkdir -p $WORK/b248/
2025-08-20T22:45:51.7632646Z [00:02:05.826]➜  cat >/tmp/go-build1671390451/b248/importcfg << 'EOF' # internal
2025-08-20T22:45:51.7633019Z [00:02:05.826]➜  # import config
2025-08-20T22:45:51.7633873Z [00:02:05.826]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.7634368Z [00:02:05.826]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.7634938Z [00:02:05.826]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1671390451/b216/_pkg_.a
2025-08-20T22:45:51.7635619Z [00:02:05.826]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.7636308Z [00:02:05.826]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:51.7636976Z [00:02:05.826]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:51.7637491Z [00:02:05.826]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.7638120Z [00:02:05.826]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.7638639Z [00:02:05.826]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:51.7639073Z [00:02:05.826]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.7639621Z [00:02:05.826]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.7640079Z [00:02:05.826]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:51.7640526Z [00:02:05.826]➜  packagefile unicode/utf16=/tmp/go-build1671390451/b119/_pkg_.a
2025-08-20T22:45:51.7641319Z [00:02:05.826]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.7641648Z [00:02:05.826]➜  EOF
2025-08-20T22:45:51.7645473Z [00:02:05.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text=>google.golang.org/protobuf@v1.36.7/internal/encoding/text;$WORK/b248=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.22 -complete -installsuffix shared -buildid guIztGcJzxzPnjM0gvuq/guIztGcJzxzPnjM0gvuq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/text/encode.go
2025-08-20T22:45:51.7744747Z [00:02:05.835]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T22:45:51.7745483Z [00:02:05.836]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/cf/cfcdb58707ededc8eb5bb094e6a236d6abc64547205e332f328a2408b128a533-d # internal
2025-08-20T22:45:51.7746107Z [00:02:05.836]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T22:45:51.7746435Z [00:02:05.836]➜  mkdir -p $WORK/b256/
2025-08-20T22:45:51.7746837Z [00:02:05.836]➜  cat >/tmp/go-build1671390451/b256/importcfg << 'EOF' # internal
2025-08-20T22:45:51.7747180Z [00:02:05.836]➜  # import config
2025-08-20T22:45:51.7747516Z [00:02:05.836]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.7747931Z [00:02:05.836]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.7748495Z [00:02:05.836]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:51.7749208Z [00:02:05.836]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1671390451/b227/_pkg_.a
2025-08-20T22:45:51.7750011Z [00:02:05.836]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.7750418Z [00:02:05.836]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:51.7750851Z [00:02:05.836]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.7751184Z [00:02:05.836]➜  EOF
2025-08-20T22:45:51.7754588Z [00:02:05.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy=>google.golang.org/protobuf@v1.36.7/internal/protolazy;$WORK/b256=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.22 -complete -installsuffix shared -buildid _l8oQ584AlnULhjCMfXB/_l8oQ584AlnULhjCMfXB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/protolazy/pointer_unsafe.go
2025-08-20T22:45:51.8213950Z [00:02:05.883]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T22:45:51.8221900Z [00:02:05.884]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/d6/d6d02c4a67454d7fc5445d7da615a52fe76351431c694b06627aa910a50d1669-d # internal
2025-08-20T22:45:51.8222547Z [00:02:05.884]➜  google.golang.org/grpc/encoding
2025-08-20T22:45:51.8222859Z [00:02:05.884]➜  mkdir -p $WORK/b262/
2025-08-20T22:45:51.8223231Z [00:02:05.884]➜  cat >/tmp/go-build1671390451/b262/importcfg << 'EOF' # internal
2025-08-20T22:45:51.8223580Z [00:02:05.884]➜  # import config
2025-08-20T22:45:51.8224053Z [00:02:05.884]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1671390451/b263/_pkg_.a
2025-08-20T22:45:51.8225075Z [00:02:05.884]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1671390451/b264/_pkg_.a
2025-08-20T22:45:51.8225551Z [00:02:05.884]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.8225967Z [00:02:05.884]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.8226281Z [00:02:05.884]➜  EOF
2025-08-20T22:45:51.8228380Z [00:02:05.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/encoding=>google.golang.org/grpc@v1.75.0/encoding;$WORK/b262=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid _u0zO8P2xzPtkxT7a-Ev/_u0zO8P2xzPtkxT7a-Ev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/encoding/encoding.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/encoding/encoding_v2.go
2025-08-20T22:45:51.8410029Z [00:02:05.904]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T22:45:51.8417303Z [00:02:05.904]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/70/708fcc6185511215fb45f2c164611c83491464acf6f3f5942164ac0eb291d812-d # internal
2025-08-20T22:45:51.8417979Z [00:02:05.904]➜  google.golang.org/grpc/internal/backoff
2025-08-20T22:45:51.8418296Z [00:02:05.904]➜  mkdir -p $WORK/b266/
2025-08-20T22:45:51.8418671Z [00:02:05.905]➜  cat >/tmp/go-build1671390451/b266/importcfg << 'EOF' # internal
2025-08-20T22:45:51.8419018Z [00:02:05.905]➜  # import config
2025-08-20T22:45:51.8419386Z [00:02:05.905]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:51.8419949Z [00:02:05.905]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.8420458Z [00:02:05.905]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1671390451/b202/_pkg_.a
2025-08-20T22:45:51.8420979Z [00:02:05.905]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:51.8421415Z [00:02:05.905]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.8421736Z [00:02:05.905]➜  EOF
2025-08-20T22:45:51.8424030Z [00:02:05.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/backoff=>google.golang.org/grpc@v1.75.0/internal/backoff;$WORK/b266=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid WX9MN_hbO9wt-j9lrTQZ/WX9MN_hbO9wt-j9lrTQZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/backoff/backoff.go
2025-08-20T22:45:51.8585551Z [00:02:05.921]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T22:45:51.8591879Z [00:02:05.921]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/d1/d1ff96e0feaf1ef9cdd4ef9a45b6533dda86d69f7c224dfc6bccc5ec8d9cd09b-d # internal
2025-08-20T22:45:51.8592537Z [00:02:05.921]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T22:45:51.8592860Z [00:02:05.921]➜  mkdir -p $WORK/b268/
2025-08-20T22:45:51.8593287Z [00:02:05.922]➜  cat >/tmp/go-build1671390451/b268/importcfg << 'EOF' # internal
2025-08-20T22:45:51.8593635Z [00:02:05.922]➜  # import config
2025-08-20T22:45:51.8594070Z [00:02:05.922]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:51.8594469Z [00:02:05.922]➜  EOF
2025-08-20T22:45:51.8596509Z [00:02:05.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/balancerload=>google.golang.org/grpc@v1.75.0/internal/balancerload;$WORK/b268=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid pLHxFgh2mY4ina9--vw9/pLHxFgh2mY4ina9--vw9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/balancerload/load.go
2025-08-20T22:45:51.8763367Z [00:02:05.939]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T22:45:51.8769398Z [00:02:05.939]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/96/96d64926168bb72a6fdbfa29cebd2e22063f615f26a777c0f9b7220a57263f1c-d # internal
2025-08-20T22:45:51.8770187Z [00:02:05.940]➜  google.golang.org/grpc/internal/buffer
2025-08-20T22:45:51.8770499Z [00:02:05.940]➜  mkdir -p $WORK/b278/
2025-08-20T22:45:51.8772465Z [00:02:05.940]➜  cat >/tmp/go-build1671390451/b278/importcfg << 'EOF' # internal
2025-08-20T22:45:51.8773270Z [00:02:05.940]➜  # import config
2025-08-20T22:45:51.8774289Z [00:02:05.940]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.8774793Z [00:02:05.940]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.8775107Z [00:02:05.940]➜  EOF
2025-08-20T22:45:51.8777074Z [00:02:05.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/buffer=>google.golang.org/grpc@v1.75.0/internal/buffer;$WORK/b278=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid nQzVKy2du46HIVNNMG8e/nQzVKy2du46HIVNNMG8e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/buffer/unbounded.go
2025-08-20T22:45:51.8791015Z [00:02:05.942]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T22:45:51.8805076Z [00:02:05.943]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/a5/a5e884d6f90b89cb429e27d73455abf62e45d8369d067a0f641ca384a12898ab-d # internal
2025-08-20T22:45:51.8806056Z [00:02:05.943]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T22:45:51.8806509Z [00:02:05.943]➜  mkdir -p $WORK/b247/
2025-08-20T22:45:51.8807948Z [00:02:05.944]➜  cat >/tmp/go-build1671390451/b247/importcfg << 'EOF' # internal
2025-08-20T22:45:51.8808315Z [00:02:05.944]➜  # import config
2025-08-20T22:45:51.8808681Z [00:02:05.944]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.8809264Z [00:02:05.944]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1671390451/b248/_pkg_.a
2025-08-20T22:45:51.8810256Z [00:02:05.944]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.8810961Z [00:02:05.944]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.8811513Z [00:02:05.944]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.8811938Z [00:02:05.944]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.8812609Z [00:02:05.944]➜  EOF
2025-08-20T22:45:51.8814846Z [00:02:05.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval=>google.golang.org/protobuf@v1.36.7/internal/encoding/defval;$WORK/b247=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.22 -complete -installsuffix shared -buildid bUDpEaoVjhPVux2WImy1/bUDpEaoVjhPVux2WImy1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/defval/default.go
2025-08-20T22:45:51.8975236Z [00:02:05.960]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T22:45:51.8980908Z [00:02:05.961]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/20/20236fa8a7a7a3d495b34f3f73f0901014a7289aa73dd1d579bbed1d64390139-d # internal
2025-08-20T22:45:51.8996243Z [00:02:05.962]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T22:45:51.8997373Z [00:02:05.963]➜  mkdir -p $WORK/b277/
2025-08-20T22:45:51.9003506Z [00:02:05.963]➜  cat >/tmp/go-build1671390451/b277/importcfg << 'EOF' # internal
2025-08-20T22:45:51.9004117Z [00:02:05.963]➜  # import config
2025-08-20T22:45:51.9004934Z [00:02:05.963]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:51.9006074Z [00:02:05.963]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1671390451/b278/_pkg_.a
2025-08-20T22:45:51.9007098Z [00:02:05.963]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.9007549Z [00:02:05.963]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.9007880Z [00:02:05.963]➜  EOF
2025-08-20T22:45:51.9010626Z [00:02:05.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcsync=>google.golang.org/grpc@v1.75.0/internal/grpcsync;$WORK/b277=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid LIkO9TbhuHK_KWrUzHUR/LIkO9TbhuHK_KWrUzHUR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/grpcsync/pubsub.go
2025-08-20T22:45:51.9170415Z [00:02:05.980]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T22:45:51.9184579Z [00:02:05.981]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T22:45:51.9187815Z [00:02:05.982]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/33/33a0a9444038fc0cf9f011306837a6831255a37145c0739e531c382ea48f7e03-d # internal
2025-08-20T22:45:51.9200620Z [00:02:05.983]➜  google.golang.org/grpc/internal/idle
2025-08-20T22:45:51.9201907Z [00:02:05.983]➜  mkdir -p $WORK/b279/
2025-08-20T22:45:51.9203488Z [00:02:05.983]➜  cat >/tmp/go-build1671390451/b279/importcfg << 'EOF' # internal
2025-08-20T22:45:51.9203886Z [00:02:05.983]➜  # import config
2025-08-20T22:45:51.9204224Z [00:02:05.983]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.9204636Z [00:02:05.983]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.9205047Z [00:02:05.983]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.9205484Z [00:02:05.983]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.9205943Z [00:02:05.983]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:51.9206258Z [00:02:05.983]➜  EOF
2025-08-20T22:45:51.9208497Z [00:02:05.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/idle=>google.golang.org/grpc@v1.75.0/internal/idle;$WORK/b279=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid rRw8Hd12GHXyz6S1r6gc/rRw8Hd12GHXyz6S1r6gc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/idle/idle.go
2025-08-20T22:45:51.9210734Z [00:02:05.983]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/cc/cc86637c6ac9c67dfe774c49209aec3bb9ad1ac39470c9e8b63aae08ef22ffa8-d # internal
2025-08-20T22:45:51.9211355Z [00:02:05.983]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T22:45:51.9211675Z [00:02:05.983]➜  mkdir -p $WORK/b242/
2025-08-20T22:45:51.9220206Z [00:02:05.985]➜  cat >/tmp/go-build1671390451/b242/importcfg << 'EOF' # internal
2025-08-20T22:45:51.9221499Z [00:02:05.985]➜  # import config
2025-08-20T22:45:51.9221909Z [00:02:05.985]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.9222341Z [00:02:05.985]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.9222913Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:51.9223637Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build1671390451/b243/_pkg_.a
2025-08-20T22:45:51.9224326Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1671390451/b244/_pkg_.a
2025-08-20T22:45:51.9225053Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build1671390451/b245/_pkg_.a
2025-08-20T22:45:51.9225799Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1671390451/b247/_pkg_.a
2025-08-20T22:45:51.9227003Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1671390451/b218/_pkg_.a
2025-08-20T22:45:51.9227724Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.9228392Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1671390451/b222/_pkg_.a
2025-08-20T22:45:51.9229066Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:51.9229943Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:51.9230593Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:51.9231257Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.9231984Z [00:02:05.985]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:51.9232544Z [00:02:05.985]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:51.9232964Z [00:02:05.985]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:51.9233379Z [00:02:05.985]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:51.9233793Z [00:02:05.985]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:51.9234222Z [00:02:05.985]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:51.9234652Z [00:02:05.985]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:51.9234981Z [00:02:05.985]➜  EOF
2025-08-20T22:45:51.9250153Z [00:02:05.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc=>google.golang.org/protobuf@v1.36.7/internal/filedesc;$WORK/b242=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.22 -complete -installsuffix shared -buildid jDGdIIm7Ie9_rr4k9D5Z/jDGdIIm7Ie9_rr4k9D5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/placeholder.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filedesc/presence.go
2025-08-20T22:45:51.9254516Z [00:02:05.985]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T22:45:51.9255208Z [00:02:05.986]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/04/04d9df36ed86c989c69f1b5781dc818533ae775f48c09e4609ab2b7e19d9cf69-d # internal
2025-08-20T22:45:51.9255816Z [00:02:05.986]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T22:45:51.9256137Z [00:02:05.986]➜  mkdir -p $WORK/b254/
2025-08-20T22:45:51.9256505Z [00:02:05.986]➜  cat >/tmp/go-build1671390451/b254/importcfg << 'EOF' # internal
2025-08-20T22:45:51.9256858Z [00:02:05.986]➜  # import config
2025-08-20T22:45:51.9257188Z [00:02:05.986]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:51.9257748Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:51.9258488Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1671390451/b218/_pkg_.a
2025-08-20T22:45:51.9259702Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1671390451/b248/_pkg_.a
2025-08-20T22:45:51.9260450Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:51.9261115Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:51.9261774Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1671390451/b222/_pkg_.a
2025-08-20T22:45:51.9262446Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1671390451/b223/_pkg_.a
2025-08-20T22:45:51.9263114Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:51.9263769Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1671390451/b249/_pkg_.a
2025-08-20T22:45:51.9264417Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:51.9265046Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:51.9265706Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:51.9266422Z [00:02:05.986]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:51.9266986Z [00:02:05.986]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:51.9267439Z [00:02:05.986]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.9267776Z [00:02:05.986]➜  EOF
2025-08-20T22:45:51.9270511Z [00:02:05.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext=>google.golang.org/protobuf@v1.36.7/encoding/prototext;$WORK/b254=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.22 -complete -installsuffix shared -buildid 7qH4YI_TKKG0RB8SpDhr/7qH4YI_TKKG0RB8SpDhr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/prototext/encode.go
2025-08-20T22:45:51.9633044Z [00:02:06.026]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T22:45:51.9639116Z [00:02:06.027]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/28/282eec6e9cdca0fda7dcaa2f3b6955d47aadbe8347ecd0ba0a2b92d8b6abba9b-d # internal
2025-08-20T22:45:51.9642763Z [00:02:06.027]➜  golang.org/x/text/transform
2025-08-20T22:45:51.9643497Z [00:02:06.027]➜  mkdir -p $WORK/b290/
2025-08-20T22:45:51.9643882Z [00:02:06.027]➜  cat >/tmp/go-build1671390451/b290/importcfg << 'EOF' # internal
2025-08-20T22:45:51.9644233Z [00:02:06.027]➜  # import config
2025-08-20T22:45:51.9644597Z [00:02:06.027]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:51.9645015Z [00:02:06.027]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:51.9645452Z [00:02:06.027]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:51.9645901Z [00:02:06.027]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:51.9646239Z [00:02:06.027]➜  EOF
2025-08-20T22:45:51.9648001Z [00:02:06.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/transform=>golang.org/x/text@v0.27.0/transform;$WORK/b290=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid 73mRrDrW9byj20bdwLCU/73mRrDrW9byj20bdwLCU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/transform/transform.go
2025-08-20T22:45:52.0075275Z [00:02:06.070]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T22:45:52.0091246Z [00:02:06.071]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/78/78e3e029b907900ab1fcf84760cf501399f29733d730a0af356aa4abc8bc6ce8-d # internal
2025-08-20T22:45:52.0091908Z [00:02:06.072]➜  golang.org/x/text/unicode/bidi
2025-08-20T22:45:52.0092219Z [00:02:06.072]➜  mkdir -p $WORK/b291/
2025-08-20T22:45:52.0092592Z [00:02:06.072]➜  cat >/tmp/go-build1671390451/b291/importcfg << 'EOF' # internal
2025-08-20T22:45:52.0092941Z [00:02:06.072]➜  # import config
2025-08-20T22:45:52.0093312Z [00:02:06.072]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:52.0093806Z [00:02:06.072]➜  packagefile container/list=/tmp/go-build1671390451/b101/_pkg_.a
2025-08-20T22:45:52.0094246Z [00:02:06.072]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.0094650Z [00:02:06.072]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:52.0095054Z [00:02:06.072]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:52.0095506Z [00:02:06.072]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.0095835Z [00:02:06.072]➜  EOF
2025-08-20T22:45:52.0098844Z [00:02:06.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi=>golang.org/x/text@v0.27.0/unicode/bidi;$WORK/b291=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid 7K-yGn6XRlnGy1Z6gwJU/7K-yGn6XRlnGy1Z6gwJU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/trieval.go
2025-08-20T22:45:52.0416791Z [00:02:06.105]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T22:45:52.0444261Z [00:02:06.107]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/a6/a64e5f48216f9ad3d980c65037ad56d57ff5e948dfab54421eeaf074e22932bd-d # internal
2025-08-20T22:45:52.0455950Z [00:02:06.109]➜  golang.org/x/text/unicode/norm
2025-08-20T22:45:52.0463790Z [00:02:06.109]➜  mkdir -p $WORK/b292/
2025-08-20T22:45:52.0473966Z [00:02:06.110]➜  cat >/tmp/go-build1671390451/b292/importcfg << 'EOF' # internal
2025-08-20T22:45:52.0474621Z [00:02:06.110]➜  # import config
2025-08-20T22:45:52.0475596Z [00:02:06.110]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:52.0476275Z [00:02:06.110]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.0477484Z [00:02:06.110]➜  packagefile golang.org/x/text/transform=/tmp/go-build1671390451/b290/_pkg_.a
2025-08-20T22:45:52.0478253Z [00:02:06.110]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.0479117Z [00:02:06.110]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:52.0480658Z [00:02:06.110]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.0481008Z [00:02:06.110]➜  EOF
2025-08-20T22:45:52.0493879Z [00:02:06.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm=>golang.org/x/text@v0.27.0/unicode/norm;$WORK/b292=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid oCtriRg2zwkLswFjR3fZ/oCtriRg2zwkLswFjR3fZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/trie.go
2025-08-20T22:45:52.1245468Z [00:02:06.187]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T22:45:52.1260447Z [00:02:06.189]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/80/806191a4ece88af3ab05a3abe3865146b3cd8f12eee49ed1015ca7025f6fdf5a-d # internal
2025-08-20T22:45:52.1267362Z [00:02:06.190]➜  golang.org/x/text/secure/bidirule
2025-08-20T22:45:52.1268250Z [00:02:06.190]➜  mkdir -p $WORK/b289/
2025-08-20T22:45:52.1268996Z [00:02:06.190]➜  cat >/tmp/go-build1671390451/b289/importcfg << 'EOF' # internal
2025-08-20T22:45:52.1269704Z [00:02:06.190]➜  # import config
2025-08-20T22:45:52.1270921Z [00:02:06.190]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.1271486Z [00:02:06.190]➜  packagefile golang.org/x/text/transform=/tmp/go-build1671390451/b290/_pkg_.a
2025-08-20T22:45:52.1272102Z [00:02:06.190]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1671390451/b291/_pkg_.a
2025-08-20T22:45:52.1272642Z [00:02:06.190]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.1272980Z [00:02:06.190]➜  EOF
2025-08-20T22:45:52.1275118Z [00:02:06.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule=>golang.org/x/text@v0.27.0/secure/bidirule;$WORK/b289=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid 7jFbto_K1UED9cCIGtVx/7jFbto_K1UED9cCIGtVx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:45:52.1487551Z [00:02:06.212]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T22:45:52.1500750Z [00:02:06.213]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/9d/9dfdd32c24b9a86a962f768a19567549f01025ac7c9c0de1b4cbb4f681700e17-d # internal
2025-08-20T22:45:52.1503356Z [00:02:06.213]➜  golang.org/x/net/http2/hpack
2025-08-20T22:45:52.1503697Z [00:02:06.213]➜  mkdir -p $WORK/b293/
2025-08-20T22:45:52.1519095Z [00:02:06.215]➜  cat >/tmp/go-build1671390451/b293/importcfg << 'EOF' # internal
2025-08-20T22:45:52.1519725Z [00:02:06.215]➜  # import config
2025-08-20T22:45:52.1520092Z [00:02:06.215]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:52.1520840Z [00:02:06.215]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.1521324Z [00:02:06.215]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.1521729Z [00:02:06.215]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.1522131Z [00:02:06.215]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:52.1522438Z [00:02:06.215]➜  EOF
2025-08-20T22:45:52.1525192Z [00:02:06.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack=>golang.org/x/net@v0.41.0/http2/hpack;$WORK/b293=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid IHOGh33a8Nm0ceU8r7zr/IHOGh33a8Nm0ceU8r7zr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/tables.go
2025-08-20T22:45:52.2257799Z [00:02:06.289]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T22:45:52.2277416Z [00:02:06.291]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/03/0315f853e2404e839973011e606126ad54a3add216d0a541ca5cdbdc15a88c3c-d # internal
2025-08-20T22:45:52.2305337Z [00:02:06.293]➜  google.golang.org/grpc/internal/syscall
2025-08-20T22:45:52.2305894Z [00:02:06.293]➜  mkdir -p $WORK/b295/
2025-08-20T22:45:52.2308108Z [00:02:06.294]➜  cat >/tmp/go-build1671390451/b295/importcfg << 'EOF' # internal
2025-08-20T22:45:52.2308600Z [00:02:06.294]➜  # import config
2025-08-20T22:45:52.2309037Z [00:02:06.294]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.2309727Z [00:02:06.294]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1671390451/b162/_pkg_.a
2025-08-20T22:45:52.2310464Z [00:02:06.294]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:52.2311077Z [00:02:06.294]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.2311639Z [00:02:06.294]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:52.2312202Z [00:02:06.294]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.2312633Z [00:02:06.294]➜  EOF
2025-08-20T22:45:52.2314769Z [00:02:06.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/syscall=>google.golang.org/grpc@v1.75.0/internal/syscall;$WORK/b295=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid Vhk8pVDRQGfbSditcavB/Vhk8pVDRQGfbSditcavB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/syscall/syscall_linux.go
2025-08-20T22:45:52.3172861Z [00:02:06.379]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T22:45:52.3176017Z [00:02:06.380]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/a9/a9d956381069d6fa4f40dd56cf48be55b1b0a50d0d4f8843c8ca8d26c168092f-d # internal
2025-08-20T22:45:52.3188047Z [00:02:06.382]➜  google.golang.org/grpc/keepalive
2025-08-20T22:45:52.3192074Z [00:02:06.382]➜  mkdir -p $WORK/b297/
2025-08-20T22:45:52.3195658Z [00:02:06.382]➜  cat >/tmp/go-build1671390451/b297/importcfg << 'EOF' # internal
2025-08-20T22:45:52.3198228Z [00:02:06.382]➜  # import config
2025-08-20T22:45:52.3199138Z [00:02:06.382]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.3199606Z [00:02:06.382]➜  EOF
2025-08-20T22:45:52.3201824Z [00:02:06.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/keepalive=>google.golang.org/grpc@v1.75.0/keepalive;$WORK/b297=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid -LdRyUE5zM05Et0-pnc6/-LdRyUE5zM05Et0-pnc6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/keepalive/keepalive.go
2025-08-20T22:45:52.3368888Z [00:02:06.400]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T22:45:52.3370671Z [00:02:06.400]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/33/330050749eccc267a6ac9102b7440b51a420220a9a3e00c367757d501a62fbd8-d # internal
2025-08-20T22:45:52.3386997Z [00:02:06.401]➜  google.golang.org/grpc/tap
2025-08-20T22:45:52.3387401Z [00:02:06.401]➜  mkdir -p $WORK/b299/
2025-08-20T22:45:52.3388153Z [00:02:06.402]➜  cat >/tmp/go-build1671390451/b299/importcfg << 'EOF' # internal
2025-08-20T22:45:52.3389191Z [00:02:06.402]➜  # import config
2025-08-20T22:45:52.3389676Z [00:02:06.402]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.3390261Z [00:02:06.402]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:52.3390681Z [00:02:06.402]➜  EOF
2025-08-20T22:45:52.3392389Z [00:02:06.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/tap=>google.golang.org/grpc@v1.75.0/tap;$WORK/b299=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid 6Xh2LURbCXhyvZTVuZsS/6Xh2LURbCXhyvZTVuZsS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/tap/tap.go
2025-08-20T22:45:52.3565583Z [00:02:06.419]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T22:45:52.3596947Z [00:02:06.422]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T22:45:52.3598413Z [00:02:06.423]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/2e/2e4997e8845a8e39ad33973a161b57098e5509a329d8eb852a11f2973b336a10-d # internal
2025-08-20T22:45:52.3608003Z [00:02:06.424]➜  google.golang.org/grpc/internal/stats
2025-08-20T22:45:52.3608474Z [00:02:06.424]➜  mkdir -p $WORK/b303/
2025-08-20T22:45:52.3610975Z [00:02:06.424]➜  cat >/tmp/go-build1671390451/b303/importcfg << 'EOF' # internal
2025-08-20T22:45:52.3611666Z [00:02:06.424]➜  # import config
2025-08-20T22:45:52.3612395Z [00:02:06.424]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.3613478Z [00:02:06.424]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.3614093Z [00:02:06.424]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1671390451/b230/_pkg_.a
2025-08-20T22:45:52.3614755Z [00:02:06.424]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1671390451/b231/_pkg_.a
2025-08-20T22:45:52.3615137Z [00:02:06.424]➜  EOF
2025-08-20T22:45:52.3617393Z [00:02:06.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/stats=>google.golang.org/grpc@v1.75.0/internal/stats;$WORK/b303=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid uZ6fNbDG2y2jPl39mm3U/uZ6fNbDG2y2jPl39mm3U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/stats/metrics_recorder_list.go
2025-08-20T22:45:52.3673033Z [00:02:06.430]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/17/1779992b8b30e031b4ba130aedc999fe0ea1f815962ea82c283ca6cbce8b9def-d # internal
2025-08-20T22:45:52.3675177Z [00:02:06.431]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T22:45:52.3675555Z [00:02:06.431]➜  mkdir -p $WORK/b240/
2025-08-20T22:45:52.3681455Z [00:02:06.431]➜  cat >/tmp/go-build1671390451/b240/importcfg << 'EOF' # internal
2025-08-20T22:45:52.3682150Z [00:02:06.431]➜  # import config
2025-08-20T22:45:52.3682765Z [00:02:06.431]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:52.3683536Z [00:02:06.431]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:52.3684538Z [00:02:06.431]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.3685489Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:52.3686577Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1671390451/b241/_pkg_.a
2025-08-20T22:45:52.3687608Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1671390451/b218/_pkg_.a
2025-08-20T22:45:52.3719041Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:52.3719964Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1671390451/b242/_pkg_.a
2025-08-20T22:45:52.3720663Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:52.3721356Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1671390451/b222/_pkg_.a
2025-08-20T22:45:52.3722020Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1671390451/b223/_pkg_.a
2025-08-20T22:45:52.3722687Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:52.3723349Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1671390451/b249/_pkg_.a
2025-08-20T22:45:52.3724440Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:52.3725068Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:52.3725730Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:52.3726450Z [00:02:06.431]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:52.3727019Z [00:02:06.431]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:52.3727443Z [00:02:06.431]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.3727867Z [00:02:06.431]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.3728286Z [00:02:06.431]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.3728605Z [00:02:06.431]➜  EOF
2025-08-20T22:45:52.3731753Z [00:02:06.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson=>google.golang.org/protobuf@v1.36.7/encoding/protojson;$WORK/b240=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.22 -complete -installsuffix shared -buildid cFTAwZINGeVn8L0Ohnyx/cFTAwZINGeVn8L0Ohnyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/encoding/protojson/well_known_types.go
2025-08-20T22:45:52.4353033Z [00:02:06.496]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T22:45:52.4353827Z [00:02:06.498]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/50/50d9a68e4cbc00056d6f609e1b231ce78ef76cf6a2f10da548cdcef0479caa96-d # internal
2025-08-20T22:45:52.4357361Z [00:02:06.499]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T22:45:52.4363031Z [00:02:06.499]➜  mkdir -p $WORK/b255/
2025-08-20T22:45:52.4368464Z [00:02:06.499]➜  cat >/tmp/go-build1671390451/b255/importcfg << 'EOF' # internal
2025-08-20T22:45:52.4369120Z [00:02:06.499]➜  # import config
2025-08-20T22:45:52.4370253Z [00:02:06.499]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1671390451/b247/_pkg_.a
2025-08-20T22:45:52.4371394Z [00:02:06.499]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1671390451/b242/_pkg_.a
2025-08-20T22:45:52.4372173Z [00:02:06.499]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:52.4372873Z [00:02:06.499]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:52.4373442Z [00:02:06.499]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:52.4373885Z [00:02:06.499]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.4374309Z [00:02:06.499]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.4374623Z [00:02:06.499]➜  EOF
2025-08-20T22:45:52.4381363Z [00:02:06.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag=>google.golang.org/protobuf@v1.36.7/internal/encoding/tag;$WORK/b255=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.22 -complete -installsuffix shared -buildid g5qkvO4-2ZEH9tan-rbP/g5qkvO4-2ZEH9tan-rbP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/encoding/tag/tag.go
2025-08-20T22:45:52.4393628Z [00:02:06.501]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T22:45:52.4394600Z [00:02:06.501]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/7f/7fe96dcac7b0adef824a5d8ca79a5c326922edd69f740320e6a18616448146ed-d # internal
2025-08-20T22:45:52.4395183Z [00:02:06.501]➜  golang.org/x/net/idna
2025-08-20T22:45:52.4395459Z [00:02:06.502]➜  mkdir -p $WORK/b288/
2025-08-20T22:45:52.4395825Z [00:02:06.502]➜  cat >/tmp/go-build1671390451/b288/importcfg << 'EOF' # internal
2025-08-20T22:45:52.4396169Z [00:02:06.502]➜  # import config
2025-08-20T22:45:52.4396500Z [00:02:06.502]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.4397034Z [00:02:06.502]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1671390451/b289/_pkg_.a
2025-08-20T22:45:52.4397637Z [00:02:06.502]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1671390451/b291/_pkg_.a
2025-08-20T22:45:52.4398228Z [00:02:06.502]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1671390451/b292/_pkg_.a
2025-08-20T22:45:52.4398806Z [00:02:06.502]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:52.4399239Z [00:02:06.502]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.4399872Z [00:02:06.502]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.4400206Z [00:02:06.502]➜  EOF
2025-08-20T22:45:52.4403093Z [00:02:06.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/idna=>golang.org/x/net@v0.41.0/idna;$WORK/b288=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid 7mnd3YlghLGD0iWN8qGs/7mnd3YlghLGD0iWN8qGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trieval.go
2025-08-20T22:45:52.5067933Z [00:02:06.570]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T22:45:52.5077531Z [00:02:06.571]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/48/48d2a384317dab4015497e43dc56e7ae317f562d625f3efb1a1c5d819b9c372d-d # internal
2025-08-20T22:45:52.5087002Z [00:02:06.572]➜  google.golang.org/protobuf/internal/impl
2025-08-20T22:45:52.5091424Z [00:02:06.572]➜  mkdir -p $WORK/b253/
2025-08-20T22:45:52.5092549Z [00:02:06.572]➜  cat >/tmp/go-build1671390451/b253/importcfg << 'EOF' # internal
2025-08-20T22:45:52.5094826Z [00:02:06.572]➜  # import config
2025-08-20T22:45:52.5095188Z [00:02:06.572]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:52.5095640Z [00:02:06.572]➜  packagefile compress/gzip=/tmp/go-build1671390451/b175/_pkg_.a
2025-08-20T22:45:52.5096120Z [00:02:06.572]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:52.5096594Z [00:02:06.572]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:52.5097056Z [00:02:06.572]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.5097635Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1671390451/b254/_pkg_.a
2025-08-20T22:45:52.5098338Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:52.5099032Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1671390451/b244/_pkg_.a
2025-08-20T22:45:52.5099993Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1671390451/b216/_pkg_.a
2025-08-20T22:45:52.5100794Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1671390451/b218/_pkg_.a
2025-08-20T22:45:52.5101543Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1671390451/b255/_pkg_.a
2025-08-20T22:45:52.5102611Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:52.5103298Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1671390451/b242/_pkg_.a
2025-08-20T22:45:52.5103975Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:52.5104633Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1671390451/b222/_pkg_.a
2025-08-20T22:45:52.5105303Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1671390451/b223/_pkg_.a
2025-08-20T22:45:52.5105970Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:52.5106652Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1671390451/b256/_pkg_.a
2025-08-20T22:45:52.5107323Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:52.5107949Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:52.5108605Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:52.5109325Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:52.5135618Z [00:02:06.572]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1671390451/b227/_pkg_.a
2025-08-20T22:45:52.5136233Z [00:02:06.572]➜  packagefile hash/crc32=/tmp/go-build1671390451/b177/_pkg_.a
2025-08-20T22:45:52.5136668Z [00:02:06.572]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.5137081Z [00:02:06.572]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:52.5137511Z [00:02:06.572]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:52.5137950Z [00:02:06.572]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:52.5138362Z [00:02:06.572]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:52.5138783Z [00:02:06.572]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:52.5139207Z [00:02:06.572]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.5139818Z [00:02:06.572]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.5140521Z [00:02:06.572]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:52.5141037Z [00:02:06.572]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:52.5141502Z [00:02:06.572]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.5141833Z [00:02:06.572]➜  EOF
2025-08-20T22:45:52.5156183Z [00:02:06.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl=>google.golang.org/protobuf@v1.36.7/internal/impl;$WORK/b253=>" -p google.golang.org/protobuf/internal/impl -lang=go1.22 -complete -installsuffix shared -buildid InG4TPn7JWuTjxLCk3uO/InG4TPn7JWuTjxLCk3uO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/impl/validate.go
2025-08-20T22:45:52.6137815Z [00:02:06.676]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T22:45:52.6156045Z [00:02:06.678]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/a5/a522a0790d2069b028d571655edb59a62130fab0a0b1093755806e8039c96dd0-d # internal
2025-08-20T22:45:52.6163642Z [00:02:06.679]➜  golang.org/x/net/http/httpguts
2025-08-20T22:45:52.6163965Z [00:02:06.679]➜  mkdir -p $WORK/b287/
2025-08-20T22:45:52.6165798Z [00:02:06.680]➜  cat >/tmp/go-build1671390451/b287/importcfg << 'EOF' # internal
2025-08-20T22:45:52.6172346Z [00:02:06.680]➜  # import config
2025-08-20T22:45:52.6179289Z [00:02:06.680]➜  packagefile golang.org/x/net/idna=/tmp/go-build1671390451/b288/_pkg_.a
2025-08-20T22:45:52.6179945Z [00:02:06.680]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.6180391Z [00:02:06.680]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:52.6180873Z [00:02:06.680]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.6210664Z [00:02:06.680]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.6211555Z [00:02:06.680]➜  EOF
2025-08-20T22:45:52.6213827Z [00:02:06.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts=>golang.org/x/net@v0.41.0/http/httpguts;$WORK/b287=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid J4tlsV170itXvpfUTOuF/J4tlsV170itXvpfUTOuF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts/httplex.go
2025-08-20T22:45:52.6288177Z [00:02:06.692]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T22:45:52.6316530Z [00:02:06.695]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/0c/0c69df07219fbfdbfcf5ba579248d19e0b25e865504195181903a3264e26c890-d # internal
2025-08-20T22:45:52.6328710Z [00:02:06.696]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T22:45:52.6330433Z [00:02:06.696]➜  mkdir -p $WORK/b307/
2025-08-20T22:45:52.6345631Z [00:02:06.698]➜  cat >/tmp/go-build1671390451/b307/importcfg << 'EOF' # internal
2025-08-20T22:45:52.6346515Z [00:02:06.698]➜  # import config
2025-08-20T22:45:52.6348471Z [00:02:06.698]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.6349106Z [00:02:06.698]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.6350112Z [00:02:06.698]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.6350760Z [00:02:06.698]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.6351331Z [00:02:06.698]➜  EOF
2025-08-20T22:45:52.6353768Z [00:02:06.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/dns/internal=>google.golang.org/grpc@v1.75.0/internal/resolver/dns/internal;$WORK/b307=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid Noc99PfhLXlSewfOC-2S/Noc99PfhLXlSewfOC-2S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/dns/internal/internal.go
2025-08-20T22:45:52.6597550Z [00:02:06.722]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T22:45:52.6602572Z [00:02:06.723]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/d1/d101a1708bcec84c9ea672afd0b0454cc7ecc4f933dbb4d90f68839e04e8f13d-d # internal
2025-08-20T22:45:52.6603288Z [00:02:06.723]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T22:45:52.6607394Z [00:02:06.724]➜  os/exec
2025-08-20T22:45:52.6607883Z [00:02:06.724]➜  mkdir -p $WORK/b310/
2025-08-20T22:45:52.6610810Z [00:02:06.724]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/59/5903a48cae99b5ab12dab55dbf1c7edb6d40b265cd01790e359e85b551dde66b-d # internal
2025-08-20T22:45:52.6613162Z [00:02:06.724]➜  flag
2025-08-20T22:45:52.6613872Z [00:02:06.724]➜  mkdir -p $WORK/b312/
2025-08-20T22:45:52.6617589Z [00:02:06.725]➜  cat >/tmp/go-build1671390451/b312/importcfg << 'EOF' # internal
2025-08-20T22:45:52.6618857Z [00:02:06.725]➜  # import config
2025-08-20T22:45:52.6621368Z [00:02:06.725]➜  packagefile encoding=/tmp/go-build1671390451/b158/_pkg_.a
2025-08-20T22:45:52.6621942Z [00:02:06.725]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.6622361Z [00:02:06.725]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.6622764Z [00:02:06.725]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.6623160Z [00:02:06.725]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:52.6623575Z [00:02:06.725]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:52.6624002Z [00:02:06.725]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:52.6624445Z [00:02:06.725]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:52.6624868Z [00:02:06.725]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.6625295Z [00:02:06.725]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.6625712Z [00:02:06.725]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.6626018Z [00:02:06.725]➜  EOF
2025-08-20T22:45:52.6627685Z [00:02:06.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b312=>" -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/b312/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:45:52.6630770Z [00:02:06.726]➜  cat >/tmp/go-build1671390451/b310/importcfg << 'EOF' # internal
2025-08-20T22:45:52.6631272Z [00:02:06.726]➜  # import config
2025-08-20T22:45:52.6631743Z [00:02:06.726]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:52.6632556Z [00:02:06.726]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.6633632Z [00:02:06.726]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.6634213Z [00:02:06.726]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:52.6635081Z [00:02:06.726]➜  packagefile internal/syscall/execenv=/tmp/go-build1671390451/b078/_pkg_.a
2025-08-20T22:45:52.6636163Z [00:02:06.726]➜  packagefile internal/syscall/unix=/tmp/go-build1671390451/b066/_pkg_.a
2025-08-20T22:45:52.6636683Z [00:02:06.726]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.6637106Z [00:02:06.726]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:52.6637515Z [00:02:06.726]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:52.6637953Z [00:02:06.726]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:52.6638429Z [00:02:06.726]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:52.6638861Z [00:02:06.726]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.6639286Z [00:02:06.726]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.6640250Z [00:02:06.726]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:52.6640689Z [00:02:06.726]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.6640998Z [00:02:06.726]➜  EOF
2025-08-20T22:45:52.6642577Z [00:02:06.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b310=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -pack /root/.go/src/os/exec/exec.go /root/.go/src/os/exec/exec_unix.go /root/.go/src/os/exec/lp_unix.go
2025-08-20T22:45:52.7515903Z [00:02:06.814]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:45:52.7665376Z [00:02:06.829]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/a6/a6f9682fc19661d7fb36febceb3dee82de282d628918f69ee630825addddcc7d-d # internal
2025-08-20T22:45:52.7673671Z [00:02:06.830]➜  net/http/httptrace
2025-08-20T22:45:52.7674495Z [00:02:06.830]➜  mkdir -p $WORK/b197/
2025-08-20T22:45:52.7676466Z [00:02:06.831]➜  cat >/tmp/go-build1671390451/b197/importcfg << 'EOF' # internal
2025-08-20T22:45:52.7678916Z [00:02:06.831]➜  # import config
2025-08-20T22:45:52.7679284Z [00:02:06.831]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.7679919Z [00:02:06.831]➜  packagefile crypto/tls=/tmp/go-build1671390451/b100/_pkg_.a
2025-08-20T22:45:52.7680400Z [00:02:06.831]➜  packagefile internal/nettrace=/tmp/go-build1671390451/b149/_pkg_.a
2025-08-20T22:45:52.7680855Z [00:02:06.831]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.7681328Z [00:02:06.831]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:52.7681778Z [00:02:06.831]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:52.7682199Z [00:02:06.831]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.7682506Z [00:02:06.831]➜  EOF
2025-08-20T22:45:52.7684037Z [00:02:06.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b197=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid K2r8jgwpXDadEDFRE13o/K2r8jgwpXDadEDFRE13o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:45:52.7742761Z [00:02:06.837]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T22:45:52.7758578Z [00:02:06.839]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T22:45:52.7764983Z [00:02:06.839]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T22:45:52.7785988Z [00:02:06.842]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T22:45:52.7787498Z [00:02:06.842]➜  github.com/tg123/sshpiper/libplugin/ioconn
2025-08-20T22:45:52.7789192Z [00:02:06.842]➜  mkdir -p $WORK/b309/
2025-08-20T22:45:52.7790194Z [00:02:06.842]➜  cat >/tmp/go-build1671390451/b309/importcfg << 'EOF' # internal
2025-08-20T22:45:52.7790853Z [00:02:06.842]➜  # import config
2025-08-20T22:45:52.7793639Z [00:02:06.842]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.7794059Z [00:02:06.842]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.7794465Z [00:02:06.842]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.7794893Z [00:02:06.842]➜  packagefile os/exec=/tmp/go-build1671390451/b310/_pkg_.a
2025-08-20T22:45:52.7795330Z [00:02:06.842]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.7795640Z [00:02:06.842]➜  EOF
2025-08-20T22:45:52.7795912Z [00:02:06.842]➜  google.golang.org/grpc/internal/credentials
2025-08-20T22:45:52.7798260Z [00:02:06.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn=>github.com/tg123/sshpiper/libplugin/ioconn;$WORK/b309=>" -p github.com/tg123/sshpiper/libplugin/ioconn -lang=go1.24 -complete -installsuffix shared -buildid 8Ruxw2_7iCfFqFevXkvi/8Ruxw2_7iCfFqFevXkvi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/cmd.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/conn.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/listener.go
2025-08-20T22:45:52.7808650Z [00:02:06.842]➜  mkdir -p $WORK/b211/
2025-08-20T22:45:52.7809073Z [00:02:06.843]➜  cat >/tmp/go-build1671390451/b211/importcfg << 'EOF' # internal
2025-08-20T22:45:52.7809849Z [00:02:06.843]➜  # import config
2025-08-20T22:45:52.7810302Z [00:02:06.843]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.7810745Z [00:02:06.843]➜  packagefile crypto/tls=/tmp/go-build1671390451/b100/_pkg_.a
2025-08-20T22:45:52.7811207Z [00:02:06.843]➜  packagefile crypto/x509=/tmp/go-build1671390451/b140/_pkg_.a
2025-08-20T22:45:52.7811727Z [00:02:06.843]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:52.7812426Z [00:02:06.843]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.7812841Z [00:02:06.843]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:52.7813266Z [00:02:06.843]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:52.7813583Z [00:02:06.843]➜  EOF
2025-08-20T22:45:52.7816532Z [00:02:06.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/credentials=>google.golang.org/grpc@v1.75.0/internal/credentials;$WORK/b211=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid Y7vHsgZNTd4OQV94SrRY/Y7vHsgZNTd4OQV94SrRY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/credentials/util.go
2025-08-20T22:45:52.7979209Z [00:02:06.861]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:45:52.7986695Z [00:02:06.861]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/7b/7baf3b20c0de359161c87bc62be999867d7f1ac28499f524b3d019b0ccf31852-d # internal
2025-08-20T22:45:52.7987305Z [00:02:06.862]➜  net/http/internal/httpcommon
2025-08-20T22:45:52.7987638Z [00:02:06.862]➜  mkdir -p $WORK/b200/
2025-08-20T22:45:52.7989021Z [00:02:06.862]➜  cat >/tmp/go-build1671390451/b200/importcfg << 'EOF' # internal
2025-08-20T22:45:52.7989846Z [00:02:06.862]➜  # import config
2025-08-20T22:45:52.8001390Z [00:02:06.863]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:45:52.8002407Z [00:02:06.863]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:45:52.8003756Z [00:02:06.863]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.8004295Z [00:02:06.863]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.8004733Z [00:02:06.863]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.8005289Z [00:02:06.863]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1671390451/b185/_pkg_.a
2025-08-20T22:45:52.8005927Z [00:02:06.863]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1671390451/b193/_pkg_.a
2025-08-20T22:45:52.8006855Z [00:02:06.863]➜  packagefile net/http/httptrace=/tmp/go-build1671390451/b197/_pkg_.a
2025-08-20T22:45:52.8007424Z [00:02:06.863]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:52.8008489Z [00:02:06.864]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:52.8008917Z [00:02:06.864]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:52.8009357Z [00:02:06.864]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.8009967Z [00:02:06.864]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.8010394Z [00:02:06.864]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:52.8010699Z [00:02:06.864]➜  EOF
2025-08-20T22:45:52.8012419Z [00:02:06.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b200=>" -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/b200/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:45:52.8174960Z [00:02:06.880]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T22:45:52.8191010Z [00:02:06.882]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/fd/fd547246496a3f1ad339b726819ddc2a80e02ff3761a74bcafa0fd84de29fe13-d # internal
2025-08-20T22:45:52.8204479Z [00:02:06.883]➜  golang.org/x/net/internal/httpcommon
2025-08-20T22:45:52.8204837Z [00:02:06.883]➜  mkdir -p $WORK/b294/
2025-08-20T22:45:52.8205222Z [00:02:06.883]➜  cat >/tmp/go-build1671390451/b294/importcfg << 'EOF' # internal
2025-08-20T22:45:52.8205585Z [00:02:06.883]➜  # import config
2025-08-20T22:45:52.8205933Z [00:02:06.883]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.8206358Z [00:02:06.883]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.8206795Z [00:02:06.883]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.8207300Z [00:02:06.883]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1671390451/b287/_pkg_.a
2025-08-20T22:45:52.8207877Z [00:02:06.883]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1671390451/b293/_pkg_.a
2025-08-20T22:45:52.8208410Z [00:02:06.883]➜  packagefile net/http/httptrace=/tmp/go-build1671390451/b197/_pkg_.a
2025-08-20T22:45:52.8208911Z [00:02:06.883]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:52.8209353Z [00:02:06.883]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:52.8210032Z [00:02:06.883]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:52.8210460Z [00:02:06.883]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.8210884Z [00:02:06.883]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.8211313Z [00:02:06.883]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:52.8211619Z [00:02:06.883]➜  EOF
2025-08-20T22:45:52.8214073Z [00:02:06.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon=>golang.org/x/net@v0.41.0/internal/httpcommon;$WORK/b294=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid CVZItTJw26d-wzqg-SSz/CVZItTJw26d-wzqg-SSz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/request.go
2025-08-20T22:45:52.8245492Z [00:02:06.887]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:45:52.8253973Z [00:02:06.888]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/07/0712f47a39c74c8a78f281f7342df9c86b9930d0ee2779067317dffb94a7e2ca-d # internal
2025-08-20T22:45:52.8280364Z [00:02:06.889]➜  google.golang.org/grpc/credentials
2025-08-20T22:45:52.8280719Z [00:02:06.889]➜  mkdir -p $WORK/b209/
2025-08-20T22:45:52.8281095Z [00:02:06.889]➜  cat >/tmp/go-build1671390451/b209/importcfg << 'EOF' # internal
2025-08-20T22:45:52.8281446Z [00:02:06.889]➜  # import config
2025-08-20T22:45:52.8281801Z [00:02:06.889]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.8282277Z [00:02:06.889]➜  packagefile crypto/tls=/tmp/go-build1671390451/b100/_pkg_.a
2025-08-20T22:45:52.8282736Z [00:02:06.889]➜  packagefile crypto/x509=/tmp/go-build1671390451/b140/_pkg_.a
2025-08-20T22:45:52.8283180Z [00:02:06.889]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.8283599Z [00:02:06.891]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.8284116Z [00:02:06.891]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1671390451/b210/_pkg_.a
2025-08-20T22:45:52.8284725Z [00:02:06.891]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:52.8285366Z [00:02:06.891]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1671390451/b211/_pkg_.a
2025-08-20T22:45:52.8286043Z [00:02:06.891]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1671390451/b212/_pkg_.a
2025-08-20T22:45:52.8286669Z [00:02:06.891]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:52.8287623Z [00:02:06.891]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.8288047Z [00:02:06.891]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:52.8288460Z [00:02:06.891]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:52.8288762Z [00:02:06.891]➜  EOF
2025-08-20T22:45:52.8291045Z [00:02:06.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/credentials=>google.golang.org/grpc@v1.75.0/credentials;$WORK/b209=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid KBoF__Dv2X_4sWxs7uR3/KBoF__Dv2X_4sWxs7uR3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/credentials/tls.go
2025-08-20T22:45:52.8479813Z [00:02:06.910]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:45:52.8490129Z [00:02:06.910]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T22:45:52.8490704Z [00:02:06.910]➜  net/http
2025-08-20T22:45:52.8490970Z [00:02:06.910]➜  mkdir -p $WORK/b184/
2025-08-20T22:45:52.8491349Z [00:02:06.911]➜  cat >/tmp/go-build1671390451/b184/importcfg << 'EOF' # internal
2025-08-20T22:45:52.8491703Z [00:02:06.911]➜  # import config
2025-08-20T22:45:52.8492163Z [00:02:06.911]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:45:52.8492765Z [00:02:06.911]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:45:52.8493342Z [00:02:06.911]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:45:52.8493849Z [00:02:06.911]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:45:52.8494309Z [00:02:06.911]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:52.8494727Z [00:02:06.911]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:52.8495170Z [00:02:06.911]➜  packagefile compress/gzip=/tmp/go-build1671390451/b175/_pkg_.a
2025-08-20T22:45:52.8495643Z [00:02:06.911]➜  packagefile container/list=/tmp/go-build1671390451/b101/_pkg_.a
2025-08-20T22:45:52.8496091Z [00:02:06.911]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:52.8496855Z [00:02:06.911]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:52.8497419Z [00:02:06.911]➜  packagefile crypto/tls=/tmp/go-build1671390451/b100/_pkg_.a
2025-08-20T22:45:52.8497893Z [00:02:06.911]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:52.8498372Z [00:02:06.911]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:52.8498821Z [00:02:06.911]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:52.8499248Z [00:02:06.911]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.8500552Z [00:02:06.911]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1671390451/b185/_pkg_.a
2025-08-20T22:45:52.8501200Z [00:02:06.911]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1671390451/b192/_pkg_.a
2025-08-20T22:45:52.8501831Z [00:02:06.911]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1671390451/b193/_pkg_.a
2025-08-20T22:45:52.8502427Z [00:02:06.911]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1671390451/b186/_pkg_.a
2025-08-20T22:45:52.8502950Z [00:02:06.911]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:52.8503389Z [00:02:06.911]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.8503793Z [00:02:06.911]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:52.8504200Z [00:02:06.911]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:52.8504915Z [00:02:06.911]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:52.8505334Z [00:02:06.911]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:52.8505762Z [00:02:06.911]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:52.8506208Z [00:02:06.911]➜  packagefile math/rand=/tmp/go-build1671390451/b098/_pkg_.a
2025-08-20T22:45:52.8506630Z [00:02:06.911]➜  packagefile mime=/tmp/go-build1671390451/b194/_pkg_.a
2025-08-20T22:45:52.8507083Z [00:02:06.911]➜  packagefile mime/multipart=/tmp/go-build1671390451/b195/_pkg_.a
2025-08-20T22:45:52.8507523Z [00:02:06.911]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.8507975Z [00:02:06.911]➜  packagefile net/http/httptrace=/tmp/go-build1671390451/b197/_pkg_.a
2025-08-20T22:45:52.8508472Z [00:02:06.911]➜  packagefile net/http/internal=/tmp/go-build1671390451/b198/_pkg_.a
2025-08-20T22:45:52.8508991Z [00:02:06.911]➜  packagefile net/http/internal/ascii=/tmp/go-build1671390451/b199/_pkg_.a
2025-08-20T22:45:52.8509744Z [00:02:06.911]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1671390451/b200/_pkg_.a
2025-08-20T22:45:52.8510329Z [00:02:06.911]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:52.8510776Z [00:02:06.911]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:52.8511183Z [00:02:06.911]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:52.8511596Z [00:02:06.911]➜  packagefile path=/tmp/go-build1671390451/b075/_pkg_.a
2025-08-20T22:45:52.8512037Z [00:02:06.911]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:52.8512483Z [00:02:06.911]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:52.8512906Z [00:02:06.911]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:52.8513329Z [00:02:06.911]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:52.8513749Z [00:02:06.911]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:52.8514162Z [00:02:06.911]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.8514588Z [00:02:06.911]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.8515010Z [00:02:06.911]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:52.8515442Z [00:02:06.911]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:52.8516137Z [00:02:06.911]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.8516627Z [00:02:06.911]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:52.8517078Z [00:02:06.911]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.8517405Z [00:02:06.911]➜  EOF
2025-08-20T22:45:52.8522454Z [00:02:06.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b184=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid 6fr-QpNo2PtMlUc3lAjL/6fr-QpNo2PtMlUc3lAjL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T22:45:52.8777086Z [00:02:06.940]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T22:45:52.8783883Z [00:02:06.941]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/95/9503ebf7212fbed39bb4788a6987dc6b2a4f451d6c813e39a4c72d9b42202fd7-d # internal
2025-08-20T22:45:52.8801743Z [00:02:06.943]➜  github.com/russross/blackfriday/v2
2025-08-20T22:45:52.8805643Z [00:02:06.943]➜  mkdir -p $WORK/b314/
2025-08-20T22:45:52.8806054Z [00:02:06.943]➜  cat >/tmp/go-build1671390451/b314/importcfg << 'EOF' # internal
2025-08-20T22:45:52.8806418Z [00:02:06.943]➜  # import config
2025-08-20T22:45:52.8806756Z [00:02:06.943]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:52.8807170Z [00:02:06.943]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.8807605Z [00:02:06.943]➜  packagefile html=/tmp/go-build1671390451/b181/_pkg_.a
2025-08-20T22:45:52.8808008Z [00:02:06.943]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:52.8808414Z [00:02:06.943]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:52.8808837Z [00:02:06.943]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:52.8809262Z [00:02:06.943]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:52.8809929Z [00:02:06.943]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:52.8810395Z [00:02:06.943]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:52.8810729Z [00:02:06.943]➜  EOF
2025-08-20T22:45:52.8815002Z [00:02:06.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0=>github.com/russross/blackfriday/v2@v2.1.0;$WORK/b314=>" -p github.com/russross/blackfriday/v2 -lang=go1.16 -complete -installsuffix shared -buildid peflHa2hjxkzOt4rU8IG/peflHa2hjxkzOt4rU8IG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/block.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/doc.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/entities.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/esc.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/html.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/inline.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/markdown.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/node.go /root/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/smartypants.go
2025-08-20T22:45:52.8907272Z [00:02:06.953]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:45:52.8919724Z [00:02:06.955]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/71/7154c00c03e37183db8b6958b20c2e950a17f83ede225667372e05ef7295a060-d # internal
2025-08-20T22:45:52.8992552Z [00:02:06.960]➜  google.golang.org/grpc/internal/channelz
2025-08-20T22:45:52.8999617Z [00:02:06.960]➜  mkdir -p $WORK/b205/
2025-08-20T22:45:52.9000060Z [00:02:06.960]➜  cat >/tmp/go-build1671390451/b205/importcfg << 'EOF' # internal
2025-08-20T22:45:52.9000421Z [00:02:06.960]➜  # import config
2025-08-20T22:45:52.9000757Z [00:02:06.960]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:52.9001230Z [00:02:06.960]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1671390451/b162/_pkg_.a
2025-08-20T22:45:52.9001849Z [00:02:06.960]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:52.9002547Z [00:02:06.960]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:52.9003200Z [00:02:06.960]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:52.9003782Z [00:02:06.960]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:52.9004735Z [00:02:06.960]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:52.9005148Z [00:02:06.960]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:52.9005559Z [00:02:06.960]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:52.9005992Z [00:02:06.960]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:52.9006439Z [00:02:06.960]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:52.9006866Z [00:02:06.960]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:52.9007173Z [00:02:06.960]➜  EOF
2025-08-20T22:45:52.9011662Z [00:02:06.960]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz=>google.golang.org/grpc@v1.75.0/internal/channelz;$WORK/b205=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid g4djVkKQ0vJXyk9nhj5S/g4djVkKQ0vJXyk9nhj5S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/channelz/trace.go
2025-08-20T22:45:53.0139712Z [00:02:07.077]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:45:53.0161306Z [00:02:07.079]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/8d/8d6113273f9592bd8bd85d27684deca98d62f33cc77052ce9806dd9760f1c356-d # internal
2025-08-20T22:45:53.0177171Z [00:02:07.080]➜  google.golang.org/grpc/channelz
2025-08-20T22:45:53.0183137Z [00:02:07.080]➜  mkdir -p $WORK/b204/
2025-08-20T22:45:53.0183546Z [00:02:07.081]➜  cat >/tmp/go-build1671390451/b204/importcfg << 'EOF' # internal
2025-08-20T22:45:53.0183900Z [00:02:07.081]➜  # import config
2025-08-20T22:45:53.0184372Z [00:02:07.081]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1671390451/b205/_pkg_.a
2025-08-20T22:45:53.0185145Z [00:02:07.081]➜  EOF
2025-08-20T22:45:53.0187033Z [00:02:07.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/channelz=>google.golang.org/grpc@v1.75.0/channelz;$WORK/b204=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid 5e5nrBAxfyRMZEa8sfxX/5e5nrBAxfyRMZEa8sfxX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/channelz/channelz.go
2025-08-20T22:45:53.0429503Z [00:02:07.106]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:45:53.0436057Z [00:02:07.106]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/ec/ecf3ab9df137e7825ae90adbdacfbc9fbfa4b6c5bd4455d5a985192eaef0f9c7-d # internal
2025-08-20T22:45:53.0441866Z [00:02:07.107]➜  google.golang.org/grpc/resolver
2025-08-20T22:45:53.0444802Z [00:02:07.107]➜  mkdir -p $WORK/b233/
2025-08-20T22:45:53.0447138Z [00:02:07.108]➜  cat >/tmp/go-build1671390451/b233/importcfg << 'EOF' # internal
2025-08-20T22:45:53.0448810Z [00:02:07.108]➜  # import config
2025-08-20T22:45:53.0449633Z [00:02:07.108]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.0450268Z [00:02:07.108]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:53.0451410Z [00:02:07.108]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.0452256Z [00:02:07.108]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.0452778Z [00:02:07.108]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1671390451/b210/_pkg_.a
2025-08-20T22:45:53.0453393Z [00:02:07.108]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:53.0454035Z [00:02:07.108]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1671390451/b230/_pkg_.a
2025-08-20T22:45:53.0454675Z [00:02:07.108]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:53.0455288Z [00:02:07.108]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:53.0455794Z [00:02:07.108]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:53.0456213Z [00:02:07.108]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:53.0456631Z [00:02:07.108]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:53.0457062Z [00:02:07.108]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.0457377Z [00:02:07.108]➜  EOF
2025-08-20T22:45:53.0459704Z [00:02:07.108]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/resolver=>google.golang.org/grpc@v1.75.0/resolver;$WORK/b233=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid eE-GeRyCPpBg98hj27iT/eE-GeRyCPpBg98hj27iT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/resolver/resolver.go
2025-08-20T22:45:53.1165767Z [00:02:07.179]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T22:45:53.1195371Z [00:02:07.182]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/fa/fab0504946fabd4189cb7d3cc841997ca5222ed2702b75fb343f0be9e0cf564a-d # internal
2025-08-20T22:45:53.1217611Z [00:02:07.184]➜  google.golang.org/grpc/balancer
2025-08-20T22:45:53.1218022Z [00:02:07.184]➜  mkdir -p $WORK/b203/
2025-08-20T22:45:53.1261980Z [00:02:07.189]➜  cat >/tmp/go-build1671390451/b203/importcfg << 'EOF' # internal
2025-08-20T22:45:53.1262547Z [00:02:07.189]➜  # import config
2025-08-20T22:45:53.1262963Z [00:02:07.189]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.1263598Z [00:02:07.189]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:53.1265058Z [00:02:07.189]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.1266062Z [00:02:07.189]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1671390451/b204/_pkg_.a
2025-08-20T22:45:53.1266914Z [00:02:07.189]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:53.1267818Z [00:02:07.189]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:53.1272436Z [00:02:07.189]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1671390451/b230/_pkg_.a
2025-08-20T22:45:53.1273247Z [00:02:07.189]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:53.1274070Z [00:02:07.189]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:53.1279102Z [00:02:07.189]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:53.1280366Z [00:02:07.189]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.1281042Z [00:02:07.189]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:53.1281560Z [00:02:07.189]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:53.1281978Z [00:02:07.189]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.1282295Z [00:02:07.189]➜  EOF
2025-08-20T22:45:53.1285065Z [00:02:07.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer=>google.golang.org/grpc@v1.75.0/balancer;$WORK/b203=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid q5XWO-kbMQIRO7Guip5L/q5XWO-kbMQIRO7Guip5L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/conn_state_evaluator.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/subconn.go
2025-08-20T22:45:53.1287173Z [00:02:07.190]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T22:45:53.1343691Z [00:02:07.197]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/f3/f3bce68bb87fb8d5e5ea7a781a7ab69646b2161d3ff34285f7eaed71901d2677-d # internal
2025-08-20T22:45:53.1350870Z [00:02:07.198]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T22:45:53.1351315Z [00:02:07.198]➜  mkdir -p $WORK/b261/
2025-08-20T22:45:53.1358357Z [00:02:07.199]➜  cat >/tmp/go-build1671390451/b261/importcfg << 'EOF' # internal
2025-08-20T22:45:53.1359987Z [00:02:07.199]➜  # import config
2025-08-20T22:45:53.1360367Z [00:02:07.199]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.1360911Z [00:02:07.199]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:53.1361417Z [00:02:07.199]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:53.1361742Z [00:02:07.199]➜  EOF
2025-08-20T22:45:53.1363764Z [00:02:07.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/credentials/insecure=>google.golang.org/grpc@v1.75.0/credentials/insecure;$WORK/b261=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid kz8SiFGofgFJ7aDaIZB-/kz8SiFGofgFJ7aDaIZB- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/credentials/insecure/insecure.go
2025-08-20T22:45:53.1567332Z [00:02:07.219]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:45:53.1575869Z [00:02:07.220]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/51/51fdabf848b1b20a9024b66214ab86c54e3b8c1f7c2d3de639918a4ec9abbeb6-d # internal
2025-08-20T22:45:53.1589310Z [00:02:07.222]➜  google.golang.org/grpc/balancer/base
2025-08-20T22:45:53.1591048Z [00:02:07.222]➜  mkdir -p $WORK/b234/
2025-08-20T22:45:53.1592644Z [00:02:07.222]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T22:45:53.1593192Z [00:02:07.222]➜  cat >/tmp/go-build1671390451/b234/importcfg << 'EOF' # internal
2025-08-20T22:45:53.1593545Z [00:02:07.222]➜  # import config
2025-08-20T22:45:53.1593890Z [00:02:07.222]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.1594306Z [00:02:07.222]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.1594833Z [00:02:07.222]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:53.1595670Z [00:02:07.222]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:53.1604649Z [00:02:07.222]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:53.1606423Z [00:02:07.222]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.1606832Z [00:02:07.222]➜  EOF
2025-08-20T22:45:53.1609049Z [00:02:07.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/base=>google.golang.org/grpc@v1.75.0/balancer/base;$WORK/b234=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid UK4tqmRVlHcdSyCjGrSt/UK4tqmRVlHcdSyCjGrSt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/base/base.go
2025-08-20T22:45:53.1611805Z [00:02:07.222]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/a9/a9f6c51965696afd32bbce1b7bf994e0145ad4734eb7c7220efb7ad752809e27-d # internal
2025-08-20T22:45:53.1612434Z [00:02:07.223]➜  google.golang.org/grpc/internal/metadata
2025-08-20T22:45:53.1612741Z [00:02:07.223]➜  mkdir -p $WORK/b280/
2025-08-20T22:45:53.1613118Z [00:02:07.223]➜  cat >/tmp/go-build1671390451/b280/importcfg << 'EOF' # internal
2025-08-20T22:45:53.1613463Z [00:02:07.223]➜  # import config
2025-08-20T22:45:53.1613790Z [00:02:07.223]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.1614292Z [00:02:07.223]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:53.1614875Z [00:02:07.223]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.1615388Z [00:02:07.223]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.1615703Z [00:02:07.223]➜  EOF
2025-08-20T22:45:53.1617657Z [00:02:07.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/metadata=>google.golang.org/grpc@v1.75.0/internal/metadata;$WORK/b280=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid TZ4ijR6XJ52xtwTSdldZ/TZ4ijR6XJ52xtwTSdldZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/metadata/metadata.go
2025-08-20T22:45:53.1824300Z [00:02:07.245]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T22:45:53.1830256Z [00:02:07.246]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/48/48c033a09237a4792c9d81a30f917563b9d7040d74dfc4ac64d08c8a977b4755-d # internal
2025-08-20T22:45:53.1845340Z [00:02:07.247]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T22:45:53.1848055Z [00:02:07.247]➜  mkdir -p $WORK/b282/
2025-08-20T22:45:53.1857033Z [00:02:07.249]➜  cat >/tmp/go-build1671390451/b282/importcfg << 'EOF' # internal
2025-08-20T22:45:53.1858066Z [00:02:07.249]➜  # import config
2025-08-20T22:45:53.1859050Z [00:02:07.249]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:53.1859680Z [00:02:07.249]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.1860632Z [00:02:07.249]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:53.1861286Z [00:02:07.249]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:53.1861864Z [00:02:07.249]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:53.1862468Z [00:02:07.249]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:53.1862981Z [00:02:07.249]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:53.1863413Z [00:02:07.249]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:53.1863841Z [00:02:07.249]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.1864255Z [00:02:07.249]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:53.1864561Z [00:02:07.249]➜  EOF
2025-08-20T22:45:53.1867859Z [00:02:07.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/serviceconfig=>google.golang.org/grpc@v1.75.0/internal/serviceconfig;$WORK/b282=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid tePmkiPHtAHUc47AF_Fh/tePmkiPHtAHUc47AF_Fh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/serviceconfig/serviceconfig.go
2025-08-20T22:45:53.2218043Z [00:02:07.285]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T22:45:53.2229115Z [00:02:07.286]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/6a/6ae01bde4407992d5f0a0e7cfc6e38149961bac3ed98472990041a31835020b3-d # internal
2025-08-20T22:45:53.2242982Z [00:02:07.287]➜  google.golang.org/grpc/internal/resolver
2025-08-20T22:45:53.2265428Z [00:02:07.290]➜  mkdir -p $WORK/b281/
2025-08-20T22:45:53.2275916Z [00:02:07.291]➜  cat >/tmp/go-build1671390451/b281/importcfg << 'EOF' # internal
2025-08-20T22:45:53.2276591Z [00:02:07.291]➜  # import config
2025-08-20T22:45:53.2277087Z [00:02:07.291]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.2278699Z [00:02:07.291]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1671390451/b282/_pkg_.a
2025-08-20T22:45:53.2279357Z [00:02:07.291]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:53.2280377Z [00:02:07.291]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.2280874Z [00:02:07.291]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:53.2281183Z [00:02:07.291]➜  EOF
2025-08-20T22:45:53.2290788Z [00:02:07.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver=>google.golang.org/grpc@v1.75.0/internal/resolver;$WORK/b281=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid aVke6LrCSqVqB-8Q0uh6/aVke6LrCSqVqB-8Q0uh6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/config_selector.go
2025-08-20T22:45:53.2418704Z [00:02:07.305]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T22:45:53.2430262Z [00:02:07.306]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/03/03d4fc68ed7226372c39c5b33e120a96ab77a1eba6af1671f0c895edda3021e7-d # internal
2025-08-20T22:45:53.2466211Z [00:02:07.309]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T22:45:53.2467201Z [00:02:07.309]➜  mkdir -p $WORK/b259/
2025-08-20T22:45:53.2468246Z [00:02:07.310]➜  cat >/tmp/go-build1671390451/b259/importcfg << 'EOF' # internal
2025-08-20T22:45:53.2468905Z [00:02:07.310]➜  # import config
2025-08-20T22:45:53.2469585Z [00:02:07.310]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.2471142Z [00:02:07.310]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:53.2471835Z [00:02:07.310]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1671390451/b234/_pkg_.a
2025-08-20T22:45:53.2472462Z [00:02:07.310]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:53.2473063Z [00:02:07.310]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.2473604Z [00:02:07.310]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:53.2474038Z [00:02:07.310]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:53.2474472Z [00:02:07.310]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:53.2474805Z [00:02:07.310]➜  EOF
2025-08-20T22:45:53.2476962Z [00:02:07.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/endpointsharding=>google.golang.org/grpc@v1.75.0/balancer/endpointsharding;$WORK/b259=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid FmsQhbuqPnIgOlo9RlUw/FmsQhbuqPnIgOlo9RlUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/endpointsharding/endpointsharding.go
2025-08-20T22:45:53.2514225Z [00:02:07.314]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T22:45:53.2519070Z [00:02:07.315]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/eb/ebfec41997b00aaf088ee07189dea5c1843b5eeecc0ad55926ff75045b953be0-d # internal
2025-08-20T22:45:53.2539367Z [00:02:07.317]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T22:45:53.2541355Z [00:02:07.317]➜  mkdir -p $WORK/b267/
2025-08-20T22:45:53.2543323Z [00:02:07.317]➜  cat >/tmp/go-build1671390451/b267/importcfg << 'EOF' # internal
2025-08-20T22:45:53.2544088Z [00:02:07.317]➜  # import config
2025-08-20T22:45:53.2544485Z [00:02:07.317]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:53.2544939Z [00:02:07.317]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.2545356Z [00:02:07.317]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.2545860Z [00:02:07.317]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:53.2546470Z [00:02:07.317]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1671390451/b234/_pkg_.a
2025-08-20T22:45:53.2547109Z [00:02:07.317]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:53.2547712Z [00:02:07.317]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.2548320Z [00:02:07.317]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:53.2548876Z [00:02:07.317]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:53.2549196Z [00:02:07.317]➜  EOF
2025-08-20T22:45:53.2551973Z [00:02:07.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.75.0/internal/balancer/gracefulswitch;$WORK/b267=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid 4EDMmX-e5J9OcY1dIIxo/4EDMmX-e5J9OcY1dIIxo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T22:45:53.3147741Z [00:02:07.378]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T22:45:53.3158493Z [00:02:07.379]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/c9/c9b7343728934d3f524fe0187724d2690d44408e4b02f7bd2b27bc23175f19e6-d # internal
2025-08-20T22:45:53.3165916Z [00:02:07.379]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T22:45:53.3175565Z [00:02:07.380]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/c9/c95b5578e42fcc32504ed836d6d43f6516ae2f0ada99ccffc6a23eec83ce607c-d # internal
2025-08-20T22:45:53.3181210Z [00:02:07.381]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T22:45:53.3181585Z [00:02:07.381]➜  mkdir -p $WORK/b284/
2025-08-20T22:45:53.3200217Z [00:02:07.383]➜  cat >/tmp/go-build1671390451/b284/importcfg << 'EOF' # internal
2025-08-20T22:45:53.3201037Z [00:02:07.383]➜  # import config
2025-08-20T22:45:53.3201871Z [00:02:07.383]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.3202763Z [00:02:07.383]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:53.3203900Z [00:02:07.383]➜  EOF
2025-08-20T22:45:53.3206350Z [00:02:07.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/proxyattributes=>google.golang.org/grpc@v1.75.0/internal/proxyattributes;$WORK/b284=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid fiMf6IMnhcxmzHtgPdNt/fiMf6IMnhcxmzHtgPdNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/proxyattributes/proxyattributes.go
2025-08-20T22:45:53.3209001Z [00:02:07.383]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T22:45:53.3210054Z [00:02:07.383]➜  mkdir -p $WORK/b296/
2025-08-20T22:45:53.3210601Z [00:02:07.383]➜  cat >/tmp/go-build1671390451/b296/importcfg << 'EOF' # internal
2025-08-20T22:45:53.3211379Z [00:02:07.383]➜  # import config
2025-08-20T22:45:53.3212469Z [00:02:07.383]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.3213499Z [00:02:07.383]➜  EOF
2025-08-20T22:45:53.3216213Z [00:02:07.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/networktype=>google.golang.org/grpc@v1.75.0/internal/transport/networktype;$WORK/b296=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid 6OwWrM8XFGQ5DbWTuL9o/6OwWrM8XFGQ5DbWTuL9o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/networktype/networktype.go
2025-08-20T22:45:53.3311066Z [00:02:07.394]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T22:45:53.3316115Z [00:02:07.395]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/a9/a9d43b543bec468b03662a719d4691e1c59e7f495aa82785a6de259f5e918b99-d # internal
2025-08-20T22:45:53.3333910Z [00:02:07.396]➜  google.golang.org/grpc/peer
2025-08-20T22:45:53.3334341Z [00:02:07.396]➜  mkdir -p $WORK/b298/
2025-08-20T22:45:53.3338223Z [00:02:07.397]➜  cat >/tmp/go-build1671390451/b298/importcfg << 'EOF' # internal
2025-08-20T22:45:53.3339398Z [00:02:07.397]➜  # import config
2025-08-20T22:45:53.3339917Z [00:02:07.397]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.3340345Z [00:02:07.397]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.3340863Z [00:02:07.397]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:53.3341394Z [00:02:07.397]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:53.3345781Z [00:02:07.397]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.3346116Z [00:02:07.397]➜  EOF
2025-08-20T22:45:53.3348216Z [00:02:07.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/peer=>google.golang.org/grpc@v1.75.0/peer;$WORK/b298=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid sJuLmwG7NKa1PECj5Vy8/sJuLmwG7NKa1PECj5Vy8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/peer/peer.go
2025-08-20T22:45:53.3374964Z [00:02:07.400]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T22:45:53.3376987Z [00:02:07.400]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/d4/d44613338f7cb8a9b49d829f2e39c84edc243ff40df9b13b0b698c3dab1dc289-d # internal
2025-08-20T22:45:53.3378781Z [00:02:07.401]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T22:45:53.3379140Z [00:02:07.401]➜  mkdir -p $WORK/b301/
2025-08-20T22:45:53.3379607Z [00:02:07.401]➜  cat >/tmp/go-build1671390451/b301/importcfg << 'EOF' # internal
2025-08-20T22:45:53.3379998Z [00:02:07.401]➜  # import config
2025-08-20T22:45:53.3380341Z [00:02:07.401]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.3380860Z [00:02:07.401]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.3381257Z [00:02:07.401]➜  EOF
2025-08-20T22:45:53.3383479Z [00:02:07.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/passthrough=>google.golang.org/grpc@v1.75.0/internal/resolver/passthrough;$WORK/b301=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid oTq1bhRgcJHJS4fL1XM2/oTq1bhRgcJHJS4fL1XM2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/passthrough/passthrough.go
2025-08-20T22:45:53.3565244Z [00:02:07.418]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T22:45:53.3566255Z [00:02:07.419]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/c7/c7fe1801022cad066b72e8c24bf49fed389c667d436927ef4ec6443a07527450-d # internal
2025-08-20T22:45:53.3589894Z [00:02:07.422]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T22:45:53.3591057Z [00:02:07.422]➜  mkdir -p $WORK/b302/
2025-08-20T22:45:53.3594705Z [00:02:07.422]➜  cat >/tmp/go-build1671390451/b302/importcfg << 'EOF' # internal
2025-08-20T22:45:53.3596085Z [00:02:07.423]➜  # import config
2025-08-20T22:45:53.3596954Z [00:02:07.423]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.3597575Z [00:02:07.423]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1671390451/b296/_pkg_.a
2025-08-20T22:45:53.3598285Z [00:02:07.423]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.3598678Z [00:02:07.423]➜  EOF
2025-08-20T22:45:53.3600807Z [00:02:07.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/unix=>google.golang.org/grpc@v1.75.0/internal/resolver/unix;$WORK/b302=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid q79GbTscf_EpGKh5gPes/q79GbTscf_EpGKh5gPes -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/unix/unix.go
2025-08-20T22:45:53.3720201Z [00:02:07.435]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T22:45:53.3725048Z [00:02:07.435]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/9e/9eff1937d08bfe7b0f305e925993aecc0f92d299d5339042c0e0cda513351965-d # internal
2025-08-20T22:45:53.3729509Z [00:02:07.436]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T22:45:53.3729904Z [00:02:07.436]➜  mkdir -p $WORK/b306/
2025-08-20T22:45:53.3731101Z [00:02:07.436]➜  cat >/tmp/go-build1671390451/b306/importcfg << 'EOF' # internal
2025-08-20T22:45:53.3731586Z [00:02:07.436]➜  # import config
2025-08-20T22:45:53.3732030Z [00:02:07.436]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.3732433Z [00:02:07.436]➜  EOF
2025-08-20T22:45:53.3734857Z [00:02:07.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/grpclb/state=>google.golang.org/grpc@v1.75.0/balancer/grpclb/state;$WORK/b306=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid RJwJfrOIey1VxjSTwGcg/RJwJfrOIey1VxjSTwGcg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/grpclb/state/state.go
2025-08-20T22:45:53.3876945Z [00:02:07.451]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T22:45:53.3882713Z [00:02:07.451]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/0c/0c85903ad106837b14b47d413cae6aa881cb9155df5a78bb0bc86aa98901aa93-d # internal
2025-08-20T22:45:53.3893996Z [00:02:07.452]➜  github.com/cpuguy83/go-md2man/v2/md2man
2025-08-20T22:45:53.3894713Z [00:02:07.453]➜  mkdir -p $WORK/b313/
2025-08-20T22:45:53.3899087Z [00:02:07.453]➜  cat >/tmp/go-build1671390451/b313/importcfg << 'EOF' # internal
2025-08-20T22:45:53.3901180Z [00:02:07.453]➜  # import config
2025-08-20T22:45:53.3903465Z [00:02:07.453]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:53.3903994Z [00:02:07.453]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:53.3904410Z [00:02:07.453]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.3904931Z [00:02:07.453]➜  packagefile github.com/russross/blackfriday/v2=/tmp/go-build1671390451/b314/_pkg_.a
2025-08-20T22:45:53.3905869Z [00:02:07.453]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:53.3906278Z [00:02:07.453]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:53.3906687Z [00:02:07.453]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:53.3907114Z [00:02:07.453]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.3907431Z [00:02:07.453]➜  EOF
2025-08-20T22:45:53.3910069Z [00:02:07.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cpuguy83/go-md2man/v2@v2.0.7/md2man=>github.com/cpuguy83/go-md2man/v2@v2.0.7/md2man;$WORK/b313=>" -p github.com/cpuguy83/go-md2man/v2/md2man -lang=go1.12 -complete -installsuffix shared -buildid cEKJC8QEJsJSxvF3KAbR/cEKJC8QEJsJSxvF3KAbR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /root/go/pkg/mod/github.com/cpuguy83/go-md2man/v2@v2.0.7/md2man/debug.go /root/go/pkg/mod/github.com/cpuguy83/go-md2man/v2@v2.0.7/md2man/md2man.go /root/go/pkg/mod/github.com/cpuguy83/go-md2man/v2@v2.0.7/md2man/roff.go
2025-08-20T22:45:53.3970536Z [00:02:07.460]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T22:45:53.3971403Z [00:02:07.460]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/5b/5b73b4adab6896d72de2fa6b435edc025294d614e6d575ff97b9503e57e3918a-d # internal
2025-08-20T22:45:53.4008073Z [00:02:07.464]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T22:45:53.4008468Z [00:02:07.464]➜  mkdir -p $WORK/b305/
2025-08-20T22:45:53.4008868Z [00:02:07.464]➜  cat >/tmp/go-build1671390451/b305/importcfg << 'EOF' # internal
2025-08-20T22:45:53.4009223Z [00:02:07.464]➜  # import config
2025-08-20T22:45:53.4009686Z [00:02:07.464]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.4010159Z [00:02:07.464]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:53.4010599Z [00:02:07.464]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.4011183Z [00:02:07.464]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1671390451/b306/_pkg_.a
2025-08-20T22:45:53.4011844Z [00:02:07.464]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:53.4012471Z [00:02:07.464]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1671390451/b266/_pkg_.a
2025-08-20T22:45:53.4013130Z [00:02:07.464]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1671390451/b212/_pkg_.a
2025-08-20T22:45:53.4014292Z [00:02:07.464]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build1671390451/b307/_pkg_.a
2025-08-20T22:45:53.4015037Z [00:02:07.464]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.4015652Z [00:02:07.464]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:53.4016196Z [00:02:07.464]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:53.4016640Z [00:02:07.464]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:53.4017090Z [00:02:07.464]➜  packagefile net/netip=/tmp/go-build1671390451/b151/_pkg_.a
2025-08-20T22:45:53.4017512Z [00:02:07.464]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:53.4017927Z [00:02:07.464]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:53.4018357Z [00:02:07.464]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.4018784Z [00:02:07.464]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:53.4019190Z [00:02:07.464]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:53.4019643Z [00:02:07.464]➜  EOF
2025-08-20T22:45:53.4021742Z [00:02:07.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/dns=>google.golang.org/grpc@v1.75.0/internal/resolver/dns;$WORK/b305=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid vnRkxRgISm0kKbeMVn7-/vnRkxRgISm0kKbeMVn7- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/dns/dns_resolver.go
2025-08-20T22:45:53.4406331Z [00:02:07.504]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T22:45:53.4416245Z [00:02:07.505]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/64/6439a25d55ac103a9e70b744b50813c041f0f793f36685352e622dd7007baa5c-d # internal
2025-08-20T22:45:53.4481655Z [00:02:07.511]➜  github.com/xrash/smetrics
2025-08-20T22:45:53.4548332Z [00:02:07.518]➜  mkdir -p $WORK/b315/
2025-08-20T22:45:53.4549301Z [00:02:07.518]➜  cat >/tmp/go-build1671390451/b315/importcfg << 'EOF' # internal
2025-08-20T22:45:53.4549864Z [00:02:07.518]➜  # import config
2025-08-20T22:45:53.4550210Z [00:02:07.518]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.4550692Z [00:02:07.518]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:53.4551117Z [00:02:07.518]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.4551431Z [00:02:07.518]➜  EOF
2025-08-20T22:45:53.4555756Z [00:02:07.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1=>github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1;$WORK/b315=>" -p github.com/xrash/smetrics -lang=go1.15 -complete -installsuffix shared -buildid ajzSEzhjVmaTCcVuPwtn/ajzSEzhjVmaTCcVuPwtn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1/doc.go /root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1/hamming.go /root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1/jaro-winkler.go /root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1/jaro.go /root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1/soundex.go /root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1/ukkonen.go /root/go/pkg/mod/github.com/xrash/smetrics@v0.0.0-20240521201337-686a1a2994c1/wagner-fischer.go
2025-08-20T22:45:53.4650887Z [00:02:07.528]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T22:45:53.4658615Z [00:02:07.529]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/6d/6d28e8136cc4269f0969006e5a3dd0402d312de3ce68750ce0ccf8f6e7a11aa7-d # internal
2025-08-20T22:45:53.4662702Z [00:02:07.529]➜  google.golang.org/grpc/resolver/dns
2025-08-20T22:45:53.4663230Z [00:02:07.529]➜  mkdir -p $WORK/b304/
2025-08-20T22:45:53.4664061Z [00:02:07.529]➜  cat >/tmp/go-build1671390451/b304/importcfg << 'EOF' # internal
2025-08-20T22:45:53.4664631Z [00:02:07.529]➜  # import config
2025-08-20T22:45:53.4665312Z [00:02:07.529]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1671390451/b305/_pkg_.a
2025-08-20T22:45:53.4666030Z [00:02:07.529]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:53.4666533Z [00:02:07.529]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:53.4666843Z [00:02:07.529]➜  EOF
2025-08-20T22:45:53.4668767Z [00:02:07.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/resolver/dns=>google.golang.org/grpc@v1.75.0/resolver/dns;$WORK/b304=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid gQpS5ttoCNrvBszAp5LG/gQpS5ttoCNrvBszAp5LG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/resolver/dns/dns_resolver.go
2025-08-20T22:45:53.4890218Z [00:02:07.552]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T22:45:53.4898645Z [00:02:07.553]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/58/5895b8d8b76a682f418a66d9eca298f8ad2305152d3a170a8b1858f4f0c4c691-d # internal
2025-08-20T22:45:53.5049023Z [00:02:07.568]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T22:45:53.5058647Z [00:02:07.569]➜  github.com/urfave/cli/v2
2025-08-20T22:45:53.5060040Z [00:02:07.569]➜  mkdir -p $WORK/b311/
2025-08-20T22:45:53.5071859Z [00:02:07.570]➜  cat >/tmp/go-build1671390451/b311/importcfg << 'EOF' # internal
2025-08-20T22:45:53.5072487Z [00:02:07.570]➜  # import config
2025-08-20T22:45:53.5072990Z [00:02:07.570]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:53.5074729Z [00:02:07.570]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.5075266Z [00:02:07.570]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:53.5075722Z [00:02:07.570]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.5076139Z [00:02:07.570]➜  packagefile flag=/tmp/go-build1671390451/b312/_pkg_.a
2025-08-20T22:45:53.5076586Z [00:02:07.570]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.5077125Z [00:02:07.570]➜  packagefile github.com/cpuguy83/go-md2man/v2/md2man=/tmp/go-build1671390451/b313/_pkg_.a
2025-08-20T22:45:53.5077723Z [00:02:07.570]➜  packagefile github.com/xrash/smetrics=/tmp/go-build1671390451/b315/_pkg_.a
2025-08-20T22:45:53.5078191Z [00:02:07.570]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:53.5078586Z [00:02:07.570]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:53.5079030Z [00:02:07.570]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:53.5079953Z [00:02:07.570]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:53.5080454Z [00:02:07.570]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:53.5080878Z [00:02:07.570]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:53.5081293Z [00:02:07.570]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:53.5081723Z [00:02:07.570]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:53.5082146Z [00:02:07.570]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.5082572Z [00:02:07.570]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:53.5083024Z [00:02:07.570]➜  packagefile text/tabwriter=/tmp/go-build1671390451/b201/_pkg_.a
2025-08-20T22:45:53.5083495Z [00:02:07.570]➜  packagefile text/template=/tmp/go-build1671390451/b182/_pkg_.a
2025-08-20T22:45:53.5084283Z [00:02:07.570]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:53.5084776Z [00:02:07.570]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:53.5085223Z [00:02:07.570]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:53.5085555Z [00:02:07.570]➜  EOF
2025-08-20T22:45:53.5095337Z [00:02:07.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7=>github.com/urfave/cli/v2@v2.27.7;$WORK/b311=>" -p github.com/urfave/cli/v2 -lang=go1.18 -complete -installsuffix shared -buildid Fp_oMiUSpaM8EBIcwLlp/Fp_oMiUSpaM8EBIcwLlp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/app.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/args.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/category.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/cli.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/command.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/context.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/docs.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/errors.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/fish.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_bool.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_duration.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_ext.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_float64.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_float64_slice.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_generic.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_int.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_int64.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_int64_slice.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_int_slice.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_path.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_string.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_string_slice.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_timestamp.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_uint.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_uint64.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_uint64_slice.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/flag_uint_slice.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/funcs.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/help.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/parse.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/sliceflag.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/sort.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/suggestions.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/template.go /root/go/pkg/mod/github.com/urfave/cli/v2@v2.27.7/zz_generated.flags.go
2025-08-20T22:45:53.5104604Z [00:02:07.572]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/c7/c7f93943966e74366cb3158244cc11a60ade7e0878bcd39bd972961a480363ec-d # internal
2025-08-20T22:45:53.5105188Z [00:02:07.573]➜  crypto/mlkem
2025-08-20T22:45:53.5105442Z [00:02:07.573]➜  mkdir -p $WORK/b317/
2025-08-20T22:45:53.5105821Z [00:02:07.574]➜  cat >/tmp/go-build1671390451/b317/importcfg << 'EOF' # internal
2025-08-20T22:45:53.5106187Z [00:02:07.574]➜  # import config
2025-08-20T22:45:53.5106620Z [00:02:07.574]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1671390451/b124/_pkg_.a
2025-08-20T22:45:53.5107013Z [00:02:07.574]➜  EOF
2025-08-20T22:45:53.5110752Z [00:02:07.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b317=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid GI11bdmiG_GokcLD4yPw/GI11bdmiG_GokcLD4yPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T22:45:53.5424223Z [00:02:07.605]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T22:45:53.5437487Z [00:02:07.607]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T22:45:53.5482804Z [00:02:07.611]➜  golang.org/x/crypto/chacha20
2025-08-20T22:45:53.5489988Z [00:02:07.612]➜  mkdir -p $WORK/b318/
2025-08-20T22:45:53.5495492Z [00:02:07.613]➜  echo -n > $WORK/b318/go_asm.h # internal
2025-08-20T22:45:53.5505077Z [00:02:07.614]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20
2025-08-20T22:45:53.5512275Z [00:02:07.614]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b318=>" -I $WORK/b318/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b318/symabis ./chacha_arm64.s
2025-08-20T22:45:53.5567273Z [00:02:07.620]➜  cat >/tmp/go-build1671390451/b318/importcfg << 'EOF' # internal
2025-08-20T22:45:53.5568403Z [00:02:07.620]➜  # import config
2025-08-20T22:45:53.5569892Z [00:02:07.620]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:53.5570480Z [00:02:07.620]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:53.5572112Z [00:02:07.620]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.5573793Z [00:02:07.620]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1671390451/b319/_pkg_.a
2025-08-20T22:45:53.5581268Z [00:02:07.620]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:53.5582249Z [00:02:07.620]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:53.5583047Z [00:02:07.620]➜  EOF
2025-08-20T22:45:53.5583844Z [00:02:07.620]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:53.5586670Z [00:02:07.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b318=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid 42GJfEiFBXyF6MKHeNAX/42GJfEiFBXyF6MKHeNAX -goversion go1.25.0 -symabis $WORK/b318/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack -asmhdr $WORK/b318/go_asm.h /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_arm64.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_generic.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/xor.go
2025-08-20T22:45:53.6136465Z [00:02:07.677]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20
2025-08-20T22:45:53.6138180Z [00:02:07.677]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b318=>" -I $WORK/b318/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b318/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:45:53.6215012Z [00:02:07.684]➜  go tool pack r $WORK/b318/_pkg_.a $WORK/b318/chacha_arm64.o # internal
2025-08-20T22:45:53.6215807Z [00:02:07.684]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T22:45:53.6251422Z [00:02:07.685]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/e3/e38925186abaf515e6d8535c22bcb44cc0f5fed5fc89d91a282ac013b9534bf3-d # internal
2025-08-20T22:45:53.6252238Z [00:02:07.685]➜  golang.org/x/crypto/curve25519
2025-08-20T22:45:53.6253074Z [00:02:07.685]➜  mkdir -p $WORK/b320/
2025-08-20T22:45:53.6253658Z [00:02:07.688]➜  cat >/tmp/go-build1671390451/b320/importcfg << 'EOF' # internal
2025-08-20T22:45:53.6254104Z [00:02:07.688]➜  # import config
2025-08-20T22:45:53.6255057Z [00:02:07.688]➜  packagefile crypto/ecdh=/tmp/go-build1671390451/b105/_pkg_.a
2025-08-20T22:45:53.6255913Z [00:02:07.688]➜  EOF
2025-08-20T22:45:53.6256456Z [00:02:07.688]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:53.6259096Z [00:02:07.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519=>golang.org/x/crypto@v0.40.0/curve25519;$WORK/b320=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid c9tctAdSDlsQEUPOXKTn/c9tctAdSDlsQEUPOXKTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519/curve25519.go
2025-08-20T22:45:53.6485918Z [00:02:07.711]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T22:45:53.6493498Z [00:02:07.712]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/42/421117b5c9df596f4340beb22e52d745123f54c77bb80e31fdf6c69aafe8aa64-d # internal
2025-08-20T22:45:53.6494973Z [00:02:07.712]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T22:45:53.6495842Z [00:02:07.712]➜  mkdir -p $WORK/b321/
2025-08-20T22:45:53.6496698Z [00:02:07.712]➜  cat >/tmp/go-build1671390451/b321/importcfg << 'EOF' # internal
2025-08-20T22:45:53.6497200Z [00:02:07.712]➜  # import config
2025-08-20T22:45:53.6497794Z [00:02:07.712]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:53.6498382Z [00:02:07.712]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:53.6498965Z [00:02:07.712]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:53.6499963Z [00:02:07.712]➜  EOF
2025-08-20T22:45:53.6502818Z [00:02:07.712]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305=>golang.org/x/crypto@v0.40.0/internal/poly1305;$WORK/b321=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid ouoRjGOYYrebUmmZg-oQ/ouoRjGOYYrebUmmZg-oQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/mac_noasm.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/poly1305.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_generic.go
2025-08-20T22:45:53.7557043Z [00:02:07.818]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T22:45:53.7569828Z [00:02:07.820]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/c6/c68f06c94b9c992414ecfa4a97bab499a4118c6102563aafd81722306b89a127-d # internal
2025-08-20T22:45:53.7576827Z [00:02:07.821]➜  golang.org/x/crypto/blowfish
2025-08-20T22:45:53.7582351Z [00:02:07.821]➜  mkdir -p $WORK/b323/
2025-08-20T22:45:53.7592098Z [00:02:07.822]➜  cat >/tmp/go-build1671390451/b323/importcfg << 'EOF' # internal
2025-08-20T22:45:53.7592541Z [00:02:07.822]➜  # import config
2025-08-20T22:45:53.7592895Z [00:02:07.822]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:53.7593215Z [00:02:07.822]➜  EOF
2025-08-20T22:45:53.7603057Z [00:02:07.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish=>golang.org/x/crypto@v0.40.0/blowfish;$WORK/b323=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid YmfktxKqOhGPKVAK1vAm/YmfktxKqOhGPKVAK1vAm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/block.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/cipher.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/const.go
2025-08-20T22:45:53.8265067Z [00:02:07.889]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T22:45:53.8275901Z [00:02:07.891]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/b0/b0c9fd47f4a83966d7e9df0751694af8b2f138885ac6e0f6404518b412e1688d-d # internal
2025-08-20T22:45:53.8283566Z [00:02:07.891]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T22:45:53.8290763Z [00:02:07.892]➜  mkdir -p $WORK/b322/
2025-08-20T22:45:53.8298163Z [00:02:07.893]➜  cat >/tmp/go-build1671390451/b322/importcfg << 'EOF' # internal
2025-08-20T22:45:53.8299180Z [00:02:07.893]➜  # import config
2025-08-20T22:45:53.8300320Z [00:02:07.893]➜  packagefile crypto/sha512=/tmp/go-build1671390451/b116/_pkg_.a
2025-08-20T22:45:53.8301178Z [00:02:07.893]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.8302028Z [00:02:07.893]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1671390451/b323/_pkg_.a
2025-08-20T22:45:53.8302632Z [00:02:07.893]➜  EOF
2025-08-20T22:45:53.8309830Z [00:02:07.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf;$WORK/b322=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid s8W_HvjWcC-yhbngGsdx/s8W_HvjWcC-yhbngGsdx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T22:45:53.8738601Z [00:02:07.935]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T22:45:53.8743036Z [00:02:07.937]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/eb/eb9f5f015678193b3441bf9a84ba4b7a4514ef1ca751f9983eb53a336610505a-d # internal
2025-08-20T22:45:53.8765450Z [00:02:07.939]➜  golang.org/x/crypto/ssh
2025-08-20T22:45:53.8766220Z [00:02:07.940]➜  mkdir -p $WORK/b316/
2025-08-20T22:45:53.8769762Z [00:02:07.940]➜  cat >/tmp/go-build1671390451/b316/importcfg << 'EOF' # internal
2025-08-20T22:45:53.8770839Z [00:02:07.940]➜  # import config
2025-08-20T22:45:53.8771494Z [00:02:07.940]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:53.8772194Z [00:02:07.940]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:53.8773097Z [00:02:07.940]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:53.8773954Z [00:02:07.940]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:53.8780322Z [00:02:07.940]➜  packagefile crypto/aes=/tmp/go-build1671390451/b103/_pkg_.a
2025-08-20T22:45:53.8781183Z [00:02:07.940]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:53.8809840Z [00:02:07.940]➜  packagefile crypto/des=/tmp/go-build1671390451/b104/_pkg_.a
2025-08-20T22:45:53.8810399Z [00:02:07.940]➜  packagefile crypto/dsa=/tmp/go-build1671390451/b141/_pkg_.a
2025-08-20T22:45:53.8810863Z [00:02:07.940]➜  packagefile crypto/ecdsa=/tmp/go-build1671390451/b109/_pkg_.a
2025-08-20T22:45:53.8811336Z [00:02:07.940]➜  packagefile crypto/ed25519=/tmp/go-build1671390451/b042/_pkg_.a
2025-08-20T22:45:53.8811811Z [00:02:07.940]➜  packagefile crypto/elliptic=/tmp/go-build1671390451/b110/_pkg_.a
2025-08-20T22:45:53.8812300Z [00:02:07.940]➜  packagefile crypto/hmac=/tmp/go-build1671390451/b123/_pkg_.a
2025-08-20T22:45:53.8812754Z [00:02:07.940]➜  packagefile crypto/md5=/tmp/go-build1671390451/b099/_pkg_.a
2025-08-20T22:45:53.8813208Z [00:02:07.940]➜  packagefile crypto/mlkem=/tmp/go-build1671390451/b317/_pkg_.a
2025-08-20T22:45:53.8820819Z [00:02:07.940]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:53.8826176Z [00:02:07.940]➜  packagefile crypto/rc4=/tmp/go-build1671390451/b133/_pkg_.a
2025-08-20T22:45:53.8831864Z [00:02:07.940]➜  packagefile crypto/rsa=/tmp/go-build1671390451/b134/_pkg_.a
2025-08-20T22:45:53.8845885Z [00:02:07.940]➜  packagefile crypto/sha1=/tmp/go-build1671390451/b136/_pkg_.a
2025-08-20T22:45:53.8851461Z [00:02:07.940]➜  packagefile crypto/sha256=/tmp/go-build1671390451/b137/_pkg_.a
2025-08-20T22:45:53.8854978Z [00:02:07.940]➜  packagefile crypto/sha512=/tmp/go-build1671390451/b116/_pkg_.a
2025-08-20T22:45:53.8855493Z [00:02:07.940]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:53.8855953Z [00:02:07.940]➜  packagefile crypto/x509=/tmp/go-build1671390451/b140/_pkg_.a
2025-08-20T22:45:53.8856410Z [00:02:07.940]➜  packagefile encoding/asn1=/tmp/go-build1671390451/b118/_pkg_.a
2025-08-20T22:45:53.8856881Z [00:02:07.940]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:53.8857361Z [00:02:07.940]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:53.8857842Z [00:02:07.940]➜  packagefile encoding/hex=/tmp/go-build1671390451/b143/_pkg_.a
2025-08-20T22:45:53.8858308Z [00:02:07.940]➜  packagefile encoding/pem=/tmp/go-build1671390451/b144/_pkg_.a
2025-08-20T22:45:53.8858747Z [00:02:07.940]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:53.8859159Z [00:02:07.940]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:53.8859832Z [00:02:07.940]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1671390451/b318/_pkg_.a
2025-08-20T22:45:53.8860815Z [00:02:07.940]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1671390451/b320/_pkg_.a
2025-08-20T22:45:53.8861435Z [00:02:07.940]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1671390451/b321/_pkg_.a
2025-08-20T22:45:53.8862106Z [00:02:07.940]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1671390451/b322/_pkg_.a
2025-08-20T22:45:53.8862652Z [00:02:07.940]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:53.8863068Z [00:02:07.940]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:53.8863467Z [00:02:07.940]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:53.8863875Z [00:02:07.940]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:53.8864296Z [00:02:07.940]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:53.8864740Z [00:02:07.940]➜  packagefile math/rand=/tmp/go-build1671390451/b098/_pkg_.a
2025-08-20T22:45:53.8865168Z [00:02:07.940]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:53.8865571Z [00:02:07.940]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:53.8865985Z [00:02:07.940]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:53.8866412Z [00:02:07.940]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:53.8866835Z [00:02:07.940]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:53.8867257Z [00:02:07.940]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:53.8867674Z [00:02:07.940]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:53.8868102Z [00:02:07.940]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:53.8868519Z [00:02:07.940]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:53.8868956Z [00:02:07.940]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:53.8869399Z [00:02:07.940]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:53.8871786Z [00:02:07.940]➜  EOF
2025-08-20T22:45:53.8878084Z [00:02:07.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh=>golang.org/x/crypto@v0.40.0/ssh;$WORK/b316=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid bkqA6_t8PFPw4ROdhnNo/bkqA6_t8PFPw4ROdhnNo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/buffer.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/certs.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/channel.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/cipher.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client_auth.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/common.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/connection.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/doc.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/handshake.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/kex.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/keys.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mac.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/messages.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mlkem.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mux.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/server.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/session.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/ssh_gss.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/sshpiper.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/streamlocal.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/tcpip.go /tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/transport.go
2025-08-20T22:45:53.9335256Z [00:02:07.996]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T22:45:53.9500597Z [00:02:08.013]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/c1/c12a21ff8a83bfcf2ee6faf0aaadc6b32f5792e0db2d1d4ac4e3d0c99ba21426-d # internal
2025-08-20T22:45:53.9508595Z [00:02:08.013]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T22:45:53.9509380Z [00:02:08.013]➜  mkdir -p $WORK/b252/
2025-08-20T22:45:53.9509931Z [00:02:08.014]➜  cat >/tmp/go-build1671390451/b252/importcfg << 'EOF' # internal
2025-08-20T22:45:53.9510280Z [00:02:08.014]➜  # import config
2025-08-20T22:45:53.9510773Z [00:02:08.014]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1671390451/b244/_pkg_.a
2025-08-20T22:45:53.9511468Z [00:02:08.014]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1671390451/b242/_pkg_.a
2025-08-20T22:45:53.9512160Z [00:02:08.014]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1671390451/b253/_pkg_.a
2025-08-20T22:45:53.9512859Z [00:02:08.014]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:53.9513579Z [00:02:08.014]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:53.9514160Z [00:02:08.014]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:53.9514475Z [00:02:08.014]➜  EOF
2025-08-20T22:45:53.9516519Z [00:02:08.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype=>google.golang.org/protobuf@v1.36.7/internal/filetype;$WORK/b252=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.22 -complete -installsuffix shared -buildid JaKT9MX8eYH_ClAmTdRv/JaKT9MX8eYH_ClAmTdRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/internal/filetype/build.go
2025-08-20T22:45:53.9999232Z [00:02:08.063]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T22:45:54.0013523Z [00:02:08.064]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/83/833251d50fccb5f9d78b52743e4b42176c02726721df6eb946da0cf56bf63eac-d # internal
2025-08-20T22:45:54.0080785Z [00:02:08.071]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T22:45:54.0081292Z [00:02:08.071]➜  mkdir -p $WORK/b251/
2025-08-20T22:45:54.0086173Z [00:02:08.072]➜  cat >/tmp/go-build1671390451/b251/importcfg << 'EOF' # internal
2025-08-20T22:45:54.0086822Z [00:02:08.072]➜  # import config
2025-08-20T22:45:54.0088050Z [00:02:08.072]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1671390451/b242/_pkg_.a
2025-08-20T22:45:54.0088920Z [00:02:08.072]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build1671390451/b252/_pkg_.a
2025-08-20T22:45:54.0090132Z [00:02:08.072]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1671390451/b253/_pkg_.a
2025-08-20T22:45:54.0091017Z [00:02:08.072]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1671390451/b256/_pkg_.a
2025-08-20T22:45:54.0091999Z [00:02:08.072]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build1671390451/b257/_pkg_.a
2025-08-20T22:45:54.0097539Z [00:02:08.072]➜  EOF
2025-08-20T22:45:54.0106882Z [00:02:08.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl=>google.golang.org/protobuf@v1.36.7/runtime/protoimpl;$WORK/b251=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.22 -complete -installsuffix shared -buildid TnbFMzdcG51NFnqOFmiD/TnbFMzdcG51NFnqOFmiD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/runtime/protoimpl/version.go
2025-08-20T22:45:54.0408123Z [00:02:08.104]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T22:45:54.0440595Z [00:02:08.107]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/a1/a15019088da941f73a367641bae50ba53a6e2df95fa75c7e99b11b60ada0e594-d # internal
2025-08-20T22:45:54.0441659Z [00:02:08.107]➜  google.golang.org/protobuf/protoadapt
2025-08-20T22:45:54.0442111Z [00:02:08.107]➜  mkdir -p $WORK/b250/
2025-08-20T22:45:54.0454520Z [00:02:08.108]➜  cat >/tmp/go-build1671390451/b250/importcfg << 'EOF' # internal
2025-08-20T22:45:54.0455288Z [00:02:08.108]➜  # import config
2025-08-20T22:45:54.0456476Z [00:02:08.108]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:54.0457429Z [00:02:08.108]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1671390451/b227/_pkg_.a
2025-08-20T22:45:54.0458422Z [00:02:08.108]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:54.0459051Z [00:02:08.108]➜  EOF
2025-08-20T22:45:54.0461705Z [00:02:08.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt=>google.golang.org/protobuf@v1.36.7/protoadapt;$WORK/b250=>" -p google.golang.org/protobuf/protoadapt -lang=go1.22 -complete -installsuffix shared -buildid 4qW8hkxKJSATbmg4feJ5/4qW8hkxKJSATbmg4feJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/protoadapt/convert.go
2025-08-20T22:45:54.0844677Z [00:02:08.147]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T22:45:54.0853027Z [00:02:08.148]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/eb/eb4b756a328ecbec6202061d5ab72861762aa203fa0dd878b748699a19f5b3c6-d # internal
2025-08-20T22:45:54.0883069Z [00:02:08.151]➜  google.golang.org/grpc/internal/pretty
2025-08-20T22:45:54.0884463Z [00:02:08.151]➜  mkdir -p $WORK/b239/
2025-08-20T22:45:54.0889869Z [00:02:08.152]➜  cat >/tmp/go-build1671390451/b239/importcfg << 'EOF' # internal
2025-08-20T22:45:54.0891262Z [00:02:08.152]➜  # import config
2025-08-20T22:45:54.0891676Z [00:02:08.152]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:54.0892131Z [00:02:08.152]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:54.0892571Z [00:02:08.152]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.0893161Z [00:02:08.152]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1671390451/b240/_pkg_.a
2025-08-20T22:45:54.0893830Z [00:02:08.152]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1671390451/b250/_pkg_.a
2025-08-20T22:45:54.0894246Z [00:02:08.152]➜  EOF
2025-08-20T22:45:54.0896556Z [00:02:08.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/pretty=>google.golang.org/grpc@v1.75.0/internal/pretty;$WORK/b239=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid UDQuKWBvHZvad9Op3VLm/UDQuKWBvHZvad9Op3VLm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/pretty/pretty.go
2025-08-20T22:45:54.1302557Z [00:02:08.193]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T22:45:54.1308194Z [00:02:08.194]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/d9/d9ab1858d2125fc5739ea49b42fb8574798b0da902389d35555cbaa59290a50e-d # internal
2025-08-20T22:45:54.1312989Z [00:02:08.194]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T22:45:54.1315283Z [00:02:08.194]➜  mkdir -p $WORK/b237/
2025-08-20T22:45:54.1315747Z [00:02:08.194]➜  cat >/tmp/go-build1671390451/b237/importcfg << 'EOF' # internal
2025-08-20T22:45:54.1317744Z [00:02:08.194]➜  # import config
2025-08-20T22:45:54.1318143Z [00:02:08.195]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:54.1318598Z [00:02:08.195]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:54.1319023Z [00:02:08.195]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.1319619Z [00:02:08.195]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:54.1320358Z [00:02:08.195]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1671390451/b236/_pkg_.a
2025-08-20T22:45:54.1321460Z [00:02:08.195]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:54.1322115Z [00:02:08.195]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1671390451/b230/_pkg_.a
2025-08-20T22:45:54.1322732Z [00:02:08.195]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:54.1323357Z [00:02:08.195]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1671390451/b212/_pkg_.a
2025-08-20T22:45:54.1324022Z [00:02:08.195]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1671390451/b238/_pkg_.a
2025-08-20T22:45:54.1324665Z [00:02:08.195]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1671390451/b239/_pkg_.a
2025-08-20T22:45:54.1325274Z [00:02:08.195]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:54.1325884Z [00:02:08.195]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:54.1326403Z [00:02:08.195]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:54.1326823Z [00:02:08.195]➜  packagefile net/netip=/tmp/go-build1671390451/b151/_pkg_.a
2025-08-20T22:45:54.1327247Z [00:02:08.195]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.1327654Z [00:02:08.195]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.1327962Z [00:02:08.195]➜  EOF
2025-08-20T22:45:54.1333736Z [00:02:08.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/pickfirst/pickfirstleaf=>google.golang.org/grpc@v1.75.0/balancer/pickfirst/pickfirstleaf;$WORK/b237=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid eQZrmliFFvRxA2PW6bt3/eQZrmliFFvRxA2PW6bt3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T22:45:54.2250735Z [00:02:08.288]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T22:45:54.2480961Z [00:02:08.311]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/05/056ed37440523da182628309824e42f9bea900c5ce81924058ea2c7a15d77f0c-d # internal
2025-08-20T22:45:54.2597040Z [00:02:08.322]➜  google.golang.org/grpc/encoding/proto
2025-08-20T22:45:54.2598291Z [00:02:08.323]➜  mkdir -p $WORK/b265/
2025-08-20T22:45:54.2599871Z [00:02:08.323]➜  cat >/tmp/go-build1671390451/b265/importcfg << 'EOF' # internal
2025-08-20T22:45:54.2600583Z [00:02:08.323]➜  # import config
2025-08-20T22:45:54.2602960Z [00:02:08.323]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.2603934Z [00:02:08.323]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1671390451/b262/_pkg_.a
2025-08-20T22:45:54.2604701Z [00:02:08.323]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1671390451/b264/_pkg_.a
2025-08-20T22:45:54.2606089Z [00:02:08.323]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:54.2606722Z [00:02:08.323]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1671390451/b250/_pkg_.a
2025-08-20T22:45:54.2607138Z [00:02:08.323]➜  EOF
2025-08-20T22:45:54.2609041Z [00:02:08.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/encoding/proto=>google.golang.org/grpc@v1.75.0/encoding/proto;$WORK/b265=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid _Em2ziseUjSSptG6IPf3/_Em2ziseUjSSptG6IPf3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/encoding/proto/proto.go
2025-08-20T22:45:54.2787526Z [00:02:08.341]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T22:45:54.2896878Z [00:02:08.352]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/d2/d281e7624e5c8eaa53b6943ba0219ed40bf2f6ed2b1ab4c5341045498a3f1ecc-d # internal
2025-08-20T22:45:54.2945587Z [00:02:08.357]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T22:45:54.2946964Z [00:02:08.357]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T22:45:54.2948896Z [00:02:08.357]➜  mkdir -p $WORK/b235/
2025-08-20T22:45:54.2949906Z [00:02:08.358]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/b7/b78d844fef0648cf16ad935470d233510a94fc73fc51d9ff0e3949e2683d6bca-d # internal
2025-08-20T22:45:54.2961566Z [00:02:08.359]➜  cat >/tmp/go-build1671390451/b235/importcfg << 'EOF' # internal
2025-08-20T22:45:54.2962188Z [00:02:08.359]➜  # import config
2025-08-20T22:45:54.2962661Z [00:02:08.359]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:54.2963709Z [00:02:08.359]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:54.2964296Z [00:02:08.359]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.2965527Z [00:02:08.359]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:54.2966228Z [00:02:08.359]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1671390451/b236/_pkg_.a
2025-08-20T22:45:54.2967006Z [00:02:08.359]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1671390451/b237/_pkg_.a
2025-08-20T22:45:54.2967706Z [00:02:08.359]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:54.2968319Z [00:02:08.359]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:54.2968984Z [00:02:08.359]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1671390451/b212/_pkg_.a
2025-08-20T22:45:54.2969762Z [00:02:08.359]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1671390451/b238/_pkg_.a
2025-08-20T22:45:54.2970469Z [00:02:08.359]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1671390451/b239/_pkg_.a
2025-08-20T22:45:54.2971092Z [00:02:08.359]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:54.2971701Z [00:02:08.359]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:54.2972240Z [00:02:08.359]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:54.2972574Z [00:02:08.359]➜  EOF
2025-08-20T22:45:54.2975002Z [00:02:08.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/pickfirst=>google.golang.org/grpc@v1.75.0/balancer/pickfirst;$WORK/b235=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid fzzaPCPfGdHEkTRuQojB/fzzaPCPfGdHEkTRuQojB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/pickfirst/pickfirst.go
2025-08-20T22:45:54.2985949Z [00:02:08.362]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T22:45:54.2986596Z [00:02:08.362]➜  mkdir -p $WORK/b258/
2025-08-20T22:45:54.2987333Z [00:02:08.362]➜  cat >/tmp/go-build1671390451/b258/importcfg << 'EOF' # internal
2025-08-20T22:45:54.2987953Z [00:02:08.362]➜  # import config
2025-08-20T22:45:54.2988768Z [00:02:08.362]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.2989650Z [00:02:08.362]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:54.2990548Z [00:02:08.362]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1671390451/b259/_pkg_.a
2025-08-20T22:45:54.2991499Z [00:02:08.362]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1671390451/b237/_pkg_.a
2025-08-20T22:45:54.2992336Z [00:02:08.362]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:54.2993477Z [00:02:08.362]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1671390451/b238/_pkg_.a
2025-08-20T22:45:54.2994051Z [00:02:08.362]➜  EOF
2025-08-20T22:45:54.2996168Z [00:02:08.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/roundrobin=>google.golang.org/grpc@v1.75.0/balancer/roundrobin;$WORK/b258=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid IZ9cTNmI8e_cc1-UGGzP/IZ9cTNmI8e_cc1-UGGzP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer/roundrobin/roundrobin.go
2025-08-20T22:45:54.3330921Z [00:02:08.396]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T22:45:54.3331441Z [00:02:08.396]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T22:45:54.3332113Z [00:02:08.396]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/4e/4ef44d3927f81a8d11bdae9c2d6e681dd75651699e2058c75fe3356e7682b60a-d # internal
2025-08-20T22:45:54.3332788Z [00:02:08.396]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T22:45:54.3333126Z [00:02:08.396]➜  mkdir -p $WORK/b271/
2025-08-20T22:45:54.3344592Z [00:02:08.397]➜  cat >/tmp/go-build1671390451/b271/importcfg << 'EOF' # internal
2025-08-20T22:45:54.3345800Z [00:02:08.397]➜  # import config
2025-08-20T22:45:54.3346799Z [00:02:08.397]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:54.3348399Z [00:02:08.397]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:54.3349332Z [00:02:08.397]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:54.3350559Z [00:02:08.397]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:54.3351338Z [00:02:08.397]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.3352249Z [00:02:08.397]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.3352842Z [00:02:08.397]➜  EOF
2025-08-20T22:45:54.3355591Z [00:02:08.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb=>google.golang.org/protobuf@v1.36.7/types/known/durationpb;$WORK/b271=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.22 -complete -installsuffix shared -buildid iIHE7WPD1eYRlWrXrhY0/iIHE7WPD1eYRlWrXrhY0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/durationpb/duration.pb.go
2025-08-20T22:45:54.3365962Z [00:02:08.399]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/1f/1f8e71ef0003e255d3f2f77f7c8512364a496bf6659dac8cce2bdb6d84277d32-d # internal
2025-08-20T22:45:54.3373659Z [00:02:08.400]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T22:45:54.3374662Z [00:02:08.400]➜  mkdir -p $WORK/b272/
2025-08-20T22:45:54.3392660Z [00:02:08.402]➜  cat >/tmp/go-build1671390451/b272/importcfg << 'EOF' # internal
2025-08-20T22:45:54.3393284Z [00:02:08.402]➜  # import config
2025-08-20T22:45:54.3393890Z [00:02:08.402]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:54.3395096Z [00:02:08.402]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:54.3395953Z [00:02:08.402]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:54.3396721Z [00:02:08.402]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.3397994Z [00:02:08.402]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.3398311Z [00:02:08.402]➜  EOF
2025-08-20T22:45:54.3400633Z [00:02:08.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb=>google.golang.org/protobuf@v1.36.7/types/known/timestamppb;$WORK/b272=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.22 -complete -installsuffix shared -buildid RJxUXewO0XQkrbW2bIim/RJxUXewO0XQkrbW2bIim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/timestamppb/timestamp.pb.go
2025-08-20T22:45:54.3830441Z [00:02:08.446]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T22:45:54.3840913Z [00:02:08.447]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/ec/ec93881c157da5ab6bdc22c2b0235de72ec281e9465005bdb4a61166e19c6aa1-d # internal
2025-08-20T22:45:54.3854538Z [00:02:08.448]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T22:45:54.3855749Z [00:02:08.449]➜  mkdir -p $WORK/b275/
2025-08-20T22:45:54.3860007Z [00:02:08.449]➜  cat >/tmp/go-build1671390451/b275/importcfg << 'EOF' # internal
2025-08-20T22:45:54.3861488Z [00:02:08.449]➜  # import config
2025-08-20T22:45:54.3861972Z [00:02:08.449]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:54.3862648Z [00:02:08.449]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:54.3863374Z [00:02:08.449]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:54.3864129Z [00:02:08.449]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:54.3864707Z [00:02:08.449]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:54.3865141Z [00:02:08.449]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:54.3865559Z [00:02:08.449]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.3865869Z [00:02:08.449]➜  EOF
2025-08-20T22:45:54.3867891Z [00:02:08.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb=>google.golang.org/protobuf@v1.36.7/types/known/anypb;$WORK/b275=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.22 -complete -installsuffix shared -buildid sBiu7LdXMw-cNmVo-6nZ/sBiu7LdXMw-cNmVo-6nZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.7/types/known/anypb/any.pb.go
2025-08-20T22:45:54.4349753Z [00:02:08.498]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T22:45:54.4418182Z [00:02:08.505]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/cf/cf672029bc18a71524f5d6cd819350a7825b08019dc080f48e301046a81059e0-d # internal
2025-08-20T22:45:54.4438986Z [00:02:08.507]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T22:45:54.4440093Z [00:02:08.507]➜  mkdir -p $WORK/b270/
2025-08-20T22:45:54.4440846Z [00:02:08.507]➜  cat >/tmp/go-build1671390451/b270/importcfg << 'EOF' # internal
2025-08-20T22:45:54.4441453Z [00:02:08.507]➜  # import config
2025-08-20T22:45:54.4442547Z [00:02:08.507]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:54.4443312Z [00:02:08.507]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:54.4444043Z [00:02:08.507]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1671390451/b271/_pkg_.a
2025-08-20T22:45:54.4444784Z [00:02:08.507]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1671390451/b272/_pkg_.a
2025-08-20T22:45:54.4445381Z [00:02:08.507]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:54.4445802Z [00:02:08.507]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.4446108Z [00:02:08.507]➜  EOF
2025-08-20T22:45:54.4448216Z [00:02:08.507]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.75.0/binarylog/grpc_binarylog_v1;$WORK/b270=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid AxWqgO0AtsKS2Hao54ar/AxWqgO0AtsKS2Hao54ar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T22:45:54.4555591Z [00:02:08.518]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T22:45:54.4566326Z [00:02:08.520]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/b9/b9386445baa6296e8767e90fbfa730857b57125fe9f4181ec617be77f3053454-d # internal
2025-08-20T22:45:54.4573795Z [00:02:08.520]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T22:45:54.4574686Z [00:02:08.521]➜  mkdir -p $WORK/b274/
2025-08-20T22:45:54.4585658Z [00:02:08.522]➜  cat >/tmp/go-build1671390451/b274/importcfg << 'EOF' # internal
2025-08-20T22:45:54.4586051Z [00:02:08.522]➜  # import config
2025-08-20T22:45:54.4586594Z [00:02:08.522]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:54.4587304Z [00:02:08.522]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:54.4587999Z [00:02:08.522]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1671390451/b275/_pkg_.a
2025-08-20T22:45:54.4588547Z [00:02:08.522]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:54.4588983Z [00:02:08.522]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.4589294Z [00:02:08.522]➜  EOF
2025-08-20T22:45:54.4592700Z [00:02:08.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250707201910-8d1bb00bc6a7/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250707201910-8d1bb00bc6a7/status;$WORK/b274=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid Z9nAH6QOUuhP0ixcAT4e/Z9nAH6QOUuhP0ixcAT4e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250707201910-8d1bb00bc6a7/status/status.pb.go
2025-08-20T22:45:54.5158053Z [00:02:08.579]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T22:45:54.5175119Z [00:02:08.580]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/18/1891925022d1231f7b6f9b2863ded7402dae70087dc421ea85cf9bb0955351fd-d # internal
2025-08-20T22:45:54.5176211Z [00:02:08.580]➜  google.golang.org/grpc/internal/status
2025-08-20T22:45:54.5181107Z [00:02:08.580]➜  mkdir -p $WORK/b276/
2025-08-20T22:45:54.5181595Z [00:02:08.581]➜  cat >/tmp/go-build1671390451/b276/importcfg << 'EOF' # internal
2025-08-20T22:45:54.5181949Z [00:02:08.581]➜  # import config
2025-08-20T22:45:54.5182329Z [00:02:08.581]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:54.5182743Z [00:02:08.581]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.5183348Z [00:02:08.581]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1671390451/b274/_pkg_.a
2025-08-20T22:45:54.5183991Z [00:02:08.581]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:54.5184574Z [00:02:08.581]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:54.5185203Z [00:02:08.581]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1671390451/b250/_pkg_.a
2025-08-20T22:45:54.5185876Z [00:02:08.581]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1671390451/b275/_pkg_.a
2025-08-20T22:45:54.5186314Z [00:02:08.581]➜  EOF
2025-08-20T22:45:54.5188236Z [00:02:08.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/status=>google.golang.org/grpc@v1.75.0/internal/status;$WORK/b276=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid tFPje5MtvXg43bX0Poxg/tFPje5MtvXg43bX0Poxg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/status/status.go
2025-08-20T22:45:54.5770911Z [00:02:08.640]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T22:45:54.5780866Z [00:02:08.641]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/92/9276a6ae8d6a724d20320fddf22254d73d3d6813fd1764e39c7ad24e3f12b8ac-d # internal
2025-08-20T22:45:54.5820001Z [00:02:08.644]➜  google.golang.org/grpc/status
2025-08-20T22:45:54.5821387Z [00:02:08.644]➜  mkdir -p $WORK/b273/
2025-08-20T22:45:54.5830378Z [00:02:08.645]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T22:45:54.5831012Z [00:02:08.645]➜  cat >/tmp/go-build1671390451/b273/importcfg << 'EOF' # internal
2025-08-20T22:45:54.5831371Z [00:02:08.645]➜  # import config
2025-08-20T22:45:54.5831714Z [00:02:08.645]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:54.5832171Z [00:02:08.645]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:54.5832578Z [00:02:08.645]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.5833153Z [00:02:08.645]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1671390451/b274/_pkg_.a
2025-08-20T22:45:54.5833794Z [00:02:08.645]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:54.5834415Z [00:02:08.645]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1671390451/b276/_pkg_.a
2025-08-20T22:45:54.5834828Z [00:02:08.645]➜  EOF
2025-08-20T22:45:54.5836597Z [00:02:08.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/status=>google.golang.org/grpc@v1.75.0/status;$WORK/b273=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid IWaQQt5z0jBu8ObkDI2H/IWaQQt5z0jBu8ObkDI2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/status/status.go
2025-08-20T22:45:54.5905812Z [00:02:08.653]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/ed/ed8a8404dca7c8536fe96038a19e2d8804212d4a1a78999e6259121adec2155a-d # internal
2025-08-20T22:45:54.5911022Z [00:02:08.654]➜  golang.org/x/term
2025-08-20T22:45:54.5911360Z [00:02:08.654]➜  mkdir -p $WORK/b324/
2025-08-20T22:45:54.5934890Z [00:02:08.654]➜  cat >/tmp/go-build1671390451/b324/importcfg << 'EOF' # internal
2025-08-20T22:45:54.5935328Z [00:02:08.654]➜  # import config
2025-08-20T22:45:54.5935677Z [00:02:08.654]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:54.5936092Z [00:02:08.654]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.5936564Z [00:02:08.654]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1671390451/b162/_pkg_.a
2025-08-20T22:45:54.5937022Z [00:02:08.654]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:54.5937459Z [00:02:08.654]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:54.5937885Z [00:02:08.654]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:54.5938301Z [00:02:08.654]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.5938735Z [00:02:08.654]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:54.5939069Z [00:02:08.654]➜  EOF
2025-08-20T22:45:54.5941541Z [00:02:08.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.33.0=>golang.org/x/term@v0.33.0;$WORK/b324=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid BmhTCTbB2Tki6Jd_CEf-/BmhTCTbB2Tki6Jd_CEf- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.33.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/terminal.go
2025-08-20T22:45:54.6561025Z [00:02:08.719]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T22:45:54.6570781Z [00:02:08.720]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/d1/d1cdddf0323425740588cc2dd26b692db452fd665d87b347b81871eb4e4a5d01-d # internal
2025-08-20T22:45:54.6626417Z [00:02:08.725]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T22:45:54.6628254Z [00:02:08.725]➜  mkdir -p $WORK/b269/
2025-08-20T22:45:54.6628704Z [00:02:08.725]➜  cat >/tmp/go-build1671390451/b269/importcfg << 'EOF' # internal
2025-08-20T22:45:54.6629066Z [00:02:08.725]➜  # import config
2025-08-20T22:45:54.6629403Z [00:02:08.725]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:54.6630014Z [00:02:08.725]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:54.6630481Z [00:02:08.725]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:54.6630957Z [00:02:08.725]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:54.6631371Z [00:02:08.725]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.6631950Z [00:02:08.725]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1671390451/b270/_pkg_.a
2025-08-20T22:45:54.6632600Z [00:02:08.725]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:54.6633231Z [00:02:08.725]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1671390451/b263/_pkg_.a
2025-08-20T22:45:54.6633849Z [00:02:08.725]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:54.6634430Z [00:02:08.725]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1671390451/b273/_pkg_.a
2025-08-20T22:45:54.6635013Z [00:02:08.725]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:54.6635695Z [00:02:08.725]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1671390451/b271/_pkg_.a
2025-08-20T22:45:54.6636433Z [00:02:08.725]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1671390451/b272/_pkg_.a
2025-08-20T22:45:54.6636993Z [00:02:08.725]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:54.6637394Z [00:02:08.725]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:54.6637794Z [00:02:08.725]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:54.6638621Z [00:02:08.725]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:54.6639141Z [00:02:08.725]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:54.6639973Z [00:02:08.725]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:54.6640436Z [00:02:08.725]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.6640874Z [00:02:08.725]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:54.6641322Z [00:02:08.725]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.6641626Z [00:02:08.725]➜  EOF
2025-08-20T22:45:54.6644875Z [00:02:08.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/binarylog=>google.golang.org/grpc@v1.75.0/internal/binarylog;$WORK/b269=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid 37CdcWjjH2GMS9I0nAZG/37CdcWjjH2GMS9I0nAZG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/binarylog/sink.go
2025-08-20T22:45:54.7817782Z [00:02:08.844]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T22:45:54.7848995Z [00:02:08.847]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/e1/e1c098624a0dcc9616d65f4b8c8c8ad6f2367db1f9b12e344270841c3d1dd226-d # internal
2025-08-20T22:45:54.7865262Z [00:02:08.847]➜  runtime/debug
2025-08-20T22:45:54.7865574Z [00:02:08.847]➜  mkdir -p $WORK/b325/
2025-08-20T22:45:54.7865894Z [00:02:08.847]➜  echo -n > $WORK/b325/go_asm.h # internal
2025-08-20T22:45:54.7866254Z [00:02:08.847]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:45:54.7867276Z [00:02:08.847]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b325=>" -I $WORK/b325/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b325/symabis ./debug.s
2025-08-20T22:45:54.7985761Z [00:02:08.861]➜  cat >/tmp/go-build1671390451/b325/importcfg << 'EOF' # internal
2025-08-20T22:45:54.7988088Z [00:02:08.861]➜  # import config
2025-08-20T22:45:54.7988453Z [00:02:08.861]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.7988903Z [00:02:08.861]➜  packagefile internal/poll=/tmp/go-build1671390451/b077/_pkg_.a
2025-08-20T22:45:54.7989339Z [00:02:08.861]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:54.7993255Z [00:02:08.861]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:54.7993807Z [00:02:08.861]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:54.7994267Z [00:02:08.861]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:54.7994699Z [00:02:08.861]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:54.7995120Z [00:02:08.861]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.7995429Z [00:02:08.861]➜  EOF
2025-08-20T22:45:54.7995709Z [00:02:08.861]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:54.7997848Z [00:02:08.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b325=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b325/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack -asmhdr $WORK/b325/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T22:45:54.8046286Z [00:02:08.867]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T22:45:54.8068707Z [00:02:08.870]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/54/54c9d1d7e9350a48017791b77ce75bacd498e062f7c90fe2714b23e9256b403e-d # internal
2025-08-20T22:45:54.8899992Z [00:02:08.953]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:45:54.8901822Z [00:02:08.953]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b325=>" -I $WORK/b325/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b325/debug.o ./debug.s
2025-08-20T22:45:54.8934761Z [00:02:08.956]➜  go tool pack r $WORK/b325/_pkg_.a $WORK/b325/debug.o # internal
2025-08-20T22:45:54.8935241Z [00:02:08.956]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T22:45:54.8945932Z [00:02:08.958]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T22:45:54.9620349Z [00:02:09.025]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T22:45:54.9652875Z [00:02:09.028]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:45:54.9721254Z [00:02:09.035]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/a7/a70073bc3368a761d6e98963edf91e3b993c21dc1409021f97f69d8601fb4217-d # internal
2025-08-20T22:45:54.9863216Z [00:02:09.049]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/60/602af6bbaffc337ab9a976c3b2cd26d837f8932877d1bd2e96d6a4940a812507-d # internal
2025-08-20T22:45:54.9867548Z [00:02:09.049]➜  golang.org/x/net/trace
2025-08-20T22:45:54.9878083Z [00:02:09.049]➜  mkdir -p $WORK/b178/
2025-08-20T22:45:54.9878408Z [00:02:09.049]➜  net/http/httputil
2025-08-20T22:45:54.9878674Z [00:02:09.049]➜  mkdir -p $WORK/b300/
2025-08-20T22:45:54.9879058Z [00:02:09.050]➜  cat >/tmp/go-build1671390451/b178/importcfg << 'EOF' # internal
2025-08-20T22:45:54.9879410Z [00:02:09.050]➜  # import config
2025-08-20T22:45:54.9880088Z [00:02:09.050]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:54.9880550Z [00:02:09.050]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:54.9880970Z [00:02:09.050]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.9881499Z [00:02:09.050]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build1671390451/b179/_pkg_.a
2025-08-20T22:45:54.9882046Z [00:02:09.050]➜  packagefile html/template=/tmp/go-build1671390451/b180/_pkg_.a
2025-08-20T22:45:54.9882494Z [00:02:09.050]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:54.9882895Z [00:02:09.050]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:54.9883303Z [00:02:09.050]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:54.9883711Z [00:02:09.050]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:54.9884129Z [00:02:09.050]➜  packagefile net/http=/tmp/go-build1671390451/b184/_pkg_.a
2025-08-20T22:45:54.9884573Z [00:02:09.050]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:54.9885005Z [00:02:09.050]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:54.9885420Z [00:02:09.050]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:54.9885843Z [00:02:09.050]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:54.9886269Z [00:02:09.050]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:54.9886692Z [00:02:09.050]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.9887132Z [00:02:09.050]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:54.9887604Z [00:02:09.050]➜  packagefile text/tabwriter=/tmp/go-build1671390451/b201/_pkg_.a
2025-08-20T22:45:54.9888049Z [00:02:09.050]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.9888356Z [00:02:09.050]➜  EOF
2025-08-20T22:45:54.9888635Z [00:02:09.050]➜  cd /tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd
2025-08-20T22:45:54.9891399Z [00:02:09.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/trace=>golang.org/x/net@v0.41.0/trace;$WORK/b178=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid CUFB8Cwid1FwcOyTpZ-E/CUFB8Cwid1FwcOyTpZ-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/trace/trace.go
2025-08-20T22:45:54.9893410Z [00:02:09.050]➜  cat >/tmp/go-build1671390451/b300/importcfg << 'EOF' # internal
2025-08-20T22:45:54.9893757Z [00:02:09.050]➜  # import config
2025-08-20T22:45:54.9894179Z [00:02:09.050]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:45:54.9894676Z [00:02:09.050]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:54.9895103Z [00:02:09.050]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:54.9895528Z [00:02:09.050]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:54.9895949Z [00:02:09.050]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:54.9896359Z [00:02:09.050]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.9896881Z [00:02:09.050]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1671390451/b185/_pkg_.a
2025-08-20T22:45:54.9897630Z [00:02:09.050]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:54.9898031Z [00:02:09.050]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:54.9898436Z [00:02:09.050]➜  packagefile mime=/tmp/go-build1671390451/b194/_pkg_.a
2025-08-20T22:45:54.9898839Z [00:02:09.050]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:54.9899258Z [00:02:09.050]➜  packagefile net/http=/tmp/go-build1671390451/b184/_pkg_.a
2025-08-20T22:45:54.9913078Z [00:02:09.050]➜  packagefile net/http/httptrace=/tmp/go-build1671390451/b197/_pkg_.a
2025-08-20T22:45:54.9913618Z [00:02:09.050]➜  packagefile net/http/internal=/tmp/go-build1671390451/b198/_pkg_.a
2025-08-20T22:45:54.9914145Z [00:02:09.050]➜  packagefile net/http/internal/ascii=/tmp/go-build1671390451/b199/_pkg_.a
2025-08-20T22:45:54.9914649Z [00:02:09.050]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:54.9915112Z [00:02:09.050]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:54.9915537Z [00:02:09.050]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:54.9915952Z [00:02:09.050]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.9916359Z [00:02:09.050]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.9916666Z [00:02:09.050]➜  EOF
2025-08-20T22:45:54.9918713Z [00:02:09.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b300=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid PKQAL9SdQh3lcU6iijEG/PKQAL9SdQh3lcU6iijEG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T22:45:54.9920739Z [00:02:09.050]➜  golang.org/x/net/http2
2025-08-20T22:45:54.9921026Z [00:02:09.050]➜  mkdir -p $WORK/b286/
2025-08-20T22:45:54.9921397Z [00:02:09.050]➜  cat >/tmp/go-build1671390451/b286/importcfg << 'EOF' # internal
2025-08-20T22:45:54.9921739Z [00:02:09.050]➜  # import config
2025-08-20T22:45:54.9922075Z [00:02:09.050]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:54.9922492Z [00:02:09.050]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:54.9922933Z [00:02:09.050]➜  packagefile compress/gzip=/tmp/go-build1671390451/b175/_pkg_.a
2025-08-20T22:45:54.9923770Z [00:02:09.051]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:54.9924338Z [00:02:09.051]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:54.9924790Z [00:02:09.051]➜  packagefile crypto/tls=/tmp/go-build1671390451/b100/_pkg_.a
2025-08-20T22:45:54.9925259Z [00:02:09.051]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:54.9925723Z [00:02:09.051]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:54.9926131Z [00:02:09.051]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:54.9926632Z [00:02:09.051]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1671390451/b287/_pkg_.a
2025-08-20T22:45:54.9927207Z [00:02:09.051]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1671390451/b293/_pkg_.a
2025-08-20T22:45:54.9927745Z [00:02:09.051]➜  packagefile golang.org/x/net/idna=/tmp/go-build1671390451/b288/_pkg_.a
2025-08-20T22:45:54.9928329Z [00:02:09.051]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1671390451/b294/_pkg_.a
2025-08-20T22:45:54.9928832Z [00:02:09.051]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:54.9929235Z [00:02:09.051]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:54.9930052Z [00:02:09.051]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:54.9930462Z [00:02:09.051]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:54.9931170Z [00:02:09.051]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:54.9931613Z [00:02:09.051]➜  packagefile math/rand=/tmp/go-build1671390451/b098/_pkg_.a
2025-08-20T22:45:54.9932032Z [00:02:09.051]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:54.9932450Z [00:02:09.051]➜  packagefile net/http=/tmp/go-build1671390451/b184/_pkg_.a
2025-08-20T22:45:54.9932917Z [00:02:09.051]➜  packagefile net/http/httptrace=/tmp/go-build1671390451/b197/_pkg_.a
2025-08-20T22:45:54.9933414Z [00:02:09.051]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:54.9933860Z [00:02:09.051]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:54.9934268Z [00:02:09.051]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:54.9934679Z [00:02:09.051]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:54.9935115Z [00:02:09.051]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:54.9935528Z [00:02:09.051]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:54.9935942Z [00:02:09.051]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:54.9936366Z [00:02:09.051]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:54.9936780Z [00:02:09.051]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:54.9937212Z [00:02:09.051]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:54.9937651Z [00:02:09.051]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:54.9937967Z [00:02:09.051]➜  EOF
2025-08-20T22:45:54.9944449Z [00:02:09.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2=>golang.org/x/net@v0.41.0/http2;$WORK/b286=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid WCKC_X2IRQEqDDrYIY6J/WCKC_X2IRQEqDDrYIY6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_roundrobin.go
2025-08-20T22:45:55.0943500Z [00:02:09.157]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T22:45:55.0962449Z [00:02:09.159]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/82/82ee159e041b23355dc936e9c66449b2ef61795f31977d66ab9b7ebd2da2d937-d # internal
2025-08-20T22:45:55.1185474Z [00:02:09.181]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:45:55.1206279Z [00:02:09.184]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/9f/9f27ca9c4cce29cb0ac1562264873f29419aea3ca23ac61bf10028ba7700ded6-d # internal
2025-08-20T22:45:55.4216618Z [00:02:09.485]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T22:45:55.4316976Z [00:02:09.495]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/ab/ab4130e37a512c25682acaa4a385e852dafe738a5929f77fe84a95ef87e0bdd3-d # internal
2025-08-20T22:45:55.4359941Z [00:02:09.499]➜  google.golang.org/grpc/internal/transport
2025-08-20T22:45:55.4360311Z [00:02:09.499]➜  mkdir -p $WORK/b285/
2025-08-20T22:45:55.4363355Z [00:02:09.499]➜  cat >/tmp/go-build1671390451/b285/importcfg << 'EOF' # internal
2025-08-20T22:45:55.4364063Z [00:02:09.499]➜  # import config
2025-08-20T22:45:55.4365047Z [00:02:09.499]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:55.4365554Z [00:02:09.499]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:55.4365980Z [00:02:09.499]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:55.4366441Z [00:02:09.499]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:55.4366892Z [00:02:09.499]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:55.4367324Z [00:02:09.499]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:55.4367828Z [00:02:09.499]➜  packagefile golang.org/x/net/http2=/tmp/go-build1671390451/b286/_pkg_.a
2025-08-20T22:45:55.4368389Z [00:02:09.500]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1671390451/b293/_pkg_.a
2025-08-20T22:45:55.4368954Z [00:02:09.500]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:55.4369697Z [00:02:09.500]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:55.4370353Z [00:02:09.500]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:55.4370937Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:55.4371563Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1671390451/b205/_pkg_.a
2025-08-20T22:45:55.4372235Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1671390451/b211/_pkg_.a
2025-08-20T22:45:55.4372910Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1671390451/b238/_pkg_.a
2025-08-20T22:45:55.4373564Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1671390451/b277/_pkg_.a
2025-08-20T22:45:55.4374217Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1671390451/b263/_pkg_.a
2025-08-20T22:45:55.4375194Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1671390451/b280/_pkg_.a
2025-08-20T22:45:55.4375927Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1671390451/b239/_pkg_.a
2025-08-20T22:45:55.4376613Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1671390451/b284/_pkg_.a
2025-08-20T22:45:55.4377290Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1671390451/b276/_pkg_.a
2025-08-20T22:45:55.4378287Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build1671390451/b295/_pkg_.a
2025-08-20T22:45:55.4379001Z [00:02:09.500]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1671390451/b296/_pkg_.a
2025-08-20T22:45:55.4379876Z [00:02:09.500]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1671390451/b297/_pkg_.a
2025-08-20T22:45:55.4380455Z [00:02:09.500]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1671390451/b264/_pkg_.a
2025-08-20T22:45:55.4381040Z [00:02:09.500]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:55.4381611Z [00:02:09.500]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1671390451/b298/_pkg_.a
2025-08-20T22:45:55.4382182Z [00:02:09.500]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:55.4382756Z [00:02:09.500]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1671390451/b231/_pkg_.a
2025-08-20T22:45:55.4383332Z [00:02:09.500]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1671390451/b273/_pkg_.a
2025-08-20T22:45:55.4383888Z [00:02:09.500]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1671390451/b299/_pkg_.a
2025-08-20T22:45:55.4384459Z [00:02:09.500]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:55.4384944Z [00:02:09.500]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:55.4385356Z [00:02:09.500]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:55.4385794Z [00:02:09.500]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:55.4386222Z [00:02:09.500]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:55.4386640Z [00:02:09.500]➜  packagefile net/http=/tmp/go-build1671390451/b184/_pkg_.a
2025-08-20T22:45:55.4387108Z [00:02:09.500]➜  packagefile net/http/httputil=/tmp/go-build1671390451/b300/_pkg_.a
2025-08-20T22:45:55.4387578Z [00:02:09.500]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:55.4388027Z [00:02:09.500]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:55.4388473Z [00:02:09.500]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:55.4388899Z [00:02:09.500]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:55.4389323Z [00:02:09.500]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:55.4390215Z [00:02:09.500]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:55.4390716Z [00:02:09.500]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:55.4391147Z [00:02:09.500]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:55.4391583Z [00:02:09.500]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:55.4391914Z [00:02:09.500]➜  EOF
2025-08-20T22:45:55.4397558Z [00:02:09.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport=>google.golang.org/grpc@v1.75.0/internal/transport;$WORK/b285=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid 6VURb_W6Y-jNb5aDS9-X/6VURb_W6Y-jNb5aDS9-X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/client_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/server_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/transport/transport.go
2025-08-20T22:45:55.7237504Z [00:02:09.787]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T22:45:55.7304316Z [00:02:09.793]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/3b/3bc56db4f04c661233433c7aeebdd19cfe41f9acf6f223a4dc1397f721f288de-d # internal
2025-08-20T22:45:55.7308534Z [00:02:09.794]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T22:45:55.7308956Z [00:02:09.794]➜  mkdir -p $WORK/b283/
2025-08-20T22:45:55.7310764Z [00:02:09.794]➜  cat >/tmp/go-build1671390451/b283/importcfg << 'EOF' # internal
2025-08-20T22:45:55.7311146Z [00:02:09.794]➜  # import config
2025-08-20T22:45:55.7311494Z [00:02:09.794]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:55.7312002Z [00:02:09.794]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:55.7312667Z [00:02:09.794]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1671390451/b284/_pkg_.a
2025-08-20T22:45:55.7313359Z [00:02:09.794]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1671390451/b285/_pkg_.a
2025-08-20T22:45:55.7314096Z [00:02:09.794]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1671390451/b296/_pkg_.a
2025-08-20T22:45:55.7314763Z [00:02:09.794]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:55.7315370Z [00:02:09.794]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:55.7315890Z [00:02:09.794]➜  packagefile net/http=/tmp/go-build1671390451/b184/_pkg_.a
2025-08-20T22:45:55.7316331Z [00:02:09.794]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:55.7316748Z [00:02:09.794]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:55.7317054Z [00:02:09.794]➜  EOF
2025-08-20T22:45:55.7323139Z [00:02:09.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/delegatingresolver=>google.golang.org/grpc@v1.75.0/internal/resolver/delegatingresolver;$WORK/b283=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid 8JHjAC4FCfVLqhQEYXhd/8JHjAC4FCfVLqhQEYXhd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/internal/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T22:45:55.7629926Z [00:02:09.826]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T22:45:55.7637737Z [00:02:09.827]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/76/764f2d87571d7b3365a7f992f79be131fdcf5e7439fc5f1da7f91a411a3e2b8c-d # internal
2025-08-20T22:45:55.7690556Z [00:02:09.832]➜  google.golang.org/grpc
2025-08-20T22:45:55.7690880Z [00:02:09.832]➜  mkdir -p $WORK/b174/
2025-08-20T22:45:55.7697384Z [00:02:09.833]➜  cat >/tmp/go-build1671390451/b174/importcfg << 'EOF' # internal
2025-08-20T22:45:55.7697844Z [00:02:09.833]➜  # import config
2025-08-20T22:45:55.7698223Z [00:02:09.833]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:55.7698674Z [00:02:09.833]➜  packagefile compress/gzip=/tmp/go-build1671390451/b175/_pkg_.a
2025-08-20T22:45:55.7699124Z [00:02:09.833]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:55.7699873Z [00:02:09.833]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:55.7700431Z [00:02:09.833]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:55.7701250Z [00:02:09.833]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:55.7701664Z [00:02:09.833]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:55.7702139Z [00:02:09.833]➜  packagefile golang.org/x/net/trace=/tmp/go-build1671390451/b178/_pkg_.a
2025-08-20T22:45:55.7702714Z [00:02:09.833]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1671390451/b202/_pkg_.a
2025-08-20T22:45:55.7703300Z [00:02:09.833]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:55.7703921Z [00:02:09.833]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1671390451/b234/_pkg_.a
2025-08-20T22:45:55.7704568Z [00:02:09.833]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1671390451/b235/_pkg_.a
2025-08-20T22:45:55.7705237Z [00:02:09.833]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1671390451/b258/_pkg_.a
2025-08-20T22:45:55.7705876Z [00:02:09.833]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1671390451/b204/_pkg_.a
2025-08-20T22:45:55.7706451Z [00:02:09.833]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:55.7707040Z [00:02:09.833]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:55.7707653Z [00:02:09.833]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:55.7708310Z [00:02:09.833]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1671390451/b261/_pkg_.a
2025-08-20T22:45:55.7708939Z [00:02:09.833]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1671390451/b262/_pkg_.a
2025-08-20T22:45:55.7709711Z [00:02:09.833]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build1671390451/b265/_pkg_.a
2025-08-20T22:45:55.7710414Z [00:02:09.833]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1671390451/b230/_pkg_.a
2025-08-20T22:45:55.7711040Z [00:02:09.833]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:55.7711619Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:55.7712235Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1671390451/b266/_pkg_.a
2025-08-20T22:45:55.7712955Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1671390451/b267/_pkg_.a
2025-08-20T22:45:55.7713945Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build1671390451/b268/_pkg_.a
2025-08-20T22:45:55.7714675Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build1671390451/b269/_pkg_.a
2025-08-20T22:45:55.7715332Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1671390451/b205/_pkg_.a
2025-08-20T22:45:55.7715983Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1671390451/b277/_pkg_.a
2025-08-20T22:45:55.7716647Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1671390451/b263/_pkg_.a
2025-08-20T22:45:55.7717282Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build1671390451/b279/_pkg_.a
2025-08-20T22:45:55.7717919Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1671390451/b280/_pkg_.a
2025-08-20T22:45:55.7718564Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1671390451/b239/_pkg_.a
2025-08-20T22:45:55.7719217Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1671390451/b281/_pkg_.a
2025-08-20T22:45:55.7720288Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build1671390451/b283/_pkg_.a
2025-08-20T22:45:55.7721082Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1671390451/b301/_pkg_.a
2025-08-20T22:45:55.7722059Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1671390451/b302/_pkg_.a
2025-08-20T22:45:55.7722754Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1671390451/b282/_pkg_.a
2025-08-20T22:45:55.7723412Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1671390451/b303/_pkg_.a
2025-08-20T22:45:55.7724048Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1671390451/b276/_pkg_.a
2025-08-20T22:45:55.7724702Z [00:02:09.833]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1671390451/b285/_pkg_.a
2025-08-20T22:45:55.7725327Z [00:02:09.833]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1671390451/b297/_pkg_.a
2025-08-20T22:45:55.7725896Z [00:02:09.833]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1671390451/b264/_pkg_.a
2025-08-20T22:45:55.7726465Z [00:02:09.833]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:55.7727043Z [00:02:09.833]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1671390451/b298/_pkg_.a
2025-08-20T22:45:55.7727613Z [00:02:09.833]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:55.7728213Z [00:02:09.833]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build1671390451/b304/_pkg_.a
2025-08-20T22:45:55.7728833Z [00:02:09.833]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:55.7729634Z [00:02:09.833]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1671390451/b231/_pkg_.a
2025-08-20T22:45:55.7730274Z [00:02:09.833]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1671390451/b273/_pkg_.a
2025-08-20T22:45:55.7730835Z [00:02:09.833]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1671390451/b299/_pkg_.a
2025-08-20T22:45:55.7731305Z [00:02:09.833]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:55.7731715Z [00:02:09.833]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:55.7732150Z [00:02:09.833]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:55.7732581Z [00:02:09.833]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:55.7732999Z [00:02:09.833]➜  packagefile net/http=/tmp/go-build1671390451/b184/_pkg_.a
2025-08-20T22:45:55.7733431Z [00:02:09.833]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:55.7734121Z [00:02:09.833]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:55.7734612Z [00:02:09.833]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:55.7735033Z [00:02:09.833]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:55.7735482Z [00:02:09.833]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:55.7735912Z [00:02:09.833]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:55.7736339Z [00:02:09.833]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:55.7736772Z [00:02:09.833]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:55.7737202Z [00:02:09.833]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:55.7737511Z [00:02:09.833]➜  EOF
2025-08-20T22:45:55.7743294Z [00:02:09.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.75.0=>google.golang.org/grpc@v1.75.0;$WORK/b174=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid HngbShnt2Ewj10wFD6Vr/HngbShnt2Ewj10wFD6Vr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.75.0/version.go
2025-08-20T22:45:56.1467590Z [00:02:10.210]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:45:56.1562005Z [00:02:10.219]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/00/0021413ea247e222a4144b7221dab0653e73df0ff7b345ac866225033cc8d05c-d # internal
2025-08-20T22:45:56.1573161Z [00:02:10.220]➜  github.com/tg123/remotesigner/grpcsigner
2025-08-20T22:45:56.1573529Z [00:02:10.220]➜  mkdir -p $WORK/b173/
2025-08-20T22:45:56.1575627Z [00:02:10.221]➜  cat >/tmp/go-build1671390451/b173/importcfg << 'EOF' # internal
2025-08-20T22:45:56.1575979Z [00:02:10.221]➜  # import config
2025-08-20T22:45:56.1576357Z [00:02:10.221]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:56.1576795Z [00:02:10.221]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:56.1577243Z [00:02:10.221]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:56.1577699Z [00:02:10.221]➜  packagefile crypto/rsa=/tmp/go-build1671390451/b134/_pkg_.a
2025-08-20T22:45:56.1578166Z [00:02:10.221]➜  packagefile crypto/x509=/tmp/go-build1671390451/b140/_pkg_.a
2025-08-20T22:45:56.1578622Z [00:02:10.221]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:56.1579126Z [00:02:10.221]➜  packagefile github.com/tg123/remotesigner=/tmp/go-build1671390451/b172/_pkg_.a
2025-08-20T22:45:56.1579944Z [00:02:10.221]➜  packagefile google.golang.org/grpc=/tmp/go-build1671390451/b174/_pkg_.a
2025-08-20T22:45:56.1580501Z [00:02:10.221]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:56.1581072Z [00:02:10.221]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1671390451/b273/_pkg_.a
2025-08-20T22:45:56.1582142Z [00:02:10.221]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:56.1582925Z [00:02:10.221]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:56.1583482Z [00:02:10.221]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:56.1583902Z [00:02:10.221]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:56.1584222Z [00:02:10.221]➜  EOF
2025-08-20T22:45:56.1586809Z [00:02:10.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tg123/remotesigner@v0.0.3/grpcsigner=>github.com/tg123/remotesigner@v0.0.3/grpcsigner;$WORK/b173=>" -p github.com/tg123/remotesigner/grpcsigner -lang=go1.20 -complete -installsuffix shared -buildid i0ioyAy4FQe3bBRdPCmR/i0ioyAy4FQe3bBRdPCmR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/go/pkg/mod/github.com/tg123/remotesigner@v0.0.3/grpcsigner/signer.pb.go /root/go/pkg/mod/github.com/tg123/remotesigner@v0.0.3/grpcsigner/signer_grpc.pb.go /root/go/pkg/mod/github.com/tg123/remotesigner@v0.0.3/grpcsigner/wrapper.go
2025-08-20T22:45:56.2181953Z [00:02:10.281]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:45:56.2202698Z [00:02:10.283]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/63/63dc280ae5b25f5d7c2e57d5e86c788e2fb966cfb8dc6c5050f54bb1600bce72-d # internal
2025-08-20T22:45:56.2205167Z [00:02:10.284]➜  github.com/tg123/sshpiper/libplugin
2025-08-20T22:45:56.2205530Z [00:02:10.284]➜  mkdir -p $WORK/b308/
2025-08-20T22:45:56.2208782Z [00:02:10.284]➜  cat >/tmp/go-build1671390451/b308/importcfg << 'EOF' # internal
2025-08-20T22:45:56.2209183Z [00:02:10.284]➜  # import config
2025-08-20T22:45:56.2209943Z [00:02:10.284]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:56.2210799Z [00:02:10.284]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:56.2211267Z [00:02:10.284]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:56.2212680Z [00:02:10.284]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1671390451/b166/_pkg_.a
2025-08-20T22:45:56.2213311Z [00:02:10.284]➜  packagefile github.com/tg123/remotesigner/grpcsigner=/tmp/go-build1671390451/b173/_pkg_.a
2025-08-20T22:45:56.2213990Z [00:02:10.284]➜  packagefile github.com/tg123/sshpiper/libplugin/ioconn=/tmp/go-build1671390451/b309/_pkg_.a
2025-08-20T22:45:56.2214645Z [00:02:10.284]➜  packagefile github.com/urfave/cli/v2=/tmp/go-build1671390451/b311/_pkg_.a
2025-08-20T22:45:56.2215183Z [00:02:10.284]➜  packagefile google.golang.org/grpc=/tmp/go-build1671390451/b174/_pkg_.a
2025-08-20T22:45:56.2215738Z [00:02:10.284]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:56.2216312Z [00:02:10.284]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1671390451/b273/_pkg_.a
2025-08-20T22:45:56.2216981Z [00:02:10.284]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:56.2217692Z [00:02:10.284]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:56.2218228Z [00:02:10.284]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:56.2218630Z [00:02:10.284]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:56.2219041Z [00:02:10.284]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:56.2220024Z [00:02:10.284]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:56.2220531Z [00:02:10.284]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:56.2220954Z [00:02:10.284]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:56.2221262Z [00:02:10.284]➜  EOF
2025-08-20T22:45:56.2224509Z [00:02:10.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin=>github.com/tg123/sshpiper/libplugin;$WORK/b308=>" -p github.com/tg123/sshpiper/libplugin -lang=go1.24 -complete -installsuffix shared -buildid s8U2sOqLEt5MkY5MQiPf/s8U2sOqLEt5MkY5MQiPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/doc.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin.pb.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_ext.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_grpc.pb.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/pluginbase.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/template.go /tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/util.go
2025-08-20T22:45:56.4009869Z [00:02:10.464]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T22:45:56.4073451Z [00:02:10.470]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/28/287876d8feb3daf6403777f426a47c716c222740375cb301984b4618cbf96e18-d # internal
2025-08-20T22:45:56.4074173Z [00:02:10.470]➜  github.com/tg123/sshpiper/cmd/sshpiperd/internal/plugin
2025-08-20T22:45:56.4074578Z [00:02:10.470]➜  mkdir -p $WORK/b169/
2025-08-20T22:45:56.4077124Z [00:02:10.471]➜  cat >/tmp/go-build1671390451/b169/importcfg << 'EOF' # internal
2025-08-20T22:45:56.4087545Z [00:02:10.471]➜  # import config
2025-08-20T22:45:56.4088012Z [00:02:10.471]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:56.4088447Z [00:02:10.471]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:56.4089757Z [00:02:10.471]➜  packagefile github.com/google/uuid=/tmp/go-build1671390451/b170/_pkg_.a
2025-08-20T22:45:56.4090376Z [00:02:10.471]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1671390451/b166/_pkg_.a
2025-08-20T22:45:56.4090958Z [00:02:10.471]➜  packagefile github.com/tg123/remotesigner=/tmp/go-build1671390451/b172/_pkg_.a
2025-08-20T22:45:56.4091593Z [00:02:10.471]➜  packagefile github.com/tg123/remotesigner/grpcsigner=/tmp/go-build1671390451/b173/_pkg_.a
2025-08-20T22:45:56.4092529Z [00:02:10.471]➜  packagefile github.com/tg123/sshpiper/libplugin=/tmp/go-build1671390451/b308/_pkg_.a
2025-08-20T22:45:56.4093225Z [00:02:10.471]➜  packagefile github.com/tg123/sshpiper/libplugin/ioconn=/tmp/go-build1671390451/b309/_pkg_.a
2025-08-20T22:45:56.4093829Z [00:02:10.471]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1671390451/b316/_pkg_.a
2025-08-20T22:45:56.4094345Z [00:02:10.471]➜  packagefile golang.org/x/term=/tmp/go-build1671390451/b324/_pkg_.a
2025-08-20T22:45:56.4094867Z [00:02:10.471]➜  packagefile google.golang.org/grpc=/tmp/go-build1671390451/b174/_pkg_.a
2025-08-20T22:45:56.4095477Z [00:02:10.471]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1671390451/b261/_pkg_.a
2025-08-20T22:45:56.4096006Z [00:02:10.471]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:56.4096405Z [00:02:10.471]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:56.4096821Z [00:02:10.471]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:56.4097237Z [00:02:10.471]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:56.4097647Z [00:02:10.471]➜  packagefile os/exec=/tmp/go-build1671390451/b310/_pkg_.a
2025-08-20T22:45:56.4097963Z [00:02:10.471]➜  EOF
2025-08-20T22:45:56.4100233Z [00:02:10.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin=>github.com/tg123/sshpiper/cmd/sshpiperd/internal/plugin;$WORK/b169=>" -p github.com/tg123/sshpiper/cmd/sshpiperd/internal/plugin -lang=go1.24 -complete -installsuffix shared -buildid o8lofmz6uwtL9vPJVcBQ/o8lofmz6uwtL9vPJVcBQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack ./internal/plugin/chain.go ./internal/plugin/grpc.go ./internal/plugin/tty.go
2025-08-20T22:45:56.4976738Z [00:02:10.561]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:45:56.5006618Z [00:02:10.564]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/e5/e563cc685107b987d43a7a630a96a8e35c2a232246be7a17f04dd1b298847f7d-d # internal
2025-08-20T22:45:56.5010672Z [00:02:10.564]➜  github.com/tg123/sshpiper/cmd/sshpiperd
2025-08-20T22:45:56.5011532Z [00:02:10.564]➜  mkdir -p $WORK/b001/
2025-08-20T22:45:56.5011964Z [00:02:10.564]➜  cat >/tmp/go-build1671390451/b001/importcfg << 'EOF' # internal
2025-08-20T22:45:56.5012325Z [00:02:10.564]➜  # import config
2025-08-20T22:45:56.5012668Z [00:02:10.564]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:56.5013150Z [00:02:10.564]➜  packagefile crypto/ed25519=/tmp/go-build1671390451/b042/_pkg_.a
2025-08-20T22:45:56.5013615Z [00:02:10.564]➜  packagefile crypto/md5=/tmp/go-build1671390451/b099/_pkg_.a
2025-08-20T22:45:56.5014069Z [00:02:10.564]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:56.5014524Z [00:02:10.564]➜  packagefile crypto/tls=/tmp/go-build1671390451/b100/_pkg_.a
2025-08-20T22:45:56.5014978Z [00:02:10.564]➜  packagefile crypto/x509=/tmp/go-build1671390451/b140/_pkg_.a
2025-08-20T22:45:56.5015464Z [00:02:10.564]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:56.5015947Z [00:02:10.564]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:56.5016420Z [00:02:10.564]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:56.5016887Z [00:02:10.564]➜  packagefile encoding/pem=/tmp/go-build1671390451/b144/_pkg_.a
2025-08-20T22:45:56.5017321Z [00:02:10.564]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:56.5018181Z [00:02:10.564]➜  packagefile github.com/pires/go-proxyproto=/tmp/go-build1671390451/b159/_pkg_.a
2025-08-20T22:45:56.5018751Z [00:02:10.564]➜  packagefile github.com/ramr/go-reaper=/tmp/go-build1671390451/b161/_pkg_.a
2025-08-20T22:45:56.5019301Z [00:02:10.564]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1671390451/b166/_pkg_.a
2025-08-20T22:45:56.5020287Z [00:02:10.564]➜  packagefile github.com/tg123/sshpiper/cmd/sshpiperd/internal/plugin=/tmp/go-build1671390451/b169/_pkg_.a
2025-08-20T22:45:56.5020959Z [00:02:10.564]➜  packagefile github.com/urfave/cli/v2=/tmp/go-build1671390451/b311/_pkg_.a
2025-08-20T22:45:56.5021496Z [00:02:10.564]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1671390451/b316/_pkg_.a
2025-08-20T22:45:56.5022026Z [00:02:10.564]➜  packagefile google.golang.org/grpc=/tmp/go-build1671390451/b174/_pkg_.a
2025-08-20T22:45:56.5022598Z [00:02:10.564]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:56.5023256Z [00:02:10.564]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1671390451/b261/_pkg_.a
2025-08-20T22:45:56.5023791Z [00:02:10.564]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:56.5024191Z [00:02:10.564]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:56.5024604Z [00:02:10.564]➜  packagefile os/exec=/tmp/go-build1671390451/b310/_pkg_.a
2025-08-20T22:45:56.5025021Z [00:02:10.564]➜  packagefile path=/tmp/go-build1671390451/b075/_pkg_.a
2025-08-20T22:45:56.5025492Z [00:02:10.564]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:56.5025967Z [00:02:10.564]➜  packagefile runtime/debug=/tmp/go-build1671390451/b325/_pkg_.a
2025-08-20T22:45:56.5026410Z [00:02:10.564]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:56.5026833Z [00:02:10.564]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:56.5027260Z [00:02:10.564]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:56.5027679Z [00:02:10.564]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:56.5028120Z [00:02:10.564]➜  packagefile runtime/cgo=/tmp/go-build1671390451/b153/_pkg_.a
2025-08-20T22:45:56.5028454Z [00:02:10.564]➜  EOF
2025-08-20T22:45:56.5030627Z [00:02:10.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd=>github.com/tg123/sshpiper/cmd/sshpiperd;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid eNXBAAfcMSSK8zhEKWCg/eNXBAAfcMSSK8zhEKWCg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./asciicast.go ./cmd_linux.go ./daemon.go ./grpc.go ./hook.go ./main.go ./typescript.go
2025-08-20T22:45:56.5976109Z [00:02:10.661]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:45:56.5995958Z [00:02:10.663]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/25/2547fbb7c7dbf55e140bc3eb3cbed8b0824191ee87157eaa3152274157bf5602-d # internal
2025-08-20T22:45:56.6061303Z [00:02:10.668]➜  cat >/tmp/go-build1671390451/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:45:56.6062011Z [00:02:10.668]➜  packagefile github.com/tg123/sshpiper/cmd/sshpiperd=/tmp/go-build1671390451/b001/_pkg_.a
2025-08-20T22:45:56.6063281Z [00:02:10.668]➜  packagefile bytes=/tmp/go-build1671390451/b002/_pkg_.a
2025-08-20T22:45:56.6063846Z [00:02:10.668]➜  packagefile crypto/ed25519=/tmp/go-build1671390451/b042/_pkg_.a
2025-08-20T22:45:56.6064353Z [00:02:10.668]➜  packagefile crypto/md5=/tmp/go-build1671390451/b099/_pkg_.a
2025-08-20T22:45:56.6066852Z [00:02:10.668]➜  packagefile crypto/rand=/tmp/go-build1671390451/b088/_pkg_.a
2025-08-20T22:45:56.6067332Z [00:02:10.668]➜  packagefile crypto/tls=/tmp/go-build1671390451/b100/_pkg_.a
2025-08-20T22:45:56.6067791Z [00:02:10.668]➜  packagefile crypto/x509=/tmp/go-build1671390451/b140/_pkg_.a
2025-08-20T22:45:56.6068267Z [00:02:10.668]➜  packagefile encoding/base64=/tmp/go-build1671390451/b145/_pkg_.a
2025-08-20T22:45:56.6069137Z [00:02:10.668]➜  packagefile encoding/binary=/tmp/go-build1671390451/b129/_pkg_.a
2025-08-20T22:45:56.6069804Z [00:02:10.668]➜  packagefile encoding/json=/tmp/go-build1671390451/b157/_pkg_.a
2025-08-20T22:45:56.6070293Z [00:02:10.668]➜  packagefile encoding/pem=/tmp/go-build1671390451/b144/_pkg_.a
2025-08-20T22:45:56.6070732Z [00:02:10.668]➜  packagefile fmt=/tmp/go-build1671390451/b095/_pkg_.a
2025-08-20T22:45:56.6071234Z [00:02:10.668]➜  packagefile github.com/pires/go-proxyproto=/tmp/go-build1671390451/b159/_pkg_.a
2025-08-20T22:45:56.6071814Z [00:02:10.668]➜  packagefile github.com/ramr/go-reaper=/tmp/go-build1671390451/b161/_pkg_.a
2025-08-20T22:45:56.6072364Z [00:02:10.668]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build1671390451/b166/_pkg_.a
2025-08-20T22:45:56.6073050Z [00:02:10.668]➜  packagefile github.com/tg123/sshpiper/cmd/sshpiperd/internal/plugin=/tmp/go-build1671390451/b169/_pkg_.a
2025-08-20T22:45:56.6073713Z [00:02:10.668]➜  packagefile github.com/urfave/cli/v2=/tmp/go-build1671390451/b311/_pkg_.a
2025-08-20T22:45:56.6074248Z [00:02:10.668]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build1671390451/b316/_pkg_.a
2025-08-20T22:45:56.6074780Z [00:02:10.668]➜  packagefile google.golang.org/grpc=/tmp/go-build1671390451/b174/_pkg_.a
2025-08-20T22:45:56.6075377Z [00:02:10.668]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build1671390451/b209/_pkg_.a
2025-08-20T22:45:56.6076026Z [00:02:10.668]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build1671390451/b261/_pkg_.a
2025-08-20T22:45:56.6076566Z [00:02:10.668]➜  packagefile net=/tmp/go-build1671390451/b147/_pkg_.a
2025-08-20T22:45:56.6076965Z [00:02:10.668]➜  packagefile os=/tmp/go-build1671390451/b072/_pkg_.a
2025-08-20T22:45:56.6077376Z [00:02:10.668]➜  packagefile os/exec=/tmp/go-build1671390451/b310/_pkg_.a
2025-08-20T22:45:56.6077799Z [00:02:10.668]➜  packagefile path=/tmp/go-build1671390451/b075/_pkg_.a
2025-08-20T22:45:56.6078252Z [00:02:10.668]➜  packagefile path/filepath=/tmp/go-build1671390451/b155/_pkg_.a
2025-08-20T22:45:56.6078759Z [00:02:10.668]➜  packagefile runtime/debug=/tmp/go-build1671390451/b325/_pkg_.a
2025-08-20T22:45:56.6079201Z [00:02:10.668]➜  packagefile slices=/tmp/go-build1671390451/b070/_pkg_.a
2025-08-20T22:45:56.6079799Z [00:02:10.668]➜  packagefile syscall=/tmp/go-build1671390451/b067/_pkg_.a
2025-08-20T22:45:56.6080223Z [00:02:10.668]➜  packagefile time=/tmp/go-build1671390451/b076/_pkg_.a
2025-08-20T22:45:56.6080641Z [00:02:10.668]➜  packagefile runtime=/tmp/go-build1671390451/b009/_pkg_.a
2025-08-20T22:45:56.6081335Z [00:02:10.668]➜  packagefile runtime/cgo=/tmp/go-build1671390451/b153/_pkg_.a
2025-08-20T22:45:56.6081857Z [00:02:10.668]➜  packagefile errors=/tmp/go-build1671390451/b003/_pkg_.a
2025-08-20T22:45:56.6082318Z [00:02:10.668]➜  packagefile internal/bytealg=/tmp/go-build1671390451/b010/_pkg_.a
2025-08-20T22:45:56.6082765Z [00:02:10.668]➜  packagefile io=/tmp/go-build1671390451/b033/_pkg_.a
2025-08-20T22:45:56.6083181Z [00:02:10.668]➜  packagefile iter=/tmp/go-build1671390451/b038/_pkg_.a
2025-08-20T22:45:56.6083638Z [00:02:10.668]➜  packagefile math/bits=/tmp/go-build1671390451/b039/_pkg_.a
2025-08-20T22:45:56.6084069Z [00:02:10.668]➜  packagefile unicode=/tmp/go-build1671390451/b040/_pkg_.a
2025-08-20T22:45:56.6084513Z [00:02:10.668]➜  packagefile unicode/utf8=/tmp/go-build1671390451/b041/_pkg_.a
2025-08-20T22:45:56.6084951Z [00:02:10.668]➜  packagefile crypto=/tmp/go-build1671390451/b043/_pkg_.a
2025-08-20T22:45:56.6085472Z [00:02:10.668]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build1671390451/b047/_pkg_.a
2025-08-20T22:45:56.6086062Z [00:02:10.668]➜  packagefile crypto/internal/fips140cache=/tmp/go-build1671390451/b085/_pkg_.a
2025-08-20T22:45:56.6086634Z [00:02:10.668]➜  packagefile crypto/internal/fips140only=/tmp/go-build1671390451/b087/_pkg_.a
2025-08-20T22:45:56.6087150Z [00:02:10.668]➜  packagefile crypto/subtle=/tmp/go-build1671390451/b092/_pkg_.a
2025-08-20T22:45:56.6087862Z [00:02:10.668]➜  packagefile strconv=/tmp/go-build1671390451/b045/_pkg_.a
2025-08-20T22:45:56.6088284Z [00:02:10.668]➜  packagefile hash=/tmp/go-build1671390451/b044/_pkg_.a
2025-08-20T22:45:56.6088751Z [00:02:10.668]➜  packagefile internal/byteorder=/tmp/go-build1671390451/b012/_pkg_.a
2025-08-20T22:45:56.6089361Z [00:02:10.668]➜  packagefile crypto/internal/boring=/tmp/go-build1671390451/b089/_pkg_.a
2025-08-20T22:45:56.6090180Z [00:02:10.668]➜  packagefile crypto/internal/fips140=/tmp/go-build1671390451/b048/_pkg_.a
2025-08-20T22:45:56.6090755Z [00:02:10.668]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build1671390451/b063/_pkg_.a
2025-08-20T22:45:56.6091312Z [00:02:10.668]➜  packagefile crypto/internal/randutil=/tmp/go-build1671390451/b081/_pkg_.a
2025-08-20T22:45:56.6091858Z [00:02:10.668]➜  packagefile crypto/internal/sysrand=/tmp/go-build1671390451/b065/_pkg_.a
2025-08-20T22:45:56.6092344Z [00:02:10.668]➜  packagefile math/big=/tmp/go-build1671390451/b094/_pkg_.a
2025-08-20T22:45:56.6092798Z [00:02:10.668]➜  packagefile container/list=/tmp/go-build1671390451/b101/_pkg_.a
2025-08-20T22:45:56.6093252Z [00:02:10.668]➜  packagefile context=/tmp/go-build1671390451/b102/_pkg_.a
2025-08-20T22:45:56.6093692Z [00:02:10.668]➜  packagefile crypto/aes=/tmp/go-build1671390451/b103/_pkg_.a
2025-08-20T22:45:56.6094155Z [00:02:10.668]➜  packagefile crypto/cipher=/tmp/go-build1671390451/b090/_pkg_.a
2025-08-20T22:45:56.6094608Z [00:02:10.668]➜  packagefile crypto/des=/tmp/go-build1671390451/b104/_pkg_.a
2025-08-20T22:45:56.6095066Z [00:02:10.668]➜  packagefile crypto/ecdh=/tmp/go-build1671390451/b105/_pkg_.a
2025-08-20T22:45:56.6095527Z [00:02:10.668]➜  packagefile crypto/ecdsa=/tmp/go-build1671390451/b109/_pkg_.a
2025-08-20T22:45:56.6095997Z [00:02:10.668]➜  packagefile crypto/elliptic=/tmp/go-build1671390451/b110/_pkg_.a
2025-08-20T22:45:56.6096465Z [00:02:10.668]➜  packagefile crypto/hkdf=/tmp/go-build1671390451/b121/_pkg_.a
2025-08-20T22:45:56.6096919Z [00:02:10.668]➜  packagefile crypto/hmac=/tmp/go-build1671390451/b123/_pkg_.a
2025-08-20T22:45:56.6097446Z [00:02:10.668]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build1671390451/b080/_pkg_.a
2025-08-20T22:45:56.6098028Z [00:02:10.668]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build1671390451/b091/_pkg_.a
2025-08-20T22:45:56.6098616Z [00:02:10.668]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build1671390451/b124/_pkg_.a
2025-08-20T22:45:56.6099192Z [00:02:10.668]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build1671390451/b125/_pkg_.a
2025-08-20T22:45:56.6100200Z [00:02:10.668]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build1671390451/b126/_pkg_.a
2025-08-20T22:45:56.6100819Z [00:02:10.668]➜  packagefile crypto/internal/hpke=/tmp/go-build1671390451/b127/_pkg_.a
2025-08-20T22:45:56.6101304Z [00:02:10.668]➜  packagefile crypto/rc4=/tmp/go-build1671390451/b133/_pkg_.a
2025-08-20T22:45:56.6101752Z [00:02:10.668]➜  packagefile crypto/rsa=/tmp/go-build1671390451/b134/_pkg_.a
2025-08-20T22:45:56.6102201Z [00:02:10.668]➜  packagefile crypto/sha1=/tmp/go-build1671390451/b136/_pkg_.a
2025-08-20T22:45:56.6102672Z [00:02:10.668]➜  packagefile crypto/sha256=/tmp/go-build1671390451/b137/_pkg_.a
2025-08-20T22:45:56.6103135Z [00:02:10.668]➜  packagefile crypto/sha512=/tmp/go-build1671390451/b116/_pkg_.a
2025-08-20T22:45:56.6103669Z [00:02:10.668]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build1671390451/b138/_pkg_.a
2025-08-20T22:45:56.6104313Z [00:02:10.668]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build1671390451/b128/_pkg_.a
2025-08-20T22:45:56.6104979Z [00:02:10.668]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build1671390451/b117/_pkg_.a
2025-08-20T22:45:56.6105521Z [00:02:10.668]➜  packagefile internal/cpu=/tmp/go-build1671390451/b011/_pkg_.a
2025-08-20T22:45:56.6105999Z [00:02:10.668]➜  packagefile internal/godebug=/tmp/go-build1671390451/b050/_pkg_.a
2025-08-20T22:45:56.6106445Z [00:02:10.668]➜  packagefile sort=/tmp/go-build1671390451/b156/_pkg_.a
2025-08-20T22:45:56.6106863Z [00:02:10.668]➜  packagefile strings=/tmp/go-build1671390451/b052/_pkg_.a
2025-08-20T22:45:56.6107521Z [00:02:10.668]➜  packagefile sync=/tmp/go-build1671390451/b034/_pkg_.a
2025-08-20T22:45:56.6107954Z [00:02:10.668]➜  packagefile sync/atomic=/tmp/go-build1671390451/b036/_pkg_.a
2025-08-20T22:45:56.6108383Z [00:02:10.668]➜  packagefile weak=/tmp/go-build1671390451/b086/_pkg_.a
2025-08-20T22:45:56.6108810Z [00:02:10.668]➜  packagefile crypto/dsa=/tmp/go-build1671390451/b141/_pkg_.a
2025-08-20T22:45:56.6109278Z [00:02:10.668]➜  packagefile crypto/x509/pkix=/tmp/go-build1671390451/b142/_pkg_.a
2025-08-20T22:45:56.6110007Z [00:02:10.668]➜  packagefile encoding/asn1=/tmp/go-build1671390451/b118/_pkg_.a
2025-08-20T22:45:56.6110478Z [00:02:10.668]➜  packagefile encoding/hex=/tmp/go-build1671390451/b143/_pkg_.a
2025-08-20T22:45:56.6111053Z [00:02:10.668]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build1671390451/b120/_pkg_.a
2025-08-20T22:45:56.6111649Z [00:02:10.668]➜  packagefile internal/goos=/tmp/go-build1671390451/b017/_pkg_.a
2025-08-20T22:45:56.6112099Z [00:02:10.668]➜  packagefile io/fs=/tmp/go-build1671390451/b074/_pkg_.a
2025-08-20T22:45:56.6112508Z [00:02:10.668]➜  packagefile maps=/tmp/go-build1671390451/b146/_pkg_.a
2025-08-20T22:45:56.6112920Z [00:02:10.668]➜  packagefile math=/tmp/go-build1671390451/b046/_pkg_.a
2025-08-20T22:45:56.6113345Z [00:02:10.668]➜  packagefile net/netip=/tmp/go-build1671390451/b151/_pkg_.a
2025-08-20T22:45:56.6113777Z [00:02:10.668]➜  packagefile net/url=/tmp/go-build1671390451/b154/_pkg_.a
2025-08-20T22:45:56.6114213Z [00:02:10.668]➜  packagefile reflect=/tmp/go-build1671390451/b097/_pkg_.a
2025-08-20T22:45:56.6114657Z [00:02:10.668]➜  packagefile unicode/utf16=/tmp/go-build1671390451/b119/_pkg_.a
2025-08-20T22:45:56.6115094Z [00:02:10.668]➜  packagefile cmp=/tmp/go-build1671390451/b071/_pkg_.a
2025-08-20T22:45:56.6115514Z [00:02:10.668]➜  packagefile encoding=/tmp/go-build1671390451/b158/_pkg_.a
2025-08-20T22:45:56.6115979Z [00:02:10.668]➜  packagefile internal/fmtsort=/tmp/go-build1671390451/b096/_pkg_.a
2025-08-20T22:45:56.6116434Z [00:02:10.668]➜  packagefile bufio=/tmp/go-build1671390451/b160/_pkg_.a
2025-08-20T22:45:56.6116900Z [00:02:10.668]➜  packagefile golang.org/x/sys/unix=/tmp/go-build1671390451/b162/_pkg_.a
2025-08-20T22:45:56.6117376Z [00:02:10.668]➜  packagefile os/signal=/tmp/go-build1671390451/b163/_pkg_.a
2025-08-20T22:45:56.6117801Z [00:02:10.668]➜  packagefile regexp=/tmp/go-build1671390451/b164/_pkg_.a
2025-08-20T22:45:56.6118214Z [00:02:10.668]➜  packagefile log=/tmp/go-build1671390451/b167/_pkg_.a
2025-08-20T22:45:56.6118982Z [00:02:10.668]➜  packagefile github.com/google/uuid=/tmp/go-build1671390451/b170/_pkg_.a
2025-08-20T22:45:56.6119752Z [00:02:10.668]➜  packagefile github.com/tg123/remotesigner=/tmp/go-build1671390451/b172/_pkg_.a
2025-08-20T22:45:56.6120427Z [00:02:10.668]➜  packagefile github.com/tg123/remotesigner/grpcsigner=/tmp/go-build1671390451/b173/_pkg_.a
2025-08-20T22:45:56.6121071Z [00:02:10.668]➜  packagefile github.com/tg123/sshpiper/libplugin=/tmp/go-build1671390451/b308/_pkg_.a
2025-08-20T22:45:56.6121730Z [00:02:10.668]➜  packagefile github.com/tg123/sshpiper/libplugin/ioconn=/tmp/go-build1671390451/b309/_pkg_.a
2025-08-20T22:45:56.6122307Z [00:02:10.668]➜  packagefile golang.org/x/term=/tmp/go-build1671390451/b324/_pkg_.a
2025-08-20T22:45:56.6122754Z [00:02:10.668]➜  packagefile flag=/tmp/go-build1671390451/b312/_pkg_.a
2025-08-20T22:45:56.6123285Z [00:02:10.668]➜  packagefile github.com/cpuguy83/go-md2man/v2/md2man=/tmp/go-build1671390451/b313/_pkg_.a
2025-08-20T22:45:56.6123876Z [00:02:10.668]➜  packagefile github.com/xrash/smetrics=/tmp/go-build1671390451/b315/_pkg_.a
2025-08-20T22:45:56.6124383Z [00:02:10.668]➜  packagefile text/tabwriter=/tmp/go-build1671390451/b201/_pkg_.a
2025-08-20T22:45:56.6124857Z [00:02:10.668]➜  packagefile text/template=/tmp/go-build1671390451/b182/_pkg_.a
2025-08-20T22:45:56.6125351Z [00:02:10.668]➜  packagefile crypto/mlkem=/tmp/go-build1671390451/b317/_pkg_.a
2025-08-20T22:45:56.6125876Z [00:02:10.668]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build1671390451/b318/_pkg_.a
2025-08-20T22:45:56.6126683Z [00:02:10.668]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build1671390451/b320/_pkg_.a
2025-08-20T22:45:56.6127297Z [00:02:10.668]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build1671390451/b321/_pkg_.a
2025-08-20T22:45:56.6127963Z [00:02:10.668]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build1671390451/b322/_pkg_.a
2025-08-20T22:45:56.6128519Z [00:02:10.668]➜  packagefile math/rand=/tmp/go-build1671390451/b098/_pkg_.a
2025-08-20T22:45:56.6128985Z [00:02:10.668]➜  packagefile compress/gzip=/tmp/go-build1671390451/b175/_pkg_.a
2025-08-20T22:45:56.6129636Z [00:02:10.668]➜  packagefile golang.org/x/net/trace=/tmp/go-build1671390451/b178/_pkg_.a
2025-08-20T22:45:56.6130255Z [00:02:10.668]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build1671390451/b202/_pkg_.a
2025-08-20T22:45:56.6130840Z [00:02:10.668]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build1671390451/b203/_pkg_.a
2025-08-20T22:45:56.6131450Z [00:02:10.668]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build1671390451/b234/_pkg_.a
2025-08-20T22:45:56.6132091Z [00:02:10.668]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build1671390451/b235/_pkg_.a
2025-08-20T22:45:56.6132757Z [00:02:10.668]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build1671390451/b258/_pkg_.a
2025-08-20T22:45:56.6133385Z [00:02:10.668]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build1671390451/b204/_pkg_.a
2025-08-20T22:45:56.6133965Z [00:02:10.668]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build1671390451/b260/_pkg_.a
2025-08-20T22:45:56.6134556Z [00:02:10.668]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build1671390451/b206/_pkg_.a
2025-08-20T22:45:56.6135155Z [00:02:10.668]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build1671390451/b262/_pkg_.a
2025-08-20T22:45:56.6135763Z [00:02:10.668]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build1671390451/b265/_pkg_.a
2025-08-20T22:45:56.6136412Z [00:02:10.668]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build1671390451/b230/_pkg_.a
2025-08-20T22:45:56.6137029Z [00:02:10.668]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build1671390451/b207/_pkg_.a
2025-08-20T22:45:56.6137612Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build1671390451/b228/_pkg_.a
2025-08-20T22:45:56.6138233Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build1671390451/b266/_pkg_.a
2025-08-20T22:45:56.6139184Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build1671390451/b267/_pkg_.a
2025-08-20T22:45:56.6140100Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build1671390451/b268/_pkg_.a
2025-08-20T22:45:56.6140780Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build1671390451/b269/_pkg_.a
2025-08-20T22:45:56.6141454Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build1671390451/b205/_pkg_.a
2025-08-20T22:45:56.6142107Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build1671390451/b277/_pkg_.a
2025-08-20T22:45:56.6142761Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build1671390451/b263/_pkg_.a
2025-08-20T22:45:56.6143403Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build1671390451/b279/_pkg_.a
2025-08-20T22:45:56.6144048Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build1671390451/b280/_pkg_.a
2025-08-20T22:45:56.6144692Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build1671390451/b239/_pkg_.a
2025-08-20T22:45:56.6145334Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build1671390451/b281/_pkg_.a
2025-08-20T22:45:56.6146077Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build1671390451/b283/_pkg_.a
2025-08-20T22:45:56.6147087Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build1671390451/b301/_pkg_.a
2025-08-20T22:45:56.6147808Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build1671390451/b302/_pkg_.a
2025-08-20T22:45:56.6148500Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build1671390451/b282/_pkg_.a
2025-08-20T22:45:56.6149166Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build1671390451/b303/_pkg_.a
2025-08-20T22:45:56.6149960Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build1671390451/b276/_pkg_.a
2025-08-20T22:45:56.6150612Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build1671390451/b285/_pkg_.a
2025-08-20T22:45:56.6151240Z [00:02:10.668]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build1671390451/b297/_pkg_.a
2025-08-20T22:45:56.6151822Z [00:02:10.668]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build1671390451/b264/_pkg_.a
2025-08-20T22:45:56.6152392Z [00:02:10.668]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build1671390451/b232/_pkg_.a
2025-08-20T22:45:56.6152965Z [00:02:10.668]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build1671390451/b298/_pkg_.a
2025-08-20T22:45:56.6153545Z [00:02:10.668]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build1671390451/b233/_pkg_.a
2025-08-20T22:45:56.6154155Z [00:02:10.668]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build1671390451/b304/_pkg_.a
2025-08-20T22:45:56.6154778Z [00:02:10.668]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build1671390451/b229/_pkg_.a
2025-08-20T22:45:56.6155369Z [00:02:10.668]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build1671390451/b231/_pkg_.a
2025-08-20T22:45:56.6155944Z [00:02:10.668]➜  packagefile google.golang.org/grpc/status=/tmp/go-build1671390451/b273/_pkg_.a
2025-08-20T22:45:56.6156515Z [00:02:10.668]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build1671390451/b299/_pkg_.a
2025-08-20T22:45:56.6157024Z [00:02:10.668]➜  packagefile math/rand/v2=/tmp/go-build1671390451/b082/_pkg_.a
2025-08-20T22:45:56.6157483Z [00:02:10.668]➜  packagefile net/http=/tmp/go-build1671390451/b184/_pkg_.a
2025-08-20T22:45:56.6158010Z [00:02:10.668]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build1671390451/b210/_pkg_.a
2025-08-20T22:45:56.6158934Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build1671390451/b211/_pkg_.a
2025-08-20T22:45:56.6159818Z [00:02:10.668]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build1671390451/b212/_pkg_.a
2025-08-20T22:45:56.6160463Z [00:02:10.668]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build1671390451/b213/_pkg_.a
2025-08-20T22:45:56.6161089Z [00:02:10.668]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build1671390451/b148/_pkg_.a
2025-08-20T22:45:56.6161648Z [00:02:10.668]➜  packagefile internal/itoa=/tmp/go-build1671390451/b068/_pkg_.a
2025-08-20T22:45:56.6162132Z [00:02:10.668]➜  packagefile internal/nettrace=/tmp/go-build1671390451/b149/_pkg_.a
2025-08-20T22:45:56.6162614Z [00:02:10.668]➜  packagefile internal/poll=/tmp/go-build1671390451/b077/_pkg_.a
2025-08-20T22:45:56.6163113Z [00:02:10.668]➜  packagefile internal/singleflight=/tmp/go-build1671390451/b150/_pkg_.a
2025-08-20T22:45:56.6163637Z [00:02:10.668]➜  packagefile internal/stringslite=/tmp/go-build1671390451/b031/_pkg_.a
2025-08-20T22:45:56.6164167Z [00:02:10.668]➜  packagefile internal/syscall/unix=/tmp/go-build1671390451/b066/_pkg_.a
2025-08-20T22:45:56.6164691Z [00:02:10.668]➜  packagefile internal/filepathlite=/tmp/go-build1671390451/b073/_pkg_.a
2025-08-20T22:45:56.6165198Z [00:02:10.668]➜  packagefile internal/goarch=/tmp/go-build1671390451/b006/_pkg_.a
2025-08-20T22:45:56.6165714Z [00:02:10.668]➜  packagefile internal/syscall/execenv=/tmp/go-build1671390451/b078/_pkg_.a
2025-08-20T22:45:56.6166474Z [00:02:10.668]➜  packagefile internal/testlog=/tmp/go-build1671390451/b079/_pkg_.a
2025-08-20T22:45:56.6166955Z [00:02:10.668]➜  packagefile internal/asan=/tmp/go-build1671390451/b027/_pkg_.a
2025-08-20T22:45:56.6167418Z [00:02:10.668]➜  packagefile internal/msan=/tmp/go-build1671390451/b028/_pkg_.a
2025-08-20T22:45:56.6167894Z [00:02:10.668]➜  packagefile internal/oserror=/tmp/go-build1671390451/b069/_pkg_.a
2025-08-20T22:45:56.6168373Z [00:02:10.668]➜  packagefile internal/race=/tmp/go-build1671390451/b029/_pkg_.a
2025-08-20T22:45:56.6168895Z [00:02:10.668]➜  packagefile internal/runtime/syscall=/tmp/go-build1671390451/b023/_pkg_.a
2025-08-20T22:45:56.6169396Z [00:02:10.668]➜  packagefile internal/abi=/tmp/go-build1671390451/b005/_pkg_.a
2025-08-20T22:45:56.6170086Z [00:02:10.668]➜  packagefile internal/chacha8rand=/tmp/go-build1671390451/b013/_pkg_.a
2025-08-20T22:45:56.6170620Z [00:02:10.668]➜  packagefile internal/coverage/rtcov=/tmp/go-build1671390451/b014/_pkg_.a
2025-08-20T22:45:56.6171136Z [00:02:10.668]➜  packagefile internal/godebugs=/tmp/go-build1671390451/b015/_pkg_.a
2025-08-20T22:45:56.6171647Z [00:02:10.668]➜  packagefile internal/goexperiment=/tmp/go-build1671390451/b016/_pkg_.a
2025-08-20T22:45:56.6172174Z [00:02:10.668]➜  packagefile internal/profilerecord=/tmp/go-build1671390451/b018/_pkg_.a
2025-08-20T22:45:56.6172707Z [00:02:10.669]➜  packagefile internal/runtime/atomic=/tmp/go-build1671390451/b019/_pkg_.a
2025-08-20T22:45:56.6173239Z [00:02:10.669]➜  packagefile internal/runtime/cgroup=/tmp/go-build1671390451/b020/_pkg_.a
2025-08-20T22:45:56.6173796Z [00:02:10.669]➜  packagefile internal/runtime/exithook=/tmp/go-build1671390451/b024/_pkg_.a
2025-08-20T22:45:56.6174327Z [00:02:10.669]➜  packagefile internal/runtime/gc=/tmp/go-build1671390451/b025/_pkg_.a
2025-08-20T22:45:56.6174842Z [00:02:10.669]➜  packagefile internal/runtime/maps=/tmp/go-build1671390451/b026/_pkg_.a
2025-08-20T22:45:56.6175363Z [00:02:10.669]➜  packagefile internal/runtime/math=/tmp/go-build1671390451/b022/_pkg_.a
2025-08-20T22:45:56.6175905Z [00:02:10.669]➜  packagefile internal/runtime/strconv=/tmp/go-build1671390451/b021/_pkg_.a
2025-08-20T22:45:56.6176437Z [00:02:10.669]➜  packagefile internal/runtime/sys=/tmp/go-build1671390451/b030/_pkg_.a
2025-08-20T22:45:56.6176967Z [00:02:10.669]➜  packagefile internal/trace/tracev2=/tmp/go-build1671390451/b032/_pkg_.a
2025-08-20T22:45:56.6177497Z [00:02:10.669]➜  packagefile internal/reflectlite=/tmp/go-build1671390451/b004/_pkg_.a
2025-08-20T22:45:56.6178315Z [00:02:10.669]➜  packagefile crypto/internal/fips140/check=/tmp/go-build1671390451/b053/_pkg_.a
2025-08-20T22:45:56.6179005Z [00:02:10.669]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build1671390451/b083/_pkg_.a
2025-08-20T22:45:56.6179754Z [00:02:10.669]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build1671390451/b062/_pkg_.a
2025-08-20T22:45:56.6180397Z [00:02:10.669]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build1671390451/b055/_pkg_.a
2025-08-20T22:45:56.6180979Z [00:02:10.669]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build1671390451/b059/_pkg_.a
2025-08-20T22:45:56.6181594Z [00:02:10.669]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build1671390451/b060/_pkg_.a
2025-08-20T22:45:56.6182165Z [00:02:10.669]➜  packagefile crypto/internal/boring/sig=/tmp/go-build1671390451/b093/_pkg_.a
2025-08-20T22:45:56.6182762Z [00:02:10.669]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build1671390451/b049/_pkg_.a
2025-08-20T22:45:56.6183344Z [00:02:10.669]➜  packagefile crypto/internal/entropy=/tmp/go-build1671390451/b064/_pkg_.a
2025-08-20T22:45:56.6183951Z [00:02:10.669]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build1671390451/b056/_pkg_.a
2025-08-20T22:45:56.6184561Z [00:02:10.669]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build1671390451/b061/_pkg_.a
2025-08-20T22:45:56.6185135Z [00:02:10.669]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build1671390451/b106/_pkg_.a
2025-08-20T22:45:56.6185768Z [00:02:10.669]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build1671390451/b084/_pkg_.a
2025-08-20T22:45:56.6186641Z [00:02:10.669]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build1671390451/b111/_pkg_.a
2025-08-20T22:45:56.6187219Z [00:02:10.669]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build1671390451/b112/_pkg_.a
2025-08-20T22:45:56.6187797Z [00:02:10.669]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build1671390451/b107/_pkg_.a
2025-08-20T22:45:56.6188372Z [00:02:10.669]➜  packagefile crypto/internal/fips140hash=/tmp/go-build1671390451/b114/_pkg_.a
2025-08-20T22:45:56.6188952Z [00:02:10.669]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build1671390451/b122/_pkg_.a
2025-08-20T22:45:56.6189676Z [00:02:10.669]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build1671390451/b054/_pkg_.a
2025-08-20T22:45:56.6190321Z [00:02:10.669]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build1671390451/b057/_pkg_.a
2025-08-20T22:45:56.6190881Z [00:02:10.669]➜  packagefile crypto/internal/impl=/tmp/go-build1671390451/b058/_pkg_.a
2025-08-20T22:45:56.6191449Z [00:02:10.669]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build1671390451/b113/_pkg_.a
2025-08-20T22:45:56.6192023Z [00:02:10.669]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build1671390451/b135/_pkg_.a
2025-08-20T22:45:56.6192546Z [00:02:10.669]➜  packagefile crypto/fips140=/tmp/go-build1671390451/b139/_pkg_.a
2025-08-20T22:45:56.6193102Z [00:02:10.669]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build1671390451/b130/_pkg_.a
2025-08-20T22:45:56.6193757Z [00:02:10.669]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build1671390451/b131/_pkg_.a
2025-08-20T22:45:56.6194435Z [00:02:10.669]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build1671390451/b132/_pkg_.a
2025-08-20T22:45:56.6195010Z [00:02:10.669]➜  packagefile internal/bisect=/tmp/go-build1671390451/b051/_pkg_.a
2025-08-20T22:45:56.6195486Z [00:02:10.669]➜  packagefile internal/sync=/tmp/go-build1671390451/b035/_pkg_.a
2025-08-20T22:45:56.6195979Z [00:02:10.669]➜  packagefile internal/synctest=/tmp/go-build1671390451/b037/_pkg_.a
2025-08-20T22:45:56.6196436Z [00:02:10.669]➜  packagefile unique=/tmp/go-build1671390451/b152/_pkg_.a
2025-08-20T22:45:56.6196914Z [00:02:10.669]➜  packagefile internal/unsafeheader=/tmp/go-build1671390451/b008/_pkg_.a
2025-08-20T22:45:56.6197410Z [00:02:10.669]➜  packagefile regexp/syntax=/tmp/go-build1671390451/b165/_pkg_.a
2025-08-20T22:45:56.6197880Z [00:02:10.669]➜  packagefile log/internal=/tmp/go-build1671390451/b168/_pkg_.a
2025-08-20T22:45:56.6198619Z [00:02:10.669]➜  packagefile database/sql/driver=/tmp/go-build1671390451/b171/_pkg_.a
2025-08-20T22:45:56.6199314Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build1671390451/b219/_pkg_.a
2025-08-20T22:45:56.6200214Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build1671390451/b251/_pkg_.a
2025-08-20T22:45:56.6200865Z [00:02:10.669]➜  packagefile github.com/russross/blackfriday/v2=/tmp/go-build1671390451/b314/_pkg_.a
2025-08-20T22:45:56.6201431Z [00:02:10.669]➜  packagefile text/template/parse=/tmp/go-build1671390451/b183/_pkg_.a
2025-08-20T22:45:56.6201996Z [00:02:10.669]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build1671390451/b319/_pkg_.a
2025-08-20T22:45:56.6202585Z [00:02:10.669]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build1671390451/b323/_pkg_.a
2025-08-20T22:45:56.6203105Z [00:02:10.669]➜  packagefile compress/flate=/tmp/go-build1671390451/b176/_pkg_.a
2025-08-20T22:45:56.6203577Z [00:02:10.669]➜  packagefile hash/crc32=/tmp/go-build1671390451/b177/_pkg_.a
2025-08-20T22:45:56.6204116Z [00:02:10.669]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build1671390451/b179/_pkg_.a
2025-08-20T22:45:56.6204659Z [00:02:10.669]➜  packagefile html/template=/tmp/go-build1671390451/b180/_pkg_.a
2025-08-20T22:45:56.6205271Z [00:02:10.669]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build1671390451/b236/_pkg_.a
2025-08-20T22:45:56.6206248Z [00:02:10.669]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build1671390451/b237/_pkg_.a
2025-08-20T22:45:56.6206961Z [00:02:10.669]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build1671390451/b238/_pkg_.a
2025-08-20T22:45:56.6207653Z [00:02:10.669]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build1671390451/b259/_pkg_.a
2025-08-20T22:45:56.6208329Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build1671390451/b250/_pkg_.a
2025-08-20T22:45:56.6208981Z [00:02:10.669]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build1671390451/b208/_pkg_.a
2025-08-20T22:45:56.6209797Z [00:02:10.669]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build1671390451/b270/_pkg_.a
2025-08-20T22:45:56.6210585Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build1671390451/b271/_pkg_.a
2025-08-20T22:45:56.6211325Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build1671390451/b272/_pkg_.a
2025-08-20T22:45:56.6212046Z [00:02:10.669]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build1671390451/b278/_pkg_.a
2025-08-20T22:45:56.6212710Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build1671390451/b240/_pkg_.a
2025-08-20T22:45:56.6213419Z [00:02:10.669]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build1671390451/b284/_pkg_.a
2025-08-20T22:45:56.6214167Z [00:02:10.669]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build1671390451/b296/_pkg_.a
2025-08-20T22:45:56.6214904Z [00:02:10.669]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build1671390451/b274/_pkg_.a
2025-08-20T22:45:56.6215603Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build1671390451/b275/_pkg_.a
2025-08-20T22:45:56.6216201Z [00:02:10.669]➜  packagefile golang.org/x/net/http2=/tmp/go-build1671390451/b286/_pkg_.a
2025-08-20T22:45:56.6216754Z [00:02:10.669]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build1671390451/b293/_pkg_.a
2025-08-20T22:45:56.6217365Z [00:02:10.669]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build1671390451/b295/_pkg_.a
2025-08-20T22:45:56.6217935Z [00:02:10.669]➜  packagefile net/http/httputil=/tmp/go-build1671390451/b300/_pkg_.a
2025-08-20T22:45:56.6218540Z [00:02:10.669]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build1671390451/b305/_pkg_.a
2025-08-20T22:45:56.6219559Z [00:02:10.669]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build1671390451/b185/_pkg_.a
2025-08-20T22:45:56.6220276Z [00:02:10.669]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build1671390451/b192/_pkg_.a
2025-08-20T22:45:56.6220908Z [00:02:10.669]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build1671390451/b193/_pkg_.a
2025-08-20T22:45:56.6221501Z [00:02:10.669]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build1671390451/b186/_pkg_.a
2025-08-20T22:45:56.6222163Z [00:02:10.669]➜  packagefile mime=/tmp/go-build1671390451/b194/_pkg_.a
2025-08-20T22:45:56.6222608Z [00:02:10.669]➜  packagefile mime/multipart=/tmp/go-build1671390451/b195/_pkg_.a
2025-08-20T22:45:56.6223094Z [00:02:10.669]➜  packagefile net/http/httptrace=/tmp/go-build1671390451/b197/_pkg_.a
2025-08-20T22:45:56.6223594Z [00:02:10.669]➜  packagefile net/http/internal=/tmp/go-build1671390451/b198/_pkg_.a
2025-08-20T22:45:56.6224119Z [00:02:10.669]➜  packagefile net/http/internal/ascii=/tmp/go-build1671390451/b199/_pkg_.a
2025-08-20T22:45:56.6224677Z [00:02:10.669]➜  packagefile net/http/internal/httpcommon=/tmp/go-build1671390451/b200/_pkg_.a
2025-08-20T22:45:56.6225202Z [00:02:10.669]➜  packagefile net/textproto=/tmp/go-build1671390451/b191/_pkg_.a
2025-08-20T22:45:56.6225798Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build1671390451/b214/_pkg_.a
2025-08-20T22:45:56.6226547Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build1671390451/b218/_pkg_.a
2025-08-20T22:45:56.6227267Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build1671390451/b215/_pkg_.a
2025-08-20T22:45:56.6227923Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build1671390451/b221/_pkg_.a
2025-08-20T22:45:56.6228580Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build1671390451/b222/_pkg_.a
2025-08-20T22:45:56.6229243Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build1671390451/b223/_pkg_.a
2025-08-20T22:45:56.6230112Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build1671390451/b220/_pkg_.a
2025-08-20T22:45:56.6230776Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build1671390451/b224/_pkg_.a
2025-08-20T22:45:56.6231468Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build1671390451/b226/_pkg_.a
2025-08-20T22:45:56.6232184Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build1671390451/b227/_pkg_.a
2025-08-20T22:45:56.6232840Z [00:02:10.669]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build1671390451/b108/_pkg_.a
2025-08-20T22:45:56.6233375Z [00:02:10.669]➜  packagefile crypto/sha3=/tmp/go-build1671390451/b115/_pkg_.a
2025-08-20T22:45:56.6233955Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build1671390451/b242/_pkg_.a
2025-08-20T22:45:56.6234866Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build1671390451/b252/_pkg_.a
2025-08-20T22:45:56.6235597Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build1671390451/b253/_pkg_.a
2025-08-20T22:45:56.6236275Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build1671390451/b256/_pkg_.a
2025-08-20T22:45:56.6236969Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build1671390451/b257/_pkg_.a
2025-08-20T22:45:56.6237502Z [00:02:10.669]➜  packagefile html=/tmp/go-build1671390451/b181/_pkg_.a
2025-08-20T22:45:56.6238082Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build1671390451/b241/_pkg_.a
2025-08-20T22:45:56.6238763Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build1671390451/b249/_pkg_.a
2025-08-20T22:45:56.6239381Z [00:02:10.669]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build1671390451/b287/_pkg_.a
2025-08-20T22:45:56.6240130Z [00:02:10.669]➜  packagefile golang.org/x/net/idna=/tmp/go-build1671390451/b288/_pkg_.a
2025-08-20T22:45:56.6240714Z [00:02:10.669]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build1671390451/b294/_pkg_.a
2025-08-20T22:45:56.6241376Z [00:02:10.669]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build1671390451/b306/_pkg_.a
2025-08-20T22:45:56.6242334Z [00:02:10.669]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build1671390451/b307/_pkg_.a
2025-08-20T22:45:56.6243037Z [00:02:10.669]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build1671390451/b187/_pkg_.a
2025-08-20T22:45:56.6243675Z [00:02:10.669]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build1671390451/b189/_pkg_.a
2025-08-20T22:45:56.6244303Z [00:02:10.669]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build1671390451/b190/_pkg_.a
2025-08-20T22:45:56.6244880Z [00:02:10.669]➜  packagefile mime/quotedprintable=/tmp/go-build1671390451/b196/_pkg_.a
2025-08-20T22:45:56.6245496Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build1671390451/b216/_pkg_.a
2025-08-20T22:45:56.6246043Z [00:02:10.669]➜  packagefile go/token=/tmp/go-build1671390451/b225/_pkg_.a
2025-08-20T22:45:56.6246611Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build1671390451/b243/_pkg_.a
2025-08-20T22:45:56.6247302Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build1671390451/b244/_pkg_.a
2025-08-20T22:45:56.6248021Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build1671390451/b245/_pkg_.a
2025-08-20T22:45:56.6248763Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build1671390451/b247/_pkg_.a
2025-08-20T22:45:56.6249598Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build1671390451/b254/_pkg_.a
2025-08-20T22:45:56.6250384Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build1671390451/b255/_pkg_.a
2025-08-20T22:45:56.6251042Z [00:02:10.669]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build1671390451/b289/_pkg_.a
2025-08-20T22:45:56.6251631Z [00:02:10.669]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build1671390451/b291/_pkg_.a
2025-08-20T22:45:56.6252220Z [00:02:10.669]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build1671390451/b292/_pkg_.a
2025-08-20T22:45:56.6252816Z [00:02:10.669]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build1671390451/b188/_pkg_.a
2025-08-20T22:45:56.6253324Z [00:02:10.669]➜  packagefile hash/fnv=/tmp/go-build1671390451/b217/_pkg_.a
2025-08-20T22:45:56.6253745Z [00:02:10.669]➜  packagefile embed=/tmp/go-build1671390451/b246/_pkg_.a
2025-08-20T22:45:56.6254321Z [00:02:10.669]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build1671390451/b248/_pkg_.a
2025-08-20T22:45:56.6255163Z [00:02:10.669]➜  packagefile golang.org/x/text/transform=/tmp/go-build1671390451/b290/_pkg_.a
2025-08-20T22:45:56.6263803Z [00:02:10.669]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/tg123/sshpiper/cmd/sshpiperd\nmod\tgithub.com/tg123/sshpiper\tv1.5.1-0.20250820031123-4ddedc60b08f\t\ndep\tgithub.com/cpuguy83/go-md2man/v2\tv2.0.7\th1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/pires/go-proxyproto\tv0.8.1\th1:9KEixbdJfhrbtjpz/ZwCdWDD2Xem0NZ38qMYaASJgp0=\ndep\tgithub.com/ramr/go-reaper\tv0.3.1\th1:rvMDXjaQf9hQFP4Zq2qneaBNizatCIMgPwIpFOsfdlI=\ndep\tgithub.com/russross/blackfriday/v2\tv2.1.0\th1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/tg123/remotesigner\tv0.0.3\th1:OA+yzMtlUFwkFpawyu0adG0Jq2NJzw8X7mP/+Z4OxuQ=\ndep\tgithub.com/urfave/cli/v2\tv2.27.7\th1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU=\ndep\tgithub.com/xrash/smetrics\tv0.0.0-20240521201337-686a1a2994c1\th1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=\ndep\tgolang.org/x/crypto\tv0.40.0\n=>\t./crypto\t(devel)\t\n\ndep\tgolang.org/x/net\tv0.41.0\th1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=\ndep\tgolang.org/x/sys\tv0.34.0\th1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=\ndep\tgolang.org/x/term\tv0.33.0\th1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=\ndep\tgolang.org/x/text\tv0.27.0\th1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250707201910-8d1bb00bc6a7\th1:pFyd6EwwL2TqFf8emdthzeX+gZE1ElRq3iM8pui4KBY=\ndep\tgoogle.golang.org/grpc\tv1.75.0\th1:+TW+dqTd2Biwe6KKfhE5JpiYIBWq865PhKGSXiivqt4=\ndep\tgoogle.golang.org/protobuf\tv1.36.7\th1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-tags=full\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=4ddedc60b08fa00e4fda555aa5a943eb5e7e241a\nbuild\tvcs.time=2025-08-20T03:11:23Z\nbuild\tvcs.modified=false\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:45:56.6271142Z [00:02:10.669]➜  EOF
2025-08-20T22:45:56.6271378Z [00:02:10.669]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:45:56.6271635Z [00:02:10.669]➜  cd .
2025-08-20T22:45:56.6273465Z [00:02:10.669]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=TL3otHnzIrRBBQYb7Vr0/eNXBAAfcMSSK8zhEKWCg/xFRXPXWwsLsocnm8sYMG/TL3otHnzIrRBBQYb7Vr0 -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:45:57.2454072Z [00:02:11.308]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:45:57.2568631Z [00:02:11.320]➜  mkdir -p /build-bins/
2025-08-20T22:45:57.2569049Z [00:02:11.320]➜  cp $WORK/b001/exe/a.out /build-bins/sshpiper
2025-08-20T22:45:57.2650467Z [00:02:11.328]➜  rm -rf $WORK/b001/
2025-08-20T22:45:57.4217838Z [00:02:11.485]➜  '/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/PATENTS' -> '/build-bins/LICENSE'
2025-08-20T22:45:57.4448297Z [00:02:11.508]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:45:57.4486756Z [00:02:11.512]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:45:57.4748499Z [00:02:11.538]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:45:57.5465508Z [00:02:11.609]➜  copy from `/build-bins/sshpiper' [elf64-littleaarch64] to `/build-bins/stJbEOkJ' [elf64-littleaarch64]
2025-08-20T22:45:57.5777334Z [00:02:11.641]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:45:57.5802828Z [00:02:11.643]➜  
2025-08-20T22:45:57.5816785Z [00:02:11.645]➜  /build-bins/LICENSE
2025-08-20T22:45:57.5868350Z [00:02:11.650]➜  
2025-08-20T22:45:57.5882128Z [00:02:11.651]➜  /build-bins/sshpiper
2025-08-20T22:45:57.5893001Z [00:02:11.652]➜  There are 24 section headers, starting at offset 0xd15cf8:
2025-08-20T22:45:57.5894051Z [00:02:11.652]➜  
2025-08-20T22:45:57.5894405Z [00:02:11.652]➜  Section Headers:
2025-08-20T22:45:57.5894781Z [00:02:11.652]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:45:57.5895190Z [00:02:11.652]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:45:57.5895583Z [00:02:11.652]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:45:57.5895979Z [00:02:11.652]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:45:57.5896415Z [00:02:11.652]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T22:45:57.5896832Z [00:02:11.652]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T22:45:57.5897250Z [00:02:11.652]➜    [ 2] .dynsym           DYNSYM           00000000000001f8  000001f8
2025-08-20T22:45:57.5897666Z [00:02:11.652]➜         0000000000000090  0000000000000018   A       3     3     8
2025-08-20T22:45:57.5898074Z [00:02:11.652]➜    [ 3] .dynstr           STRTAB           0000000000000288  00000288
2025-08-20T22:45:57.5898876Z [00:02:11.652]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T22:45:57.5899302Z [00:02:11.652]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:45:57.5900163Z [00:02:11.652]➜         00000000001766b8  0000000000000018   A       2     0     8
2025-08-20T22:45:57.5900587Z [00:02:11.652]➜    [ 5] .init             PROGBITS         0000000000176968  00176968
2025-08-20T22:45:57.5901013Z [00:02:11.652]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:45:57.5901420Z [00:02:11.652]➜    [ 6] .text             PROGBITS         0000000000176980  00176980
2025-08-20T22:45:57.5901833Z [00:02:11.652]➜         000000000050c6b0  0000000000000000  AX       0     0     32
2025-08-20T22:45:57.5902243Z [00:02:11.652]➜    [ 7] .fini             PROGBITS         0000000000683030  00683030
2025-08-20T22:45:57.5902652Z [00:02:11.652]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:45:57.5903101Z [00:02:11.652]➜    [ 8] .rodata           PROGBITS         0000000000683040  00683040
2025-08-20T22:45:57.5903522Z [00:02:11.652]➜         00000000000f418c  0000000000000000   A       0     0     32
2025-08-20T22:45:57.5903945Z [00:02:11.652]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000007771cc  007771cc
2025-08-20T22:45:57.5904368Z [00:02:11.652]➜         000000000000012c  0000000000000000   A       0     0     4
2025-08-20T22:45:57.5904797Z [00:02:11.652]➜    [10] .eh_frame         PROGBITS         00000000007772f8  007772f8
2025-08-20T22:45:57.5905212Z [00:02:11.652]➜         0000000000000568  0000000000000000   A       0     0     8
2025-08-20T22:45:57.5905622Z [00:02:11.652]➜    [11] .tbss             NOBITS           000000000078a7d0  0077a7d0
2025-08-20T22:45:57.5906037Z [00:02:11.652]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T22:45:57.5906472Z [00:02:11.652]➜    [12] .init_array       INIT_ARRAY       000000000078a7d0  0077a7d0
2025-08-20T22:45:57.5906903Z [00:02:11.652]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:45:57.5907329Z [00:02:11.652]➜    [13] .fini_array       FINI_ARRAY       000000000078a7d8  0077a7d8
2025-08-20T22:45:57.5907750Z [00:02:11.652]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:45:57.5908174Z [00:02:11.652]➜    [14] .data.rel.ro      PROGBITS         000000000078a7e0  0077a7e0
2025-08-20T22:45:57.5908893Z [00:02:11.652]➜         0000000000525600  0000000000000000  WA       0     0     32
2025-08-20T22:45:57.5909691Z [00:02:11.652]➜    [15] .dynamic          DYNAMIC          0000000000cafde0  00c9fde0
2025-08-20T22:45:57.5910192Z [00:02:11.652]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:45:57.5910603Z [00:02:11.652]➜    [16] .got              PROGBITS         0000000000caff50  00c9ff50
2025-08-20T22:45:57.5911015Z [00:02:11.652]➜         00000000000000b0  0000000000000008  WA       0     0     8
2025-08-20T22:45:57.5911439Z [00:02:11.652]➜    [17] .data             PROGBITS         0000000000cb0000  00ca0000
2025-08-20T22:45:57.5911857Z [00:02:11.652]➜         000000000001fe30  0000000000000000  WA       0     0     32
2025-08-20T22:45:57.5912292Z [00:02:11.652]➜    [18] .go.buildinfo     PROGBITS         0000000000ccfe30  00cbfe30
2025-08-20T22:45:57.5912723Z [00:02:11.652]➜         0000000000000810  0000000000000000  WA       0     0     16
2025-08-20T22:45:57.5913157Z [00:02:11.652]➜    [19] .go.fipsinfo      PROGBITS         0000000000cd0640  00cc0640
2025-08-20T22:45:57.5913587Z [00:02:11.652]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:45:57.5914017Z [00:02:11.652]➜    [20] .noptrdata        PROGBITS         0000000000cd06c0  00cc06c0
2025-08-20T22:45:57.5914449Z [00:02:11.652]➜         0000000000055561  0000000000000000  WA       0     0     32
2025-08-20T22:45:57.5914856Z [00:02:11.652]➜    [21] .bss              NOBITS           0000000000d25c40  00d15c21
2025-08-20T22:45:57.5915547Z [00:02:11.652]➜         000000000002b9c8  0000000000000000  WA       0     0     32
2025-08-20T22:45:57.5915973Z [00:02:11.652]➜    [22] .noptrbss         NOBITS           0000000000d51620  00d15c21
2025-08-20T22:45:57.5916397Z [00:02:11.652]➜         000000000001f960  0000000000000000  WA       0     0     32
2025-08-20T22:45:57.5916818Z [00:02:11.652]➜    [23] .shstrtab         STRTAB           0000000000000000  00d15c21
2025-08-20T22:45:57.5917246Z [00:02:11.652]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:45:57.5917566Z [00:02:11.652]➜  Key to Flags:
2025-08-20T22:45:57.5917917Z [00:02:11.652]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:45:57.5918377Z [00:02:11.652]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:45:57.5918823Z [00:02:11.652]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:45:57.5919205Z [00:02:11.652]➜    D (mbind), p (processor specific)
2025-08-20T22:45:57.5919774Z [00:02:11.653]➜  + file /build-bins/LICENSE /build-bins/sshpiper
2025-08-20T22:45:57.6042421Z [00:02:11.667]➜  /build-bins/LICENSE:  ASCII text
2025-08-20T22:45:57.6108194Z [00:02:11.674]➜  /build-bins/sshpiper: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:45:57.6117615Z [00:02:11.675]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/sshpiper
2025-08-20T22:45:57.6137489Z [00:02:11.677]➜  /build-bins/LICENSE:         1303 Bytes
2025-08-20T22:45:57.6138078Z [00:02:11.677]➜  /build-bins/sshpiper:         13722360 Bytes
2025-08-20T22:45:57.6139155Z [00:02:11.677]➜  + du /build-bins/LICENSE /build-bins/sshpiper --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:45:57.6155036Z [00:02:11.679]➜  1.3K	2025-08-20 22:45:57.420921283 +0000	/build-bins/LICENSE
2025-08-20T22:45:57.6155515Z [00:02:11.679]➜  14M	2025-08-20 22:45:57.566930323 +0000	/build-bins/sshpiper
2025-08-20T22:45:57.6157029Z [00:02:11.679]➜  + popd
2025-08-20T22:45:59.0877025Z [00:02:13.151]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:45:59.1417234Z [00:02:13.205]➜  + '[' -s /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:45:59.1418582Z [00:02:13.205]➜  + cp -fv /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:45:59.1450381Z [00:02:13.208]➜  '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:45:59.1457937Z [00:02:13.209]➜  + find /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:45:59.1466514Z [00:02:13.210]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:45:59.1466998Z [00:02:13.210]➜  + cut -d: -f1
2025-08-20T22:45:59.1467579Z [00:02:13.210]➜  + xargs realpath --no-symlinks
2025-08-20T22:45:59.1468057Z [00:02:13.210]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:45:59.2421277Z [00:02:13.305]➜  sending incremental file list
2025-08-20T22:45:59.2460421Z [00:02:13.309]➜  sshpiper
2025-08-20T22:45:59.3008037Z [00:02:13.364]➜  
2025-08-20T22:45:59.3008511Z [00:02:13.364]➜  sent 13.73M bytes  received 35 bytes  27.45M bytes/sec
2025-08-20T22:45:59.3008889Z [00:02:13.364]➜  total size is 13.72M  speedup is 1.00
2025-08-20T22:45:59.3021408Z [00:02:13.365]➜  
2025-08-20T22:46:00.0853419Z [00:02:14.148]➜  
2025-08-20T22:46:00.0953520Z [00:02:14.158]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:46:00.0955524Z [00:02:14.158]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:46:00.0956928Z [00:02:14.158]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sshpiper' retained as runner:runner
2025-08-20T22:46:00.0957985Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:46:00.0959183Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.gitmodules' from root:root to runner:runner
2025-08-20T22:46:00.0960631Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T22:46:00.0961910Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pkcs12_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0963210Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pbkdf_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0964513Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/bmp-string_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0965816Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/safebags.go' from root:root to runner:runner
2025-08-20T22:46:00.0967123Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal/rc2/rc2.go' from root:root to runner:runner
2025-08-20T22:46:00.0968527Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal/rc2/rc2_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0969971Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal/rc2/bench_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0971659Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal/rc2' from root:root to runner:runner
2025-08-20T22:46:00.0972995Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal' from root:root to runner:runner
2025-08-20T22:46:00.0974247Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/mac_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0975502Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/mac.go' from root:root to runner:runner
2025-08-20T22:46:00.0976770Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/crypto_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0978042Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pbkdf.go' from root:root to runner:runner
2025-08-20T22:46:00.0979285Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pkcs12.go' from root:root to runner:runner
2025-08-20T22:46:00.0980939Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/bmp-string.go' from root:root to runner:runner
2025-08-20T22:46:00.0982206Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/crypto.go' from root:root to runner:runner
2025-08-20T22:46:00.0983462Z [00:02:14.158]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/errors.go' from root:root to runner:runner
2025-08-20T22:46:00.0984670Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12' from root:root to runner:runner
2025-08-20T22:46:00.0985902Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/hkdf/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0987159Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/hkdf/hkdf.go' from root:root to runner:runner
2025-08-20T22:46:00.0988398Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/hkdf/hkdf_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0989728Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/hkdf' from root:root to runner:runner
2025-08-20T22:46:00.0990997Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/write.go' from root:root to runner:runner
2025-08-20T22:46:00.0992274Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/read_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0993553Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/read.go' from root:root to runner:runner
2025-08-20T22:46:00.0995101Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/write_test.go' from root:root to runner:runner
2025-08-20T22:46:00.0996472Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/canonical_text.go' from root:root to runner:runner
2025-08-20T22:46:00.0997793Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/config.go' from root:root to runner:runner
2025-08-20T22:46:00.0999224Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetrically_encrypted_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1000831Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1002213Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/private_key.go' from root:root to runner:runner
2025-08-20T22:46:00.1003597Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature_v3_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1005204Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userid_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1006561Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/opaque_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1007947Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1009309Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/ocfb_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1010785Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/compressed_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1012187Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key_v3_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1013579Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key_v3.go' from root:root to runner:runner
2025-08-20T22:46:00.1014927Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/literal.go' from root:root to runner:runner
2025-08-20T22:46:00.1016452Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userattribute.go' from root:root to runner:runner
2025-08-20T22:46:00.1017827Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/compressed.go' from root:root to runner:runner
2025-08-20T22:46:00.1019181Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/packet_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1020851Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/ocfb.go' from root:root to runner:runner
2025-08-20T22:46:00.1022260Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature_v3.go' from root:root to runner:runner
2025-08-20T22:46:00.1023655Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/one_pass_signature.go' from root:root to runner:runner
2025-08-20T22:46:00.1025052Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/private_key_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1026414Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userid.go' from root:root to runner:runner
2025-08-20T22:46:00.1027726Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/reader.go' from root:root to runner:runner
2025-08-20T22:46:00.1029047Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/opaque.go' from root:root to runner:runner
2025-08-20T22:46:00.1030717Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key.go' from root:root to runner:runner
2025-08-20T22:46:00.1032112Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/encrypted_key_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1033504Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/encrypted_key.go' from root:root to runner:runner
2025-08-20T22:46:00.1034936Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetrically_encrypted.go' from root:root to runner:runner
2025-08-20T22:46:00.1036331Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/packet.go' from root:root to runner:runner
2025-08-20T22:46:00.1037668Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature.go' from root:root to runner:runner
2025-08-20T22:46:00.1039081Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetric_key_encrypted.go' from root:root to runner:runner
2025-08-20T22:46:00.1040658Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userattribute_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1042123Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetric_key_encrypted_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1043482Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet' from root:root to runner:runner
2025-08-20T22:46:00.1044924Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/keys.go' from root:root to runner:runner
2025-08-20T22:46:00.1046281Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/errors/errors.go' from root:root to runner:runner
2025-08-20T22:46:00.1047556Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/errors' from root:root to runner:runner
2025-08-20T22:46:00.1048827Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/keys_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1050315Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/clearsign/clearsign_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1051709Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/clearsign/clearsign.go' from root:root to runner:runner
2025-08-20T22:46:00.1053027Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/clearsign' from root:root to runner:runner
2025-08-20T22:46:00.1054543Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/s2k/s2k_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1055828Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/s2k/s2k.go' from root:root to runner:runner
2025-08-20T22:46:00.1057075Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/s2k' from root:root to runner:runner
2025-08-20T22:46:00.1058340Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/armor/encode.go' from root:root to runner:runner
2025-08-20T22:46:00.1059781Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/armor/armor_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1061146Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/armor/armor.go' from root:root to runner:runner
2025-08-20T22:46:00.1062412Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/armor' from root:root to runner:runner
2025-08-20T22:46:00.1063716Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/canonical_text_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1065090Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/elgamal/elgamal_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1066444Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/elgamal/elgamal.go' from root:root to runner:runner
2025-08-20T22:46:00.1067767Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/elgamal' from root:root to runner:runner
2025-08-20T22:46:00.1069272Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/keys_data_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1070748Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp' from root:root to runner:runner
2025-08-20T22:46:00.1071939Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/PATENTS' from root:root to runner:runner
2025-08-20T22:46:00.1073184Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/md4block.go' from root:root to runner:runner
2025-08-20T22:46:00.1074396Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/md4.go' from root:root to runner:runner
2025-08-20T22:46:00.1075642Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1076892Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/md4_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1078088Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4' from root:root to runner:runner
2025-08-20T22:46:00.1079589Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/otr_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1080927Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/libotr_test_helper.c' from root:root to runner:runner
2025-08-20T22:46:00.1082183Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/otr.go' from root:root to runner:runner
2025-08-20T22:46:00.1083380Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/smp.go' from root:root to runner:runner
2025-08-20T22:46:00.1084551Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr' from root:root to runner:runner
2025-08-20T22:46:00.1085773Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/scrypt/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1087072Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/scrypt/scrypt_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1088344Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/scrypt/scrypt.go' from root:root to runner:runner
2025-08-20T22:46:00.1089651Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/scrypt' from root:root to runner:runner
2025-08-20T22:46:00.1090958Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ripemd160/ripemd160.go' from root:root to runner:runner
2025-08-20T22:46:00.1092282Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ripemd160/ripemd160_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1093816Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ripemd160/ripemd160block.go' from root:root to runner:runner
2025-08-20T22:46:00.1095146Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ripemd160' from root:root to runner:runner
2025-08-20T22:46:00.1096434Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/nss/parser_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1097761Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/nss/parser.go' from root:root to runner:runner
2025-08-20T22:46:00.1099027Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/nss' from root:root to runner:runner
2025-08-20T22:46:00.1100468Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/gen_fallback_bundle.go' from root:root to runner:runner
2025-08-20T22:46:00.1101834Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/fallback.go' from root:root to runner:runner
2025-08-20T22:46:00.1103394Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1104765Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/fallback_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1106143Z [00:02:14.159]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/bundle.go' from root:root to runner:runner
2025-08-20T22:46:00.1107446Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback' from root:root to runner:runner
2025-08-20T22:46:00.1108689Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots' from root:root to runner:runner
2025-08-20T22:46:00.1110001Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bcrypt/bcrypt.go' from root:root to runner:runner
2025-08-20T22:46:00.1111309Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bcrypt/base64.go' from root:root to runner:runner
2025-08-20T22:46:00.1112575Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bcrypt/bcrypt_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1113800Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bcrypt' from root:root to runner:runner
2025-08-20T22:46:00.1115001Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3.go' from root:root to runner:runner
2025-08-20T22:46:00.1116250Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/hashes_noasm.go' from root:root to runner:runner
2025-08-20T22:46:00.1117704Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/shake.go' from root:root to runner:runner
2025-08-20T22:46:00.1119025Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/keccakf_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1120452Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/allocations_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1121736Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3_s390x.s' from root:root to runner:runner
2025-08-20T22:46:00.1122968Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1124218Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/keccakf_amd64.go' from root:root to runner:runner
2025-08-20T22:46:00.1125477Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/hashes.go' from root:root to runner:runner
2025-08-20T22:46:00.1126915Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/keccakf.go' from root:root to runner:runner
2025-08-20T22:46:00.1128158Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/_asm/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1129680Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/_asm/keccakf_amd64_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1131031Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/_asm/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1132250Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/_asm' from root:root to runner:runner
2025-08-20T22:46:00.1133488Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/shake_noasm.go' from root:root to runner:runner
2025-08-20T22:46:00.1134749Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1136000Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3_s390x.go' from root:root to runner:runner
2025-08-20T22:46:00.1137343Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/testdata/keccakKats.json.deflate' from root:root to runner:runner
2025-08-20T22:46:00.1138667Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/testdata' from root:root to runner:runner
2025-08-20T22:46:00.1139946Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3' from root:root to runner:runner
2025-08-20T22:46:00.1141461Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_generic.go' from root:root to runner:runner
2025-08-20T22:46:00.1142826Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2x.go' from root:root to runner:runner
2025-08-20T22:46:00.1144113Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1145403Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s.go' from root:root to runner:runner
2025-08-20T22:46:00.1146688Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_ref.go' from root:root to runner:runner
2025-08-20T22:46:00.1148024Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/_asm/blake2s_amd64_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1149329Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/_asm/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1150918Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/_asm/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1152162Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/_asm' from root:root to runner:runner
2025-08-20T22:46:00.1153431Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_386.s' from root:root to runner:runner
2025-08-20T22:46:00.1154723Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_386.go' from root:root to runner:runner
2025-08-20T22:46:00.1156020Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1157331Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_amd64.go' from root:root to runner:runner
2025-08-20T22:46:00.1158572Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s' from root:root to runner:runner
2025-08-20T22:46:00.1159955Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/testenv/testenv_unix.go' from root:root to runner:runner
2025-08-20T22:46:00.1161402Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/testenv/testenv_notunix.go' from root:root to runner:runner
2025-08-20T22:46:00.1162760Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/testenv/exec.go' from root:root to runner:runner
2025-08-20T22:46:00.1164040Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/testenv' from root:root to runner:runner
2025-08-20T22:46:00.1165570Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/poly1305_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1167008Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/mac_noasm.go' from root:root to runner:runner
2025-08-20T22:46:00.1168419Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_generic.go' from root:root to runner:runner
2025-08-20T22:46:00.1169876Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_s390x.go' from root:root to runner:runner
2025-08-20T22:46:00.1171291Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1172648Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/poly1305.go' from root:root to runner:runner
2025-08-20T22:46:00.1173997Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_s390x.s' from root:root to runner:runner
2025-08-20T22:46:00.1175586Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/_asm/sum_amd64_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1176959Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/_asm/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1178316Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/_asm/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1179719Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/_asm' from root:root to runner:runner
2025-08-20T22:46:00.1181124Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_loong64.s' from root:root to runner:runner
2025-08-20T22:46:00.1182485Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_ppc64x.s' from root:root to runner:runner
2025-08-20T22:46:00.1183865Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/vectors_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1185234Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1186536Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305' from root:root to runner:runner
2025-08-20T22:46:00.1187851Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias/alias_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1189416Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias/alias.go' from root:root to runner:runner
2025-08-20T22:46:00.1190969Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias/alias_purego.go' from root:root to runner:runner
2025-08-20T22:46:00.1192270Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias' from root:root to runner:runner
2025-08-20T22:46:00.1193591Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/dsa_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1194989Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/wycheproof_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1196408Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/aes_cbc_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1197794Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/ecdsa_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1199375Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/hmac_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1200934Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/internal/dsa/dsa.go' from root:root to runner:runner
2025-08-20T22:46:00.1202358Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/internal/dsa' from root:root to runner:runner
2025-08-20T22:46:00.1203729Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/internal' from root:root to runner:runner
2025-08-20T22:46:00.1205083Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1206465Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/rsa_pss_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1207845Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/boring.go' from root:root to runner:runner
2025-08-20T22:46:00.1209215Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/ecdh_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1210765Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/eddsa_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1212156Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/aead_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1213570Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/ecdh_stdlib_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1215153Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/notboring.go' from root:root to runner:runner
2025-08-20T22:46:00.1216607Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/hkdf_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1218045Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/rsa_oaep_decrypt_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1219605Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/rsa_signature_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1221033Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof' from root:root to runner:runner
2025-08-20T22:46:00.1222267Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal' from root:root to runner:runner
2025-08-20T22:46:00.1223455Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1224895Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/cipher.go' from root:root to runner:runner
2025-08-20T22:46:00.1226157Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/block.go' from root:root to runner:runner
2025-08-20T22:46:00.1227417Z [00:02:14.160]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/const.go' from root:root to runner:runner
2025-08-20T22:46:00.1228706Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/blowfish_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1230091Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish' from root:root to runner:runner
2025-08-20T22:46:00.1231298Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xts/xts.go' from root:root to runner:runner
2025-08-20T22:46:00.1232527Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xts/xts_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1233721Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xts' from root:root to runner:runner
2025-08-20T22:46:00.1234927Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pbkdf2/pbkdf2.go' from root:root to runner:runner
2025-08-20T22:46:00.1236207Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pbkdf2/pbkdf2_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1237435Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pbkdf2' from root:root to runner:runner
2025-08-20T22:46:00.1238802Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1240216Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/.gitattributes' from root:root to runner:runner
2025-08-20T22:46:00.1241474Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/codereview.cfg' from root:root to runner:runner
2025-08-20T22:46:00.1242701Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/.gitignore' from root:root to runner:runner
2025-08-20T22:46:00.1243961Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_ppc64x.s' from root:root to runner:runner
2025-08-20T22:46:00.1245317Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_ppc64x.go' from root:root to runner:runner
2025-08-20T22:46:00.1246635Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_noasm.go' from root:root to runner:runner
2025-08-20T22:46:00.1248256Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_s390x.go' from root:root to runner:runner
2025-08-20T22:46:00.1249687Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_arm64.s' from root:root to runner:runner
2025-08-20T22:46:00.1251056Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1252360Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_s390x.s' from root:root to runner:runner
2025-08-20T22:46:00.1253627Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/xor.go' from root:root to runner:runner
2025-08-20T22:46:00.1254915Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/vectors_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1256233Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_generic.go' from root:root to runner:runner
2025-08-20T22:46:00.1257549Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_arm64.go' from root:root to runner:runner
2025-08-20T22:46:00.1258795Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20' from root:root to runner:runner
2025-08-20T22:46:00.1260184Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa20_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1261481Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa20.go' from root:root to runner:runner
2025-08-20T22:46:00.1262988Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_amd64.go' from root:root to runner:runner
2025-08-20T22:46:00.1264414Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1265768Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_noasm.go' from root:root to runner:runner
2025-08-20T22:46:00.1267129Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_ref.go' from root:root to runner:runner
2025-08-20T22:46:00.1268499Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/_asm/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1269890Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/_asm/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1271309Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/_asm/salsa20_amd64_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1272873Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/_asm' from root:root to runner:runner
2025-08-20T22:46:00.1274177Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1275551Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_amd64_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1276901Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/hsalsa20.go' from root:root to runner:runner
2025-08-20T22:46:00.1278226Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa208.go' from root:root to runner:runner
2025-08-20T22:46:00.1279579Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa' from root:root to runner:runner
2025-08-20T22:46:00.1280850Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20' from root:root to runner:runner
2025-08-20T22:46:00.1282058Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xtea/cipher.go' from root:root to runner:runner
2025-08-20T22:46:00.1283297Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xtea/xtea_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1284545Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xtea/block.go' from root:root to runner:runner
2025-08-20T22:46:00.1285733Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xtea' from root:root to runner:runner
2025-08-20T22:46:00.1287092Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/gfp6.go' from root:root to runner:runner
2025-08-20T22:46:00.1288444Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1289891Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/twist.go' from root:root to runner:runner
2025-08-20T22:46:00.1291201Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/optate.go' from root:root to runner:runner
2025-08-20T22:46:00.1292463Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/bn256_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1293714Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/curve.go' from root:root to runner:runner
2025-08-20T22:46:00.1294977Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/bn256.go' from root:root to runner:runner
2025-08-20T22:46:00.1296437Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/gfp2.go' from root:root to runner:runner
2025-08-20T22:46:00.1297663Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/gfp12.go' from root:root to runner:runner
2025-08-20T22:46:00.1298917Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/constants.go' from root:root to runner:runner
2025-08-20T22:46:00.1300284Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256' from root:root to runner:runner
2025-08-20T22:46:00.1301534Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519/curve25519.go' from root:root to runner:runner
2025-08-20T22:46:00.1302859Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519/vectors_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1304201Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519/curve25519_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1305479Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519' from root:root to runner:runner
2025-08-20T22:46:00.1306705Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ocsp/ocsp_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1307937Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ocsp/ocsp.go' from root:root to runner:runner
2025-08-20T22:46:00.1309130Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ocsp' from root:root to runner:runner
2025-08-20T22:46:00.1310718Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/poly1305/poly1305_compat.go' from root:root to runner:runner
2025-08-20T22:46:00.1312045Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/poly1305' from root:root to runner:runner
2025-08-20T22:46:00.1313366Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/xchacha20poly1305.go' from root:root to runner:runner
2025-08-20T22:46:00.1314853Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_vectors_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1316366Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1317762Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/_asm/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1319105Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/_asm/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1320834Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1322236Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/_asm' from root:root to runner:runner
2025-08-20T22:46:00.1323629Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_noasm.go' from root:root to runner:runner
2025-08-20T22:46:00.1325067Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305.go' from root:root to runner:runner
2025-08-20T22:46:00.1326507Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1327969Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_amd64.go' from root:root to runner:runner
2025-08-20T22:46:00.1329532Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_generic.go' from root:root to runner:runner
2025-08-20T22:46:00.1330956Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305' from root:root to runner:runner
2025-08-20T22:46:00.1332225Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_ref.go' from root:root to runner:runner
2025-08-20T22:46:00.1333514Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/argon2_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1334779Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blake2b.go' from root:root to runner:runner
2025-08-20T22:46:00.1336228Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_amd64.go' from root:root to runner:runner
2025-08-20T22:46:00.1337569Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/argon2.go' from root:root to runner:runner
2025-08-20T22:46:00.1338863Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/_asm/blamka_amd64.go' from root:root to runner:runner
2025-08-20T22:46:00.1340245Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/_asm/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1341509Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/_asm/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1342741Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/_asm' from root:root to runner:runner
2025-08-20T22:46:00.1343987Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1345495Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_generic.go' from root:root to runner:runner
2025-08-20T22:46:00.1346727Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2' from root:root to runner:runner
2025-08-20T22:46:00.1347912Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/LICENSE' from root:root to runner:runner
2025-08-20T22:46:00.1349089Z [00:02:14.161]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1350412Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2x.go' from root:root to runner:runner
2025-08-20T22:46:00.1351733Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2bAVX2_amd64.go' from root:root to runner:runner
2025-08-20T22:46:00.1353070Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_generic.go' from root:root to runner:runner
2025-08-20T22:46:00.1354365Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/register.go' from root:root to runner:runner
2025-08-20T22:46:00.1355635Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b.go' from root:root to runner:runner
2025-08-20T22:46:00.1356898Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/go125.go' from root:root to runner:runner
2025-08-20T22:46:00.1358167Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_ref.go' from root:root to runner:runner
2025-08-20T22:46:00.1359756Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1361203Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2bAVX2_amd64.s' from root:root to runner:runner
2025-08-20T22:46:00.1362603Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/standard/blake2b_amd64_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1363989Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/standard/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1365330Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/standard/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1366637Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/standard' from root:root to runner:runner
2025-08-20T22:46:00.1367976Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/AVX2/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1369717Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/AVX2/blake2bAVX2_amd64_asm.go' from root:root to runner:runner
2025-08-20T22:46:00.1371136Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/AVX2/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1372420Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/AVX2' from root:root to runner:runner
2025-08-20T22:46:00.1373665Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm' from root:root to runner:runner
2025-08-20T22:46:00.1374938Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1376173Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b' from root:root to runner:runner
2025-08-20T22:46:00.1377399Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/acme_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1378640Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/rfc8555.go' from root:root to runner:runner
2025-08-20T22:46:00.1380036Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/internal/acmeprobe/prober.go' from root:root to runner:runner
2025-08-20T22:46:00.1381446Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/internal/acmeprobe' from root:root to runner:runner
2025-08-20T22:46:00.1382712Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/internal' from root:root to runner:runner
2025-08-20T22:46:00.1384135Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/acme.go' from root:root to runner:runner
2025-08-20T22:46:00.1385423Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/jws.go' from root:root to runner:runner
2025-08-20T22:46:00.1386659Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/types_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1387899Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/http.go' from root:root to runner:runner
2025-08-20T22:46:00.1389196Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/renewal_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1390681Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/autocert.go' from root:root to runner:runner
2025-08-20T22:46:00.1392021Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1393617Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/internal/acmetest/ca.go' from root:root to runner:runner
2025-08-20T22:46:00.1395015Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/internal/acmetest' from root:root to runner:runner
2025-08-20T22:46:00.1396351Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/internal' from root:root to runner:runner
2025-08-20T22:46:00.1397659Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/renewal.go' from root:root to runner:runner
2025-08-20T22:46:00.1398967Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/cache.go' from root:root to runner:runner
2025-08-20T22:46:00.1400449Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/autocert_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1401804Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/listener.go' from root:root to runner:runner
2025-08-20T22:46:00.1403135Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/cache_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1404411Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert' from root:root to runner:runner
2025-08-20T22:46:00.1405648Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/types.go' from root:root to runner:runner
2025-08-20T22:46:00.1406905Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/rfc8555_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1408357Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/jws_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1409774Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/http_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1411090Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/pebble_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1412308Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme' from root:root to runner:runner
2025-08-20T22:46:00.1413523Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/twofish/twofish.go' from root:root to runner:runner
2025-08-20T22:46:00.1414804Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/twofish/twofish_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1416042Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/twofish' from root:root to runner:runner
2025-08-20T22:46:00.1417488Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/sign/sign.go' from root:root to runner:runner
2025-08-20T22:46:00.1418762Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/sign/sign_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1420154Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/sign' from root:root to runner:runner
2025-08-20T22:46:00.1421418Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/auth/auth.go' from root:root to runner:runner
2025-08-20T22:46:00.1422697Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/auth/auth_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1424015Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/auth/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1425265Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/auth' from root:root to runner:runner
2025-08-20T22:46:00.1426530Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/box/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1427802Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/box/box.go' from root:root to runner:runner
2025-08-20T22:46:00.1429071Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/box/box_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1430443Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/box' from root:root to runner:runner
2025-08-20T22:46:00.1431926Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/secretbox/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1433358Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/secretbox/secretbox.go' from root:root to runner:runner
2025-08-20T22:46:00.1434716Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/secretbox/secretbox_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1436206Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/secretbox' from root:root to runner:runner
2025-08-20T22:46:00.1437398Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl' from root:root to runner:runner
2025-08-20T22:46:00.1438598Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/tea/cipher.go' from root:root to runner:runner
2025-08-20T22:46:00.1440002Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/tea/tea_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1441243Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/tea' from root:root to runner:runner
2025-08-20T22:46:00.1442396Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/.git' from root:root to runner:runner
2025-08-20T22:46:00.1443618Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cast5/cast5_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1444865Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cast5/cast5.go' from root:root to runner:runner
2025-08-20T22:46:00.1446059Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cast5' from root:root to runner:runner
2025-08-20T22:46:00.1447317Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/testdata_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1448668Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/recording_client_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1450281Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1451649Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/session_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1452969Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/multi_auth_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1454308Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/forward_unix_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1455644Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/test_unix_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1456946Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/sshcli_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1458265Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/agent_unix_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1459918Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/server_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1461284Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/recording_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1462598Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/cert_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1463884Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/sshd_test_pw.c' from root:root to runner:runner
2025-08-20T22:46:00.1465222Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/recording_server_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1466572Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/dial_unix_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1467860Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test' from root:root to runner:runner
2025-08-20T22:46:00.1469081Z [00:02:14.162]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/messages.go' from root:root to runner:runner
2025-08-20T22:46:00.1470435Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mlkem.go' from root:root to runner:runner
2025-08-20T22:46:00.1471693Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1472964Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/connection.go' from root:root to runner:runner
2025-08-20T22:46:00.1474394Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mux.go' from root:root to runner:runner
2025-08-20T22:46:00.1475726Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/testdata_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1477049Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1478352Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/client.go' from root:root to runner:runner
2025-08-20T22:46:00.1479731Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/server.go' from root:root to runner:runner
2025-08-20T22:46:00.1481089Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/keyring_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1482396Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/forward.go' from root:root to runner:runner
2025-08-20T22:46:00.1483912Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/keyring.go' from root:root to runner:runner
2025-08-20T22:46:00.1485229Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/client_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1486545Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/server_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1487792Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent' from root:root to runner:runner
2025-08-20T22:46:00.1488996Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/kex.go' from root:root to runner:runner
2025-08-20T22:46:00.1490421Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/terminal/terminal.go' from root:root to runner:runner
2025-08-20T22:46:00.1491694Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/terminal' from root:root to runner:runner
2025-08-20T22:46:00.1492940Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/tcpip_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1494206Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1495456Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/cipher.go' from root:root to runner:runner
2025-08-20T22:46:00.1496675Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/keys.go' from root:root to runner:runner
2025-08-20T22:46:00.1498139Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/sshpiper_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1499717Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go' from root:root to runner:runner
2025-08-20T22:46:00.1501235Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1502639Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal/bcrypt_pbkdf' from root:root to runner:runner
2025-08-20T22:46:00.1503909Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal' from root:root to runner:runner
2025-08-20T22:46:00.1505143Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/common.go' from root:root to runner:runner
2025-08-20T22:46:00.1506381Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/certs_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1507861Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1509109Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mempipe_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1510494Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/certs.go' from root:root to runner:runner
2025-08-20T22:46:00.1511750Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/transport_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1513009Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/kex_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1514268Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/buffer_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1515510Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client.go' from root:root to runner:runner
2025-08-20T22:46:00.1516750Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/channel.go' from root:root to runner:runner
2025-08-20T22:46:00.1517977Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/server.go' from root:root to runner:runner
2025-08-20T22:46:00.1519242Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/keys_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1520656Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mac.go' from root:root to runner:runner
2025-08-20T22:46:00.1522153Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/knownhosts.go' from root:root to runner:runner
2025-08-20T22:46:00.1523551Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/reader.go' from root:root to runner:runner
2025-08-20T22:46:00.1524883Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/reader_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1526259Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/knownhosts_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1527563Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts' from root:root to runner:runner
2025-08-20T22:46:00.1528821Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/session_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1530262Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/benchmark_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1531563Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client_auth_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1533037Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/session.go' from root:root to runner:runner
2025-08-20T22:46:00.1534273Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/ssh_gss.go' from root:root to runner:runner
2025-08-20T22:46:00.1535500Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/buffer.go' from root:root to runner:runner
2025-08-20T22:46:00.1536735Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/handshake.go' from root:root to runner:runner
2025-08-20T22:46:00.1537973Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/tcpip.go' from root:root to runner:runner
2025-08-20T22:46:00.1539218Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client_auth.go' from root:root to runner:runner
2025-08-20T22:46:00.1540633Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1541939Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/server_multi_auth_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1543232Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/common_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1544500Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/streamlocal.go' from root:root to runner:runner
2025-08-20T22:46:00.1545762Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/cipher_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1547171Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mux_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1548524Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/server_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1549900Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/transport.go' from root:root to runner:runner
2025-08-20T22:46:00.1551226Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/sshpiper.go' from root:root to runner:runner
2025-08-20T22:46:00.1552578Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes128-ctr' from root:root to runner:runner
2025-08-20T22:46:00.1554117Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group-exchange-sha256' from root:root to runner:runner
2025-08-20T22:46:00.1555719Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group14-sha1' from root:root to runner:runner
2025-08-20T22:46:00.1557583Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group14-sha256' from root:root to runner:runner
2025-08-20T22:46:00.1559085Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandSuccess' from root:root to runner:runner
2025-08-20T22:46:00.1560726Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes256-gcm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1562185Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-256' from root:root to runner:runner
2025-08-20T22:46:00.1563609Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes256-ctr' from root:root to runner:runner
2025-08-20T22:46:00.1565081Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes128-gcm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1566631Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-chacha20-poly1305@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1568094Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/keys.go' from root:root to runner:runner
2025-08-20T22:46:00.1569601Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-diffie-hellman-group14-sha256' from root:root to runner:runner
2025-08-20T22:46:00.1571309Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha1' from root:root to runner:runner
2025-08-20T22:46:00.1572783Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes256-ctr' from root:root to runner:runner
2025-08-20T22:46:00.1574182Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha1' from root:root to runner:runner
2025-08-20T22:46:00.1575659Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-diffie-hellman-group14-sha1' from root:root to runner:runner
2025-08-20T22:46:00.1577061Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1578415Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha1-96' from root:root to runner:runner
2025-08-20T22:46:00.1579958Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandStdinError' from root:root to runner:runner
2025-08-20T22:46:00.1581586Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-BannerCallback' from root:root to runner:runner
2025-08-20T22:46:00.1583058Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-curve25519-sha256@libssh.org' from root:root to runner:runner
2025-08-20T22:46:00.1584512Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-HostKeyCheck' from root:root to runner:runner
2025-08-20T22:46:00.1585967Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes128-gcm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1587496Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-256-etm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1589040Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group16-sha512' from root:root to runner:runner
2025-08-20T22:46:00.1590671Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandFailed' from root:root to runner:runner
2025-08-20T22:46:00.1592082Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha1-96' from root:root to runner:runner
2025-08-20T22:46:00.1593462Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-username' from root:root to runner:runner
2025-08-20T22:46:00.1594913Z [00:02:14.163]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-512-etm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1596592Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-512-etm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1598160Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-mlkem768x25519-sha256' from root:root to runner:runner
2025-08-20T22:46:00.1599759Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-diffie-hellman-group16-sha512' from root:root to runner:runner
2025-08-20T22:46:00.1601370Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-256-etm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1602866Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-curve25519-sha256' from root:root to runner:runner
2025-08-20T22:46:00.1604294Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-512' from root:root to runner:runner
2025-08-20T22:46:00.1605706Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes192-ctr' from root:root to runner:runner
2025-08-20T22:46:00.1607325Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-256' from root:root to runner:runner
2025-08-20T22:46:00.1608746Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandStdin' from root:root to runner:runner
2025-08-20T22:46:00.1610376Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-curve25519-sha256@libssh.org' from root:root to runner:runner
2025-08-20T22:46:00.1611858Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes128-ctr' from root:root to runner:runner
2025-08-20T22:46:00.1613266Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-WindowChange' from root:root to runner:runner
2025-08-20T22:46:00.1614668Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-512' from root:root to runner:runner
2025-08-20T22:46:00.1616100Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-curve25519-sha256' from root:root to runner:runner
2025-08-20T22:46:00.1617613Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-chacha20-poly1305@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1619166Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes256-gcm@openssh.com' from root:root to runner:runner
2025-08-20T22:46:00.1620919Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes192-ctr' from root:root to runner:runner
2025-08-20T22:46:00.1622292Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata' from root:root to runner:runner
2025-08-20T22:46:00.1623547Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/messages_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1624833Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/handshake_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1626104Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/ssh_gss_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1627306Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh' from root:root to runner:runner
2025-08-20T22:46:00.1628537Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/asn1_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1629938Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/example_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1631489Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/cryptobyte_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1632811Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/builder.go' from root:root to runner:runner
2025-08-20T22:46:00.1634097Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/asn1.go' from root:root to runner:runner
2025-08-20T22:46:00.1635370Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/string.go' from root:root to runner:runner
2025-08-20T22:46:00.1636673Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/asn1/asn1.go' from root:root to runner:runner
2025-08-20T22:46:00.1637949Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/asn1' from root:root to runner:runner
2025-08-20T22:46:00.1639179Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte' from root:root to runner:runner
2025-08-20T22:46:00.1640568Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ed25519/ed25519_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1641844Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ed25519/ed25519.go' from root:root to runner:runner
2025-08-20T22:46:00.1643064Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ed25519' from root:root to runner:runner
2025-08-20T22:46:00.1644208Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto' from root:root to runner:runner
2025-08-20T22:46:00.1645580Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.devcontainer.json' from root:root to runner:runner
2025-08-20T22:46:00.1646819Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T22:46:00.1647961Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1649089Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:46:00.1650336Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:46:00.1651518Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T22:46:00.1652741Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:46:00.1654216Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T22:46:00.1655505Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/workflows/release.yaml' from root:root to runner:runner
2025-08-20T22:46:00.1656780Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/workflows/e2e.yml' from root:root to runner:runner
2025-08-20T22:46:00.1658000Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:46:00.1659159Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:46:00.1660535Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/pluginbase.go' from root:root to runner:runner
2025-08-20T22:46:00.1661785Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/template.go' from root:root to runner:runner
2025-08-20T22:46:00.1663037Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/cmd.go' from root:root to runner:runner
2025-08-20T22:46:00.1664331Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/listener_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1665639Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/listener.go' from root:root to runner:runner
2025-08-20T22:46:00.1666934Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/conn_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1668262Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/cmd_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1669790Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/conn.go' from root:root to runner:runner
2025-08-20T22:46:00.1671087Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn' from root:root to runner:runner
2025-08-20T22:46:00.1672321Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin.proto' from root:root to runner:runner
2025-08-20T22:46:00.1673562Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_ext.go' from root:root to runner:runner
2025-08-20T22:46:00.1674793Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1676016Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin.pb.go' from root:root to runner:runner
2025-08-20T22:46:00.1677254Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/skel/skel.go' from root:root to runner:runner
2025-08-20T22:46:00.1678669Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/skel' from root:root to runner:runner
2025-08-20T22:46:00.1680011Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_ext_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1681350Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_grpc.pb.go' from root:root to runner:runner
2025-08-20T22:46:00.1682586Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/util.go' from root:root to runner:runner
2025-08-20T22:46:00.1683753Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin' from root:root to runner:runner
2025-08-20T22:46:00.1684928Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.goreleaser.yaml' from root:root to runner:runner
2025-08-20T22:46:00.1686081Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:46:00.1687207Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:46:00.1688392Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/docker-compose.yml' from root:root to runner:runner
2025-08-20T22:46:00.1689729Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/kubetools/Dockerfile' from root:root to runner:runner
2025-08-20T22:46:00.1691005Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/kubetools' from root:root to runner:runner
2025-08-20T22:46:00.1692413Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/kubernetes_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1693707Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/k8sworkload.yaml' from root:root to runner:runner
2025-08-20T22:46:00.1694935Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/grpcplugin_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1696159Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/banner_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1697384Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/yaml_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1698603Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/connmeta_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1699909Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/e2eentry.sh' from root:root to runner:runner
2025-08-20T22:46:00.1701157Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/fixed_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1702597Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/failtoban_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1703803Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/main_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1705054Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/trusted-ca.pub' from root:root to runner:runner
2025-08-20T22:46:00.1706336Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/banner.conf' from root:root to runner:runner
2025-08-20T22:46:00.1707637Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/no_penalties.conf' from root:root to runner:runner
2025-08-20T22:46:00.1708938Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/trusted-ca.key' from root:root to runner:runner
2025-08-20T22:46:00.1710382Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/banner' from root:root to runner:runner
2025-08-20T22:46:00.1711664Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/trusted-ca.conf' from root:root to runner:runner
2025-08-20T22:46:00.1712898Z [00:02:14.164]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig' from root:root to runner:runner
2025-08-20T22:46:00.1714111Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/workingdir_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1715431Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testgetmetaplugin/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1716976Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testgetmetaplugin' from root:root to runner:runner
2025-08-20T22:46:00.1718436Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testgrpcplugin/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1719870Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testgrpcplugin' from root:root to runner:runner
2025-08-20T22:46:00.1721275Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testsetmetaplugin/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1722644Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testsetmetaplugin' from root:root to runner:runner
2025-08-20T22:46:00.1723903Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin' from root:root to runner:runner
2025-08-20T22:46:00.1725096Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/docker_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1726449Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e' from root:root to runner:runner
2025-08-20T22:46:00.1727612Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1728834Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/skel.go' from root:root to runner:runner
2025-08-20T22:46:00.1730198Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/yaml.go' from root:root to runner:runner
2025-08-20T22:46:00.1731438Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1732695Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/yaml_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1733941Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/schema.json' from root:root to runner:runner
2025-08-20T22:46:00.1735144Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml' from root:root to runner:runner
2025-08-20T22:46:00.1736355Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/failtoban/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1737621Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/failtoban/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1738854Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/failtoban' from root:root to runner:runner
2025-08-20T22:46:00.1740472Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1741832Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/kubernetes.go' from root:root to runner:runner
2025-08-20T22:46:00.1743129Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/tools.go' from root:root to runner:runner
2025-08-20T22:46:00.1744504Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/skel.go' from root:root to runner:runner
2025-08-20T22:46:00.1745829Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/sample.yaml' from root:root to runner:runner
2025-08-20T22:46:00.1747123Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/crd.yaml' from root:root to runner:runner
2025-08-20T22:46:00.1748398Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1750104Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/internalinterfaces/factory_interfaces.go' from root:root to runner:runner
2025-08-20T22:46:00.1752123Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/internalinterfaces' from root:root to runner:runner
2025-08-20T22:46:00.1753789Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/generic.go' from root:root to runner:runner
2025-08-20T22:46:00.1755476Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper/v1beta1/pipe.go' from root:root to runner:runner
2025-08-20T22:46:00.1757250Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper/v1beta1/interface.go' from root:root to runner:runner
2025-08-20T22:46:00.1758982Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper/v1beta1' from root:root to runner:runner
2025-08-20T22:46:00.1760853Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper/interface.go' from root:root to runner:runner
2025-08-20T22:46:00.1762521Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper' from root:root to runner:runner
2025-08-20T22:46:00.1764145Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/factory.go' from root:root to runner:runner
2025-08-20T22:46:00.1765861Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions' from root:root to runner:runner
2025-08-20T22:46:00.1767375Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers' from root:root to runner:runner
2025-08-20T22:46:00.1768897Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/listers/sshpiper/v1beta1/pipe.go' from root:root to runner:runner
2025-08-20T22:46:00.1770681Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/listers/sshpiper/v1beta1/expansion_generated.go' from root:root to runner:runner
2025-08-20T22:46:00.1772283Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/listers/sshpiper/v1beta1' from root:root to runner:runner
2025-08-20T22:46:00.1773751Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/listers/sshpiper' from root:root to runner:runner
2025-08-20T22:46:00.1775138Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/listers' from root:root to runner:runner
2025-08-20T22:46:00.1776980Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/generated_expansion.go' from root:root to runner:runner
2025-08-20T22:46:00.1778780Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/pipe.go' from root:root to runner:runner
2025-08-20T22:46:00.1780618Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1782405Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/sshpiper_client.go' from root:root to runner:runner
2025-08-20T22:46:00.1784263Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/fake/fake_sshpiper_client.go' from root:root to runner:runner
2025-08-20T22:46:00.1786108Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/fake/fake_pipe.go' from root:root to runner:runner
2025-08-20T22:46:00.1787888Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/fake/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1789690Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/fake' from root:root to runner:runner
2025-08-20T22:46:00.1791430Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1' from root:root to runner:runner
2025-08-20T22:46:00.1793241Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper' from root:root to runner:runner
2025-08-20T22:46:00.1794858Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed' from root:root to runner:runner
2025-08-20T22:46:00.1796399Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/clientset.go' from root:root to runner:runner
2025-08-20T22:46:00.1798034Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/fake/clientset_generated.go' from root:root to runner:runner
2025-08-20T22:46:00.1799767Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/fake/register.go' from root:root to runner:runner
2025-08-20T22:46:00.1801400Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/fake/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1803144Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/fake' from root:root to runner:runner
2025-08-20T22:46:00.1804708Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/scheme/register.go' from root:root to runner:runner
2025-08-20T22:46:00.1806308Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/scheme/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1807857Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/scheme' from root:root to runner:runner
2025-08-20T22:46:00.1809349Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned' from root:root to runner:runner
2025-08-20T22:46:00.1810884Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset' from root:root to runner:runner
2025-08-20T22:46:00.1812216Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated' from root:root to runner:runner
2025-08-20T22:46:00.1813664Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/zz_generated.deepcopy.go' from root:root to runner:runner
2025-08-20T22:46:00.1815209Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/register.go' from root:root to runner:runner
2025-08-20T22:46:00.1816676Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1818299Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/types.go' from root:root to runner:runner
2025-08-20T22:46:00.1819939Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1' from root:root to runner:runner
2025-08-20T22:46:00.1821363Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper' from root:root to runner:runner
2025-08-20T22:46:00.1822646Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis' from root:root to runner:runner
2025-08-20T22:46:00.1823947Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/update-codegen.sh' from root:root to runner:runner
2025-08-20T22:46:00.1825212Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes' from root:root to runner:runner
2025-08-20T22:46:00.1826428Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1827931Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/skel.go' from root:root to runner:runner
2025-08-20T22:46:00.1829180Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1830557Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/docker.go' from root:root to runner:runner
2025-08-20T22:46:00.1831763Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker' from root:root to runner:runner
2025-08-20T22:46:00.1832964Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/fixed/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1834205Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/fixed/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1835405Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/fixed' from root:root to runner:runner
2025-08-20T22:46:00.1836631Z [00:02:14.165]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/simplemath/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1837905Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/simplemath/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1839150Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/simplemath' from root:root to runner:runner
2025-08-20T22:46:00.1840557Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/username-router/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1842061Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/username-router/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1843416Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/username-router' from root:root to runner:runner
2025-08-20T22:46:00.1844658Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/metrics/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1845913Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/metrics/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1847128Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/metrics' from root:root to runner:runner
2025-08-20T22:46:00.1848358Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1849722Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/skel.go' from root:root to runner:runner
2025-08-20T22:46:00.1851196Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1852496Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/workingdir.go' from root:root to runner:runner
2025-08-20T22:46:00.1853759Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir' from root:root to runner:runner
2025-08-20T22:46:00.1854915Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin' from root:root to runner:runner
2025-08-20T22:46:00.1856093Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1857349Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/cmd_linux.go' from root:root to runner:runner
2025-08-20T22:46:00.1858608Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/daemon.go' from root:root to runner:runner
2025-08-20T22:46:00.1860049Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/asciicast.go' from root:root to runner:runner
2025-08-20T22:46:00.1861430Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin/grpc.go' from root:root to runner:runner
2025-08-20T22:46:00.1862803Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin/chain.go' from root:root to runner:runner
2025-08-20T22:46:00.1864177Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin/tty.go' from root:root to runner:runner
2025-08-20T22:46:00.1865713Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin' from root:root to runner:runner
2025-08-20T22:46:00.1867043Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal' from root:root to runner:runner
2025-08-20T22:46:00.1868341Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/cmd_dummy.go' from root:root to runner:runner
2025-08-20T22:46:00.1869686Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/grpc.go' from root:root to runner:runner
2025-08-20T22:46:00.1871005Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/cmd_windows.go' from root:root to runner:runner
2025-08-20T22:46:00.1872288Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/hook_test.go' from root:root to runner:runner
2025-08-20T22:46:00.1873600Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/hooks/configure' from root:root to runner:runner
2025-08-20T22:46:00.1874897Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/hooks' from root:root to runner:runner
2025-08-20T22:46:00.1876388Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/README.md' from root:root to runner:runner
2025-08-20T22:46:00.1877719Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/configgen/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1879042Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/configgen' from root:root to runner:runner
2025-08-20T22:46:00.1880570Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/main.go' from root:root to runner:runner
2025-08-20T22:46:00.1881932Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/doc.go' from root:root to runner:runner
2025-08-20T22:46:00.1883313Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/configentry.txt' from root:root to runner:runner
2025-08-20T22:46:00.1884714Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/dummy.txt' from root:root to runner:runner
2025-08-20T22:46:00.1886039Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher' from root:root to runner:runner
2025-08-20T22:46:00.1887279Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap' from root:root to runner:runner
2025-08-20T22:46:00.1888510Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/hook.go' from root:root to runner:runner
2025-08-20T22:46:00.1890035Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/typescript.go' from root:root to runner:runner
2025-08-20T22:46:00.1891353Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd' from root:root to runner:runner
2025-08-20T22:46:00.1892492Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:46:00.1893651Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:46:00.1894924Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:46:00.1896270Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:46:00.1897580Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:46:00.1898875Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:46:00.1900490Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:46:00.1901753Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:46:00.1903048Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:46:00.1904367Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:46:00.1905668Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:46:00.1906946Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:46:00.1908251Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:46:00.1909640Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:46:00.1910959Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:46:00.1912279Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:46:00.1913513Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:46:00.1914828Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:46:00.1916054Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:46:00.1917291Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/packed-refs' from root:root to runner:runner
2025-08-20T22:46:00.1918683Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:46:00.1920305Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:46:00.1921748Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:46:00.1923166Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:46:00.1924782Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:46:00.1926171Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:46:00.1927576Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:46:00.1929010Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:46:00.1930575Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:46:00.1931978Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:46:00.1933403Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:46:00.1934829Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:46:00.1936238Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:46:00.1937670Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:46:00.1939273Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks' from root:root to runner:runner
2025-08-20T22:46:00.1940690Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/index' from root:root to runner:runner
2025-08-20T22:46:00.1941957Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/config' from root:root to runner:runner
2025-08-20T22:46:00.1943471Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/pack/pack-b62052ce537f8589774d666b8c55d240e10faf0b.pack' from root:root to runner:runner
2025-08-20T22:46:00.1945213Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/pack/pack-b62052ce537f8589774d666b8c55d240e10faf0b.idx' from root:root to runner:runner
2025-08-20T22:46:00.1946927Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/pack/pack-b62052ce537f8589774d666b8c55d240e10faf0b.rev' from root:root to runner:runner
2025-08-20T22:46:00.1948622Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/pack' from root:root to runner:runner
2025-08-20T22:46:00.1950028Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/info' from root:root to runner:runner
2025-08-20T22:46:00.1951374Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects' from root:root to runner:runner
2025-08-20T22:46:00.1952665Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/info/exclude' from root:root to runner:runner
2025-08-20T22:46:00.1953940Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/info' from root:root to runner:runner
2025-08-20T22:46:00.1955217Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/description' from root:root to runner:runner
2025-08-20T22:46:00.1956515Z [00:02:14.166]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.1957837Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs/heads/v1' from root:root to runner:runner
2025-08-20T22:46:00.1959181Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:46:00.1960760Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.1962192Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:46:00.1963763Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:46:00.1965137Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs' from root:root to runner:runner
2025-08-20T22:46:00.1966402Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs' from root:root to runner:runner
2025-08-20T22:46:00.1967691Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.1968964Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/tags' from root:root to runner:runner
2025-08-20T22:46:00.1970409Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/heads/v1' from root:root to runner:runner
2025-08-20T22:46:00.1971717Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/heads' from root:root to runner:runner
2025-08-20T22:46:00.1973331Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.1974716Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:46:00.1976055Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/remotes' from root:root to runner:runner
2025-08-20T22:46:00.1977327Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs' from root:root to runner:runner
2025-08-20T22:46:00.1978558Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto' from root:root to runner:runner
2025-08-20T22:46:00.1979822Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules' from root:root to runner:runner
2025-08-20T22:46:00.1981288Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.pack' from root:root to runner:runner
2025-08-20T22:46:00.1982900Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.rev' from root:root to runner:runner
2025-08-20T22:46:00.1984487Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.idx' from root:root to runner:runner
2025-08-20T22:46:00.1986110Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.promisor' from root:root to runner:runner
2025-08-20T22:46:00.1987974Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.pack' from root:root to runner:runner
2025-08-20T22:46:00.1989732Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.promisor' from root:root to runner:runner
2025-08-20T22:46:00.1991403Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.rev' from root:root to runner:runner
2025-08-20T22:46:00.1992993Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.idx' from root:root to runner:runner
2025-08-20T22:46:00.1994378Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:46:00.1995575Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:46:00.1996750Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:46:00.1998161Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:46:00.1999330Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:46:00.2000615Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:46:00.2001792Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.2003018Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T22:46:00.2004257Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:46:00.2005534Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.2006833Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:46:00.2008085Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:46:00.2009288Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:46:00.2010583Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:46:00.2011900Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.2013110Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:46:00.2014309Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T22:46:00.2015512Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:46:00.2016748Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:46:00.2018013Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:46:00.2019227Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:46:00.2020671Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:46:00.2021792Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:46:00.2022872Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO' from root:root to runner:runner
2025-08-20T22:46:00.2023922Z [00:02:14.167]➜  changed ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79' from root:root to runner:runner
2025-08-20T22:46:00.2024818Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:46:00.2025605Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:46:00.2026445Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.static.version' retained as runner:runner
2025-08-20T22:46:00.2027246Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:46:00.2028036Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.version' retained as runner:runner
2025-08-20T22:46:00.2028822Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:46:00.2029671Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper' retained as runner:runner
2025-08-20T22:46:00.2030449Z [00:02:14.167]➜  ownership of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:46:00.2031314Z [00:02:14.175]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2032276Z [00:02:14.181]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2033152Z [00:02:14.187]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sshpiper' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2034411Z [00:02:14.193]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2035706Z [00:02:14.199]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.gitmodules' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2036937Z [00:02:14.206]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2038234Z [00:02:14.212]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pkcs12_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2039654Z [00:02:14.219]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pbkdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2041021Z [00:02:14.225]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/bmp-string_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2042329Z [00:02:14.231]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/safebags.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2043853Z [00:02:14.237]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal/rc2/rc2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2045270Z [00:02:14.244]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal/rc2/rc2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2046671Z [00:02:14.250]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/internal/rc2/bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2047999Z [00:02:14.256]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/mac_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2049259Z [00:02:14.262]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/mac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2056484Z [00:02:14.269]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/crypto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2116565Z [00:02:14.275]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pbkdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2178821Z [00:02:14.281]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/pkcs12.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2241835Z [00:02:14.287]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/bmp-string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2301581Z [00:02:14.293]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/crypto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2364507Z [00:02:14.299]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pkcs12/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2432482Z [00:02:14.306]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/hkdf/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2493819Z [00:02:14.312]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/hkdf/hkdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2556688Z [00:02:14.319]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/hkdf/hkdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2621672Z [00:02:14.325]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2684475Z [00:02:14.331]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/read_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2744695Z [00:02:14.337]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/read.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2805632Z [00:02:14.343]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/write_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2864800Z [00:02:14.349]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/canonical_text.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2927670Z [00:02:14.356]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.2989372Z [00:02:14.362]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetrically_encrypted_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3053456Z [00:02:14.368]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3114207Z [00:02:14.374]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/private_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3175648Z [00:02:14.380]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature_v3_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3233532Z [00:02:14.386]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3295585Z [00:02:14.392]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/opaque_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3357035Z [00:02:14.399]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3422551Z [00:02:14.405]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/ocfb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3487541Z [00:02:14.412]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/compressed_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3549362Z [00:02:14.418]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key_v3_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3610728Z [00:02:14.424]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key_v3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3669607Z [00:02:14.430]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/literal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3732550Z [00:02:14.436]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userattribute.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3794939Z [00:02:14.442]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/compressed.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3856787Z [00:02:14.449]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/packet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3918536Z [00:02:14.455]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/ocfb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.3982087Z [00:02:14.461]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature_v3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4045515Z [00:02:14.467]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/one_pass_signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4107493Z [00:02:14.474]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/private_key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4169975Z [00:02:14.480]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4234658Z [00:02:14.486]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4295552Z [00:02:14.492]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/opaque.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4355919Z [00:02:14.499]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/public_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4415393Z [00:02:14.504]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/encrypted_key_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4473474Z [00:02:14.510]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/encrypted_key.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4532740Z [00:02:14.516]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetrically_encrypted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4593673Z [00:02:14.522]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/packet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4655386Z [00:02:14.528]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/signature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4717218Z [00:02:14.535]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetric_key_encrypted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4778530Z [00:02:14.541]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/userattribute_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4841714Z [00:02:14.547]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/packet/symmetric_key_encrypted_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4906687Z [00:02:14.554]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.4970895Z [00:02:14.560]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/errors/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5032072Z [00:02:14.566]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/keys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5098334Z [00:02:14.573]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/clearsign/clearsign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5158023Z [00:02:14.579]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/clearsign/clearsign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5219383Z [00:02:14.585]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/s2k/s2k_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5282367Z [00:02:14.591]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/s2k/s2k.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5345809Z [00:02:14.598]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/armor/encode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5408272Z [00:02:14.604]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/armor/armor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5472295Z [00:02:14.610]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/armor/armor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5531280Z [00:02:14.616]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/canonical_text_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5590848Z [00:02:14.622]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/elgamal/elgamal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5650585Z [00:02:14.628]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/elgamal/elgamal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5710865Z [00:02:14.634]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/openpgp/keys_data_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5773931Z [00:02:14.640]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/PATENTS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5838125Z [00:02:14.647]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/md4block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5901469Z [00:02:14.653]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/md4.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.5965273Z [00:02:14.659]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6030189Z [00:02:14.666]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/md4/md4_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6096768Z [00:02:14.673]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/otr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6159302Z [00:02:14.679]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/libotr_test_helper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6224902Z [00:02:14.685]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/otr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6284803Z [00:02:14.691]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/otr/smp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6347136Z [00:02:14.698]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/scrypt/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6410420Z [00:02:14.704]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/scrypt/scrypt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6473838Z [00:02:14.710]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/scrypt/scrypt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6537879Z [00:02:14.717]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ripemd160/ripemd160.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6599651Z [00:02:14.723]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ripemd160/ripemd160_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6659612Z [00:02:14.729]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ripemd160/ripemd160block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6720960Z [00:02:14.735]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/nss/parser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6782285Z [00:02:14.741]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/nss/parser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6841700Z [00:02:14.747]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/gen_fallback_bundle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6900548Z [00:02:14.753]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/fallback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.6956797Z [00:02:14.759]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7015555Z [00:02:14.764]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/fallback_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7077042Z [00:02:14.771]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/x509roots/fallback/bundle.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7138284Z [00:02:14.777]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bcrypt/bcrypt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7199126Z [00:02:14.783]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bcrypt/base64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7256539Z [00:02:14.789]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bcrypt/bcrypt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7314895Z [00:02:14.794]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7375168Z [00:02:14.800]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/hashes_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7434767Z [00:02:14.806]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/shake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7496299Z [00:02:14.813]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/keccakf_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7557259Z [00:02:14.819]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/allocations_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7620437Z [00:02:14.825]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7681291Z [00:02:14.831]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7740256Z [00:02:14.837]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/keccakf_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7801447Z [00:02:14.843]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/hashes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7863832Z [00:02:14.849]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/keccakf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7927192Z [00:02:14.856]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/_asm/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.7991830Z [00:02:14.862]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/_asm/keccakf_amd64_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8054800Z [00:02:14.868]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/_asm/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8116478Z [00:02:14.875]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/shake_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8176693Z [00:02:14.881]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8238271Z [00:02:14.887]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/sha3_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8299912Z [00:02:14.893]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/sha3/testdata/keccakKats.json.deflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8365525Z [00:02:14.899]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8427126Z [00:02:14.906]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8489792Z [00:02:14.912]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8551622Z [00:02:14.918]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8613060Z [00:02:14.924]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8672664Z [00:02:14.930]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/_asm/blake2s_amd64_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8731356Z [00:02:14.936]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/_asm/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8792111Z [00:02:14.942]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/_asm/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8852529Z [00:02:14.948]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_386.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8914465Z [00:02:14.954]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_386.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.8977473Z [00:02:14.961]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9045017Z [00:02:14.967]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2s/blake2s_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9107841Z [00:02:14.974]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/testenv/testenv_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9168857Z [00:02:14.980]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/testenv/testenv_notunix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9230647Z [00:02:14.986]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/testenv/exec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9294857Z [00:02:14.992]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/poly1305_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9360459Z [00:02:14.999]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/mac_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9420291Z [00:02:15.005]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9477742Z [00:02:15.011]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9535811Z [00:02:15.017]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9594083Z [00:02:15.022]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/poly1305.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9654906Z [00:02:15.028]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9715770Z [00:02:15.034]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/_asm/sum_amd64_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9775139Z [00:02:15.040]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/_asm/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9834605Z [00:02:15.046]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/_asm/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9897854Z [00:02:15.053]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_loong64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:00.9957137Z [00:02:15.059]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_ppc64x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0017009Z [00:02:15.065]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/vectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0078511Z [00:02:15.071]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/poly1305/sum_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0139928Z [00:02:15.077]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias/alias_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0197348Z [00:02:15.083]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias/alias.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0255869Z [00:02:15.089]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/alias/alias_purego.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0316109Z [00:02:15.095]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/dsa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0378438Z [00:02:15.101]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/wycheproof_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0439958Z [00:02:15.107]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/aes_cbc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0500278Z [00:02:15.113]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/ecdsa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0560982Z [00:02:15.119]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/hmac_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0625686Z [00:02:15.125]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/internal/dsa/dsa.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0691738Z [00:02:15.132]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0754078Z [00:02:15.138]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/rsa_pss_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0814273Z [00:02:15.144]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/boring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0875465Z [00:02:15.150]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/ecdh_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.0937725Z [00:02:15.157]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/eddsa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1000725Z [00:02:15.163]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/aead_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1062699Z [00:02:15.169]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/ecdh_stdlib_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1125379Z [00:02:15.175]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/notboring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1188363Z [00:02:15.182]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/hkdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1250150Z [00:02:15.188]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/rsa_oaep_decrypt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1313340Z [00:02:15.194]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/internal/wycheproof/rsa_signature_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1375201Z [00:02:15.200]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1434581Z [00:02:15.206]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1494467Z [00:02:15.212]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1554545Z [00:02:15.218]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/const.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1617533Z [00:02:15.225]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blowfish/blowfish_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1680006Z [00:02:15.231]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xts/xts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1741585Z [00:02:15.237]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xts/xts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1803905Z [00:02:15.243]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pbkdf2/pbkdf2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1869698Z [00:02:15.250]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/pbkdf2/pbkdf2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1934352Z [00:02:15.256]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.1999881Z [00:02:15.263]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2064568Z [00:02:15.269]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/codereview.cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2128396Z [00:02:15.276]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2192328Z [00:02:15.282]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_ppc64x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2255698Z [00:02:15.289]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_ppc64x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2319326Z [00:02:15.295]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2380989Z [00:02:15.301]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_s390x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2443305Z [00:02:15.307]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_arm64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2506715Z [00:02:15.314]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2568544Z [00:02:15.320]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_s390x.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2631126Z [00:02:15.326]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/xor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2693126Z [00:02:15.332]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/vectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2755876Z [00:02:15.339]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2819722Z [00:02:15.345]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20/chacha_arm64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2884283Z [00:02:15.351]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa20_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.2950103Z [00:02:15.358]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa20.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3014057Z [00:02:15.364]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3077514Z [00:02:15.371]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3145287Z [00:02:15.377]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3207528Z [00:02:15.384]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3270782Z [00:02:15.390]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/_asm/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3330265Z [00:02:15.396]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/_asm/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3391583Z [00:02:15.402]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/_asm/salsa20_amd64_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3452844Z [00:02:15.408]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3521603Z [00:02:15.415]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa20_amd64_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3584592Z [00:02:15.421]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/hsalsa20.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3649984Z [00:02:15.428]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/salsa20/salsa/salsa208.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3714931Z [00:02:15.434]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xtea/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3780566Z [00:02:15.441]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xtea/xtea_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3840467Z [00:02:15.447]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/xtea/block.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3901107Z [00:02:15.453]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/gfp6.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.3963330Z [00:02:15.459]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4023897Z [00:02:15.465]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/twist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4086034Z [00:02:15.471]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/optate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4149062Z [00:02:15.478]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/bn256_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4210966Z [00:02:15.484]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/curve.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4274832Z [00:02:15.490]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/bn256.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4338275Z [00:02:15.497]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/gfp2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4400855Z [00:02:15.503]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/gfp12.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4461708Z [00:02:15.509]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/bn256/constants.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4522050Z [00:02:15.515]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519/curve25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4582098Z [00:02:15.521]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519/vectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4643547Z [00:02:15.527]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/curve25519/curve25519_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4705793Z [00:02:15.534]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ocsp/ocsp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4767902Z [00:02:15.540]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ocsp/ocsp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4833584Z [00:02:15.546]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/poly1305/poly1305_compat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4894735Z [00:02:15.552]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/xchacha20poly1305.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.4957950Z [00:02:15.559]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_vectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5022650Z [00:02:15.565]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5087680Z [00:02:15.572]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/_asm/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5151097Z [00:02:15.578]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/_asm/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5227436Z [00:02:15.586]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/_asm/chacha20poly1305_amd64_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5288878Z [00:02:15.592]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_noasm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5351803Z [00:02:15.598]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5413078Z [00:02:15.604]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5477150Z [00:02:15.611]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5543212Z [00:02:15.617]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/chacha20poly1305/chacha20poly1305_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5605175Z [00:02:15.623]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5667576Z [00:02:15.630]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/argon2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5729638Z [00:02:15.636]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blake2b.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5791494Z [00:02:15.642]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5854901Z [00:02:15.648]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/argon2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5916252Z [00:02:15.655]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/_asm/blamka_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.5980600Z [00:02:15.661]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/_asm/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6043967Z [00:02:15.667]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/_asm/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6105535Z [00:02:15.673]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6166325Z [00:02:15.680]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/argon2/blamka_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6226974Z [00:02:15.686]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6285592Z [00:02:15.691]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6345693Z [00:02:15.698]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2x.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6405599Z [00:02:15.703]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2bAVX2_amd64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6466548Z [00:02:15.710]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6529604Z [00:02:15.716]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/register.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6592072Z [00:02:15.722]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6653227Z [00:02:15.728]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/go125.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6718654Z [00:02:15.735]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_ref.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6785687Z [00:02:15.741]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6848674Z [00:02:15.748]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2bAVX2_amd64.s' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6912830Z [00:02:15.754]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/standard/blake2b_amd64_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.6975153Z [00:02:15.760]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/standard/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7034963Z [00:02:15.766]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/standard/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7097802Z [00:02:15.773]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/AVX2/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7160736Z [00:02:15.779]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/AVX2/blake2bAVX2_amd64_asm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7223808Z [00:02:15.785]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/_asm/AVX2/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7286638Z [00:02:15.792]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/blake2b/blake2b_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7349760Z [00:02:15.798]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/acme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7413538Z [00:02:15.804]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/rfc8555.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7476352Z [00:02:15.811]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/internal/acmeprobe/prober.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7539942Z [00:02:15.817]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/acme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7600699Z [00:02:15.823]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/jws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7661707Z [00:02:15.829]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/types_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7723219Z [00:02:15.835]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7788867Z [00:02:15.842]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/renewal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7854090Z [00:02:15.848]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/autocert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7914120Z [00:02:15.854]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.7977751Z [00:02:15.861]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/internal/acmetest/ca.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8040094Z [00:02:15.867]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/renewal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8103376Z [00:02:15.873]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8169362Z [00:02:15.880]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/autocert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8233732Z [00:02:15.886]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8301651Z [00:02:15.893]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/autocert/cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8363033Z [00:02:15.899]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8423002Z [00:02:15.905]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/rfc8555_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8484755Z [00:02:15.911]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/jws_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8553739Z [00:02:15.918]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8620898Z [00:02:15.925]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/acme/pebble_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8686504Z [00:02:15.932]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/twofish/twofish.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8782778Z [00:02:15.941]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/twofish/twofish_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8844634Z [00:02:15.947]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/sign/sign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8905923Z [00:02:15.954]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/sign/sign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.8970368Z [00:02:15.960]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/auth/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9036167Z [00:02:15.967]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/auth/auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9100439Z [00:02:15.973]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/auth/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9163209Z [00:02:15.979]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/box/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9224687Z [00:02:15.985]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/box/box.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9286691Z [00:02:15.992]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/box/box_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9351466Z [00:02:15.998]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/secretbox/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9413957Z [00:02:16.004]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/secretbox/secretbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9476118Z [00:02:16.011]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/nacl/secretbox/secretbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9539830Z [00:02:16.017]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/tea/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9601960Z [00:02:16.023]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/tea/tea_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9665206Z [00:02:16.029]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/.git' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9730154Z [00:02:16.036]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cast5/cast5_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9790208Z [00:02:16.042]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cast5/cast5.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9858942Z [00:02:16.048]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/testdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9911829Z [00:02:16.054]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/recording_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:01.9976636Z [00:02:16.061]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0041087Z [00:02:16.067]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/session_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0102193Z [00:02:16.073]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/multi_auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0161438Z [00:02:16.079]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/forward_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0221607Z [00:02:16.085]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/test_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0281643Z [00:02:16.091]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/sshcli_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0339005Z [00:02:16.097]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/agent_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0397895Z [00:02:16.103]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0456031Z [00:02:16.109]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/recording_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0518663Z [00:02:16.115]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/cert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0579175Z [00:02:16.121]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/sshd_test_pw.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0640434Z [00:02:16.127]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/recording_server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0702622Z [00:02:16.133]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/test/dial_unix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0762671Z [00:02:16.139]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/messages.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0822334Z [00:02:16.145]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mlkem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0883432Z [00:02:16.151]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.0944301Z [00:02:16.157]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/connection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1003038Z [00:02:16.163]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1063297Z [00:02:16.169]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/testdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1122082Z [00:02:16.175]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1181855Z [00:02:16.181]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1236575Z [00:02:16.187]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1295219Z [00:02:16.192]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/keyring_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1356245Z [00:02:16.199]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/forward.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1416083Z [00:02:16.205]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/keyring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1473519Z [00:02:16.210]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1532705Z [00:02:16.216]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/agent/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1591768Z [00:02:16.222]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/kex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1655250Z [00:02:16.228]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/terminal/terminal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1723121Z [00:02:16.235]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/tcpip_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1784608Z [00:02:16.241]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1846629Z [00:02:16.248]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/cipher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1908156Z [00:02:16.254]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.1968962Z [00:02:16.260]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/sshpiper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2029182Z [00:02:16.266]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2090066Z [00:02:16.272]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2153648Z [00:02:16.278]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2219074Z [00:02:16.285]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/certs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2280859Z [00:02:16.291]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2341491Z [00:02:16.297]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mempipe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2405505Z [00:02:16.303]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/certs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2470973Z [00:02:16.310]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/transport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2531464Z [00:02:16.316]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/kex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2595795Z [00:02:16.323]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2659542Z [00:02:16.329]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2728363Z [00:02:16.336]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/channel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2788077Z [00:02:16.342]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/server.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2850689Z [00:02:16.348]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/keys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2911498Z [00:02:16.354]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.2980154Z [00:02:16.361]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/knownhosts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3049919Z [00:02:16.368]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/reader.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3114299Z [00:02:16.374]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/reader_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3177387Z [00:02:16.381]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/knownhosts/knownhosts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3239922Z [00:02:16.387]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/session_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3303821Z [00:02:16.393]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/benchmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3367073Z [00:02:16.400]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client_auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3427793Z [00:02:16.406]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/session.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3487369Z [00:02:16.412]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/ssh_gss.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3548252Z [00:02:16.418]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3609375Z [00:02:16.424]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/handshake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3669921Z [00:02:16.430]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/tcpip.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3733367Z [00:02:16.436]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client_auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3796690Z [00:02:16.443]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3863127Z [00:02:16.449]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/server_multi_auth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3928732Z [00:02:16.456]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.3991788Z [00:02:16.462]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/streamlocal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4054141Z [00:02:16.468]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/cipher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4114865Z [00:02:16.474]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/mux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4177011Z [00:02:16.481]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/server_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4239231Z [00:02:16.487]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/transport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4303305Z [00:02:16.493]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/sshpiper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4367062Z [00:02:16.500]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes128-ctr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4429347Z [00:02:16.506]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group-exchange-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4490677Z [00:02:16.512]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group14-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4553441Z [00:02:16.518]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group14-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4613171Z [00:02:16.524]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandSuccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4677038Z [00:02:16.531]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes256-gcm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4742079Z [00:02:16.537]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4804543Z [00:02:16.543]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes256-ctr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4867333Z [00:02:16.550]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes128-gcm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4928479Z [00:02:16.556]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-chacha20-poly1305@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.4988400Z [00:02:16.562]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5051451Z [00:02:16.568]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-diffie-hellman-group14-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5114019Z [00:02:16.574]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5174134Z [00:02:16.580]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes256-ctr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5237040Z [00:02:16.587]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5300978Z [00:02:16.593]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-diffie-hellman-group14-sha1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5361722Z [00:02:16.599]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5424042Z [00:02:16.605]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha1-96' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5483778Z [00:02:16.611]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandStdinError' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5543574Z [00:02:16.617]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-BannerCallback' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5604657Z [00:02:16.623]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-curve25519-sha256@libssh.org' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5665644Z [00:02:16.630]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-HostKeyCheck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5726419Z [00:02:16.636]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes128-gcm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5785163Z [00:02:16.641]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-256-etm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5844758Z [00:02:16.647]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-diffie-hellman-group16-sha512' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5905056Z [00:02:16.653]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandFailed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.5976478Z [00:02:16.661]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha1-96' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6081873Z [00:02:16.671]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-username' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6143908Z [00:02:16.677]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-512-etm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6205541Z [00:02:16.683]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-512-etm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6265697Z [00:02:16.689]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-mlkem768x25519-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6327570Z [00:02:16.696]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-diffie-hellman-group16-sha512' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6387737Z [00:02:16.702]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-256-etm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6449164Z [00:02:16.708]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-KEX-curve25519-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6510772Z [00:02:16.714]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-MAC-hmac-sha2-512' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6574433Z [00:02:16.720]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Server-Cipher-aes192-ctr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6637879Z [00:02:16.727]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6702702Z [00:02:16.733]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-RunCommandStdin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6765797Z [00:02:16.739]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-curve25519-sha256@libssh.org' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6830458Z [00:02:16.746]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes128-ctr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6892538Z [00:02:16.752]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-WindowChange' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.6953321Z [00:02:16.758]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-MAC-hmac-sha2-512' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7047065Z [00:02:16.768]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-KEX-curve25519-sha256' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7110639Z [00:02:16.774]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-chacha20-poly1305@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7173545Z [00:02:16.780]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes256-gcm@openssh.com' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7238863Z [00:02:16.787]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/testdata/Client-Cipher-aes192-ctr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7300724Z [00:02:16.793]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/messages_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7361713Z [00:02:16.799]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/handshake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7422698Z [00:02:16.805]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ssh/ssh_gss_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7484428Z [00:02:16.811]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/asn1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7548517Z [00:02:16.818]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/example_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7610229Z [00:02:16.824]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/cryptobyte_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7669198Z [00:02:16.830]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/builder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7729102Z [00:02:16.836]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/asn1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7791298Z [00:02:16.842]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/string.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7854171Z [00:02:16.848]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/cryptobyte/asn1/asn1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7915850Z [00:02:16.854]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ed25519/ed25519_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.7977165Z [00:02:16.861]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/crypto/ed25519/ed25519.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8037784Z [00:02:16.867]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.devcontainer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8101034Z [00:02:16.873]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8161603Z [00:02:16.879]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8223113Z [00:02:16.885]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8285002Z [00:02:16.891]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8347642Z [00:02:16.898]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8412123Z [00:02:16.904]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8475927Z [00:02:16.910]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8539879Z [00:02:16.917]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/workflows/release.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8603836Z [00:02:16.923]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.github/workflows/e2e.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8666984Z [00:02:16.930]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/pluginbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8729259Z [00:02:16.936]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/template.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8791089Z [00:02:16.942]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/cmd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8851100Z [00:02:16.948]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/listener_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8914006Z [00:02:16.954]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/listener.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.8978290Z [00:02:16.961]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/conn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9043309Z [00:02:16.967]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/cmd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9106551Z [00:02:16.974]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/ioconn/conn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9170728Z [00:02:16.980]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9232678Z [00:02:16.986]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_ext.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9293951Z [00:02:16.992]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9357261Z [00:02:16.999]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9422012Z [00:02:17.005]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/skel/skel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9485569Z [00:02:17.012]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_ext_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9548721Z [00:02:17.018]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/plugin_grpc.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9610358Z [00:02:17.024]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/libplugin/util.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9672812Z [00:02:17.030]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.goreleaser.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9737478Z [00:02:17.037]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9804928Z [00:02:17.043]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9870915Z [00:02:17.050]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/docker-compose.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9933169Z [00:02:17.056]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/kubetools/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:02.9998996Z [00:02:17.063]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/kubernetes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0062862Z [00:02:17.069]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/k8sworkload.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0127648Z [00:02:17.076]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/grpcplugin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0190412Z [00:02:17.082]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/banner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0251490Z [00:02:17.088]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/yaml_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0312660Z [00:02:17.094]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/connmeta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0377240Z [00:02:17.101]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/e2eentry.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0443983Z [00:02:17.107]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/fixed_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0509400Z [00:02:17.114]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/failtoban_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0582354Z [00:02:17.121]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/main_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0650950Z [00:02:17.128]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/trusted-ca.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0716574Z [00:02:17.135]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/banner.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0777000Z [00:02:17.141]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/no_penalties.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0837740Z [00:02:17.147]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/trusted-ca.key' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0902628Z [00:02:17.153]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/banner' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.0965689Z [00:02:17.159]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/sshdconfig/trusted-ca.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1028010Z [00:02:17.166]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/workingdir_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1092423Z [00:02:17.172]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testgetmetaplugin/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1155078Z [00:02:17.178]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testgrpcplugin/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1219643Z [00:02:17.185]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/testplugin/testsetmetaplugin/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1283162Z [00:02:17.191]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/e2e/docker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1348407Z [00:02:17.198]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1410606Z [00:02:17.204]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/skel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1475082Z [00:02:17.210]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/yaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1540112Z [00:02:17.217]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1602457Z [00:02:17.223]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/yaml_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1661292Z [00:02:17.229]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/yaml/schema.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1730435Z [00:02:17.236]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/failtoban/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1792260Z [00:02:17.242]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/failtoban/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1855202Z [00:02:17.248]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1918003Z [00:02:17.255]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/kubernetes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.1983543Z [00:02:17.261]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/tools.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2044600Z [00:02:17.267]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/skel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2109030Z [00:02:17.274]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/sample.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2175125Z [00:02:17.280]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/crd.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2240659Z [00:02:17.287]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2303806Z [00:02:17.293]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/internalinterfaces/factory_interfaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2366388Z [00:02:17.299]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2430459Z [00:02:17.306]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper/v1beta1/pipe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2492490Z [00:02:17.312]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper/v1beta1/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2554191Z [00:02:17.318]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/sshpiper/interface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2617731Z [00:02:17.325]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/informers/externalversions/factory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2679168Z [00:02:17.331]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/listers/sshpiper/v1beta1/pipe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2751630Z [00:02:17.338]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/listers/sshpiper/v1beta1/expansion_generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2812967Z [00:02:17.344]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/generated_expansion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2874184Z [00:02:17.350]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/pipe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2933401Z [00:02:17.356]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.2996414Z [00:02:17.362]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/sshpiper_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3059230Z [00:02:17.369]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/fake/fake_sshpiper_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3122846Z [00:02:17.375]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/fake/fake_pipe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3186075Z [00:02:17.381]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/typed/sshpiper/v1beta1/fake/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3246986Z [00:02:17.388]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/clientset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3311027Z [00:02:17.394]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/fake/clientset_generated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3374580Z [00:02:17.400]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/fake/register.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3438297Z [00:02:17.407]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/fake/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3500469Z [00:02:17.413]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/scheme/register.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3560468Z [00:02:17.419]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/generated/clientset/versioned/scheme/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3621063Z [00:02:17.425]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/zz_generated.deepcopy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3681896Z [00:02:17.431]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/register.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3744147Z [00:02:17.437]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3808480Z [00:02:17.444]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/apis/sshpiper/v1beta1/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3872128Z [00:02:17.450]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/kubernetes/update-codegen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3936055Z [00:02:17.457]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.3997118Z [00:02:17.463]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/skel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4074236Z [00:02:17.470]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4134421Z [00:02:17.476]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/docker/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4196531Z [00:02:17.483]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/fixed/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4262335Z [00:02:17.489]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/fixed/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4322743Z [00:02:17.495]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/simplemath/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4383496Z [00:02:17.501]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/simplemath/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4445432Z [00:02:17.507]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/username-router/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4506645Z [00:02:17.514]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/username-router/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4569745Z [00:02:17.520]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/metrics/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4631518Z [00:02:17.526]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/metrics/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4691556Z [00:02:17.532]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4758818Z [00:02:17.539]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/skel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4820145Z [00:02:17.545]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4881459Z [00:02:17.551]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/plugin/workingdir/workingdir.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.4943568Z [00:02:17.557]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5005452Z [00:02:17.563]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/cmd_linux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5066129Z [00:02:17.570]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/daemon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5128094Z [00:02:17.576]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/asciicast.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5189415Z [00:02:17.582]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin/grpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5249938Z [00:02:17.588]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin/chain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5311020Z [00:02:17.594]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/internal/plugin/tty.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5375781Z [00:02:17.600]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/cmd_dummy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5435283Z [00:02:17.606]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/grpc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5495892Z [00:02:17.612]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/cmd_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5558456Z [00:02:17.619]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/hook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5634030Z [00:02:17.626]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/hooks/configure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5699894Z [00:02:17.633]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5759258Z [00:02:17.639]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/configgen/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5820000Z [00:02:17.645]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5883867Z [00:02:17.651]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/doc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.5944088Z [00:02:17.657]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/configentry.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6007101Z [00:02:17.664]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/snap/launcher/dummy.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6066720Z [00:02:17.670]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/hook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6126724Z [00:02:17.676]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/cmd/sshpiperd/typescript.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6186745Z [00:02:17.682]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6249647Z [00:02:17.688]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6309409Z [00:02:17.694]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6368700Z [00:02:17.700]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6446544Z [00:02:17.706]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6495361Z [00:02:17.713]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6558045Z [00:02:17.719]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6619294Z [00:02:17.725]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6692967Z [00:02:17.731]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6741712Z [00:02:17.737]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6803783Z [00:02:17.743]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6864964Z [00:02:17.749]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6926240Z [00:02:17.756]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.6988513Z [00:02:17.762]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7051634Z [00:02:17.768]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7115545Z [00:02:17.775]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7217548Z [00:02:17.785]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7284390Z [00:02:17.791]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7371325Z [00:02:17.800]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7436076Z [00:02:17.807]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7545608Z [00:02:17.818]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7614567Z [00:02:17.824]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7698185Z [00:02:17.833]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7773933Z [00:02:17.840]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7834062Z [00:02:17.846]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7895495Z [00:02:17.852]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.7956766Z [00:02:17.859]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8017880Z [00:02:17.865]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8086209Z [00:02:17.871]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8150200Z [00:02:17.878]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8214039Z [00:02:17.884]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8283771Z [00:02:17.891]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8346583Z [00:02:17.898]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8413891Z [00:02:17.904]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8480356Z [00:02:17.911]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/pack/pack-b62052ce537f8589774d666b8c55d240e10faf0b.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8539307Z [00:02:17.917]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/pack/pack-b62052ce537f8589774d666b8c55d240e10faf0b.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8603363Z [00:02:17.923]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/objects/pack/pack-b62052ce537f8589774d666b8c55d240e10faf0b.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8664312Z [00:02:17.929]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8723381Z [00:02:17.935]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8784258Z [00:02:17.941]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8847363Z [00:02:17.948]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs/heads/v1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8911288Z [00:02:17.954]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.8977133Z [00:02:17.961]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9049108Z [00:02:17.968]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/heads/v1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9114318Z [00:02:17.974]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/modules/crypto/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9177540Z [00:02:17.981]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9238721Z [00:02:17.987]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9297911Z [00:02:17.993]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9359651Z [00:02:17.999]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9467181Z [00:02:18.010]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9529828Z [00:02:18.016]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9590619Z [00:02:18.022]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-12a16a97010c63653696f7070cd4781a7537aa2d.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9655890Z [00:02:18.028]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/objects/pack/pack-b455df0fba6a1ea25dde479383718931d3dedaa0.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9718142Z [00:02:18.035]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9785465Z [00:02:18.041]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9847229Z [00:02:18.048]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9914936Z [00:02:18.054]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:03.9977197Z [00:02:18.061]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0043571Z [00:02:18.067]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0104817Z [00:02:18.073]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0169947Z [00:02:18.080]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.DHTX7xKu79/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0234777Z [00:02:18.086]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0299840Z [00:02:18.093]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0367161Z [00:02:18.100]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0433087Z [00:02:18.106]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0497294Z [00:02:18.113]➜  mode of '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper' retained as 0755 (rwxr-xr-x)
2025-08-20T22:46:04.0976517Z [00:02:18.161]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:46:04.0977757Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:46:07.0145563Z 
2025-08-20T22:46:07.0146626Z [+] Sanitizing /tmp/pkgforge/JSjCmeCJw_SBUILD/BUILD.log ==> /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.static.log
2025-08-20T22:46:09.1383531Z '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.static.log' -> '/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/sshpiper.log'
2025-08-20T22:46:09.1433366Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sshpiper/official/sshpiper?tag=HEAD-4ddedc6-250819T201123-aarch64-linux&download=sshpiper.log
2025-08-20T22:46:09.1433943Z 
2025-08-20T22:46:09.1434407Z [+] Parsing/Uploading sshpiperd/sshpiper --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fsshpiperd%2Fsshpiper [aarch64-Linux]
2025-08-20T22:46:09.1459836Z {
2025-08-20T22:46:09.1460055Z   "_disabled": "false",
2025-08-20T22:46:09.1460290Z   "host": "aarch64-Linux",
2025-08-20T22:46:09.1460482Z   "rank": "",
2025-08-20T22:46:09.1460655Z   "pkg": "sshpiper.static",
2025-08-20T22:46:09.1460859Z   "pkg_family": "sshpiperd",
2025-08-20T22:46:09.1461099Z   "pkg_id": "github.com.tg123.sshpiper.source",
2025-08-20T22:46:09.1461351Z   "pkg_name": "sshpiper",
2025-08-20T22:46:09.1461541Z   "pkg_type": "static",
2025-08-20T22:46:09.1461920Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper",
2025-08-20T22:46:09.1462318Z   "app_id": "",
2025-08-20T22:46:09.1462490Z   "appstream": "",
2025-08-20T22:46:09.1462660Z   "category": [
2025-08-20T22:46:09.1462823Z     "ConsoleOnly",
2025-08-20T22:46:09.1462983Z     "Utility"
2025-08-20T22:46:09.1463133Z   ],
2025-08-20T22:46:09.1463300Z   "description": "Reverse proxy for SSH",
2025-08-20T22:46:09.1463529Z   "desktop": "",
2025-08-20T22:46:09.1463696Z   "homepage": [
2025-08-20T22:46:09.1463880Z     "https://github.com/tg123/sshpiper"
2025-08-20T22:46:09.1464134Z   ],
2025-08-20T22:46:09.1464663Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sshpiper/official/sshpiper?tag=HEAD-4ddedc6-250819T201123-aarch64-linux&download=sshpiper.png",
2025-08-20T22:46:09.1465253Z   "license": [
2025-08-20T22:46:09.1465409Z     "MIT"
2025-08-20T22:46:09.1465554Z   ],
2025-08-20T22:46:09.1465700Z   "maintainer": [
2025-08-20T22:46:09.1465905Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:46:09.1466141Z   ],
2025-08-20T22:46:09.1466282Z   "provides": [
2025-08-20T22:46:09.1466874Z     "sshpiper==sshpiperd"
2025-08-20T22:46:09.1467077Z   ],
2025-08-20T22:46:09.1467217Z   "note": [
2025-08-20T22:46:09.1467510Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/tg123/sshpiper"
2025-08-20T22:46:09.1467854Z   ],
2025-08-20T22:46:09.1467995Z   "repology": [],
2025-08-20T22:46:09.1468166Z   "screenshots": [],
2025-08-20T22:46:09.1468335Z   "src_url": [
2025-08-20T22:46:09.1468516Z     "https://github.com/tg123/sshpiper"
2025-08-20T22:46:09.1468744Z   ],
2025-08-20T22:46:09.1468877Z   "tag": [
2025-08-20T22:46:09.1469025Z     "Utility"
2025-08-20T22:46:09.1469171Z   ],
2025-08-20T22:46:09.1469332Z   "version": "HEAD-4ddedc6-250819T201123",
2025-08-20T22:46:09.1469876Z   "version_upstream": "",
2025-08-20T22:46:09.1470192Z   "bsum": "e67bf87fa1d68f1134cf2e2661b6cbc58044425cef60f0698f244d73a7c6bfe6",
2025-08-20T22:46:09.1470536Z   "build_date": "2025-08-20T22:46:04Z",
2025-08-20T22:46:09.1470866Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109702273",
2025-08-20T22:46:09.1471200Z   "build_id": "17109702273",
2025-08-20T22:46:09.1471784Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sshpiper/official/sshpiper?tag=HEAD-4ddedc6-250819T201123-aarch64-linux&download=sshpiper.log",
2025-08-20T22:46:09.1472630Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/sshpiperd/static.official.source.yaml",
2025-08-20T22:46:09.1473482Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sshpiper/official/sshpiper?tag=HEAD-4ddedc6-250819T201123-aarch64-linux&download=sshpiper",
2025-08-20T22:46:09.1474600Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper:HEAD-4ddedc6-250819T201123-aarch64-linux",
2025-08-20T22:46:09.1475150Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper",
2025-08-20T22:46:09.1475823Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sshpiper/official/sshpiper?tag=HEAD-4ddedc6-250819T201123-aarch64-linux&manifest",
2025-08-20T22:46:09.1476521Z   "shasum": "2e730b5a6e47d8f8ee48f5fbb102b794647e6c59f5e80bdee699d14dcaaebeca",
2025-08-20T22:46:09.1476856Z   "size": "14 MB",
2025-08-20T22:46:09.1477026Z   "size_raw": "13722360",
2025-08-20T22:46:09.1477508Z   "snapshots": [
2025-08-20T22:46:09.1477706Z     "HEAD-c12ddd9-250217T012220-aarch64-linux",
2025-08-20T22:46:09.1477971Z     "HEAD-afd80aa-250602T102429-aarch64-linux",
2025-08-20T22:46:09.1478231Z     "HEAD-5b96e12-250605T140900-aarch64-linux",
2025-08-20T22:46:09.1478498Z     "HEAD-f00a01c-250617T232245-aarch64-linux",
2025-08-20T22:46:09.1478754Z     "HEAD-a472360-250621T221751-aarch64-linux",
2025-08-20T22:46:09.1479009Z     "HEAD-ecdbf14-250630T231317-aarch64-linux",
2025-08-20T22:46:09.1479300Z     "HEAD-3dbb1a1-250717T154348-aarch64-linux",
2025-08-20T22:46:09.1479778Z     "HEAD-b9c2863-250727T105138-aarch64-linux",
2025-08-20T22:46:09.1480039Z     "HEAD-bc446f4-250812T020157-aarch64-linux"
2025-08-20T22:46:09.1480266Z   ]
2025-08-20T22:46:09.1480403Z }
2025-08-20T22:46:09.1480485Z 
2025-08-20T22:46:09.1480497Z 
2025-08-20T22:46:09.2500477Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper:HEAD-4ddedc6-250819T201123-aarch64-linux": ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper:HEAD-4ddedc6-250819T201123-aarch64-linux: not found
2025-08-20T22:46:09.2546866Z Uploading empty artifact
2025-08-20T22:46:09.2549221Z time=2025-08-20T22:46:09Z level=debug msg=Request #0
2025-08-20T22:46:09.2550110Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sshpiper/official/sshpiper/manifests/sha256:95a6fdd8054eb4185e23e15c53ba8b3182a1fdcbb06c93c0ee8dedcb511c8286"
2025-08-20T22:46:09.2550768Z > Request method: "HEAD"
2025-08-20T22:46:09.2550962Z > Request headers:
2025-08-20T22:46:09.2551853Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:46:09.2553192Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:46:09.2990344Z time=2025-08-20T22:46:09Z level=debug msg=Response #0
2025-08-20T22:46:09.2990711Z < Response Status: "401 Unauthorized"
2025-08-20T22:46:09.2990941Z < Response headers:
2025-08-20T22:46:09.2991145Z    "Content-Type": "application/json"
2025-08-20T22:46:09.2994824Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/sshpiper/official/sshpiper:pull\""
2025-08-20T22:46:09.2995435Z    "Date": "Wed, 20 Aug 2025 22:46:09 GMT"
2025-08-20T22:46:09.2995662Z    "Content-Length": "73"
2025-08-20T22:46:09.2995917Z    "X-Github-Request-Id": "740B:211CCF:1056A0:11CA1E:68A65031"
2025-08-20T22:46:09.2996234Z time=2025-08-20T22:46:09Z level=debug msg=Request #1
2025-08-20T22:46:09.2996794Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fsshpiper%2Fofficial%2Fsshpiper%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:46:09.2999013Z > Request method: "GET"
2025-08-20T22:46:09.2999230Z > Request headers:
2025-08-20T22:46:09.2999413Z    "Authorization": "*****"
2025-08-20T22:46:09.2999871Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:46:09.3466246Z time=2025-08-20T22:46:09Z level=debug msg=Response #1
2025-08-20T22:46:09.3466596Z < Response Status: "200 OK"
2025-08-20T22:46:09.3466802Z < Response headers:
2025-08-20T22:46:09.3466988Z    "Content-Type": "application/json"
2025-08-20T22:46:09.3467847Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:46:09.3468231Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:46:09.3468581Z    "Date": "Wed, 20 Aug 2025 22:46:09 GMT"
2025-08-20T22:46:09.3468808Z    "Content-Length": "69"
2025-08-20T22:46:09.3469062Z    "X-Github-Request-Id": "740B:211CCF:1056A6:11CA21:68A65031"
2025-08-20T22:46:09.3469377Z time=2025-08-20T22:46:09Z level=debug msg=Request #2
2025-08-20T22:46:09.3470382Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sshpiper/official/sshpiper/manifests/sha256:95a6fdd8054eb4185e23e15c53ba8b3182a1fdcbb06c93c0ee8dedcb511c8286"
2025-08-20T22:46:09.3471043Z > Request method: "HEAD"
2025-08-20T22:46:09.3471232Z > Request headers:
2025-08-20T22:46:09.3472116Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T22:46:09.3473068Z    "Authorization": "*****"
2025-08-20T22:46:09.3473272Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:46:09.3625446Z time=2025-08-20T22:46:09Z level=debug msg=Response #2
2025-08-20T22:46:09.3625784Z < Response Status: "404 Not Found"
2025-08-20T22:46:09.3625999Z < Response headers:
2025-08-20T22:46:09.3626296Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:46:09.3626653Z    "Date": "Wed, 20 Aug 2025 22:46:09 GMT"
2025-08-20T22:46:09.3626880Z    "Content-Length": "70"
2025-08-20T22:46:09.3627158Z    "X-Github-Request-Id": "740B:211CCF:1056B0:11CA2B:68A65031"
2025-08-20T22:46:09.3627455Z    "Content-Type": "application/json"
2025-08-20T22:46:09.3627729Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:46:09.3628043Z time=2025-08-20T22:46:09Z level=debug msg=Request #3
2025-08-20T22:46:09.3628734Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sshpiper/official/sshpiper/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:46:09.3629381Z > Request method: "HEAD"
2025-08-20T22:46:09.3629890Z > Request headers:
2025-08-20T22:46:09.3630081Z    "Authorization": "*****"
2025-08-20T22:46:09.3630286Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:46:09.3846185Z time=2025-08-20T22:46:09Z level=debug msg=Response #3
2025-08-20T22:46:09.3846507Z < Response Status: "200 OK"
2025-08-20T22:46:09.3846710Z < Response headers:
2025-08-20T22:46:09.3846887Z    "Content-Length": "0"
2025-08-20T22:46:09.3847102Z    "Content-Type": ""
2025-08-20T22:46:09.3848079Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:46:09.3848554Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:46:09.3848950Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:46:09.3849612Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:46:09.3849977Z    "Date": "Wed, 20 Aug 2025 22:46:09 GMT"
2025-08-20T22:46:09.3850260Z    "X-Github-Request-Id": "740B:211CCF:1056B3:11CA2E:68A65031"
2025-08-20T22:46:09.3850573Z time=2025-08-20T22:46:09Z level=debug msg=Request #4
2025-08-20T22:46:09.3851153Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sshpiper/official/sshpiper/manifests/HEAD-4ddedc6-250819T201123-aarch64-linux"
2025-08-20T22:46:09.3851685Z > Request method: "PUT"
2025-08-20T22:46:09.3851868Z > Request headers:
2025-08-20T22:46:09.3852168Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:46:09.3852466Z    "Authorization": "*****"
2025-08-20T22:46:09.3852667Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:46:09.6562848Z time=2025-08-20T22:46:09Z level=debug msg=Response #4
2025-08-20T22:46:09.6563198Z < Response Status: "201 Created"
2025-08-20T22:46:09.6563410Z < Response headers:
2025-08-20T22:46:09.6563588Z    "Content-Length": "0"
2025-08-20T22:46:09.6563840Z    "X-Github-Request-Id": "740B:211CCF:1056BA:11CA36:68A65031"
2025-08-20T22:46:09.6564887Z    "Content-Type": "application/json"
2025-08-20T22:46:09.6565314Z    "Docker-Content-Digest": "sha256:95a6fdd8054eb4185e23e15c53ba8b3182a1fdcbb06c93c0ee8dedcb511c8286"
2025-08-20T22:46:09.6565776Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:46:09.6566417Z    "Location": "/v2/pkgforge/bincache/sshpiper/official/sshpiper/manifests/sha256:95a6fdd8054eb4185e23e15c53ba8b3182a1fdcbb06c93c0ee8dedcb511c8286"
2025-08-20T22:46:09.6567125Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:46:09.6567487Z    "Date": "Wed, 20 Aug 2025 22:46:09 GMT"
2025-08-20T22:46:09.6568687Z Pushed [registry] ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper:HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:09.6569267Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:46:09.6570403Z Digest: sha256:95a6fdd8054eb4185e23e15c53ba8b3182a1fdcbb06c93c0ee8dedcb511c8286
2025-08-20T22:46:11.8195828Z Uploading 207b908b37a5 CHECKSUM
2025-08-20T22:46:11.8210698Z Uploading 2e730b5a6e47 sshpiper
2025-08-20T22:46:11.8282494Z Uploading 7f822eac0951 sshpiper.sig
2025-08-20T22:46:11.8465524Z Exists    96f408bfae65 LICENSE
2025-08-20T22:46:11.8532199Z Uploading f3c28c7f2081 CHECKSUM.sig
2025-08-20T22:46:11.8681994Z Uploading 665d22d08608 LICENSE.sig
2025-08-20T22:46:12.7355922Z Uploaded  f3c28c7f2081 CHECKSUM.sig
2025-08-20T22:46:12.7447337Z Uploaded  7f822eac0951 sshpiper.sig
2025-08-20T22:46:12.7644051Z Uploading 5cf50638e647 SBUILD.sig
2025-08-20T22:46:12.7747351Z Exists    472e02027a3b SBUILD
2025-08-20T22:46:12.7956594Z Exists    11cf0313013e sshpiper.png
2025-08-20T22:46:12.8156719Z Uploaded  665d22d08608 LICENSE.sig
2025-08-20T22:46:12.8293012Z Uploading 929367bbcc05 sshpiper.json
2025-08-20T22:46:12.8331703Z Uploading def844de6da7 sshpiper.json.sig
2025-08-20T22:46:12.8496500Z Uploaded  207b908b37a5 CHECKSUM
2025-08-20T22:46:12.8728965Z Uploading fc7941a47a41 sshpiper.log
2025-08-20T22:46:13.1363704Z Uploaded  2e730b5a6e47 sshpiper
2025-08-20T22:46:13.1571629Z Uploading 6791464d6ccc sshpiper.log.sig
2025-08-20T22:46:13.6739000Z Uploaded  5cf50638e647 SBUILD.sig
2025-08-20T22:46:13.6960600Z Uploading 1e163ae9834c sshpiper.version
2025-08-20T22:46:13.7379413Z Uploaded  929367bbcc05 sshpiper.json
2025-08-20T22:46:13.7528741Z Uploaded  def844de6da7 sshpiper.json.sig
2025-08-20T22:46:13.7579566Z Uploading f0153b6f202b sshpiper.version.sig
2025-08-20T22:46:13.7855406Z Uploaded  fc7941a47a41 sshpiper.log
2025-08-20T22:46:14.0587909Z Uploaded  6791464d6ccc sshpiper.log.sig
2025-08-20T22:46:14.6168271Z Uploaded  1e163ae9834c sshpiper.version
2025-08-20T22:46:14.6596703Z Uploaded  f0153b6f202b sshpiper.version.sig
2025-08-20T22:46:14.6597019Z Uploading 5a16b7241e60 sshpiper
2025-08-20T22:46:14.9772900Z Uploaded  5a16b7241e60 sshpiper
2025-08-20T22:46:14.9773442Z Pushed [registry] ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper:HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:14.9773951Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:46:14.9774367Z Digest: sha256:5a16b7241e60453f26fc0859ba75c440599c0d71b2f031bf8f2a8a9679a35a8f
2025-08-20T22:46:20.1176958Z 
2025-08-20T22:46:20.1177774Z [+] Registry --> https://ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:20.1178486Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sshpiper/official/sshpiper?tag=HEAD-4ddedc6-250819T201123-aarch64-linux&manifest 
2025-08-20T22:46:20.1178955Z 
2025-08-20T22:46:22.0138588Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:46:22.2513721Z ./BUILD_ARTIFACTS.tar : 46.06%   (  43.8 MiB =>   20.2 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:46:22.2629659Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:46:22.2669809Z 
2025-08-20T22:46:22.2670983Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml :: 00(Hr):02(Min):37(Sec)
2025-08-20T22:46:22.2671644Z 
2025-08-20T22:46:22.2684609Z 
2025-08-20T22:46:22.2684989Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:46:22 PM) UTC
2025-08-20T22:46:22.2685243Z 
2025-08-20T22:46:22.5956613Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:46:22.6023141Z ##[group]Run ##Presets
2025-08-20T22:46:22.6023517Z [36;1m##Presets[0m
2025-08-20T22:46:22.6023692Z [36;1mset +x ; set +e[0m
2025-08-20T22:46:22.6023882Z [36;1m#-------------#[0m
2025-08-20T22:46:22.6024062Z [36;1m##Debug?[0m
2025-08-20T22:46:22.6024279Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:46:22.6024548Z [36;1m  set -x[0m
2025-08-20T22:46:22.6024714Z [36;1mfi[0m
2025-08-20T22:46:22.6024870Z [36;1m#-------------#[0m
2025-08-20T22:46:22.6025048Z [36;1m##Set ENV[0m
2025-08-20T22:46:22.6025257Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:46:22.6025722Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-4ddedc6-250819T201123-aarch64-linux"[0m
2025-08-20T22:46:22.6026261Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-4ddedc6-250819T201123-aarch64-linux"[0m
2025-08-20T22:46:22.6026831Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273"[0m
2025-08-20T22:46:22.6027324Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:46:22.6027701Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:46:22.6028125Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:46:22.6028441Z [36;1m fi[0m
2025-08-20T22:46:22.6028598Z [36;1m##Push[0m
2025-08-20T22:46:22.6028798Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:46:22.6029054Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:46:22.6029401Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:46:22.6030081Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:46:22.6030514Z [36;1m     ls -sh "/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:46:22.6030837Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:46:22.6031029Z [36;1m       {[0m
2025-08-20T22:46:22.6031195Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:46:22.6031510Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:46:22.6031934Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:46:22.6032345Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:46:22.6032866Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-4ddedc6-250819T201123-aarch64-linux")[0m
2025-08-20T22:46:22.6033562Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109702273")[0m
2025-08-20T22:46:22.6034138Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109702273")[0m
2025-08-20T22:46:22.6034819Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper:HEAD-4ddedc6-250819T201123-aarch64-linux")[0m
2025-08-20T22:46:22.6035526Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:46:04Z")[0m
2025-08-20T22:46:22.6036004Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-4ddedc6-250819T201123")[0m
2025-08-20T22:46:22.6036505Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:46:04Z")[0m
2025-08-20T22:46:22.6037171Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper")[0m
2025-08-20T22:46:22.6037812Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:46:22.6038720Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-4ddedc6-250819T201123")[0m
2025-08-20T22:46:22.6039824Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-4ddedc6-250819T201123")[0m
2025-08-20T22:46:22.6040596Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper")[0m
2025-08-20T22:46:22.6041300Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-sshpiperd")[0m
2025-08-20T22:46:22.6041834Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/tg123/sshpiper")[0m
2025-08-20T22:46:22.6042345Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:46:22.6042841Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-4ddedc6-250819T201123")[0m
2025-08-20T22:46:22.6043306Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:46:22.6043792Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:46:22.6044209Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:46:22.6044442Z [36;1m         #Check[0m
2025-08-20T22:46:22.6044996Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T22:46:04Z" ]]; then[0m
2025-08-20T22:46:22.6045690Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:46:22.6046017Z [36;1m            break[0m
2025-08-20T22:46:22.6046203Z [36;1m          else[0m
2025-08-20T22:46:22.6046578Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:46:22.6046990Z [36;1m          fi[0m
2025-08-20T22:46:22.6047189Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:46:22.6047424Z [36;1m        done[0m
2025-08-20T22:46:22.6047594Z [36;1m       }[0m
2025-08-20T22:46:22.6047779Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:46:22.6048013Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:46:22.6048575Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:46:04Z" ]]; then[0m
2025-08-20T22:46:22.6049311Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:46:22.6050562Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:46:22.6050803Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:46:22.6051379Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T22:46:04Z" ]]; then[0m
2025-08-20T22:46:22.6052095Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:46:22.6052588Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:46:22.6052962Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:46:22.6053173Z [36;1m           fi[0m
2025-08-20T22:46:22.6053346Z [36;1m       fi[0m
2025-08-20T22:46:22.6053508Z [36;1m   fi[0m
2025-08-20T22:46:22.6053664Z [36;1m fi[0m
2025-08-20T22:46:22.6053826Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:46:22.6117810Z shell: /usr/bin/bash -e {0}
2025-08-20T22:46:22.6118037Z env:
2025-08-20T22:46:22.6118193Z   CROSS_COMPILING: NO
2025-08-20T22:46:22.6118385Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:22.6118594Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:22.6118883Z   ON_QEMU: NO
2025-08-20T22:46:22.6119303Z   DEBUG: 0
2025-08-20T22:46:22.6119692Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:22.6119918Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:22.6120354Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:22.6120679Z   KEEP_LOGS: YES
2025-08-20T22:46:22.6120854Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:22.6121051Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:22.6121256Z   SBUILD_REBUILD: false
2025-08-20T22:46:22.6121801Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:22.6122343Z   BUILD_SYS: docker://go
2025-08-20T22:46:22.6122532Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:22.6122727Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:22.6122926Z   SYSTMP: /tmp
2025-08-20T22:46:22.6123089Z   GHA_MODE: MATRIX
2025-08-20T22:46:22.6123489Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:22.6123992Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:22.6124309Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:22.6124672Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:22.6125128Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:22.6125484Z   PKG_TYPE: static
2025-08-20T22:46:22.6125659Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:22.6125867Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:22.6126238Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:22.6126575Z   BUILD_ID: 17109702273
2025-08-20T22:46:22.6126774Z   PKG_NAME: sshpiper
2025-08-20T22:46:22.6126958Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:22.6127183Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:22.6127420Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:22.6127712Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:22.6128069Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:22.6128528Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:22.6128950Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:22.6129198Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:22.6129955Z   GHCR_TOKEN: ***
2025-08-20T22:46:22.6130282Z   GITHUB_TOKEN: ***
2025-08-20T22:46:22.6130487Z   GITLAB_TOKEN: ***
2025-08-20T22:46:22.6131612Z   MINISIGN_KEY: ***
2025-08-20T22:46:22.6131782Z ##[endgroup]
2025-08-20T22:46:22.6208824Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:46:22.6219006Z 21M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:46:22.6230802Z total 16M
2025-08-20T22:46:22.6231008Z 4.0K CHECKSUM
2025-08-20T22:46:22.6231173Z 4.0K CHECKSUM.sig
2025-08-20T22:46:22.6231338Z 4.0K LICENSE
2025-08-20T22:46:22.6231491Z 4.0K LICENSE.sig
2025-08-20T22:46:22.6231649Z 4.0K SBUILD
2025-08-20T22:46:22.6231797Z 4.0K SBUILD.sig
2025-08-20T22:46:22.6231978Z 4.0K SBUILD_TEMP
2025-08-20T22:46:22.6232137Z  14M sshpiper
2025-08-20T22:46:22.6232296Z 4.0K sshpiper.json
2025-08-20T22:46:22.6232471Z 4.0K sshpiper.json.sig
2025-08-20T22:46:22.6232654Z 936K sshpiper.log
2025-08-20T22:46:22.6232832Z 4.0K sshpiper.log.sig
2025-08-20T22:46:22.6233013Z  40K sshpiper.png
2025-08-20T22:46:22.6233180Z 4.0K sshpiper.sig
2025-08-20T22:46:22.6233357Z 936K sshpiper.static.log
2025-08-20T22:46:22.6233557Z 4.0K sshpiper.static.version
2025-08-20T22:46:22.6233771Z 4.0K sshpiper.static.version.sig
2025-08-20T22:46:22.6233986Z 4.0K sshpiper.version
2025-08-20T22:46:22.6234174Z 4.0K sshpiper.version.sig
2025-08-20T22:46:22.7834260Z Uploading 238d72dbfc19 BUILD_ARTIFACTS.zstd
2025-08-20T22:46:24.4979212Z Uploaded  238d72dbfc19 BUILD_ARTIFACTS.zstd
2025-08-20T22:46:24.4979706Z Uploading f2e5debb0902 SRCBUILD-sshpiperd
2025-08-20T22:46:24.8646482Z Uploaded  f2e5debb0902 SRCBUILD-sshpiperd
2025-08-20T22:46:24.8647142Z Pushed [registry] ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273:HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:24.8648304Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:46:24.8648842Z Digest: sha256:f2e5debb0902672ad887d733ad14ecf3799ba799d7e58a6e8e01f2ed163e9960
2025-08-20T22:46:30.0072677Z 
2025-08-20T22:46:30.0073651Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:30.0074095Z 
2025-08-20T22:46:30.1441660Z ##[group]Run ##Presets
2025-08-20T22:46:30.1441930Z [36;1m##Presets[0m
2025-08-20T22:46:30.1442107Z [36;1mset +x ; set +e[0m
2025-08-20T22:46:30.1442297Z [36;1m#-------------#[0m
2025-08-20T22:46:30.1442477Z [36;1m##Debug?[0m
2025-08-20T22:46:30.1442694Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:46:30.1442967Z [36;1m  set -x[0m
2025-08-20T22:46:30.1443123Z [36;1mfi[0m
2025-08-20T22:46:30.1443278Z [36;1m#-------------#[0m
2025-08-20T22:46:30.1443508Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:46:30.1443841Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:46:30.1476439Z shell: /usr/bin/bash -e {0}
2025-08-20T22:46:30.1476655Z env:
2025-08-20T22:46:30.1476825Z   CROSS_COMPILING: NO
2025-08-20T22:46:30.1477019Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:30.1477227Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:30.1477424Z   ON_QEMU: NO
2025-08-20T22:46:30.1477641Z   DEBUG: 0
2025-08-20T22:46:30.1477805Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:30.1478014Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:30.1478283Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:30.1478563Z   KEEP_LOGS: YES
2025-08-20T22:46:30.1478730Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:30.1478922Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:30.1479123Z   SBUILD_REBUILD: false
2025-08-20T22:46:30.1479847Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:30.1480411Z   BUILD_SYS: docker://go
2025-08-20T22:46:30.1480601Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:30.1480779Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:30.1480956Z   SYSTMP: /tmp
2025-08-20T22:46:30.1481118Z   GHA_MODE: MATRIX
2025-08-20T22:46:30.1481514Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:30.1481995Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:30.1482294Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:30.1482652Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:30.1483110Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:30.1483465Z   PKG_TYPE: static
2025-08-20T22:46:30.1483640Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:30.1483850Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:30.1484208Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:30.1484546Z   BUILD_ID: 17109702273
2025-08-20T22:46:30.1484724Z   PKG_NAME: sshpiper
2025-08-20T22:46:30.1484905Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:30.1485125Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:30.1485357Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:30.1485643Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:30.1485992Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:30.1486424Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:30.1486849Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:30.1487097Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:30.1487354Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:30.1487829Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:30.1488612Z ##[endgroup]
2025-08-20T22:46:30.1627349Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:46:30.1627655Z with:
2025-08-20T22:46:30.1627835Z   name: Bincache_sshpiperd_aarch64-Linux
2025-08-20T22:46:30.1628110Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:46:30.1628371Z   compression-level: 0
2025-08-20T22:46:30.1628557Z   retention-days: 30
2025-08-20T22:46:30.1628733Z   overwrite: true
2025-08-20T22:46:30.1628907Z   if-no-files-found: warn
2025-08-20T22:46:30.1629109Z   include-hidden-files: false
2025-08-20T22:46:30.1629308Z env:
2025-08-20T22:46:30.1630012Z   CROSS_COMPILING: NO
2025-08-20T22:46:30.1630233Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:30.1630443Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:30.1630648Z   ON_QEMU: NO
2025-08-20T22:46:30.1630802Z   DEBUG: 0
2025-08-20T22:46:30.1630959Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:30.1631171Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:30.1631442Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:30.1631818Z   KEEP_LOGS: YES
2025-08-20T22:46:30.1631997Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:30.1632195Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:30.1632399Z   SBUILD_REBUILD: false
2025-08-20T22:46:30.1632944Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:30.1633489Z   BUILD_SYS: docker://go
2025-08-20T22:46:30.1633673Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:30.1633851Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:30.1634028Z   SYSTMP: /tmp
2025-08-20T22:46:30.1634191Z   GHA_MODE: MATRIX
2025-08-20T22:46:30.1634588Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:30.1635070Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:30.1635369Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:30.1635733Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:30.1636194Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:30.1636552Z   PKG_TYPE: static
2025-08-20T22:46:30.1636723Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:30.1636933Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:30.1637286Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:30.1637630Z   BUILD_ID: 17109702273
2025-08-20T22:46:30.1637808Z   PKG_NAME: sshpiper
2025-08-20T22:46:30.1637990Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:30.1638213Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:30.1638442Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:30.1638722Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:30.1639070Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:30.1639711Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:30.1640157Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:30.1640408Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:30.1640662Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:30.1641141Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:30.1641550Z   UTC_TIME: 2025_08_20T10_46_30_PM
2025-08-20T22:46:30.1641754Z ##[endgroup]
2025-08-20T22:46:30.8911758Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:46:30.8917596Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:46:30.8918002Z With the provided path, there will be 2 files uploaded
2025-08-20T22:46:31.1091245Z Artifact name is valid!
2025-08-20T22:46:31.1096601Z Root directory input is valid!
2025-08-20T22:46:31.1973749Z Beginning upload of artifact content to blob storage
2025-08-20T22:46:31.5338070Z Uploaded bytes 8388608
2025-08-20T22:46:31.5377567Z Uploaded bytes 16777216
2025-08-20T22:46:31.7601288Z Uploaded bytes 22446466
2025-08-20T22:46:31.7823084Z Finished uploading artifact content to blob storage!
2025-08-20T22:46:31.7839014Z SHA256 digest of uploaded artifact zip is e5130190bd21635334fc506cfb4a21aff25a175d52cda0b6a952b9ba29587d7b
2025-08-20T22:46:31.7839716Z Finalizing artifact upload
2025-08-20T22:46:31.8702457Z Artifact Bincache_sshpiperd_aarch64-Linux.zip successfully finalized. Artifact ID 3813904652
2025-08-20T22:46:31.8703166Z Artifact Bincache_sshpiperd_aarch64-Linux has been successfully uploaded! Final size is 22446466 bytes. Artifact ID is 3813904652
2025-08-20T22:46:31.8723707Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109702273/artifacts/3813904652
2025-08-20T22:46:31.8973005Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:46:31.8973332Z with:
2025-08-20T22:46:31.8973627Z   subject-name: sshpiperd-17109702273-HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:31.8974475Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:46:31.8975163Z   show-summary: true
2025-08-20T22:46:31.8975354Z   push-to-registry: false
2025-08-20T22:46:31.8975720Z   github-token: ***
2025-08-20T22:46:31.8975894Z env:
2025-08-20T22:46:31.8976052Z   CROSS_COMPILING: NO
2025-08-20T22:46:31.8976246Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:31.8976463Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:31.8976667Z   ON_QEMU: NO
2025-08-20T22:46:31.8976829Z   DEBUG: 0
2025-08-20T22:46:31.8977001Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:31.8977221Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:31.8977535Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:31.8977828Z   KEEP_LOGS: YES
2025-08-20T22:46:31.8978007Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:31.8978221Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:31.8978435Z   SBUILD_REBUILD: false
2025-08-20T22:46:31.8978948Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:31.8979725Z   BUILD_SYS: docker://go
2025-08-20T22:46:31.8979923Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:31.8980109Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:31.8980293Z   SYSTMP: /tmp
2025-08-20T22:46:31.8980460Z   GHA_MODE: MATRIX
2025-08-20T22:46:31.8980864Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:31.8981354Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:31.8981664Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:31.8982036Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:31.8982499Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:31.8982871Z   PKG_TYPE: static
2025-08-20T22:46:31.8983050Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:31.8983265Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:31.8983629Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:31.8983972Z   BUILD_ID: 17109702273
2025-08-20T22:46:31.8984159Z   PKG_NAME: sshpiper
2025-08-20T22:46:31.8984346Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:31.8984575Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:31.8984818Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:31.8985104Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:31.8985462Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:31.8985911Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:31.8986347Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:31.8986611Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:31.8987248Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:31.8987739Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:31.8988161Z   UTC_TIME: 2025_08_20T10_46_30_PM
2025-08-20T22:46:31.8988371Z ##[endgroup]
2025-08-20T22:46:31.9070187Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:46:31.9070606Z env:
2025-08-20T22:46:31.9070769Z   CROSS_COMPILING: NO
2025-08-20T22:46:31.9070968Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:31.9071182Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:31.9071383Z   ON_QEMU: NO
2025-08-20T22:46:31.9071539Z   DEBUG: 0
2025-08-20T22:46:31.9071704Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:31.9072233Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:31.9072530Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:31.9072819Z   KEEP_LOGS: YES
2025-08-20T22:46:31.9073006Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:31.9073205Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:31.9073415Z   SBUILD_REBUILD: false
2025-08-20T22:46:31.9073935Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:31.9074487Z   BUILD_SYS: docker://go
2025-08-20T22:46:31.9074681Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:31.9074866Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:31.9075048Z   SYSTMP: /tmp
2025-08-20T22:46:31.9075217Z   GHA_MODE: MATRIX
2025-08-20T22:46:31.9075622Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:31.9076108Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:31.9076427Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:31.9076798Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:31.9077263Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:31.9077632Z   PKG_TYPE: static
2025-08-20T22:46:31.9077818Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:31.9078034Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:31.9078394Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:31.9078738Z   BUILD_ID: 17109702273
2025-08-20T22:46:31.9078923Z   PKG_NAME: sshpiper
2025-08-20T22:46:31.9079116Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:31.9079341Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:31.9079839Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:31.9080134Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:31.9080499Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:31.9080945Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:31.9081373Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:31.9081634Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:31.9081895Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:31.9082382Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:31.9082808Z   UTC_TIME: 2025_08_20T10_46_30_PM
2025-08-20T22:46:31.9083016Z ##[endgroup]
2025-08-20T22:46:32.3048868Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:46:32.3049194Z with:
2025-08-20T22:46:32.3050137Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:46:32.3050997Z   subject-name: sshpiperd-17109702273-HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:32.3051411Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:46:32.3053921Z   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/17109702273/attempts/1"}}}
2025-08-20T22:46:32.3056731Z   push-to-registry: false
2025-08-20T22:46:32.3057052Z   show-summary: true
2025-08-20T22:46:32.3057564Z   github-token: ***
2025-08-20T22:46:32.3057750Z env:
2025-08-20T22:46:32.3057910Z   CROSS_COMPILING: NO
2025-08-20T22:46:32.3058108Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:32.3058332Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:32.3058547Z   ON_QEMU: NO
2025-08-20T22:46:32.3058709Z   DEBUG: 0
2025-08-20T22:46:32.3058878Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:32.3059098Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:32.3059377Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:32.3060043Z   KEEP_LOGS: YES
2025-08-20T22:46:32.3060228Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:32.3060434Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:32.3060650Z   SBUILD_REBUILD: false
2025-08-20T22:46:32.3061164Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:32.3061714Z   BUILD_SYS: docker://go
2025-08-20T22:46:32.3061921Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:32.3062109Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:32.3062293Z   SYSTMP: /tmp
2025-08-20T22:46:32.3062460Z   GHA_MODE: MATRIX
2025-08-20T22:46:32.3062876Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:32.3063369Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:32.3063678Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:32.3064048Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:32.3064513Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:32.3064882Z   PKG_TYPE: static
2025-08-20T22:46:32.3065067Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:32.3065288Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:32.3065657Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:32.3066014Z   BUILD_ID: 17109702273
2025-08-20T22:46:32.3066201Z   PKG_NAME: sshpiper
2025-08-20T22:46:32.3066394Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:32.3066624Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:32.3066876Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:32.3067168Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:32.3067530Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:32.3067974Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:32.3068416Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:32.3068675Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:32.3068946Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:32.3069652Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:32.3070082Z   UTC_TIME: 2025_08_20T10_46_30_PM
2025-08-20T22:46:32.3070304Z ##[endgroup]
2025-08-20T22:46:33.9493800Z Attestation created for 18 subjects
2025-08-20T22:46:33.9498190Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:46:33.9499099Z -----BEGIN CERTIFICATE-----
2025-08-20T22:46:33.9499650Z MIIG7jCCBnSgAwIBAgIUEfxD3NAoqvHltiNar1IFeK6TMw4wCgYIKoZIzj0EAwMw
2025-08-20T22:46:33.9500143Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:46:33.9500610Z cm1lZGlhdGUwHhcNMjUwODIwMjI0NjMzWhcNMjUwODIwMjI1NjMzWjAAMFkwEwYH
2025-08-20T22:46:33.9501070Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEvDktQhV6UJCmoDTGrEc3/FS9AEUA12uKtlwn
2025-08-20T22:46:33.9501508Z SekISUzupbQ7ZhKuWAQh9se4AFkN9wD5gjCXgo/FTlId0HtbfqOCBZMwggWPMA4G
2025-08-20T22:46:33.9501950Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUC5fR
2025-08-20T22:46:33.9502406Z JQSnd4QTld3djRt344cCKOEwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:46:33.9502849Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:46:33.9503509Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:46:33.9503973Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:46:33.9504426Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:46:33.9504857Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:46:33.9505303Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:46:33.9505765Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:46:33.9506232Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:46:33.9506687Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:46:33.9507133Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:46:33.9507586Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:46:33.9508049Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:46:33.9508507Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:46:33.9508958Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:46:33.9509669Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:46:33.9510154Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:46:33.9510617Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:46:33.9511076Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:46:33.9511542Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:46:33.9511999Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:46:33.9512456Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:46:33.9512919Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:46:33.9513395Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:46:33.9513855Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NzAyMjczL2F0
2025-08-20T22:46:33.9514320Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:46:33.9514795Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJqZ3t
2025-08-20T22:46:33.9515242Z AAAEAwBGMEQCIHL1pQr+/OVpZiQSg90j9HRl7iRBuiu0nMh+0YW2ravJAiAJWojd
2025-08-20T22:46:33.9515688Z Rx7Ld8QMQLQAMmEsasVdsknbzzservPuYBXvTTAKBggqhkjOPQQDAwNoADBlAjEA
2025-08-20T22:46:33.9516144Z /zRq1D8Gs6Hb99SFt8BGAexHIJZr4+KilPbQlqtpf32rVvwArSWFjobBQYMNS0yJ
2025-08-20T22:46:33.9516590Z AjBER3XuxgcUNSWcU8yX9H80OYYY8hv49e4bf4aI44G54Au2AiUuuxEpIj2D3KrB
2025-08-20T22:46:33.9516916Z vP0=
2025-08-20T22:46:33.9517087Z -----END CERTIFICATE-----
2025-08-20T22:46:33.9517222Z 
2025-08-20T22:46:33.9517731Z ##[endgroup]
2025-08-20T22:46:33.9518223Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:46:33.9518606Z https://search.sigstore.dev?logIndex=414565985
2025-08-20T22:46:33.9518950Z [36mAttestation uploaded to repository[39m
2025-08-20T22:46:33.9519287Z https://github.com/pkgforge/bincache/attestations/9876199
2025-08-20T22:46:34.0478266Z ##[group]Run ##Presets
2025-08-20T22:46:34.0478759Z [36;1m##Presets[0m
2025-08-20T22:46:34.0478948Z [36;1mset +x ; set +e[0m
2025-08-20T22:46:34.0479155Z [36;1m#-------------#[0m
2025-08-20T22:46:34.0479344Z [36;1m##Debug?[0m
2025-08-20T22:46:34.0479781Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:46:34.0480061Z [36;1m  set -x[0m
2025-08-20T22:46:34.0480232Z [36;1mfi[0m
2025-08-20T22:46:34.0480394Z [36;1m#-------------#[0m
2025-08-20T22:46:34.0480683Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:46:34.0481177Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/sshpiper/official"[0m
2025-08-20T22:46:34.0481565Z [36;1m exit 1[0m
2025-08-20T22:46:34.0481737Z [36;1mfi[0m
2025-08-20T22:46:34.0514320Z shell: /usr/bin/bash -e {0}
2025-08-20T22:46:34.0514551Z env:
2025-08-20T22:46:34.0514718Z   CROSS_COMPILING: NO
2025-08-20T22:46:34.0514970Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:34.0515219Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:34.0515425Z   ON_QEMU: NO
2025-08-20T22:46:34.0515584Z   DEBUG: 0
2025-08-20T22:46:34.0515754Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:34.0515975Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:34.0516257Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:34.0516551Z   KEEP_LOGS: YES
2025-08-20T22:46:34.0516727Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:34.0516929Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:34.0517140Z   SBUILD_REBUILD: false
2025-08-20T22:46:34.0517667Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:34.0518224Z   BUILD_SYS: docker://go
2025-08-20T22:46:34.0518422Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:34.0518613Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:34.0518801Z   SYSTMP: /tmp
2025-08-20T22:46:34.0518975Z   GHA_MODE: MATRIX
2025-08-20T22:46:34.0519389Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:34.0520379Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:34.0520692Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:34.0521060Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:34.0521530Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:34.0521896Z   PKG_TYPE: static
2025-08-20T22:46:34.0522077Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:34.0522296Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:34.0522664Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:34.0523011Z   BUILD_ID: 17109702273
2025-08-20T22:46:34.0523195Z   PKG_NAME: sshpiper
2025-08-20T22:46:34.0523389Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:34.0523628Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:34.0523880Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:34.0524170Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:34.0524529Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:34.0524977Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:34.0525418Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:34.0525674Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:34.0525941Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:34.0526439Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:34.0526864Z   UTC_TIME: 2025_08_20T10_46_30_PM
2025-08-20T22:46:34.0527081Z ##[endgroup]
2025-08-20T22:46:34.0605650Z ##[group]Run ##Presets
2025-08-20T22:46:34.0605903Z [36;1m##Presets[0m
2025-08-20T22:46:34.0606086Z [36;1mset +x ; set +e[0m
2025-08-20T22:46:34.0606284Z [36;1m#-------------#[0m
2025-08-20T22:46:34.0606708Z [36;1m##Debug?[0m
2025-08-20T22:46:34.0606936Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:46:34.0607220Z [36;1m  set -x[0m
2025-08-20T22:46:34.0607389Z [36;1mfi[0m
2025-08-20T22:46:34.0607552Z [36;1m#-------------#[0m
2025-08-20T22:46:34.0607778Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:46:34.0608207Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sshpiper/official"[0m
2025-08-20T22:46:34.0608599Z [36;1m exit 1[0m
2025-08-20T22:46:34.0608765Z [36;1mfi[0m
2025-08-20T22:46:34.0638730Z shell: /usr/bin/bash -e {0}
2025-08-20T22:46:34.0638952Z env:
2025-08-20T22:46:34.0639124Z   CROSS_COMPILING: NO
2025-08-20T22:46:34.0639369Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:34.0639757Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:34.0639964Z   ON_QEMU: NO
2025-08-20T22:46:34.0640123Z   DEBUG: 0
2025-08-20T22:46:34.0640293Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:34.0640530Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:34.0640810Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:34.0641098Z   KEEP_LOGS: YES
2025-08-20T22:46:34.0641275Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:34.0641489Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:34.0641701Z   SBUILD_REBUILD: false
2025-08-20T22:46:34.0642229Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:34.0642781Z   BUILD_SYS: docker://go
2025-08-20T22:46:34.0642977Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:34.0643164Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:34.0643351Z   SYSTMP: /tmp
2025-08-20T22:46:34.0643520Z   GHA_MODE: MATRIX
2025-08-20T22:46:34.0643931Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:34.0644423Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:34.0644734Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:34.0645116Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:34.0645583Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:34.0645955Z   PKG_TYPE: static
2025-08-20T22:46:34.0646138Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:34.0646363Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:34.0646729Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:34.0647075Z   BUILD_ID: 17109702273
2025-08-20T22:46:34.0647261Z   PKG_NAME: sshpiper
2025-08-20T22:46:34.0647452Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:34.0647688Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:34.0647945Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:34.0648234Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:34.0648598Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:34.0649051Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:34.0649710Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:34.0649980Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:34.0650249Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:34.0650738Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:34.0651160Z   UTC_TIME: 2025_08_20T10_46_30_PM
2025-08-20T22:46:34.0651372Z ##[endgroup]
2025-08-20T22:46:34.0725853Z ##[group]Run ##Presets
2025-08-20T22:46:34.0726121Z [36;1m##Presets[0m
2025-08-20T22:46:34.0726308Z [36;1mset +x ; set +e[0m
2025-08-20T22:46:34.0726505Z [36;1m#-------------#[0m
2025-08-20T22:46:34.0726696Z [36;1m##Debug?[0m
2025-08-20T22:46:34.0726951Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:46:34.0727230Z [36;1m  set -x[0m
2025-08-20T22:46:34.0727400Z [36;1mfi[0m
2025-08-20T22:46:34.0727834Z [36;1m#-------------#[0m
2025-08-20T22:46:34.0728151Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:46:34.0728525Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:46:34.0728800Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:46:34.0729048Z [36;1mfi[0m
2025-08-20T22:46:34.0760473Z shell: /usr/bin/bash -e {0}
2025-08-20T22:46:34.0760709Z env:
2025-08-20T22:46:34.0760878Z   CROSS_COMPILING: NO
2025-08-20T22:46:34.0761144Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:46:34.0761364Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:46:34.0761571Z   ON_QEMU: NO
2025-08-20T22:46:34.0761727Z   DEBUG: 0
2025-08-20T22:46:34.0761893Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:46:34.0762110Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:46:34.0762387Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sshpiper/official
2025-08-20T22:46:34.0762681Z   KEEP_LOGS: YES
2025-08-20T22:46:34.0762872Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:46:34.0763077Z   PKG_FAMILY_LOCAL: sshpiperd
2025-08-20T22:46:34.0763288Z   SBUILD_REBUILD: false
2025-08-20T22:46:34.0763821Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sshpiperd/static.official.source.yaml
2025-08-20T22:46:34.0764374Z   BUILD_SYS: docker://go
2025-08-20T22:46:34.0764579Z   BUILD_ON_HOST: FALSE
2025-08-20T22:46:34.0764766Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:46:34.0764950Z   SYSTMP: /tmp
2025-08-20T22:46:34.0765119Z   GHA_MODE: MATRIX
2025-08-20T22:46:34.0765532Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:46:34.0766025Z   INPUT_SBUILD: /tmp/pkgforge/Tcodct0pW_build.yaml
2025-08-20T22:46:34.0766334Z   BUILD_DIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml
2025-08-20T22:46:34.0766711Z   SBUILD_OUTDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR
2025-08-20T22:46:34.0767179Z   SBUILD_TMPDIR: /tmp/pkgforge/hqDDoza_Tcodct0pW_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:46:34.0767559Z   PKG_TYPE: static
2025-08-20T22:46:34.0767744Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:46:34.0767964Z   SBUILD_PKGVER: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:34.0768330Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109702273
2025-08-20T22:46:34.0768676Z   BUILD_ID: 17109702273
2025-08-20T22:46:34.0768874Z   PKG_NAME: sshpiper
2025-08-20T22:46:34.0769066Z   PKG_DATE: 2025-08-20T22:46:04Z
2025-08-20T22:46:34.0769303Z   PKG_VERSION: HEAD-4ddedc6-250819T201123
2025-08-20T22:46:34.0769769Z   PKG_VERSION_UPSTREAM: 
2025-08-20T22:46:34.0770060Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiper
2025-08-20T22:46:34.0770417Z   GHCRPKG_TAG: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:34.0770859Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sshpiper/official/sshpiper
2025-08-20T22:46:34.0771295Z   PKG_SRCURL: https://github.com/tg123/sshpiper
2025-08-20T22:46:34.0771562Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:46:34.0771828Z   GHCRPKG_TAG_SRCBUILD: HEAD-4ddedc6-250819T201123-aarch64-linux
2025-08-20T22:46:34.0772316Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sshpiper/official/sshpiperd-srcbuild-17109702273
2025-08-20T22:46:34.0772745Z   UTC_TIME: 2025_08_20T10_46_30_PM
2025-08-20T22:46:34.0772963Z ##[endgroup]
2025-08-20T22:46:34.0842144Z EXITED
2025-08-20T22:46:34.0896440Z Cleaning up orphan processes
